aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_netlink
Commit message (Expand)AuthorAgeFilesLines
...
* Add the reqid to kernel_ipsec_t.del_policy.Tobias Brunner2011-07-061-2/+2
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-162-4/+4
* Return correct status code in kernel_netlink_ipsec_t.query_sa.Tobias Brunner2011-05-101-1/+1
* Wipe memory after using key material (incomplete, to be continued)Martin Willi2011-05-091-19/+29
* Copy ESN enabled replay state during update_sa, if supportedMartin Willi2011-04-201-48/+77
* Add ESN support to kernel netlink plugin, including custom replay windowsMartin Willi2011-04-201-3/+47
* Added an esn parameter to the kernel interface add_sa functionsMartin Willi2011-04-201-2/+2
* Properly copy interface name if unknown.Tobias Brunner2011-04-191-1/+1
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-0/+7
* Fixed potential memory leak when processing routes from the kernel.Tobias Brunner2011-04-141-0/+1
* Align netlink attributes properly if rta_len not a multiple of RTA_ALIGNTOMartin Willi2011-03-021-16/+16
* Migrated kernel_netlink_net to INIT/METHOD macrosMartin Willi2011-02-171-77/+64
* Implemented Traffic Flow Confidentiality padding in kernel_interfaceMartin Willi2010-12-201-2/+20
* Install selectors on transport mode IPsec SAs.Jiri Bohac2010-12-131-0/+1
* Include the destination net in the policy priority calculation.Tobias Brunner2010-12-071-6/+11
* Migrated kernel_netlink_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-251-7/+10
* Print full source route on DBG2 that gets installedMartin Willi2010-11-111-0/+2
* Do not fire roam events based on local route changes.Tobias Brunner2010-10-121-2/+3
* 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
* 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
* 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
* 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