aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* kernel-netlink: Return interface name in local subnet enumeratorTobias Brunner2017-02-081-5/+15
* kernel-interface: Add interface name to local subnet enumeratorTobias Brunner2017-02-084-4/+10
* bypass-lan: Add plugin that installs bypass policies for locally attached sub...Tobias Brunner2017-02-086-0/+433
* kernel-netlink: Implement enumerator for local subnetsTobias Brunner2017-02-081-0/+130
* kernel-interface: Add method to enumerate locally attached subnetsTobias Brunner2017-02-083-0/+29
* kernel-pfkey: Use the same priority range for trap and regular policiesTobias Brunner2017-02-081-15/+15
* kernel-netlink: Use the same priority range for trap and regular policiesTobias Brunner2017-02-081-14/+14
* kernel-netlink: Fix spacing in log message when policy is unchangedTobias Brunner2017-02-081-1/+1
* ikev1: Factor out IV and QM managementTobias Brunner2017-02-086-261/+500
* keymat: Allow keymat to modify signature scheme(s)Thomas Egerer2017-02-089-20/+52
* forecast: Mark correct port in UDP NAT-T ruleJames Laird-Wah2017-02-081-1/+1
* android: New release after adding translation for Simplified ChineseTobias Brunner2017-02-071-2/+2
* android: Add translation for Simplified ChineseTobias Brunner2017-02-076-4/+180
* settings: Fix purge if order differs from alphabetical orderTobias Brunner2017-02-071-1/+1
* eap-dynamic: Publish the get_auth() method of the wrapped EAP methodTobias Brunner2017-02-071-0/+12
* ike-auth: Don't send INITIAL_CONTACT if remote ID contains wildcardsTobias Brunner2017-02-061-1/+2
* proposal: Copy SPI and proposal number from correct proposal in select()Tobias Brunner2017-02-065-8/+47
* 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
* libipsec: Add support for AES and Camellia in CCM modeTobias Brunner2017-01-251-3/+16
* libipsec: Fix Windows build via MinGWTobias Brunner2017-01-254-0/+42
* 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
* daemon: Use separate method to set default loggersTobias Brunner2017-01-2513-49/+85
* charon-systemd: Handle SIGHUP the same way charon doesTobias Brunner2017-01-251-0/+16
* 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
* android: New release after adding profile import functionalityTobias Brunner2017-01-201-2/+2
* android: Handle profile file names with dots in themTobias Brunner2017-01-201-0/+3
* android: Handle errors when fetching profile in more detailTobias Brunner2017-01-206-16/+77
* android: Add activity to import VPN profiles from JSON-encoded filesTobias Brunner2017-01-2012-0/+1053
* android: Use a local broadcast to notify about profile changesTobias Brunner2017-01-203-47/+107
* android: Add a UUID property to the VPN profilesTobias Brunner2017-01-203-2/+72
* ipsec: Only allow specific commands to be executed via ipsec scriptTobias Brunner2017-01-181-12/+20
* bliss: Increase timeout for sampler unit testTobias Brunner2017-01-161-2/+2
* android: Include ref10 subdirectory for curve25519 pluginTobias Brunner2017-01-161-0/+1
* revocation: OCSP and/or CRL fetching can be disabledAndreas Steffen2016-12-301-38/+71
* stroke: Load general PKCS#8 private keysAndreas Steffen2016-12-172-3/+9
* Merge branch 'Ed25519'Andreas Steffen2016-12-1645-108/+6758
|\
| * Moved Ed25519 tests to libstrongswanAndreas Steffen2016-12-149-141/+27
| * unit-tests: Completed coverage of hasher, crypter and libnttfftAndreas Steffen2016-12-143-34/+57
| * Implemented EdDSA for IKEv2 using a pro forma Identity hash functionAndreas Steffen2016-12-146-17/+140
| * Added Ed25519 ref10 implementation from libsodiumAndreas Steffen2016-12-1413-16/+5789
| * Added support of EdDSA signaturesAndreas Steffen2016-12-1431-55/+900
* | vici: Check for closed connection in Python bindingsWeilu Jia2016-12-141-1/+4
|/