This is the mail archive of the ecos-cvs@sources.redhat.com mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos-opt/net/net/bsd_tcpip/current ChangeLog c ...


CVSROOT:	/cvs/ecos
Module name:	ecos-opt
Changes by:	asl@sourceware.org	2003-11-22 12:59:22

Modified files:
	net/net/bsd_tcpip/current: ChangeLog 
	net/net/bsd_tcpip/current/cdl: freebsd_net.cdl 
	net/net/bsd_tcpip/current/include/netinet6: ipsec.h 
	net/net/bsd_tcpip/current/include/sys: malloc.h param.h 
	net/net/bsd_tcpip/current/src/ecos: support.c 
	net/net/bsd_tcpip/current/src/sys/kern: kern_sysctl.c 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_output.c 
	net/net/bsd_tcpip/current/src/sys/netinet6: ip6_output.c 
Added files:
	net/net/bsd_tcpip/current/include/net: if_gif.h if_sec.h zlib.h 
	net/net/bsd_tcpip/current/include/netinet: ip_ecn.h 
	net/net/bsd_tcpip/current/include/netinet6: ah.h esp.h 
	                                            esp_rijndael.h 
	                                            esp_twofish.h 
	                                            in6_gif.h ipcomp.h 
	net/net/bsd_tcpip/current/include/netkey: key.h key_debug.h 
	                                          keysock.h 
	net/net/bsd_tcpip/current/src/sys/netinet: ip_ecn.c 
	net/net/bsd_tcpip/current/src/sys/netinet6: ah_core.c ah_input.c 
	                                            ah_output.c 
	                                            esp_core.c 
	                                            esp_input.c 
	                                            esp_output.c 
	                                            esp_rijndael.c 
	                                            esp_twofish.c 
	                                            in6_gif.c 
	                                            ipcomp_core.c 
	                                            ipcomp_input.c 
	                                            ipcomp_output.c 
	                                            ipsec.c 
	net/net/bsd_tcpip/current/src/sys/netkey: key.c key_debug.c 
	                                          keydb.c keysock.c 

Log message:
	* include/net/if_gif.h include/net/if_sec.h include/net/zlib.h
	include/netinet/ip_ecn.h include/netinet6/ah.h
	include/netinet6/esp.h include/netinet6/esp_rijndael.h
	include/netinet6/esp_twofish.h include/netinet6/in6_gif.h
	include/netinet6/ipcomp.h include/netkey/key.h
	include/netkey/key_debug.h include/netkey/keysock.h src/sys/netkey
	src/sys/netinet/ip_ecn.c src/sys/netinet6/ah_core.c
	src/sys/netinet6/ah_input.c src/sys/netinet6/ah_output.c
	src/sys/netinet6/esp_core.c src/sys/netinet6/esp_input.c
	src/sys/netinet6/esp_output.c src/sys/netinet6/esp_rijndael.c
	src/sys/netinet6/esp_twofish.c src/sys/netinet6/in6_gif.c
	src/sys/netinet6/ipcomp_core.c src/sys/netinet6/ipcomp_input.c
	src/sys/netinet6/ipcomp_output.c src/sys/netinet6/ipsec.c:
	Added back the original KAME FreeBSD IPSEC files.
	* cdl/freebsd_net.cdl: CDl to control the compilation of IPSEC
	* include/sys/malloc.h: New memory type needed by IPSEC
	* include/sys/param.h: Name munging for IPSEC symbols
	* src/ecos/support.c: read_random_unlimited() should return the
	number of random bytes in the buffer.
	* src/sys/kern/kern_sysctl.c: Added missing copyright header.
	* src/sys/netinet/ip_output.c: Removed user() checks in IPSEC code.
	* src/sys/netinet6/ip6_output.c: Compiler warning fixes.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]