aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/ike_sa.c
Commit message (Expand)AuthorAgeFilesLines
* fallback to family specific %any(6) if kernel lookup failsMartin Willi2009-03-161-0/+6
* printf hooks refactored to increase portability (i.e. support for platforms w...Tobias Brunner2009-03-121-2/+1
* purge certificates after IKE_AUTH response has been builtMartin Willi2008-12-161-6/+8
* purge auth_info when IKE_SA is established, releases cert memoryMartin Willi2008-12-091-0/+6
* pass identity to release_address(), allows providers to do a lookup by idMartin Willi2008-12-051-1/+1
* some task queueing improvements:Martin Willi2008-12-011-20/+10
* schedule rekeying when activating passive IKE_SAsMartin Willi2008-11-281-1/+2
* added a PASSIVE IKE_SA state to manage it externallyMartin Willi2008-11-281-4/+20
* performance optimization for the DOS protection.Tobias Brunner2008-11-251-1/+1
* fixed set_message_id() on IKE_SAMartin Willi2008-11-241-2/+2
* set message IDs on IKE_SAsMartin Willi2008-11-241-1/+17
* refactored and cleaned up child_sa interfaceMartin Willi2008-11-191-3/+3
* setting default port of own address to have a proper fallback if src addr loo...Martin Willi2008-11-181-0/+1
* reset IKE_SA on bus during child_sa destructionMartin Willi2008-11-141-0/+2
* removed some obsolete includesMartin Willi2008-11-121-11/+0
* moved ike_initiator flag to IKE_SAs condition bitfieldMartin Willi2008-11-121-20/+4
* fixed compiler warnings issued by:Martin Willi2008-11-111-2/+2
* fixing mediation extensionTobias Brunner2008-11-111-4/+8
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-2/+9
* preliminary support of Mobile IPv6Andreas Steffen2008-11-111-17/+62
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-051-0/+1
* %any is IP family neutralAndreas Steffen2008-11-051-2/+2
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-0/+26
* moved key derivation and management into keymat objectMartin Willi2008-10-281-320/+20
* store IKE proposal implicitly during derive_keysMartin Willi2008-10-281-16/+9
* use more generic stats getter, introducing new statsMartin Willi2008-10-271-65/+37
* more CHILD_SA refactoringsMartin Willi2008-10-241-14/+12
* moved updown script invocation to an optional pluginMartin Willi2008-10-161-3/+6
* passing chunks, not prf+, to kernel interfaceMartin Willi2008-10-141-10/+10
* reintegrated bus-refactoring branchMartin Willi2008-10-141-34/+28
* fixed MOBIKE roaming if clients address changesMartin Willi2008-10-091-5/+2
* mobike: try to keep existing source address before switching to anotherMartin Willi2008-10-081-13/+13
* userland support to process notifies for new NAT mappings detected in UDP enc...Martin Willi2008-10-071-6/+4
* use MOBIKE enabled DPD if we are NATedMartin Willi2008-10-061-2/+41
* time values in strongswan.conf can be optionally specified in days (d), hours...Andreas Steffen2008-09-041-1/+1
* charon.keep_alive = 0 disables the sending of NAT keep alivesAndreas Steffen2008-09-031-1/+1
* configure NAT keep alive interval using the charon.keep_alive keyAndreas Steffen2008-09-031-2/+9
* ported parts of two-sim branchMartin Willi2008-08-221-0/+26
* corrected typoAndreas Steffen2008-08-111-1/+1
* demoted IKE state change output to debug level 2Andreas Steffen2008-07-281-1/+1
* ignore AUTH_LIFETIME value if reauthentication has already been scheduled ear...Andreas Steffen2008-07-281-8/+13
* some more changes to IKE_SA and CHILD_SA loggingAndreas Steffen2008-07-221-3/+3
* consistent logging of IKE and CHILD SAsAndreas Steffen2008-07-211-3/+3
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-21/+21
* fixed potential segfault in resolve_hostsMartin Willi2008-07-171-1/+4
* fixed acquire-delay bug by:Martin Willi2008-07-161-1/+1
* do a route lookup to allow routing of left=%any connections Martin Willi2008-07-091-5/+15
* flushing task_manager on shutdown while IKE_SA is usableMartin Willi2008-06-251-1/+2
* resolving hosts before routeMartin Willi2008-06-231-0/+2
* display selected IKE proposal in ipsec statusallAndreas Steffen2008-06-221-0/+26