aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* kernel-netlink: Implement configurable Netlink request retransmissionMartin Willi2014-11-211-15/+86
* kernel-netlink: Add a stress test with several threads doing Netlink exchangesMartin Willi2014-11-211-0/+62
* kernel-netlink: Retry netlink query while kernel returns EBUSYMartin Willi2014-11-211-3/+37
* kernel-netlink: Support parallel Netlink queriesMartin Willi2014-11-211-74/+192
* kernel-netlink: Add a simple send message test querying available linksMartin Willi2014-11-213-0/+70
* kernel-netlink: Add a stub for a test-runnerMartin Willi2014-11-214-0/+85
* kernel-pfroute: Check for RTM_IFANNOUNCE availabilityMartin Willi2014-10-141-0/+10
* kernel-netlink: Define and use rtnetlink message typesMartin Willi2014-09-241-1/+22
* kernel-netlink: Pass protocol specific enum names to socket constructorMartin Willi2014-09-244-12/+13
* kernel-netlink: Clean up socket initialization, handle 0 as valid socket fdMartin Willi2014-09-241-9/+6
* kernel-netlink: Clean up response buffer managementMartin Willi2014-09-241-24/+16
* kernel-netlink: Use recv() instead of recvfrom()Martin Willi2014-09-241-11/+3
* kernel-netlink: Avoid casting the NLMSG_DATA() return valueMartin Willi2014-09-243-26/+26
* kernel-netlink: Define netlink buffer as an union having a netlink headerMartin Willi2014-09-243-20/+23
* kernel-netlink: Optionally install protocol and ports on transport mode SAsTobias Brunner2014-09-121-6/+18
* kernel-netlink: Add global option to configure MSS-clamping on installed routesTobias Brunner2014-09-121-6/+26
* kernel-netlink: Add global option to set MTU on installed routesTobias Brunner2014-09-121-0/+19
* kernel-pfroute: Delete interfaces on RTM_IFANNOUNCE/IFAN_DEPARTURE eventsTobias Brunner2014-09-091-0/+38
* kernel-pfkey: Report packet counts of IPsec SAsTobias Brunner2014-09-091-2/+2
* kernel-pfroute: Fix kernel response handlingTobias Brunner2014-08-191-2/+3
* kernel-netlink: Rename algorithm identifier from cast128 to cast5Martin Willi2014-07-041-1/+1
* kernel-pfkey: Use address in TS to determine interface for shunt routesTobias Brunner2014-06-261-6/+9
* kernel-pfkey: Use subnet and prefix when determining nexthop for shunt policy...Tobias Brunner2014-06-261-2/+12
* kernel-pfkey: Install routes for shunt policiesTobias Brunner2014-06-261-4/+4
* kernel-netlink: Cast IPv6 address blobs to the proper typeTobias Brunner2014-06-241-3/+3
* kernel-netlink: Install virtual IPv6 addresses as deprecatedTobias Brunner2014-06-201-0/+11
* kernel-netlink: Pass prefix when looking up next hop for shunt policiesTobias Brunner2014-06-191-1/+12
* kernel-netlink: Add support for destination prefix when determining next hopTobias Brunner2014-06-191-20/+35
* kernel-interface: Add destination prefix to get_nexthop()Tobias Brunner2014-06-194-5/+5
* kernel-pfkey: Add support for new policy priority classTobias Brunner2014-06-191-2/+5
* kernel-netlink: Add support for new policy priority classTobias Brunner2014-06-191-2/+5
* Remove kernel-klips pluginTobias Brunner2014-06-196-3157/+0
* kernel-netlink: Follow RFC 6724 when selecting IPv6 source addressesTobias Brunner2014-06-191-26/+170
* kernel-netlink: Never use XFRMA_REPLAY_ESN_VAL to configure zero replay windowsMartin Willi2014-06-181-1/+1
* kernel-pfkey: Support connection specific replay window sizes up to 32 packetsMartin Willi2014-06-171-1/+1
* kernel-netlink: Support connection specific replay window sizesMartin Willi2014-06-171-39/+16
* kernel-interface: Add a replay_window parameter to add_sa()Martin Willi2014-06-173-9/+12
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-047-7/+7
* pfkey: Always include stdint.hTobias Brunner2014-05-191-1/+1
* kernel-klips: Pass a pointer to a properly sized integer for algorithm lookupMartin Willi2014-05-161-1/+1
* kernel-pfkey: Added IPComp supportFrancois ten Krooden2014-04-241-19/+138
* attr: Don't shift the 32-bit netmask by 32Tobias Brunner2014-04-091-3/+6
* kernel-pfroute: Let get_nexthop() default to destination addressTobias Brunner2014-03-311-3/+7
* attr: Silently skip over load optionTobias Brunner2014-02-121-0/+4
* libhydra: Use lib->ns instead of hydra->daemonTobias Brunner2014-02-127-26/+26
* 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