Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 1 | -402/+0 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -26/+26 |
| | |||||
* | If no inbound CHILD_SA is found, try to find an outbound SA. | Tobias Brunner | 2009-09-01 | 1 | -2/+9 |
| | | | | | Due to the new lifetime limits in- and outbound SAs may expire individually. | ||||
* | %llu correctly prints u_int64_t | Andreas Steffen | 2009-08-07 | 1 | -3/+3 |
| | |||||
* | printing u_int64_t caused segfault on 32-bit platforms | Andreas Steffen | 2009-08-07 | 1 | -3/+3 |
| | |||||
* | Fixed a race condition when querying stats of a child_sa in different order. | Tobias Brunner | 2009-08-06 | 1 | -4/+6 |
| | |||||
* | Reverted the interface changes introduced in 3f720dc7. | Tobias Brunner | 2009-08-06 | 1 | -4/+2 |
| | |||||
* | output number of transmitted bytes in closing CHILD_SA statement | Andreas Steffen | 2009-08-04 | 1 | -1/+5 |
| | |||||
* | implemented child_down() bus hook | Martin Willi | 2009-07-09 | 1 | -2/+17 |
| | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 1 | -1/+2 |
| | |||||
* | initiate trapped CHILD_SAs with same reqid | Martin Willi | 2009-05-08 | 1 | -1/+1 |
| | |||||
* | make use of the new trap-manager | Martin Willi | 2009-05-08 | 1 | -2/+3 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -3/+4 |
| | |||||
* | 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 |