aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/ipsec_sa_mgr.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-2/+2
|
* Use pointers for lookups in IPsec SA managerTobias Brunner2012-10-161-16/+16
|
* IPsec SA manager implements update_sa()Tobias Brunner2012-10-161-0/+39
|
* Implemented a checkout/checkin mechanism for IPsec SAsTobias Brunner2012-08-081-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 SAsTobias Brunner2012-08-081-0/+95
|
* Added IPsec SA managerTobias Brunner2012-08-081-0/+314