CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/14 05:33:55
Modified files:
sbin/iked : iked.h ikev2.c ikev2_msg.c ikev2_pld.c policy.c
util.c
Log message:
restructure code a bit to move closer to initiator mode:
- split responder/initiator- specific code into different functions and use
shared functions for common stuff.
- first parse the received message and store information in the temporary
message struct instead of modifying the ike sa in the parsing code directly.
