Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -2/+2 |
| | |||||
* | Use pointers for lookups in IPsec SA manager | Tobias Brunner | 2012-10-16 | 1 | -16/+16 |
| | |||||
* | IPsec SA manager implements update_sa() | Tobias Brunner | 2012-10-16 | 1 | -0/+39 |
| | |||||
* | Implemented a checkout/checkin mechanism for IPsec SAs | Tobias Brunner | 2012-08-08 | 1 | -25/+242 |
| | | | | | SAs can only be checked out by a single thread and all other threads block until the SA is checked in again. | ||||
* | Schedule and relay expiration events for created IPsec SAs | Tobias Brunner | 2012-08-08 | 1 | -0/+95 |
| | |||||
* | Added IPsec SA manager | Tobias Brunner | 2012-08-08 | 1 | -0/+314 |