Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | libipsec: Pass the same data to del_policy() as to add_policy() | Tobias Brunner | 2016-02-04 | 1 | -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 decapsulation | Martin Willi | 2013-09-13 | 1 | -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 subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved host_t and host_resolver_t to a new networking subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | IPsec policies can be looked up based on an IP packet | Tobias Brunner | 2012-08-08 | 1 | -0/+13 |
| | |||||
* | IPsec policy manager added | Tobias Brunner | 2012-08-08 | 1 | -0/+106 |
This version only provides the very simplest management functions. |