aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* kernel-netlink: Set NODAD flag for virtual IPv6 addressesTobias Brunner2017-02-061-10/+16
* kernel-netlink: Prefer matching label when selecting IPv6 source addressesTobias Brunner2017-02-061-3/+78
* kernel-netlink: Use correct 4 byte alignment for AH with IPv4Tobias Brunner2017-01-251-0/+5
* kernel-netlink: Allow change of Netlink socket receive buffer sizeThomas Egerer2017-01-251-0/+44
* kernel-pfkey: Set state to SADB_SASTATE_MATURE when adding/updating SAsTobias Brunner2017-01-251-0/+2
* kernel-pfroute: Don't set a gateway if it is of a different address family th...Tobias Brunner2017-01-251-1/+2
* stroke: Default to %dynamic if no valid TS are specified in left|rightsubnetTobias Brunner2017-01-251-57/+44
* vici: Reload loggers after reloading strongswan.conf via reload-setting commandTobias Brunner2017-01-251-0/+1
* ha: Fix assignment of IP addresses if multiple pools are definedTobias Brunner2017-01-251-2/+6
* ha: Delete passive IKE_SA on other node after half-open timeoutTobias Brunner2017-01-251-0/+15
* kernel-netlink: Return const pointer from lookup_algorithm()Thomas Egerer2017-01-231-3/+4
* stroke: Load general PKCS#8 private keysAndreas Steffen2016-12-172-3/+9
* vici: Check for closed connection in Python bindingsWeilu Jia2016-12-141-1/+4
* kernel-netlink: Add support for AES-CMAC-96 (RFC 4494)Tobias Brunner2016-12-121-0/+1
* farp: Fix BPF jump false offsetVolker RĂ¼melin2016-10-311-1/+1
* connmark: Add CAP_NET_RAW to capabilities keep listTim Kent2016-10-251-0/+6
* kernel-netlink: Fix get_route() interface determinationChristophe Gouault2016-10-121-2/+2
* Save both base and delta CRLs to diskAndreas Steffen2016-10-112-2/+9
* vici: strongswan.conf cache_crls = yes saves fetched CRLs to diskAndreas Steffen2016-10-116-4/+83
* kernel-netlink: Consider RTA_SRC when looking for a source addressTobias Brunner2016-10-051-52/+134
* vici: Enable IKE fragmentation by defaultTobias Brunner2016-10-041-1/+1
* kernel-netlink: Pass zero mark to kernel if mask is setTobias Brunner2016-09-301-2/+2
* kernel-netlink: Support configuring XFRM policy hashing thresholdsTobias Brunner2016-09-301-0/+107
* vici: Make installation of outbound FWD policies configurableTobias Brunner2016-09-281-25/+29
* kernel-netlink: Update cached reqid when updating policiesTobias Brunner2016-09-281-0/+2
* eap-peap: Fix memory leaks when handling tunneled methodsTobias Brunner2016-09-201-1/+3
* ipseckey: Properly free enumerated certificatesTobias Brunner2016-09-201-12/+14
* ipseckey: Properly free public key after creating certificateTobias Brunner2016-09-201-1/+1
* dnscert: Properly free enumerated certificatesTobias Brunner2016-09-201-8/+11
* vici: Fix indention of flush_certs() method in Python bindingsTobias Brunner2016-09-201-1/+1
* maemo: Remove unused pluginTobias Brunner2016-09-156-741/+0
* vici: flush-certs command flushes certificate cacheAndreas Steffen2016-09-136-0/+68
* xof: Defined Extended Output FunctionsAndreas Steffen2016-07-292-0/+19
* vici: Increased various string buffers to BUF_LEN (512 bytes)Andreas Steffen2016-07-291-4/+4
* kernel-netlink: Don't set replay window for outbound SAsTobias Brunner2016-06-171-0/+6
* kernel-pfkey: Only set the replay window for inbound SAsTobias Brunner2016-06-171-3/+8
* load-tester: Fix load-tester on platforms where plain `char` is signedTobias Brunner2016-06-171-1/+1
* resolve: Add refcounting for installed DNS serversTobias Brunner2016-06-101-27/+99
* resolve: Use process abstraction when calling resolvconfTobias Brunner2016-06-101-18/+60
* resolve: Make sure to clean up if calling resolvconf failedTobias Brunner2016-06-101-3/+4
* kernel-pfroute: Return interface to reach destination from get_nexthop()Tobias Brunner2016-06-101-4/+13
* kernel-pfkey: Install routes with OUT policiesTobias Brunner2016-06-101-31/+30
* kernel-netlink: Install routes with OUT policiesTobias Brunner2016-06-101-25/+24
* kernel-pfkey: Don't install routes for drop policies and if protocol/ports ar...Tobias Brunner2016-06-101-3/+10
* kernel-netlink: Don't install routes for drop policies and if protocol/ports ...Tobias Brunner2016-06-101-96/+106
* kernel-pfkey: Also use interface returned by get_nexthop() for IPsec policiesTobias Brunner2016-06-101-1/+3
* kernel-netlink: Also use interface returned by get_nexthop() for IPsec policiesTobias Brunner2016-06-101-1/+2
* kernel-pfkey: Use interface to next hop for shunt policiesTobias Brunner2016-06-101-2/+3
* kernel-netlink: Use interface to next hop for shunt policiesTobias Brunner2016-06-101-10/+13
* kernel-netlink: Return outbound interface in get_nexthop()Tobias Brunner2016-06-101-5/+43