Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵ | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
| | | | | primitives (and utils/mutex.h is now threading.h). | ||||
* | Catch CHILD_SA state changes during acquire | Martin Willi | 2009-10-07 | 1 | -17/+45 |
| | | | | | If an acquire fails due to a TS_UNACCEPTABLE or other CHILD_SA only errors, we have to reset the pending state in the trap manager. | ||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -25/+25 |
| | |||||
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵ | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
| | | | | enums mutex/condvar/rwlock_type_t. | ||||
* | set protocol to ESP for policies installed as a trap | Martin Willi | 2009-08-07 | 1 | -0/+4 |
| | |||||
* | use rwlock instead of a mutex in trap_manager, avoids possible deadlock | Martin Willi | 2009-06-16 | 1 | -18/+18 |
| | |||||
* | include TSi/TSr of triggering packet in acquire | Martin Willi | 2009-05-20 | 1 | -1/+1 |
| | |||||
* | drop acquires we already have a pending connection attempt | Martin Willi | 2009-05-08 | 1 | -14/+90 |
| | |||||
* | initiate trapped CHILD_SAs with same reqid | Martin Willi | 2009-05-08 | 1 | -8/+8 |
| | |||||
* | removed $Id$ from new template generated files | Martin Willi | 2009-05-08 | 1 | -2/+0 |
| | |||||
* | added a trap-manager to handle routed policies outside of IKE_SAs | Martin Willi | 2009-05-08 | 1 | -0/+297 |