.. |
IMPLEMENTATION
|
sync with latest kame tree (tiny update in IPv4 mapped issue)
|
2000-06-12 10:47:17 +00:00 |
Makefile
|
remove include files in nonstandard path
|
2000-06-04 11:52:06 +00:00 |
TODO
|
need PRC_IF{UP,CHANGE}.
|
2000-02-05 18:11:41 +00:00 |
ah.h
|
add algorithm name into algorithm table. (commit to crypto-intl will follow)
|
2000-06-14 11:27:35 +00:00 |
ah_core.c
|
add algorithm name into algorithm table. (commit to crypto-intl will follow)
|
2000-06-14 11:27:35 +00:00 |
ah_input.c
|
sync with more recent kame. cope with malloc failure more gracefully
|
2000-06-02 18:20:15 +00:00 |
ah_output.c
|
sync with more recent kame. cope with malloc failure more gracefully
|
2000-06-02 18:20:15 +00:00 |
dest6.c
|
fix include pathname for better rfc2292 compliance.
|
2000-02-06 12:49:37 +00:00 |
esp.h
|
add algorithm name into algorithm table. (commit to crypto-intl will follow)
|
2000-06-14 11:27:35 +00:00 |
esp_core.c
|
Import IPsec ESP from netbsd-cryptosrc-intl.
|
2000-06-14 19:39:42 +00:00 |
esp_input.c
|
Import IPsec ESP from netbsd-cryptosrc-intl.
|
2000-06-14 19:39:42 +00:00 |
esp_output.c
|
Import IPsec ESP from netbsd-cryptosrc-intl.
|
2000-06-14 19:39:42 +00:00 |
frag6.c
|
fix include pathname for better rfc2292 compliance.
|
2000-02-06 12:49:37 +00:00 |
icmp6.c
|
<vm/vm.h> -> <uvm/uvm_extern.h>
|
2000-06-28 03:01:16 +00:00 |
in6.c
|
misuse of free(ia) in #if 0'ed region.
|
2000-04-27 16:44:19 +00:00 |
in6.h
|
XNS5.2: define sa_family_t and use it where specified by the standard.
|
2000-06-26 15:48:19 +00:00 |
in6_cksum.c
|
fix include pathname for better rfc2292 compliance.
|
2000-02-06 12:49:37 +00:00 |
in6_gif.c
|
introduce sys/netinet/ip_encap.c, to dispatch inbound packets
|
2000-04-19 06:30:51 +00:00 |
in6_gif.h
|
introduce sys/netinet/ip_encap.c, to dispatch inbound packets
|
2000-04-19 06:30:51 +00:00 |
in6_ifattach.c
|
correct in6_ifdetach() (previous code touched dangling pointers).
|
2000-05-05 08:03:12 +00:00 |
in6_ifattach.h
|
revisit in6_ifattach().
|
2000-04-12 10:36:38 +00:00 |
in6_pcb.c
|
make sure not to overwrite sockaddr on PRU_SEND/PRU_CONNECT to
|
2000-06-08 13:51:33 +00:00 |
in6_pcb.h
|
pass struct proc * down to udp6_output and in6_pcbbind.
|
2000-06-05 06:38:22 +00:00 |
in6_prefix.c
|
fix anycast address determination.
|
2000-06-07 06:27:43 +00:00 |
in6_prefix.h
|
New callout mechanism with two major improvements over the old
|
2000-03-23 07:01:25 +00:00 |
in6_proto.c
|
introduce sys/netinet/ip_encap.c, to dispatch inbound packets
|
2000-04-19 06:30:51 +00:00 |
in6_src.c
|
sync with kame.
|
2000-06-03 14:36:32 +00:00 |
in6_var.h
|
perform neighbor unreachability detection on p2p links (spec requires
|
2000-04-16 15:27:59 +00:00 |
ip6_forward.c
|
sync with kame.
|
2000-06-03 14:36:32 +00:00 |
ip6_input.c
|
<vm/vm.h> -> <uvm/uvm_extern.h>
|
2000-06-28 03:01:16 +00:00 |
ip6_mroute.c
|
correct MLD API. (binary backward compatibility is kept)
|
2000-05-19 10:39:43 +00:00 |
ip6_mroute.h
|
correct MLD API. (binary backward compatibility is kept)
|
2000-05-19 10:39:43 +00:00 |
ip6_output.c
|
avoid possible mbuf leaks on ipsec policy violation.(sync with kame)
|
2000-06-20 02:24:42 +00:00 |
ip6_var.h
|
cleanup AH/policy processing.
|
2000-03-21 23:53:30 +00:00 |
ip6protosw.h
|
Change the use of pfil hooks. There is no longer a single list of all
|
2000-02-17 10:59:32 +00:00 |
ipcomp.h
|
remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec
|
2000-01-06 15:46:07 +00:00 |
ipcomp_core.c
|
bring in latest KAME ipsec tree.
|
2000-01-31 14:18:52 +00:00 |
ipcomp_input.c
|
Change the use of pfil hooks. There is no longer a single list of all
|
2000-02-17 10:59:32 +00:00 |
ipcomp_output.c
|
NULL != 0
|
2000-05-19 04:34:39 +00:00 |
ipsec.c
|
<vm/vm.h> -> <uvm/uvm_extern.h>
|
2000-06-28 03:01:16 +00:00 |
ipsec.h
|
remove obsolete sysctl MIB net.inet.ipsec.inbound_call_ike.
|
2000-06-15 05:01:06 +00:00 |
mld6.c
|
introduce m->m_pkthdr.aux to hold random data which needs to be passed
|
2000-03-01 12:49:27 +00:00 |
mld6_var.h
|
RCS ID police.
|
1999-07-03 21:24:45 +00:00 |
nd6.c
|
do not mistakingly forward link-local scoped packet (the bug was added
|
2000-05-19 01:40:18 +00:00 |
nd6.h
|
do not mistakingly forward link-local scoped packet (the bug was added
|
2000-05-19 01:40:18 +00:00 |
nd6_nbr.c
|
do not mistakingly forward link-local scoped packet (the bug was added
|
2000-05-19 01:40:18 +00:00 |
nd6_rtr.c
|
add sanity check on in6_ifaddr.
|
2000-06-13 04:35:29 +00:00 |
pim6.h
|
RCS ID police.
|
1999-07-03 21:24:45 +00:00 |
pim6_var.h
|
s/PIMCTL/PIM6CTL/ to avoid future confusion.
|
2000-06-07 04:40:46 +00:00 |
raw_ip6.c
|
disallow bind(2) with IPv4 mapped address for now. port number check is
|
2000-05-29 00:03:18 +00:00 |
route6.c
|
fix include pathname for better rfc2292 compliance.
|
2000-02-06 12:49:37 +00:00 |
udp6.h
|
remove extra portability #ifdef (like #ifdef __FreeBSD__) in KAME IPv6/IPsec
|
2000-01-06 15:46:07 +00:00 |
udp6_usrreq.c
|
<vm/vm.h> -> <uvm/uvm_extern.h>
|
2000-06-28 03:01:16 +00:00 |
udp6_var.h
|
pass struct proc * down to udp6_output and in6_pcbbind.
|
2000-06-05 06:38:22 +00:00 |