aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/child_rekey.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-7/+2
|
* introduced callback_job:Martin Willi2007-06-111-1/+1
| | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere
* added PDF support for CHILD_SAsMartin Willi2007-04-191-1/+6
| | | | support for INVALID_KE_PAYLOAD negotiation for rekeying
* cleaned up apidocMartin Willi2007-04-111-2/+2
| | | | | | added some comments removed configuration.[ch], as it does not make sense like it is
* restructured file layoutMartin Willi2007-04-101-4/+4
| | | | | | | | | new configuration structure: peer_cfg: configuration related to a peer (authenitcation, ...= ike_cfg: config to use for IKE setup (proposals) child_Cfg: config for CHILD_SA (proposals, traffic selectors) a peer_cfg has one ike_cfg and multiple child_cfg's stroke now uses fixed count of threads
* added CHILD_SA compare check for rekeying collisions Martin Willi2007-03-221-0/+26
|
* fixed some rekey collision issuesMartin Willi2007-03-211-3/+11
| | | | added retry with jitter when rekeying fails
* fixed child rekey collisionMartin Willi2007-03-211-44/+7
| | | | | implemented ike rekey collision
* handling of CHILD_SA rekeying collisionsMartin Willi2007-03-211-38/+71
|
* fixed some exchange collisions (except IKE/CHILD rekeying)Martin Willi2007-03-201-55/+18
|
* moved REKEY_SA notify to the beginning of the messageMartin Willi2007-03-061-7/+7
|
* merged tasking branch into trunkMartin Willi2007-02-281-0/+353