aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* configure: Link against potential -ldl when checking for OpenSSL libcryptoMartin Willi2015-12-041-1/+2
* watcher: Check for cancellation if poll() fails with EINTRMartin Willi2015-12-041-0/+7
* Version bump to 5.4.0dr1Andreas Steffen2015-12-011-1/+1
* Added Vici:Session Perl CPAN module to NEWSAndreas Steffen2015-12-011-0/+8
* Extended and refactored vici perl implementationAndreas Steffen2015-12-013-80/+121
* Built the CPAN file structure for the Vici::Session perl moduleAndreas Steffen2015-12-0116-72/+1044
* Implement vici Perl bindingAndreas Steffen2015-12-019-0/+563
* testing: Some more timing fixesAndreas Steffen2015-12-012-2/+2
* swanctl: Add --list-algs command to query loaded algorithmsTobias Brunner2015-11-304-2/+110
* vici: Add get-algorithms command to query loaded algorithms and implementationsTobias Brunner2015-11-302-0/+116
* NEWS: Added changes since 5.3.45.3.5Tobias Brunner2015-11-261-0/+9
* Version bump to 5.3.5Andreas Steffen2015-11-261-1/+1
* testing: Updated expired mars.strongswan.org certificateAndreas Steffen2015-11-2613-168/+195
* travis: Enable OS X buildTobias Brunner2015-11-232-5/+43
* sigwaitinfo() may fail with EINTR if interrupted by an unblocked signal not i...Tobias Brunner2015-11-239-32/+35
* kernel-pfkey: Enable ENCR_CAMELLIA_CBC when it's availableTobias Brunner2015-11-231-0/+3
* man: Update description of the actions performed for different dpdaction valuesTobias Brunner2015-11-181-7/+8
* utils: Use the more low-level __NR_ prefix to refer to the syscall numberTobias Brunner2015-11-171-1/+1
* eap-radius: Add ability to configure RADIUS retransmission behaviorThom Troy2015-11-177-18/+205
* Version bump to 5.4.0dr1Andreas Steffen2015-11-161-1/+1
* Version bump to 5.3.45.3.4Andreas Steffen2015-11-161-1/+1
* NEWS: Add info about CVE-2015-8023Tobias Brunner2015-11-161-1/+6
* eap-mschapv2: Keep internal state to prevent authentication from succeeding p...Tobias Brunner2015-11-161-24/+67
* android: Suppress compiler warnings about missing field initializersTobias Brunner2015-11-131-0/+1
* utils: Provide a fallback for sigwaitinfo() if neededTobias Brunner2015-11-134-31/+37
* testing: Error messages of curl plugin have changed5.3.4rc1Andreas Steffen2015-11-133-4/+4
* testing: Fixed another timing issueAndreas Steffen2015-11-131-1/+1
* Version bump to 5.3.4rc1Andreas Steffen2015-11-131-1/+1
* init: Make sure basic networking is up in systemd unitTobias Brunner2015-11-131-1/+1
* vici: Attribute certificates are not trustedTobias Brunner2015-11-121-1/+3
* vici: Properly add CRLs to the credential setTobias Brunner2015-11-121-2/+8
* mode-config: Reassign migrated virtual IP if client requests %anyTobias Brunner2015-11-121-1/+3
* revocation: Allow CRLs to be encoded in PEM formatTobias Brunner2015-11-121-1/+1
* curl: Be less strict when considering status codes as errorsTobias Brunner2015-11-121-3/+3
* eap-radius: Compare address family when handing out virtual IPsTobias Brunner2015-11-121-6/+26
* Merge branch 'eap-mschapv2-eap-identity'Tobias Brunner2015-11-122-6/+24
|\
| * eap-mschapv2: Report username if different from EAP-Identity (or IKE identity)Tobias Brunner2015-11-121-1/+4
| * eap-mschapv2: Provide EAP-MSCHAPv2 username as EAP-IdentityTobias Brunner2015-11-121-2/+17
| * auth-cfg: Prefer merged rules over existing ones when moving themTobias Brunner2015-11-121-3/+3
|/
* android: Add some (older) unit testsTobias Brunner2015-11-123-0/+381
* android: Properly handle shorter types in BufferedByteWriterTobias Brunner2015-11-121-0/+86
* android: Migrate to the Gradle build systemTobias Brunner2015-11-12139-71/+327
* android: Provide a fallback for sigwaitinfo()Tobias Brunner2015-11-121-1/+29
* android: Replace AndroidConfigLocal.h with a header in utils/compatTobias Brunner2015-11-124-5/+16
* android: Fix build after updating Linux headersTobias Brunner2015-11-123-3/+0
* Merge branch 'tkm-spi-label'Tobias Brunner2015-11-119-22/+279
|\
| * charon-tkm: Register SPI generator callbackAdrian-Ken Rueegsegger2015-11-111-0/+4
| * charon-tkm: Implement SPI generatorAdrian-Ken Rueegsegger2015-11-112-0/+134
| * settings: Add settings_value_as_uint64() helper functionTobias Brunner2015-11-113-0/+58
| * ike-sa-manager: Allow plugins to provide IKE SPIs via a callbackTobias Brunner2015-11-112-11/+54