aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa
Commit message (Collapse)AuthorAgeFilesLines
...
* Migrated ike_sa_t to INIT/METHOD macrosMartin Willi2010-06-071-407/+239
|
* Added support for task enumeration in task_manager_tMartin Willi2010-06-072-0/+38
|
* Migrated task_manager_t to INIT/METHOD macrosMartin Willi2010-06-071-65/+45
|
* Disable close action for a redundant CHILD_SA resulting from a rekey collisionMartin Willi2010-06-021-0/+5
| | | | | | | | If a rekey collision is detected, the winning peer of the nonce compare will delete the redundant CHILD_SA. The other peer should not enforce the close action on this CHILD, as it would reestablish the redundat CHILD_SA. Thanks to Thomas Egerer from secunet for pointing this out and the initial patchset.
* Use wrapped getters for close/dpd actionMartin Willi2010-06-022-8/+10
|
* Wrap getters for dpd/close action into CHILD_SA, allows us to override themMartin Willi2010-06-022-0/+76
|
* Do not install trap policy if remote host is %any.Tobias Brunner2010-05-281-1/+1
|
* Handle collisions between rekey and the following delete properlyMartin Willi2010-05-181-27/+63
|
* Use reqid from connection config if present.Reto Buerki2010-05-041-2/+6
|
* Ignore DH exchange in CHILD_SA rekeying if the selected proposal contains no ↵Martin Willi2010-04-211-5/+5
| | | | DH group
* manage synced SAs in IKE_SA Manager, tag them with IKE_PASSIVE stateMartin Willi2010-04-071-1/+1
|
* 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-253-36/+44
|
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-243-8/+11
|
* Moving charon to libcharon.Tobias Brunner2010-03-1968-0/+24284