Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some task queueing improvements: | Martin Willi | 2008-12-01 | 1 | -6/+28 |
| | | | | | | | | - 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 | ||||
* | reintegrated bus-refactoring branch | Martin Willi | 2008-10-14 | 1 | -10/+9 |
| | |||||
* | do not run CHILD_SA delete action if rekeying | Martin Willi | 2008-10-03 | 1 | -1/+13 |
| | |||||
* | some more changes to IKE_SA and CHILD_SA logging | Andreas Steffen | 2008-07-22 | 1 | -6/+13 |
| | |||||
* | consistent logging of SPIs and CPIs | Andreas Steffen | 2008-07-22 | 1 | -2/+2 |
| | |||||
* | consistent logging of IKE and CHILD SAs | Andreas Steffen | 2008-07-21 | 1 | -3/+6 |
| | |||||
* | introduced an additional bus->signal parameter for signal specific data | Martin Willi | 2008-07-18 | 1 | -3/+3 |
| | | | | added SIG_IKE/SIG_CHD macros for signal emitting | ||||
* | added close_action as a seperate config option to dpd_action | Martin Willi | 2008-04-14 | 1 | -1/+1 |
| | |||||
* | using dpd actions to enforce connection state | Martin Willi | 2008-04-11 | 1 | -6/+29 |
| | | | | dpd actions a per child-, not peer ike-sa | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -7/+2 |
| | |||||
* | properly implemented interface_managers initiate, terminte_[ike|child] | Martin Willi | 2007-05-09 | 1 | -0/+22 |
| | | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues | ||||
* | added CHILD_SA compare check for rekeying collisions | Martin Willi | 2007-03-22 | 1 | -0/+11 |
| | |||||
* | handling of CHILD_SA rekeying collisions | Martin Willi | 2007-03-21 | 1 | -0/+2 |
| | |||||
* | fixed inproper delete of CHILD_SA | Martin Willi | 2007-03-21 | 1 | -4/+7 |
| | |||||
* | fixed some exchange collisions (except IKE/CHILD rekeying) | Martin Willi | 2007-03-20 | 1 | -5/+17 |
| | |||||
* | fixed CHILD_SA rekeying/delete bug on 64bit machines | Martin Willi | 2007-03-19 | 1 | -3/+3 |
| | | | | removed obsolete methods in delete_payload | ||||
* | merged tasking branch into trunk | Martin Willi | 2007-02-28 | 1 | -0/+264 |