aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/child_rekey.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-430/+0
|
* Do not recreate existing create_child subtask when retrying with different ↵Martin Willi2009-11-231-2/+5
| | | | DH group
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-43/+43
|
* fixed memleak in rekey collissionsMartin Willi2009-09-031-0/+3
|
* Convert empty CREATE_CHILD_SA exchange to an INFORMATIONALMartin Willi2009-09-031-1/+3
|
* Use get_notify() to look up single notifiesMartin Willi2009-09-031-44/+18
|
* If no inbound CHILD_SA is found, try to find an outbound SA.Tobias Brunner2009-09-011-2/+9
| | | | | Due to the new lifetime limits in- and outbound SAs may expire individually.
* implemented child_up() bus hookMartin Willi2009-07-091-2/+3
|
* implemented ike_rekey()/child_rekey() bus hooksMartin Willi2009-07-091-0/+10
|
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-201-2/+2
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* schedule_job uses seconds to support time values larger than 49 daysMartin Willi2009-04-211-1/+1
| | | | added schedule_job_ms for ms resolution events
* merged multi-auth branch back into trunkMartin Willi2009-04-141-9/+9
|
* some task queueing improvements:Martin Willi2008-12-011-25/+85
| | | | | | | | - do not pass CHILD_SAs to task constructor, might not be valid anymore during execution (late lookup) - use sub-tasks to delete CHILD/IKE_SA after rekeying, as we want to execute the delete before additional queued tasks
* fallback to reauthentication if peer does not support CHILD_SA rekeyingMartin Willi2008-11-141-0/+26
|
* 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