aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/ike_sa.c
Commit message (Expand)AuthorAgeFilesLines
...
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-091-3/+0
* restructuring of configuration backendsMartin Willi2007-04-271-2/+2
* properly checking received IDr as initiatorMartin Willi2007-04-251-3/+4
* added support for EAP methods not establishing an MSKMartin Willi2007-04-191-33/+28
* not using %m printf handler, as late errno interpration over bus may be probl...Martin Willi2007-04-121-7/+12
* removed IKE_SA (%K) and CHILD_SA (%P) printf handlers, 3 more to goMartin Willi2007-04-111-48/+13
* cleaned up apidocMartin Willi2007-04-111-10/+7
* fixed bug with roadwarrior and wildcard IDsAndreas Steffen2007-04-101-11/+19
* requesting the same virtual IP on reauthenticationMartin Willi2007-04-101-49/+54
* restructured file layoutMartin Willi2007-04-101-215/+161
* added IKE_SA_INIT retransmission detectionMartin Willi2007-03-291-10/+4
* removed send_queue, handled internally in sender_t knowMartin Willi2007-03-281-2/+2
* fixed deferred CHILD_SA rekeying while IKE_SA rekeying in progressMartin Willi2007-03-271-2/+8
* prevent from initiating to %anyMartin Willi2007-03-211-0/+7
* fixed some exchange collisions (except IKE/CHILD rekeying)Martin Willi2007-03-201-27/+51
* respecting "keyingtries" parameter on IKE_SA setupMartin Willi2007-03-201-154/+172
* cleaned up and fixed DPD handling codeMartin Willi2007-03-141-93/+113
* fixed payload order (again)Martin Willi2007-03-081-4/+4
* added more debug output Martin Willi2007-03-081-0/+2
* implemented get_iface() using RTM_GETADDRMartin Willi2007-03-021-3/+3
* fixed reauthentication when connections other is %anyMartin Willi2007-02-281-0/+2
* merged tasking branch into trunkMartin Willi2007-02-281-853/+693
* merged EAP framework from branch into trunkMartin Willi2007-02-121-5/+3
* sending proper signal to the bus when detecting a dead peerMartin Willi2007-02-011-0/+17
* show rekeying|reauthentication time4.0.6Andreas Steffen2007-01-101-4/+15
* removed unused debugging codeMartin Willi2007-01-081-2/+0
* fixed reauthentication when using %any hostsMartin Willi2007-01-081-3/+5
* fixed reuathentication when connections other host is %anyMartin Willi2007-01-031-9/+17
* added support for transport mode and (experimental!) BEET modeMartin Willi2006-12-211-1/+2
* implemented reauthentication using the new reauth=yes|no parameter Martin Willi2006-12-191-41/+93
* log IKE SPIs on a separate lineAndreas Steffen2006-11-011-3/+3
* redesigned formatting of ipsec status|statusallAndreas Steffen2006-11-011-4/+11
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-17/+4
* preparations to include certreqs in policy decisionsAndreas Steffen2006-10-311-2/+4
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-26/+38
* improved signal handling and emittingMartin Willi2006-10-261-86/+101
* removed deprecated iterator methods (has_next & current)Martin Willi2006-10-241-9/+8
* linked list cleanupsMartin Willi2006-10-241-40/+13
* introduced new logging subsystem using bus:Martin Willi2006-10-181-217/+160
* introduced printf() specifiers for:Martin Willi2006-09-271-21/+12
* fixed retransmission policy for responderMartin Willi2006-09-251-4/+5
* fixed dpd for responderMartin Willi2006-09-251-0/+9
* added hostaccess supportAndreas Steffen2006-09-251-3/+5
* implemented updown script to handle firewallingMartin Willi2006-09-121-3/+2
* add priority management for kernel policyMartin Willi2006-09-081-19/+20
* implemented handling of dpdaction and dpddelay ipsec.conf parametersMartin Willi2006-09-081-10/+81
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-13/+46
* initial support for IPv6 (more testing needed)Martin Willi2006-08-301-3/+3
* added name property in CHILD_SA, allows proper status outputMartin Willi2006-08-251-3/+20
* implement proper handling of most simultaneous IKE_SA rekeying casesMartin Willi2006-08-231-13/+52