aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/child_delete.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-402/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-26/+26
|
* 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.
* %llu correctly prints u_int64_tAndreas Steffen2009-08-071-3/+3
|
* printing u_int64_t caused segfault on 32-bit platformsAndreas Steffen2009-08-071-3/+3
|
* Fixed a race condition when querying stats of a child_sa in different order.Tobias Brunner2009-08-061-4/+6
|
* Reverted the interface changes introduced in 3f720dc7.Tobias Brunner2009-08-061-4/+2
|
* output number of transmitted bytes in closing CHILD_SA statementAndreas Steffen2009-08-041-1/+5
|
* implemented child_down() bus hookMartin Willi2009-07-091-2/+17
|
* include TSi/TSr of triggering packet in acquireMartin Willi2009-05-201-1/+2
|
* initiate trapped CHILD_SAs with same reqidMartin Willi2009-05-081-1/+1
|
* make use of the new trap-managerMartin Willi2009-05-081-2/+3
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merged multi-auth branch back into trunkMartin Willi2009-04-141-3/+4
|
* some task queueing improvements:Martin Willi2008-12-011-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 branchMartin Willi2008-10-141-10/+9
|
* do not run CHILD_SA delete action if rekeyingMartin Willi2008-10-031-1/+13
|
* some more changes to IKE_SA and CHILD_SA loggingAndreas Steffen2008-07-221-6/+13
|
* consistent logging of SPIs and CPIsAndreas Steffen2008-07-221-2/+2
|
* consistent logging of IKE and CHILD SAsAndreas Steffen2008-07-211-3/+6
|
* introduced an additional bus->signal parameter for signal specific dataMartin Willi2008-07-181-3/+3
| | | | added SIG_IKE/SIG_CHD macros for signal emitting
* added close_action as a seperate config option to dpd_actionMartin Willi2008-04-141-1/+1
|
* using dpd actions to enforce connection stateMartin Willi2008-04-111-6/+29
| | | | dpd actions a per child-, not peer ike-sa
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-7/+2
|
* properly implemented interface_managers initiate, terminte_[ike|child]Martin Willi2007-05-091-0/+22
| | | | | proper thread release when stroke is CTRL+C'ed fixed some permission issues
* added CHILD_SA compare check for rekeying collisions Martin Willi2007-03-221-0/+11
|
* handling of CHILD_SA rekeying collisionsMartin Willi2007-03-211-0/+2
|
* fixed inproper delete of CHILD_SAMartin Willi2007-03-211-4/+7
|
* fixed some exchange collisions (except IKE/CHILD rekeying)Martin Willi2007-03-201-5/+17
|
* fixed CHILD_SA rekeying/delete bug on 64bit machinesMartin Willi2007-03-191-3/+3
| | | | removed obsolete methods in delete_payload
* merged tasking branch into trunkMartin Willi2007-02-281-0/+264