1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/sys/netipsec
Sam Leffler 6f9bd550cc Correct handling of SADB_UPDATE and SADB_ADD requests. key_align may split
the mbuf due to use of m_pulldown.  Discarding the result because of this
does not make sense as no subsequent code depends on the entire msg being
linearized (only the individual pieces).  It's likely something else is wrong
here but for now this appears to get things back to a working state.

Submitted by:	Roselyn Lee
2004-09-26 02:01:27 +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 Apply error and success logic consistently to the function netisr_queue() and 2004-08-27 18:33:08 +00:00
ipsec_mbuf.c
ipsec_osdep.h
ipsec_output.c
ipsec.c
ipsec.h
key_debug.c
key_debug.h
key_var.h
key.c Correct handling of SADB_UPDATE and SADB_ADD requests. key_align may split 2004-09-26 02:01:27 +00:00
key.h
keydb.h Protect sockaddr_union definitions with a protecting define. This allows to 2004-09-23 12:44:40 +00:00
keysock.c Add required includes for post-sorwakeup() change to fix FAST_IPSEC 2004-06-23 01:58:22 +00:00
keysock.h
xform_ah.c
xform_esp.c
xform_ipcomp.c
xform_ipip.c Apply error and success logic consistently to the function netisr_queue() and 2004-08-27 18:33:08 +00:00
xform_tcp.c Fix a debugging printf snafu. 2004-04-20 14:53:35 +00:00
xform.h