aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/kernel/kernel_interface.c
Commit message (Collapse)AuthorAgeFilesLines
* Be less verbose if we don't have a local address for a tunnelMartin Willi2012-03-061-1/+1
|
* Defined functions in the kernel interface to flush SAD and SPD entries.Tobias Brunner2011-10-211-0/+22
|
* Destroy kernel interface during deregistration, as the plugin goes afterwardsMartin Willi2011-09-121-2/+22
|
* Remove policies in kernel interfaces based on their priority.Tobias Brunner2011-07-271-4/+4
| | | | | | This allows to unroute a connection while the same connection is currently established. In this case both CHILD_SAs share the same reqid but the installed policies have different priorities.
* Add the reqid to kernel_ipsec_t.del_policy.Tobias Brunner2011-07-061-4/+4
|
* Added an esn parameter to the kernel interface add_sa functionsMartin Willi2011-04-201-3/+3
|
* Implemented Traffic Flow Confidentiality padding in kernel_interfaceMartin Willi2010-12-201-4/+4
|
* Fixing installation of trap policies (SPI=0) in kernel interface.Tobias Brunner2010-09-021-5/+3
|
* Added an option to specify the type of a policy to kernel_ipsec.add_policy.Tobias Brunner2010-09-021-2/+3
| | | | | This will later allow us to support pluto's passthrough and drop policies in charon.
* Replaced the protocol argument in add_policy with an optional SPI for an AH SA.Tobias Brunner2010-09-021-2/+2
|
* Moved kernel interface to libhydra.Tobias Brunner2010-09-021-0/+523