aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra
Commit message (Expand)AuthorAgeFilesLines
* attr: Silently skip over load optionTobias Brunner2014-02-121-0/+4
* libhydra: Remove unused hydra->daemonTobias Brunner2014-02-122-13/+3
* libhydra: Use lib->ns instead of hydra->daemonTobias Brunner2014-02-129-29/+29
* attr-sql: Use namespace for attr-sql config, with fallbackTobias Brunner2014-02-122-2/+4
* kernel-pfroute: Don't cache route entries if installation failsTobias Brunner2014-02-121-2/+5
* kernel-netlink: Don't cache route entries if installation failsTobias Brunner2014-02-121-2/+5
* kernel-netlink: Set selector on transport mode IPComp SAsTobias Brunner2014-01-231-1/+1
* kernel-netlink: Selectively add selector on SAs that use IPCompTobias Brunner2014-01-231-1/+7
* kernel-netlink: Enable TFC padding only for tunnel mode ESP SAsTobias Brunner2013-11-191-2/+2
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
* kernel-netlink: Check existence of linux/fib_rules.h, don't include it in dis...Tobias Brunner2013-10-181-1/+8
* kernel-pfkey: Install ICMP[v6] type/code as expected by the Linux kernelTobias Brunner2013-10-171-19/+52
* kernel-netlink: Convert ports in acquires to ICMP[v6] type and codeTobias Brunner2013-10-171-3/+8
* kernel-netlink: Properly install policies with ICMP[v6] types and codesTobias Brunner2013-10-171-1/+12
* kernel-netlink: Allow setting firewall marks on routing ruleTobias Brunner2013-10-111-0/+20
* attr-sql: Use a serializable transaction when inserting identitiesTobias Brunner2013-10-111-12/+5
* pool: Move the pool utility to its own directory in srcTobias Brunner2013-10-117-2232/+1
* attr-sql: Handle concurrent insertion of identitiesTobias Brunner2013-10-111-2/+12
* attr-sql: Don't use database transactions in create_attribute_enumeratorTobias Brunner2013-10-111-5/+0
* kernel: Use a time_t to report use time in query_policy()Martin Willi2013-10-116-7/+7
* kernel: Use a time_t to report use time in query_sa()Martin Willi2013-10-116-8/+8
* kernel-netlink: Allow to override xfrm_acq_expires valueAnsis Atteka2013-09-231-6/+10
* resolve: Remove comment when using resolvconf(8)Tobias Brunner2013-09-131-2/+1
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-1/+5
* kernel-netlink: increase buffer size for RT netlink messagesAnsis Atteka2013-09-101-1/+1
* attributes: shorten some Unity and XAuth attribute short namesMartin Willi2013-09-031-15/+15
* kernel-pfroute: Fix mixed up memset() call in get_route()Mathias Krause2013-08-291-1/+1
* kernel: Restore enumeration of all addresses when searching for address in TSTobias Brunner2013-08-211-3/+6
* kernel-netlink: Fix calculation of ESN bitmap lengthTobias Brunner2013-08-211-4/+12
* kernel-netlink,pfroute: Properly update address flag within ROAM_DELAYTobias Brunner2013-08-122-2/+2
* kernel-pfroute: Implement roam event handling like in the kernel-netlink pluginTobias Brunner2013-08-121-13/+36
* kernel-netlink: Ensure address changes are not missed in roam eventsTobias Brunner2013-08-121-4/+15
* mem-pool: add option for reusing online leases, and disable it by defaultMartin Willi2013-07-291-1/+13
* mem-pool: replace per-identity online/offline lists by more efficient arraysMartin Willi2013-07-291-48/+52
* mem-pool: refcount online lease when reassigning it to another tunnelMartin Willi2013-07-261-5/+28
* kernel-pfkey: Add sanity check when deleting policiesTobias Brunner2013-07-241-0/+5
* Fix various API doc issues and typosTobias Brunner2013-07-182-7/+7
* kernel-pfroute: use watcher to receive kernel eventsMartin Willi2013-07-181-17/+13
* kernel-pfkey: use watcher to receive networking eventsMartin Willi2013-07-181-19/+13
* kernel-netlink: use watcher to receive kernel events for net/ipsecMartin Willi2013-07-182-35/+24
* kernel-pfkey: Fail route installation if remote TS matches peerTobias Brunner2013-07-181-0/+8
* capabilities: Some plugins don't actually require capabilities at runtimeTobias Brunner2013-07-181-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-188-32/+44
* kernel-pfroute: Ignore IP address changes if address is %anyTobias Brunner2013-07-171-1/+2
* kernel-pfroute: Properly enumerate sockaddrs in interface messagesTobias Brunner2013-07-171-9/+26
* kernel-pfroute: Provide name of interfaces on which virtual IPs are installedTobias Brunner2013-07-172-1/+23
* kernel-pfroute: Ignore virtual IPs in address mapTobias Brunner2013-07-171-13/+9
* kernel-pfroute: Make sure source addresses are not virtual and usableTobias Brunner2013-07-171-4/+20
* kernel-pfroute: Don't report an error when trying to reinstall a routeTobias Brunner2013-07-171-0/+4
* kernel-pfkey: Provide interface name when installing exclude routeTobias Brunner2013-07-171-4/+15