git: A working IPSEC implementation (1/many)
Antonio Huete Jimenez
tuxillo at crater.dragonflybsd.org
Fri Oct 25 14:53:47 PDT 2013
commit 5bf3162041648e4bda1927806ca0fd8a38cf9f21
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date: Fri Oct 25 01:48:52 2013 -0700
A working IPSEC implementation (1/many)
* Fix fast_ipsec(4) so that it at least builds.
* Untested and probably not working.
Reported-by: Thomas Nikolajsen
Dragonfly-bug: <http://bugs.dragonflybsd.org/issues/1843>
Summary of changes:
sys/netinet/in_proto.c | 2 +-
sys/netproto/ipsec/ipsec.h | 2 +-
sys/netproto/ipsec/ipsec_input.c | 20 ++---
sys/netproto/ipsec/ipsec_mbuf.c | 2 -
sys/netproto/ipsec/keysock.c | 167 ++++++++++++++++++++-------------------
sys/netproto/ipsec/xform.h | 4 +-
sys/netproto/ipsec/xform_ah.c | 9 ++-
sys/netproto/ipsec/xform_esp.c | 8 +-
sys/netproto/ipsec/xform_ipip.c | 67 ++++++++++------
9 files changed, 146 insertions(+), 135 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5bf3162041648e4bda1927806ca0fd8a38cf9f21
--
DragonFly BSD source repository
More information about the Commits
mailing list