NetBSD/sys/netipsec
rpaulo 68699904bd Add two new sysctls protected under IPSEC_DEBUG:
net.inet.ipsec.test_replay - When set to 1, IPsec will send packets with
          the same sequence number. This allows to verify if the other side
          has proper replay attacks detection.

  net.inet.ipsec.test_integrity - When set 1, IPsec will send packets with
          corrupted HMAC. This allows to verify if the other side properly
          detects modified packets.

(a message will be printed indicating when these sysctls changed)

By Pawel Jakub Dawidek <pjd@FreeBSD.org>.
Discussed with Christos Zoulas and Jonathan Stone.
2006-04-11 20:21:28 +00:00
..
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ah.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ah_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
esp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
esp_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
files.netipsec merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipcomp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ipcomp_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ipip_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ipsec.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
ipsec.h Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
ipsec6.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ipsec_input.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipsec_mbuf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipsec_netbsd.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
ipsec_osdep.h Change "inline" back to "__inline" in .h files -- C99 is still too 2006-02-16 20:17:12 +00:00
ipsec_output.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipsec_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
key.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
key.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
key_debug.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
key_debug.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
key_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
keydb.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
keysock.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
keysock.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
xform.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
xform_ah.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
xform_esp.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
xform_ipcomp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
xform_ipip.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
xform_tcp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00