aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* kernel-netlink: Add global option to set MTU on installed routesTobias Brunner2014-09-121-0/+19
* chunk: Fix Doxygen comments for chunk_internet_checksum[_inc]Tobias Brunner2014-09-111-2/+2
* auth-cfg: Fix crash after several reauthentications with multiple authenticat...Tobias Brunner2014-09-111-1/+1
* array: Adjust negative index before calling remove_head|tail()Tobias Brunner2014-09-111-4/+4
* array: Warn about caveat with array_remove_at() and value based arraysTobias Brunner2014-09-111-0/+5
* asn1: Try to fill the available binary OID buffer if possibleTobias Brunner2014-09-091-11/+24
* unit-tests: Give worker threads time to clean up when testing thread_t.detach()Tobias Brunner2014-09-091-2/+4
* stream-service: Prevent race conditions due to blocking call to destroy()Tobias Brunner2014-09-091-5/+62
* stream-service: Do not accept or re-register when service is terminatedTobias Brunner2014-09-091-2/+10
* stream-service: Restart accepting without blockingTobias Brunner2014-09-091-2/+7
* android: Add support for querying use stats of a CHILD_SATobias Brunner2014-09-091-1/+2
* eap-radius: Forward Cisco and Microsoft specific DNS/NBNS attributesTobias Brunner2014-09-091-0/+50
* ikev1: Make sure proposed IPsec mode matches our ownTobias Brunner2014-09-091-1/+2
* ike: Reset IKE_SA in state CONNECTING instead of reauthenticatingTobias Brunner2014-09-091-0/+8
* asn1: Make sure not to exceed buffer for binary OIDTobias Brunner2014-09-091-1/+1
* kernel-pfroute: Delete interfaces on RTM_IFANNOUNCE/IFAN_DEPARTURE eventsTobias Brunner2014-09-091-0/+38
* ip-packet: Define our own structs to handle TCP/UDP headersTobias Brunner2014-09-091-2/+27
* kernel-pfkey: Report packet counts of IPsec SAsTobias Brunner2014-09-091-2/+2
* swanctl: Document how connections.*.unique affects initiatorsTobias Brunner2014-09-091-0/+5
* mutex: Use atomics to set current thread in recursive mutexTobias Brunner2014-09-091-9/+12
* curl: Log error code tooTobias Brunner2014-09-091-2/+5
* unit-tests: Add option to exclude specific test suitesTobias Brunner2014-09-092-14/+32
* openssl: Report correct key length for EC keys when not using NIST curvesTobias Brunner2014-09-022-22/+2
* credmgr: Fix copy and paste error in add_validatorThomas Egerer2014-08-291-1/+1
* ha: Don't adopt IKEv1 children when building without IKEv1 supportMartin Willi2014-08-281-0/+2
* unity: Do not bump TS to 0.0.0.0/0 as initiator when no Split-Include receivedMartin Willi2014-08-251-1/+21
* unity: Handle narrowing according to roles in the IKE_SATobias Brunner2014-08-251-16/+33
* ikev1: Defer Mode Config push after CHILD adoption when using XAuthMartin Willi2014-08-254-6/+40
* ikev1: Defer Mode Config push after CHILD adoption and reauth detectionMartin Willi2014-08-252-10/+35
* ikev1: Extend adopt_children_job by task queuing, executed after adoptionMartin Willi2014-08-252-0/+48
* ikev1: Accept Quick Mode DELETES while Quick Mode rekeying is activeMartin Willi2014-08-251-2/+21
* utils: Check if the parameter passed to countof() is actually an array typeMartin Willi2014-08-251-1/+2
* utils: Add some initial build time assertion macrosMartin Willi2014-08-251-0/+14
* starter: Do not close all file descriptors after fork()Martin Willi2014-08-251-1/+0
* ike-sa-manager: Use transient hasher for IKE_SA_INIT hash calculationChristophe Gouault2014-08-251-32/+11
* diffie-hellman: Explicitly initialize DH exponent sizes during initializationMartin Willi2014-08-253-8/+38
* kernel-pfroute: Fix kernel response handlingTobias Brunner2014-08-191-2/+3
* starter: Wait indefinitely for charon when using --attach-gdbMartin Willi2014-08-081-3/+7
* starter: Don't monitor child if debugger is attachedThomas Egerer2014-08-081-0/+5
* Added Debian 7.6 to IMV databaseAndreas Steffen2014-08-061-0/+35
* unused os_info_t object removedAndreas Steffen2014-08-061-1/+0
* Updated build-database.sh to 3.13.0-32-generic Ubuntu kernelAndreas Steffen2014-08-061-1/+1
* imv-swid: Use pkg-config to check for libjson-cTobias Brunner2014-07-303-4/+4
* dns-proxy: Don't use proxy socket if we fail to bypass itTobias Brunner2014-07-301-0/+2
* swanctl: Fix documentation of options for send_cert settingTobias Brunner2014-07-281-4/+4
* android: New release after adding certificate import, DNS proxy and GUI changesTobias Brunner2014-07-221-2/+2
* android: For keyingtries > 0 notify the GUI if the limit is reached when rees...Tobias Brunner2014-07-221-0/+17
* android: Terminate IKE_SA if initial IKE_SA_INIT failsTobias Brunner2014-07-221-1/+23
* android: Only allow DNS queries for the configured hostnameTobias Brunner2014-07-221-0/+2
* android: Add optional filter functionality to DNS proxyTobias Brunner2014-07-222-3/+119