aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/ipsec_policy_mgr.h
Commit message (Collapse)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* libipsec: Pass the same data to del_policy() as to add_policy()Tobias Brunner2016-02-041-4/+7
| | | | | | We already do this for the other kernel interfaces. Fixes e1e88d5adde0 ("libipsec: Don't attempt deletion of any non-IPsec policies")
* libipsec: check for a policy with the reqid of the SA on decapsulationMartin Willi2013-09-131-1/+3
| | | | | To prevent a client from sending a packet with a source address of a different client, we require a policy bound via reqid to the decapsulating SA.
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
|
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
|
* IPsec policies can be looked up based on an IP packetTobias Brunner2012-08-081-0/+13
|
* IPsec policy manager addedTobias Brunner2012-08-081-0/+106
This version only provides the very simplest management functions.