aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* android: Recreate the TUN device without DNS when reestablishing IKE_SAsTobias Brunner2014-07-221-0/+38
* android: Add method to BuilderAdapter to re-establish without DNS-related dataTobias Brunner2014-07-223-5/+113
* android: Use DNS proxy when reestablishing IKE_SAsTobias Brunner2014-07-221-4/+44
* bus: Add ike_reestablish_pre hook, called before DNS resolutionTobias Brunner2014-07-225-13/+74
* android: Add DNS proxy implementationTobias Brunner2014-07-223-0/+388
* ip_packet: Add function to easily encode UDP packetsTobias Brunner2014-07-222-0/+29
* ip_packet: Apply transport protocol ports when encoding IP packetTobias Brunner2014-07-222-10/+30
* ip_packet: Add getter for IP payloadTobias Brunner2014-07-222-5/+25
* ip_packet: Allow creation of IP packets from dataTobias Brunner2014-07-222-1/+164
* chunk: Add function to calculate Internet Checksums according to RFC 1071Tobias Brunner2014-07-223-0/+105
* ip_packet: Parse ports from TCP and UDP headersTobias Brunner2014-07-221-7/+63
* android: Delay disconnecting on errors until user dismisses themTobias Brunner2014-07-222-4/+6
* android: Set CHILD_STATE_DOWN when the IKE_SA gets reestablishedTobias Brunner2014-07-221-1/+7
* android: Set CHILD_STATE_DOWN whenever the CHILD_SA goes downTobias Brunner2014-07-221-6/+0
* android: Change to CONNECTING state if CHILD_SA goes downTobias Brunner2014-07-221-1/+4
* android: Do not use deprecated TwoLineListItemTobias Brunner2014-07-223-27/+28