]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sync with kame tree as of july00. tons of bug fixes/improvements.
authoritojun <itojun@FreeBSD.org>
Tue, 4 Jul 2000 16:35:15 +0000 (16:35 +0000)
committeritojun <itojun@FreeBSD.org>
Tue, 4 Jul 2000 16:35:15 +0000 (16:35 +0000)
commit5f4e854de19331a53788d6100bbcd42845056bc1
tree3ff8c876a5868b103fb8713055d83e29a3fa38d5
parentbdc16885232d771a99d7dfc247cd27a44cd061f9
sync with kame tree as of july00.  tons of bug fixes/improvements.

API changes:
- additional IPv6 ioctls
- IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8).
  (also syntax change)
139 files changed:
sys/conf/files
sys/crypto/blowfish/bf_cbc.c
sys/crypto/blowfish/bf_cbc_m.c
sys/crypto/blowfish/bf_enc.c
sys/crypto/blowfish/bf_locl.h
sys/crypto/blowfish/bf_pi.h
sys/crypto/blowfish/bf_skey.c
sys/crypto/blowfish/blowfish.h
sys/crypto/cast128/cast128.c
sys/crypto/cast128/cast128.h
sys/crypto/cast128/cast128_cbc.c
sys/crypto/cast128/cast128_subkey.h
sys/crypto/des/des.h
sys/crypto/des/des_3cbc.c
sys/crypto/des/des_cbc.c
sys/crypto/des/des_ecb.c
sys/crypto/des/des_locl.h
sys/crypto/des/des_setkey.c
sys/crypto/des/podd.h
sys/crypto/des/sk.h
sys/crypto/des/spr.h
sys/crypto/md5.c
sys/crypto/md5.h
sys/crypto/rc5/rc5.c
sys/crypto/rc5/rc5.h
sys/crypto/rc5/rc5_cbc.c
sys/crypto/sha1.c
sys/crypto/sha1.h
sys/kern/uipc_mbuf.c
sys/kern/uipc_mbuf2.c [new file with mode: 0644]
sys/net/if_ethersubr.c
sys/net/if_gif.c
sys/net/if_gif.h
sys/net/if_loop.c
sys/net/if_stf.c [new file with mode: 0644]
sys/net/if_stf.h [moved from sys/crypto/hmac_md5.h with 86% similarity]
sys/net/if_types.h
sys/net/net_osdep.c
sys/net/net_osdep.h
sys/net/pfkeyv2.h
sys/netinet/icmp6.h
sys/netinet/in.c
sys/netinet/in.h
sys/netinet/in_gif.c
sys/netinet/in_gif.h
sys/netinet/in_pcb.c
sys/netinet/in_proto.c
sys/netinet/ip6.h
sys/netinet/ip_ecn.c
sys/netinet/ip_ecn.h
sys/netinet/ip_encap.c [new file with mode: 0644]
sys/netinet/ip_encap.h [moved from sys/crypto/hmac_md5.c with 57% similarity]
sys/netinet/ip_input.c
sys/netinet/ip_output.c
sys/netinet/ip_var.h
sys/netinet/raw_ip.c
sys/netinet/tcp_debug.c
sys/netinet/tcp_input.c
sys/netinet/tcp_output.c
sys/netinet/tcp_reass.c
sys/netinet/tcp_subr.c
sys/netinet/tcp_timewait.c
sys/netinet/udp_usrreq.c
sys/netinet6/README [new file with mode: 0644]
sys/netinet6/ah.h
sys/netinet6/ah6.h
sys/netinet6/ah_core.c
sys/netinet6/ah_input.c
sys/netinet6/ah_output.c
sys/netinet6/dest6.c
sys/netinet6/esp.h
sys/netinet6/esp6.h
sys/netinet6/esp_core.c
sys/netinet6/esp_input.c
sys/netinet6/esp_output.c
sys/netinet6/frag6.c
sys/netinet6/icmp6.c
sys/netinet6/icmp6.h
sys/netinet6/in6.c
sys/netinet6/in6.h
sys/netinet6/in6_cksum.c
sys/netinet6/in6_gif.c
sys/netinet6/in6_gif.h
sys/netinet6/in6_ifattach.c
sys/netinet6/in6_ifattach.h
sys/netinet6/in6_pcb.c
sys/netinet6/in6_pcb.h
sys/netinet6/in6_prefix.c
sys/netinet6/in6_prefix.h
sys/netinet6/in6_proto.c
sys/netinet6/in6_rmx.c
sys/netinet6/in6_src.c [new file with mode: 0644]
sys/netinet6/in6_var.h
sys/netinet6/ip6.h
sys/netinet6/ip6_ecn.h
sys/netinet6/ip6_forward.c
sys/netinet6/ip6_fw.c
sys/netinet6/ip6_fw.h
sys/netinet6/ip6_input.c
sys/netinet6/ip6_mroute.c
sys/netinet6/ip6_mroute.h
sys/netinet6/ip6_output.c
sys/netinet6/ip6_var.h
sys/netinet6/ip6protosw.h
sys/netinet6/ipcomp.h [new file with mode: 0644]
sys/netinet6/ipcomp6.h [new file with mode: 0644]
sys/netinet6/ipcomp_core.c [new file with mode: 0644]
sys/netinet6/ipcomp_input.c [new file with mode: 0644]
sys/netinet6/ipcomp_output.c [new file with mode: 0644]
sys/netinet6/ipsec.c
sys/netinet6/ipsec.h
sys/netinet6/ipsec6.h
sys/netinet6/mld6.c
sys/netinet6/mld6_var.h
sys/netinet6/nd6.c
sys/netinet6/nd6.h
sys/netinet6/nd6_nbr.c
sys/netinet6/nd6_rtr.c
sys/netinet6/pim6.h
sys/netinet6/pim6_var.h
sys/netinet6/raw_ip6.c
sys/netinet6/route6.c
sys/netinet6/scope6.c [new file with mode: 0644]
sys/netinet6/scope6_var.h [new file with mode: 0644]
sys/netinet6/tcp6_var.h
sys/netinet6/udp6_output.c [new file with mode: 0644]
sys/netinet6/udp6_usrreq.c
sys/netinet6/udp6_var.h
sys/netkey/key.c
sys/netkey/key.h
sys/netkey/key_debug.c
sys/netkey/key_debug.h
sys/netkey/key_var.h
sys/netkey/keydb.c [new file with mode: 0644]
sys/netkey/keydb.h
sys/netkey/keysock.c
sys/netkey/keysock.h
sys/sys/mbuf.h
sys/sys/sockio.h