aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa.c
Commit message (Expand)AuthorAgeFilesLines
* Throw an alert when the peer address cannot be resolved during initiation.Tobias Brunner2011-08-121-0/+1
* Properly initialize ike_sa_t.Tobias Brunner2011-08-011-1/+1
* Inherit authentication information during IKE_SA rekeyingMartin Willi2011-07-251-0/+16
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Replaced ike_sa_t.create_additional_address_iterator with enumerator.Tobias Brunner2011-07-061-4/+19
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-061-4/+18
* Replaced simple iterator usages.Tobias Brunner2011-07-061-20/+20
* Added strongswan.conf option to override half open IKE_SA timeoutMartin Willi2011-05-161-1/+2
* Typo fixed.Tobias Brunner2011-04-281-1/+1
* Move establish/inherit of rekeyed IKE_SAs to delete messagesMartin Willi2011-03-151-3/+1
* Slightly change IKE_SA destruction order to inherit properly during ike_rekey...Martin Willi2011-02-281-1/+1
* Force port update as responder when initiator switches to 4500 in IKE_AUTHMartin Willi2011-01-121-2/+2
* Moved check if packet already encoded to ike_sa, avoids message() hook invoca...Martin Willi2011-01-051-0/+5
* Move critical bit checking to ike_sa, notify payload includes unsupported pay...Martin Willi2011-01-051-11/+37
* Moved message()-hook invocation to generate_message(), catch pre-generated IK...Martin Willi2011-01-051-0/+1
* Support manually triggerd DPD check, even if DPD disabled in configMartin Willi2011-01-051-11/+10
* Change behavior of responder during roaming.Tobias Brunner2010-10-121-16/+17
* Send list of additional addresses even if current path is still valid.Tobias Brunner2010-10-121-0/+11
* Extracted path checking in ike_sa_t.roam into separate functions.Tobias Brunner2010-10-121-46/+68
* Explicitly configure MOBIKE tasks to update the list of additional addresses.Tobias Brunner2010-10-121-0/+1
* Do not update hosts based on retransmitted messages.Tobias Brunner2010-10-121-15/+4
* Do not update remote host if we are behind a NAT.Tobias Brunner2010-10-121-4/+2
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-15/+15
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-021-13/+13
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-12/+12
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-3/+3
* Slightly refactored port floating.Tobias Brunner2010-08-301-0/+15
* Use AEAD wrapper for encryption payload encryption/decryptionMartin Willi2010-08-191-4/+2
* Recreate IKE_SA_INIT related tasks only if they have completedMartin Willi2010-06-301-11/+35
* Flush auth configs, create new keymat during SA resetMartin Willi2010-06-071-12/+16
* Recreate IKE_INIT/IKE_NATD/IKE_VENDOR tasks if we reset SA during IKE_AUTHMartin Willi2010-06-071-0/+11
* Wrap task enumerator in ike_saMartin Willi2010-06-071-0/+7
* Migrated ike_sa_t to INIT/METHOD macrosMartin Willi2010-06-071-407/+239
* Use wrapped getters for close/dpd actionMartin Willi2010-06-021-7/+7
* Invoke updown hook if IKE_SA delete is enforced in deleting stateMartin Willi2010-04-061-0/+1
* Release virtual IPs with the same identity as we acquired itMartin Willi2010-03-251-3/+36
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-3/+4
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+2192