aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* scripts: Add script to extract the ASN.1 subject DN from a certificateTobias Brunner2015-08-172-1/+157
* plugin-feature: Add vendor specific EAP method registration macrosTobias Brunner2015-08-173-9/+20
* eap-radius: Use Framed-IPv6-Address attributes to send IPv6 VIPs in accountin...Tobias Brunner2015-08-171-4/+2
* eap-radius: Add support for some basic IPv6-specific RADIUS attributesTobias Brunner2015-08-173-2/+23
* utils: Check for dirfd(3)Tobias Brunner2015-08-172-1/+10
* utils: Directly use syscall() to close open FDs in closefrom()Tobias Brunner2015-08-172-6/+54
* utils: Don't use directory enumerator to close open FDs in closefrom()Tobias Brunner2015-08-171-24/+36
* Merge branch 'vici-updown'Tobias Brunner2015-08-175-51/+236
|\
| * vici: Add listen methods to receive arbitrary events in Python libraryTobias Brunner2015-08-171-0/+34
| * vici: Move event (un-)registration to a helper method in Python libraryTobias Brunner2015-08-173-49/+60
| * vici: Add ike/child-rekey eventsTobias Brunner2015-08-172-0/+108
| * vici: Document the ike/child-updown eventsTobias Brunner2015-08-171-0/+23
| * vici: Don't include a child-sas section in ike-updown eventTobias Brunner2015-08-171-2/+0
| * vici: Explicitly notify listeners of the type of ike/child-updown eventTobias Brunner2015-08-171-0/+11
|/
* Version bump to 5.3.3dr55.3.3dr5Andreas Steffen2015-08-161-1/+1
* Fixed AR identities in mutual TNC measurements caseAndreas Steffen2015-08-153-2/+11
* kernel-pfroute: Don't install virtual IPs if charon.install_virtual_ip is dis...Tobias Brunner2015-08-131-0/+17
* load-tester: Include string.h for strcmp() on some platformsTobias Brunner2015-08-131-0/+1
* Initialize variables that some compilers seem to warn aboutTobias Brunner2015-08-134-4/+4
* Fixed some typosTobias Brunner2015-08-135-8/+8
* kernel-netlink: When adding a policy do an update if it already existsTobias Brunner2015-08-131-1/+9
* kernel-pfkey: When adding policies do an update if they already existTobias Brunner2015-08-131-1/+10
* pki: Optionally extract public key from given private key in --issueTobias Brunner2015-08-102-6/+30
* conf: Clarify resolution for two time settingsTobias Brunner2015-08-102-4/+4
* Version bump to 5.3.3dr45.3.3dr4Andreas Steffen2015-08-101-1/+1
* identification: Use UTF8String instead of the legacy T61String to encode DNsTobias Brunner2015-08-061-1/+1
* whitelist: Use hash() method so DNs with different string types matchTobias Brunner2015-08-061-1/+1
* identification: Add hash() methodTobias Brunner2015-08-063-3/+135
* pkcs11: Fix encoding of RSA keys if unnecessarily zero prefixedTobias Brunner2015-08-061-3/+8
* updown: Pass virtual IPs assigned to a peer to the updown scriptTobias Brunner2015-08-062-8/+20
* eap-radius: Don't send RADIUS Accounting Start messages twiceTobias Brunner2015-08-061-0/+5
* eap-radius: Change trigger for Accounting Start messages for IKEv1Tobias Brunner2015-08-062-6/+13
* testing: Update AAA certificate on Freeradius as wellAndreas Steffen2015-08-052-42/+42
* testing: Updated expired AAA server certificateAndreas Steffen2015-08-049-88/+115
* configure: Explicitly disable unused parameter warnings in qsort_r testTobias Brunner2015-08-041-1/+1
* printf-hook-builtin: Fix invalid memory accessTobias Brunner2015-08-041-1/+2
* kernel-netlink: Use PAGE_SIZE as default size for the netlink receive bufferTobias Brunner2015-08-042-2/+12
* kernel-netlink: Actually verify if the netlink message exceeds the buffer sizeTobias Brunner2015-08-041-2/+2
* ha: Properly initialize algo variables when installing CHILD_SAsTobias Brunner2015-08-041-1/+1
* ha: Sync remote address in HA_IKE_ADD, tooThomas Egerer2015-08-042-0/+11
* jobs: Don't execute rekey CHILD_SA job on passive IKE_SAsThomas Egerer2015-08-041-1/+4
* ike: Disable NAT keepalives in state PASSIVEThomas Egerer2015-08-041-3/+12
* testing: Don't run do-tests when hosts are not runningTobias Brunner2015-08-031-0/+1
* testing: Suppress errors when checking for running hostsTobias Brunner2015-08-031-1/+1
* Version bump to 5.3.3dr35.3.3dr3Andreas Steffen2015-07-311-1/+1
* testing: Adapted ha/both-active scenario to new jhash valuesAndreas Steffen2015-07-316-8/+11
* testing: Fix initial kernel buildTobias Brunner2015-07-311-2/+2
* ha: Use the same init values for jhash() as Linux 4.1Tobias Brunner2015-07-311-2/+19
* kernel-netlink: Unlock mutex in del_policy() if mark can't be added to messageTobias Brunner2015-07-311-0/+1
* sql: Fix memory leak in SQL loggerTobias Brunner2015-07-281-0/+1