aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* openssl: parse X.509 extended key usage from extension parsing loopMartin Willi2013-07-181-33/+38
* openssl: show which critical X.509 extension is not supportedMartin Willi2013-07-181-1/+6
* hashtable: add common hashtable hash/equals functions for pointer/string keysMartin Willi2013-07-182-3/+68
* thread: implicitly create thread_t if an external thread calls thread_current()Martin Willi2013-07-181-1/+14
* ike: Fix reestablishing SAs if no child-creating tasks are queuedTobias Brunner2013-07-181-2/+5
* ike-sa: uninstall CHILD_SAs before removing virtual IPsMartin Willi2013-07-181-1/+8
* unity: Replicate default behavior if no UNITY_SPLIT_INCLUDE attributes were r...Tobias Brunner2013-07-171-11/+32
* unity: Allow UNITY_LOCAL_LAN to be longer than 8 bytesTobias Brunner2013-07-171-1/+1
* unity: Fix memory leak in providerTobias Brunner2013-07-171-0/+1
* ikev1: Reestablish IKE_SA/CHILD_SAs if it gets deleted by the peerTobias Brunner2013-07-171-0/+5
* ike: Migrate queued CHILD_SA-creating tasks when reestablishing an IKE_SATobias Brunner2013-07-174-2/+115
* ikev1: Support closeaction of CHILD_SA.Oliver Smith2013-07-171-7/+49
* kernel-pfroute: Ignore IP address changes if address is %anyTobias Brunner2013-07-171-1/+2
* kernel-pfroute: Properly enumerate sockaddrs in interface messagesTobias Brunner2013-07-171-9/+26
* kernel-pfroute: Provide name of interfaces on which virtual IPs are installedTobias Brunner2013-07-172-1/+23
* kernel-pfroute: Ignore virtual IPs in address mapTobias Brunner2013-07-171-13/+9
* kernel-pfroute: Make sure source addresses are not virtual and usableTobias Brunner2013-07-171-4/+20
* kernel-pfroute: Don't report an error when trying to reinstall a routeTobias Brunner2013-07-171-0/+4
* kernel-pfkey: Provide interface name when installing exclude routeTobias Brunner2013-07-171-4/+15
* kernel-pfroute: Reinstall routes on interface/address changesTobias Brunner2013-07-171-7/+320
* kernel-pfroute: Trigger a roam event if a new interface appearsTobias Brunner2013-07-171-0/+4
* kernel-pfroute: Use ref_get() to allocate sequence numbersTobias Brunner2013-07-171-3/+3
* kernel-pfroute: Make time that is waited for VIPs to appear configurableTobias Brunner2013-07-171-2/+11
* kernel-pfroute: Retry route lookup without source address on failureTobias Brunner2013-07-171-1/+16
* kernel-pfkey: Remove latest IPsec SA mapping when deleting a policyTobias Brunner2013-07-171-5/+12
* kernel-pfkey: Correctly handle IPSEC_PROTO_ANY in an acquireTobias Brunner2013-07-171-2/+5
* linked-list: Remove barely used has_more() methodTobias Brunner2013-07-174-152/+106
* linked-list: Don't require an argument for the item when enumeratingTobias Brunner2013-07-172-1/+21
* linked-list: Remove unused clone_function() methodTobias Brunner2013-07-173-53/+7
* linked-list: Remove barely used find_last() methodTobias Brunner2013-07-175-72/+6
* linked-list: Remove unused replace() methodTobias Brunner2013-07-173-65/+51
* child-sa: refactor proxy transport mode address lookupMartin Willi2013-07-171-56/+42
* child-sa: replace traffic selector lists by arraysMartin Willi2013-07-171-18/+19
* child-sa: replace get_traffic_selectors() with create_ts_enumerator()Martin Willi2013-07-1712-78/+124
* ikev2: replace linked lists by arrays in task managerMartin Willi2013-07-171-70/+76
* auth-cfg: use array instead of linked listMartin Willi2013-07-171-35/+26
* proposal: use array to store proposal listMartin Willi2013-07-171-25/+18
* proposal: use a single list to store all transformsMartin Willi2013-07-171-308/+174
* ike-sa: use arrays instead of linked lists in long lived collectionsMartin Willi2013-07-171-116/+98
* unit-tests: implement tests for array collectionMartin Willi2013-07-174-1/+363
* array: introduce an array collection storing elements very efficientlyMartin Willi2013-07-174-2/+613
* kernel-libipsec: Log error if no local address is found when installing routesTobias Brunner2013-07-151-0/+5
* dumm: Sort templates by nameTobias Brunner2013-07-152-1/+3
* stroke: Add certificates extracted from PKCS#12 files to correct credential setTobias Brunner2013-07-151-4/+4
* pkcs12: Add plugin dependencies with soft dependencies on the most common alg...Tobias Brunner2013-07-151-0/+6
* leak-detective: remove hdr entry when reallocating zero bytesMartin Willi2013-07-121-0/+6
* leak-detective: print total of allocated/leaked bytes in usage/reportMartin Willi2013-07-121-5/+13
* dumm: add include for in.h, if_bridge.h now uses struct in6_addrMartin Willi2013-07-121-1/+1
* Recognize critical IssuingDistributionPoint CRL extensionAndreas Steffen2013-07-123-1/+8
* leak-detective: add a usage threshold option based on the number of allocationsMartin Willi2013-07-101-6/+11