aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/transactions/dead_peer_detection.c
Commit message (Collapse)AuthorAgeFilesLines
* merged tasking branch into trunkMartin Willi2007-02-281-187/+0
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-6/+0
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-12/+5
| | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors
* added CHILD_SA states, which allows us to detect further simultaneous ↵Martin Willi2006-07-131-2/+4
| | | | | | | transactions reimplemented the buggy message id handling
* redesigned IKE_SA using a transaction mechanism:Martin Willi2006-07-051-0/+198
removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet