aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* linked-list: Remove barely used find_last() methodTobias Brunner2013-07-175-72/+6
* linked-list: Remove unused replace() methodTobias Brunner2013-07-173-65/+51
* Merge branch 'array'Martin Willi2013-07-1724-683/+1527
|\
| * 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
* testing: Don't load certificates explicitly and delete CA certificates in PKC...Tobias Brunner2013-07-156-4/+6
* 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
* Override policy recommendation in enforcementAndreas Steffen2013-07-113-17/+17
* openssl plugin can replace random, hmac, and gcm pluginsAndreas Steffen2013-07-102-2/+2
* Added openssl-ikev2/net2net-pkcs12 scenarioAndreas Steffen2013-07-1013-0/+116
* Added ikev2/net2net-pkcs12 scenarioAndreas Steffen2013-07-1013-0/+116
* Version bump to 5.1.0dr3Andreas Steffen2013-07-101-1/+1
* conntrack -F makes ikev2/nat-rw scenario to work alwaysAndreas Steffen2013-07-101-0/+1
* 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
* Merge branch 'android-byod'Tobias Brunner2013-07-0886-117/+4227
|\
| * 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