aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_netlink
Commit message (Collapse)AuthorAgeFilesLines
* Do not fire roam events based on local route changes.Tobias Brunner2010-10-121-2/+3
| | | | | These kernel events are triggered on address changes, which is problematic when deleting virtual IP addresses.
* If a changed route has no src, try to find it via interface.Tobias Brunner2010-10-121-37/+48
|
* Get source address from interface if the route does not provide one.Tobias Brunner2010-10-121-2/+49
|
* added non-standard SERPENT and TWOFISH support to kernel_netlink pluginAndreas Steffen2010-09-081-0/+2
|
* Do not install routes for pluto.Tobias Brunner2010-09-021-0/+5
| | | | | There are some incompatibilities with e.g. passthrough policies. Pluto installs required source routes via updown script.
* Charon specific strongswan.conf options generalized.Tobias Brunner2010-09-022-6/+7
|
* Fixing installation of trap policies (SPI=0) in kernel interface.Tobias Brunner2010-09-021-9/+8
|
* Do not overwrite the original mode when installing policies.Tobias Brunner2010-09-021-4/+5
| | | | The mode is later used to decide if a route has to be installed.
* Added support for different policy types in kernel_netlink plugin.Tobias Brunner2010-09-021-41/+45
|
* Added an option to specify the type of a policy to kernel_ipsec.add_policy.Tobias Brunner2010-09-021-1/+1
| | | | | This will later allow us to support pluto's passthrough and drop policies in charon.
* Added support for combined IPComp/ESP/AH policies in kernel_netlink plugin.Tobias Brunner2010-09-021-31/+32
|
* Replaced the protocol argument in add_policy with an optional SPI for an AH SA.Tobias Brunner2010-09-021-3/+3
|
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-022-3/+3
|
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-029-0/+4328