aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * Use task manager as generic interface, renamed implementation to _v2.Martin Willi2012-03-201-2/+2
| | * Allow creation of message_t objects for IKEv1 packets.Tobias Brunner2012-03-201-1/+1
* | | Properly initialize src in ike_sa_t.is_any_path_valid().Tobias Brunner2012-04-061-1/+1
|/ /
* | Simplified some route lookups now that we store all peer addresses in a list.Tobias Brunner2012-03-091-14/+9
* | Renamed list of additional peer addresses as it now stores all known addresses.Tobias Brunner2012-03-091-20/+20
* | Re-resolve hosts on additional keyingtriesMartin Willi2012-03-061-0/+1
* | Be a little more verbose before starting IKE_SA reauthenticationMartin Willi2012-03-051-2/+9
* | Send an AUTH_LIFETIME update after updating the lifetime, but can not reauth ...Martin Willi2012-03-051-7/+32
* | Set hard timeouts when setting a lifetimeMartin Willi2012-03-051-7/+14
* | Fix IKE_SA timeout debug output on 64bit platformsMartin Willi2012-03-051-3/+4
* | Trigger DPD not before IKE_SA state gets updatedMartin Willi2012-02-021-6/+8
* | Don't retransmit, rekey, reauth or DPD check SAs when in PASSIVE stateMartin Willi2012-02-021-0/+26
|/
* Change order of destroy/get_ref function callsThomas Egerer2011-11-041-1/+1
* 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