aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-251-1/+0
* 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-libipsec: Add a feature to request UDP encapsulation of ESP packetsTobias Brunner2013-06-211-0/+2
* kernel-pfroute: Use DST as nexthop for host routesTobias Brunner2013-06-211-0/+6