aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ike_sa.c
Commit message (Collapse)AuthorAgeFilesLines
* Change behavior of responder during roaming.Tobias Brunner2010-10-121-16/+17
| | | | | | If the current source address is not available anymore, the responder uses ike_mobike_t.roam, thus, uses multiple address combinations when trying to notify the initiator.
* 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
| | | | In case of MOBIKE, only float to port 4500 if the other peer actually supports MOBIKE.
* 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