.. |
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
|
pre-compute and cache intermediate crypto key. suggestion from sommerfeld,
|
2000-07-23 05:23:04 +00:00 |
ah_core.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ah_input.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ah_output.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
dest6.c
|
fix include pathname for better rfc2292 compliance.
|
2000-02-06 12:49:37 +00:00 |
esp.h
|
do not hardcode maximum IV length.
|
2000-09-26 08:37:38 +00:00 |
esp_core.c
|
always use rnd(4) for IPsec random number source. avoid random(9).
|
2000-10-05 04:49:17 +00:00 |
esp_input.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
esp_output.c
|
always use rnd(4) for IPsec random number source. avoid random(9).
|
2000-10-05 04:49:17 +00:00 |
esp_rijndael.c
|
remove #ifdef freebsd
|
2000-10-02 17:23:49 +00:00 |
esp_rijndael.h
|
add ESP rijndael logic. yet to be usable (until algorithm # is assigned)
|
2000-10-02 17:21:24 +00:00 |
frag6.c
|
fix include pathname for better rfc2292 compliance.
|
2000-02-06 12:49:37 +00:00 |
icmp6.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
in6.c
|
remove obsolete handling code for SIOCSIFPHY*. they are now in ifioctl().
|
2000-10-06 05:07:41 +00:00 |
in6.h
|
add a warning on IPv6 setsockopt number space (*BSD shares the number space
|
2000-08-27 01:02:48 +00:00 |
in6_cksum.c
|
move file static variable into auto variable, for better thread safety.
|
2000-09-09 16:15:47 +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
|
add missing \n. sync with kame.
|
2000-10-01 10:56:02 +00:00 |
in6_ifattach.h
|
revisit in6_ifattach().
|
2000-04-12 10:36:38 +00:00 |
in6_pcb.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
in6_pcb.h
|
sync with kame.
|
2000-07-07 15:54:16 +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
|
nuke the following sysctl variables. "ppsratelimit" should work better.
|
2000-07-28 04:06:52 +00:00 |
in6_src.c
|
implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.
|
2000-08-26 11:03:45 +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
|
on ipsec policy lookup, do not try to lookup port numbers for forwarded packet.
|
2000-09-22 05:50:23 +00:00 |
ip6_input.c
|
add missing \n on log(). sync with kame
|
2000-08-31 07:35:44 +00:00 |
ip6_mroute.c
|
do not forward packets with unspecified source address (::).
|
2000-08-29 09:19: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
|
- icmp6 nodeinfo: remove possibility of unaligned pointer access.
|
2000-08-19 08:15:53 +00:00 |
ip6_var.h
|
implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.
|
2000-08-26 11:03:45 +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
|
update ip compression algorithm lookup.
|
2000-09-26 08:40:23 +00:00 |
ipcomp_core.c
|
update ip compression algorithm lookup.
|
2000-09-26 08:40:23 +00:00 |
ipcomp_input.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ipcomp_output.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ipsec.c
|
fix compilation without INET. fix confusion between ipsecstat and ipsec6stat.
|
2000-10-02 03:55:41 +00:00 |
ipsec.h
|
use real wallclock (got by microtime) to compute IPsec database lifetimes.
|
2000-09-22 16:55:04 +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
|
…
|
|
nd6.c
|
- do not use bitfield for router renumbering header.
|
2000-07-06 12:36:18 +00:00 |
nd6.h
|
- do not use bitfield for router renumbering header.
|
2000-07-06 12:36: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
|
supress warning (LOG_ERR -> LOG_DEBUG) which occurs in the following situation:
|
2000-08-13 23:45:22 +00:00 |
pim6.h
|
…
|
|
pim6_var.h
|
s/PIMCTL/PIM6CTL/ to avoid future confusion.
|
2000-06-07 04:40:46 +00:00 |
raw_ip6.c
|
sync with kame.
|
2000-07-07 15:54:16 +00:00 |
route6.c
|
repair cut-and-paste bug. from: francis dupont. sync with kame
|
2000-09-20 23:35:51 +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
|
sync with kame.
|
2000-07-07 15:54:16 +00:00 |
udp6_var.h
|
pass struct proc * down to udp6_output and in6_pcbbind.
|
2000-06-05 06:38:22 +00:00 |