NetBSD/sys/netipsec
adrianp aaf8e048ae The function ipsec4_get_ulp assumes that ip_off is in host order. This results
in IPsec processing that is dependent on protocol and/or port can be bypassed.

Bug report, analysis and initial fix from Karl Knutsson.
Final patch and ok from degroote@
2007-10-28 15:48:23 +00:00
..
Makefile
ah.h
ah_var.h
esp.h
esp_var.h
files.netipsec
ipcomp.h
ipcomp_var.h Commit my SoC work 2007-02-10 09:43:05 +00:00
ipip_var.h
ipsec.c The function ipsec4_get_ulp assumes that ip_off is in host order. This results 2007-10-28 15:48:23 +00:00
ipsec.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ipsec6.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
ipsec_input.c Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4). 2007-06-27 20:38:32 +00:00
ipsec_mbuf.c Fix fallout from caddr_t changes 2007-03-04 19:54:48 +00:00
ipsec_netbsd.c machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
ipsec_osdep.h The function ipsec4_get_ulp assumes that ip_off is in host order. This results 2007-10-28 15:48:23 +00:00
ipsec_output.c The function ipsec4_get_ulp assumes that ip_off is in host order. This results 2007-10-28 15:48:23 +00:00
ipsec_var.h
key.c Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
key.h Ansify 2007-07-07 18:38:22 +00:00
key_debug.c Ansify 2007-07-07 18:38:22 +00:00
key_debug.h Ansify 2007-07-07 18:38:22 +00:00
key_var.h
keydb.h Ansify 2007-07-07 18:38:22 +00:00
keysock.c Ansify 2007-07-07 18:38:22 +00:00
keysock.h Ansify 2007-07-07 18:38:22 +00:00
xform.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
xform_ah.c The function ipsec4_get_ulp assumes that ip_off is in host order. This results 2007-10-28 15:48:23 +00:00
xform_esp.c Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4). 2007-06-27 20:38:32 +00:00
xform_ipcomp.c Fix my previous stupid caddr_t fix. 2007-09-22 23:33:18 +00:00
xform_ipip.c The function ipsec4_get_ulp assumes that ip_off is in host order. This results 2007-10-28 15:48:23 +00:00
xform_tcp.c