aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* leak-detective: set_state() only affects the calling threadMartin Willi2013-07-102-15/+2
* leak-detective: take a copy of backtrace while printing tracesMartin Willi2013-07-101-2/+3
* backtrace: add a clone() methodMartin Willi2013-07-102-7/+44
* leak-detective: remove hdr from the allocation list during realloc()Martin Willi2013-07-101-39/+60
* Fixed alignment of device ID column5.1.0dr2Andreas Steffen2013-07-101-2/+2
* android: New release after adding support for EAP-TNCTobias Brunner2013-07-081-2/+2
* android: Properly handle dotted-quad notation of IPv6 addressesTobias Brunner2013-07-081-1/+1
* android: Allow IMC state to be dismissed with a swipe gestureTobias Brunner2013-07-081-0/+30
* android: Use explicit locale when converting settings namesTobias Brunner2013-07-081-2/+4
* android: Add information about transmitted data if EAP-TNC is selectedTobias Brunner2013-07-087-0/+57
* android: Reuse certificate selector as generic two line buttonTobias Brunner2013-07-082-2/+2
* android: Add device ID in BeginHandshakeTobias Brunner2013-07-081-0/+2
* android: Add new VpnType to enable BYOD featuresTobias Brunner2013-07-088-5/+42
* Use strpfx() helper where appropriateTobias Brunner2013-07-0811-29/+28
* utils: Add helper function to check a string for a given prefixTobias Brunner2013-07-081-0/+8
* utils: Convert string helper macros to static inline functionsTobias Brunner2013-07-081-6/+15
* android: Use a different set of plugins if BYOD features are enabledTobias Brunner2013-07-084-11/+28
* android: IMC state fragment is a button that shows remediation instructions o...Tobias Brunner2013-07-082-16/+66
* android: Show remediation instructions instead of log on failureTobias Brunner2013-07-086-3/+26
* android: Properly hide the IMC state fragment initiallyTobias Brunner2013-07-081-1/+4
* android: Add activity that displays a list of remediation instructionsTobias Brunner2013-07-0811-1/+212
* android: Add fragment for a list of remediation instructionsTobias Brunner2013-07-081-0/+121
* android: Add adapter for remediation instructionsTobias Brunner2013-07-082-0/+118
* android: Add fragment that displays a single remediation instructionTobias Brunner2013-07-082-0/+164