aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins
Commit message (Expand)AuthorAgeFilesLines
* kernel-pfkey: Add sanity check when deleting policiesTobias Brunner2013-07-241-0/+5
* 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-187-26/+39
* 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
* kernel-pfroute: Reinstall routes on interface/address changesTobias Brunner2013-07-171-7/+320
* kernel-pfroute: Trigger a roam event if a new interface appearsTobias Brunner2013-07-171-0/+4
* kernel-pfroute: Use ref_get() to allocate sequence numbersTobias Brunner2013-07-171-3/+3
* kernel-pfroute: Make time that is waited for VIPs to appear configurableTobias Brunner2013-07-171-2/+11
* kernel-pfroute: Retry route lookup without source address on failureTobias Brunner2013-07-171-1/+16
* kernel-pfkey: Remove latest IPsec SA mapping when deleting a policyTobias Brunner2013-07-171-5/+12
* kernel-pfkey: Correctly handle IPSEC_PROTO_ANY in an acquireTobias Brunner2013-07-171-2/+5
* linked-list: Remove barely used find_last() methodTobias Brunner2013-07-172-5/+6
* Use strpfx() helper where appropriateTobias Brunner2013-07-082-3/+3
* attr-sql: Add unity_split_exclude as alias for unity_local_lanTobias Brunner2013-07-081-0/+1
* attr-sql: Fix double free when adding subnets for unknown attribute typesTobias Brunner2013-07-081-0/+1
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
* kernel-netlink: Make CAP_NET_ADMIN capability optionalTobias Brunner2013-06-251-3/+4
* capabilities: Only plugins that require CAP_NET_ADMIN demand itTobias Brunner2013-06-252-0/+13
* kernel-pfroute: Simplify route lookup after fixing sockaddr parsingTobias Brunner2013-06-211-90/+19
* kernel-pfroute: Alignment of sockaddrs is not always the sameTobias Brunner2013-06-211-1/+8
* kernel-pfroute: struct sockaddr arguments are 4 byte alignedTobias Brunner2013-06-211-4/+8
* kernel-pfroute: Improve route lookup depending on information we get backTobias Brunner2013-06-211-12/+96
* kernel-pfroute: Try to ensure we get a source address or interface nameTobias Brunner2013-06-211-0/+6
* kernel-pfroute: Use DST as nexthop for host routesTobias Brunner2013-06-211-0/+6
* kernel-pfroute: Implement get_source_addr()Tobias Brunner2013-06-211-12/+27
* kernel-pfroute: Properly install routes with interface and gatewayTobias Brunner2013-06-211-5/+6
* kernel-pfroute: Activate TUN device before setting addressTobias Brunner2013-06-211-1/+1
* kernel-pfroute: Raise tun event when creating/destroying TUN devices for virt...Tobias Brunner2013-06-211-1/+6
* kernel-netlink: Routes don't require a gateway/nexthopTobias Brunner2013-06-211-5/+9
* kernel-netlink: install selectors on SA for transport/BEET mode without proto...Martin Willi2013-06-191-0/+6
* kernel-netlink: reject policy refcount if the reqid differsMartin Willi2013-06-191-4/+17
* kernel-interface: add an exchange initiator parameter to add_sa()Martin Willi2013-06-113-6/+7
* resolve: Use plugin features to register attribute handlerTobias Brunner2013-06-112-4/+31
* attr: Use plugin features to register attribute providerTobias Brunner2013-06-111-2/+31
* attr-sql: Use plugin features with dependency to database backendTobias Brunner2013-06-111-24/+53
* attr: Fix handling of invalid IPs listed after valid onesTobias Brunner2013-06-051-1/+1
* attr: fix a compiler warning that family is used uninitialized (seen with -Os)Martin Willi2013-06-051-2/+13
* kernel-netlink: add outer addresses to policy when using BEET modeMichael Rossberg2013-05-241-1/+1
* kernel-pfroute: allow only one thread to do a route look up simultaneouslyMartin Willi2013-05-061-1/+8
* kernel-interface: query SAD for last use time if SPD query didn't yield oneMartin Willi2013-05-063-4/+22