This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
netipsec
History
pjd
501751fbc7
Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.
...
This unbreaks compiling a kernel with FAST_IPSEC and no INET6.
2006-06-04 19:32:32 +00:00
..
ah_var.h
…
ah.h
…
esp_var.h
…
esp.h
…
ipcomp_var.h
…
ipcomp.h
…
ipip_var.h
…
ipsec6.h
…
ipsec_input.c
Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.
2006-06-04 19:32:32 +00:00
ipsec_mbuf.c
…
ipsec_osdep.h
…
ipsec_output.c
…
ipsec.c
Change '#if INET' and '#if INET6' to '#ifdef INET' and '#ifdef INET6'.
2006-06-04 19:32:32 +00:00
ipsec.h
Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.
2006-04-10 15:04:36 +00:00
key_debug.c
…
key_debug.h
…
key_var.h
First steps towards IPSec cleanup.
2006-03-25 13:38:52 +00:00
key.c
Prevent disappearing SAD entries by implementing MPsafe refcounting.
2006-05-20 15:35:36 +00:00
key.h
…
keydb.h
First steps towards IPSec cleanup.
2006-03-25 13:38:52 +00:00
keysock.c
Remove unused variables s and error in key_detach. The previous
2006-04-04 10:11:15 +00:00
keysock.h
…
xform_ah.c
- The authsize field from auth_hash structure was removed.
2006-05-17 18:30:28 +00:00
xform_esp.c
- The authsize field from auth_hash structure was removed.
2006-05-17 18:30:28 +00:00
xform_ipcomp.c
Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabled
2006-03-23 23:26:34 +00:00
xform_ipip.c
Fix more stack corruptions on amd64.
2006-03-30 18:57:04 +00:00
xform_tcp.c
First steps towards IPSec cleanup.
2006-03-25 13:38:52 +00:00
xform.h
Fix more stack corruptions on amd64.
2006-03-30 18:57:04 +00:00