aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Extend xfrm_attr_type_names by newly added enum valuesThomas Egerer2011-11-041-2/+6
* Silently install route again, even if it did not change.Tobias Brunner2011-11-042-2/+12
* Compile warning fixed in kernel interfaces.Tobias Brunner2011-11-042-2/+2
* The kernel-klips plugin does currently not support SAD/SPD flushing.Tobias Brunner2011-10-211-0/+2
* Implemented flushing of SAD and SPD entries via PF_KEY.Tobias Brunner2011-10-211-0/+68
* Implemented flushing of states and policies via XFRM.Tobias Brunner2011-10-211-0/+56
* Add features support to kernel-klips pluginMartin Willi2011-10-141-5/+12
* Add features support to kernel-pfroute pluginMartin Willi2011-10-141-5/+12
* Add features support to kernel-pfkey pluginMartin Willi2011-10-141-5/+12
* Add features support to kernel-netlink pluginMartin Willi2011-10-141-9/+14
* Check for RTA_TABLE in configure.Tobias Brunner2011-10-041-0/+2
* Migrated sql_attribute to INIT/METHOD macrosAndreas Steffen2011-09-291-29/+25
* Migrated netlink_socket to INIT/METHOD macrosAndreas Steffen2011-09-291-23/+18
* Migrated resolve_handler to INIT/METHOD macrosAndreas Steffen2011-09-291-33/+27
* Disable policy history for pluto.4.5.3Tobias Brunner2011-08-021-21/+46
* Allow routing table IDs > 255 when filtering them.Tobias Brunner2011-07-291-3/+10
* Install fallback drop policies to avoid transmitting unencrypted packets.Tobias Brunner2011-07-272-0/+6
* Remove policies in kernel interfaces based on their priority.Tobias Brunner2011-07-273-39/+76
* Fixed common misspellings.Tobias Brunner2011-07-202-2/+2
* removed stray codeAndreas Steffen2011-07-181-2/+1
* added log and status output for ESNAndreas Steffen2011-07-161-1/+5
* Record usage history of policies in PF_KEY kernel interface.Tobias Brunner2011-07-061-169/+457
* Simplified destruction of policy_sa_t objects in Netlink interface.Tobias Brunner2011-07-061-12/+7
* Some code cleanup in Netlink kernel interface.Tobias Brunner2011-07-061-108/+119
* Some code cleanup in PF_KEY kernel interface.Tobias Brunner2011-07-061-118/+142
* Reduce memory usage of policy history caching.Tobias Brunner2011-07-061-131/+270
* Keep the mutex locked as long as possible when deleting policies.Tobias Brunner2011-07-061-61/+57
* Properly unlock the policy if no change in the kernel is required.Tobias Brunner2011-07-061-0/+1
* Make sure access to policy is thread-safe during installation of route.Tobias Brunner2011-07-061-2/+17
* Replaced simple iterator usages.Tobias Brunner2011-07-061-5/+5
* Record the history of a policy installed in the kernel.Tobias Brunner2011-07-061-141/+317
* Add the reqid to kernel_ipsec_t.del_policy.Tobias Brunner2011-07-063-6/+6
* Cache the most recent reqid in the PF_KEY kernel interface.Tobias Brunner2011-07-061-1/+2
* install PASS and DROP shunt policies via PFKEYv2 interfaceAndreas Steffen2011-07-051-1/+12
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-165-10/+10
* 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
* Removed superfluous parameter missed in e5e5bcc92f.Tobias Brunner2011-05-021-1/+1
* Fixed two typos in kernel-pfroute plugin.Tobias Brunner2011-04-261-2/+2
* Revert alloc_str changesMartin Willi2011-04-212-5/+3
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-212-3/+5
* Cast size_t len arguments to %.*s to intMartin Willi2011-04-201-12/+12
* 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-203-4/+4
* pool: Proper cleanup in error cases when adding addresses from a file.Tobias Brunner2011-04-191-0/+6
* pool: Proper handling of address family when adding addresses.Tobias Brunner2011-04-191-2/+6
* Added missing break statement.Tobias Brunner2011-04-191-0/+1
* Properly copy interface name if unknown.Tobias Brunner2011-04-191-1/+1
* Add reload support to attr pluginMartin Willi2011-04-153-19/+64