.. |
IMPLEMENTATION
|
…
|
|
Makefile
|
…
|
|
TODO
|
…
|
|
ah.h
|
pre-compute and cache intermediate crypto key. suggestion from sommerfeld,
|
2000-07-23 05:23:04 +00:00 |
ah_core.c
|
correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).
|
2000-07-18 14:56:42 +00:00 |
ah_input.c
|
add missing splx, when outgoing interface queue is full on tunnelled
|
2000-08-16 09:54:39 +00:00 |
ah_output.c
|
correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces).
|
2000-07-18 14:56:42 +00:00 |
dest6.c
|
…
|
|
esp.h
|
use per-block cipher function + esp_cbc_{de,en}crypt. do not use
|
2000-08-29 09:08:42 +00:00 |
esp_core.c
|
repair DES on LP64. past code did not interoperate with non-LP64, due to
|
2000-08-31 07:33:04 +00:00 |
esp_input.c
|
improve code sharing for esp_schedule(). add some diagnostics cases
|
2000-08-29 11:32:21 +00:00 |
esp_output.c
|
improve code sharing for esp_schedule(). add some diagnostics cases
|
2000-08-29 11:32:21 +00:00 |
frag6.c
|
…
|
|
icmp6.c
|
- icmp6 nodeinfo: remove possibility of unaligned pointer access.
|
2000-08-19 08:15:53 +00:00 |
in6.c
|
inhibit error code from rtinit(). this happens when we try to assign
|
2000-08-02 15:03:02 +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
|
…
|
|
in6_gif.h
|
…
|
|
in6_ifattach.c
|
…
|
|
in6_ifattach.h
|
…
|
|
in6_pcb.c
|
implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.
|
2000-08-26 11:03:45 +00:00 |
in6_pcb.h
|
sync with kame.
|
2000-07-07 15:54:16 +00:00 |
in6_prefix.c
|
…
|
|
in6_prefix.h
|
…
|
|
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
|
…
|
|
ip6_forward.c
|
do not forward packet with :: in the source.
|
2000-07-27 15:53:51 +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
|
…
|
|
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
|
…
|
|
ipcomp.h
|
…
|
|
ipcomp_core.c
|
Don't use MALLOC() for variable-sized allocations.
|
2000-08-25 21:22:16 +00:00 |
ipcomp_input.c
|
remove unnecessary #include <netkey/key_debug.h>. from kame.
|
2000-07-06 12:51:39 +00:00 |
ipcomp_output.c
|
remove unnecessary #include <netkey/key_debug.h>. from kame.
|
2000-07-06 12:51:39 +00:00 |
ipsec.c
|
<vm/vm.h> -> <uvm/uvm_extern.h>
|
2000-06-28 03:01:16 +00:00 |
ipsec.h
|
make ipsec_strerror(3) to return const char *, not char *. sync with kame.
|
2000-07-30 02:38:35 +00:00 |
mld6.c
|
…
|
|
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
|
…
|
|
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
|
…
|
|
raw_ip6.c
|
sync with kame.
|
2000-07-07 15:54:16 +00:00 |
route6.c
|
…
|
|
udp6.h
|
…
|
|
udp6_usrreq.c
|
sync with kame.
|
2000-07-07 15:54:16 +00:00 |
udp6_var.h
|
…
|
|