aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Print OCSP single responsesAndreas Steffen2015-12-113-5/+122
* Standardized printing of certificate informationAndreas Steffen2015-12-115-968/+741
* imv-attestation: Fix memory leaks when creating functional componentsTobias Brunner2015-12-113-6/+6
* ipsec: Fix stop command on systems where sleep(1) only supports integersTobias Brunner2015-12-101-2/+7
* vici: Fix documentation about the initiate/terminate timeoutMartin Willi2015-12-071-2/+2
* vici: Honor an optionally passed IKE configuration name in initiate/installMartin Willi2015-12-072-5/+13
* vici: Support completely asynchronous initiating and terminationMartin Willi2015-12-072-5/+23
* vici: Use an empty local auth round if none givenMartin Willi2015-12-071-3/+2
* vici: Limit start action undoing to IKE_SAs using the base peer config nameMartin Willi2015-12-071-3/+7
* vici: Close empty IKE_SAs after undoing CHILD_SA start actionsMartin Willi2015-12-071-6/+44
* vici: Use value based array to store CHILD_SA ids during restartMartin Willi2015-12-071-5/+6
* array: Add an insert/create function for value based arraysMartin Willi2015-12-073-0/+68
* vici: Undo start actions when unloading configsMartin Willi2015-12-071-0/+1
* vici: Fix clean-local target for Perl bindings if they were not builtTobias Brunner2015-12-041-1/+1
* byteorder: Provide a fallback for le32toh/htole32()Martin Willi2015-12-041-0/+20
* byteorder: Add 32-bit unaligned little-endian conversion functionsMartin Willi2015-12-042-21/+27
* swanctl: Explicitly link against -lpthread and -ldl if requiredMartin Willi2015-12-041-1/+2
* pki: Explicitly link against -lpthread and -ldl if requiredMartin Willi2015-12-041-1/+4
* watcher: Check for cancellation if poll() fails with EINTRMartin Willi2015-12-041-0/+7
* Extended and refactored vici perl implementationAndreas Steffen2015-12-013-80/+121
* Built the CPAN file structure for the Vici::Session perl moduleAndreas Steffen2015-12-0115-72/+1038
* Implement vici Perl bindingAndreas Steffen2015-12-018-0/+559
* 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
* 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
* 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-176-17/+193
* 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-133-30/+36
* 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
* 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
* 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