aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/transactions/create_child_sa.h
Commit message (Collapse)AuthorAgeFilesLines
* merged tasking branch into trunkMartin Willi2007-02-281-123/+0
|
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-4/+3
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* reuse reqid when a ROUTED child_sa gets INSTALLEDMartin Willi2006-09-051-15/+26
| | | | | | | | | fixed a bug in retransmission code added support for the "keyingtries" ipsec.conf parameter added support for the "dpddelay" ipsec.conf parameter done some work for "dpdaction" behavior some other cleanups and fixes
* introduced refcounting on policy and connectionsMartin Willi2006-07-201-5/+14
| | | | | | | | | 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/+1
| | | | | | | transactions reimplemented the buggy message id handling
* further work done for simultaneous rekeying/deleteMartin Willi2006-07-101-4/+32
| | | | | still some cases which cause trouble
* reimplemented CHILD_SA rekeying & deleteMartin Willi2006-07-071-0/+77
no simultanous transaction with CHILD_SAs yet!