aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* 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-173-67/+0
* linked-list: Remove unused replace() methodTobias Brunner2013-07-173-65/+51
* auth-cfg: use array instead of linked listMartin Willi2013-07-171-35/+26
* 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
* 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
* 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
* Use strpfx() helper where appropriateTobias Brunner2013-07-084-4/+4
* 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
* openssl: RAND_pseudo_bytes() returns 0 if bytes are not cryptographically strongMartin Willi2013-07-041-9/+6
* processor: Simplified the main loopTobias Brunner2013-06-281-109/+127
* processor: Don't hold the lock while destroying jobsTobias Brunner2013-06-281-38/+66
* integrity-checker: Use chunk_hash_static() to calculate checksumsTobias Brunner2013-06-281-7/+2
* chunk: Add predictable hash functionTobias Brunner2013-06-283-2/+86
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-283-13/+9
* integrity-checker: Fix checksum calculation after randomizing chunk_hash()Tobias Brunner2013-06-271-2/+7
* unit-tests: Print loaded pluginsTobias Brunner2013-06-271-0/+1
* unit-tests: RSA key generation might take longer than 4 secondsTobias Brunner2013-06-271-0/+1
* tests: Properly load plugins from build directoryTobias Brunner2013-06-271-7/+2
* plugin-loader: Method added to provide additional search paths for pluginsTobias Brunner2013-06-272-10/+66
* capabilities: Return effective UID/GID if user did not configure anythingTobias Brunner2013-06-251-2/+2
* capabilities: Report effective UID/GID after dropping capabilitiesTobias Brunner2013-06-251-1/+1
* capabilities: Handle CAP_CHOWN specially as it might not be requiredTobias Brunner2013-06-252-2/+63
* capabilities: Check effective UID as fallback if capabilities are not supportedTobias Brunner2013-06-251-1/+1
* dhcp: Require CAP_NET_BIND_SERVICE and CAP_NET_RAW to open/bind socketsTobias Brunner2013-06-251-0/+3
* socket-default: Require CAP_NET_BIND_SERVICE for ports < 1024Tobias Brunner2013-06-251-1/+4
* capabilities: Only plugins that require CAP_NET_ADMIN demand itTobias Brunner2013-06-251-0/+4
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-253-2/+10
* capabilities: Ensure required capabilities are actually held by the process/userTobias Brunner2013-06-252-4/+58
* tun-device: Packets sent over utun devices on Mac OS X have the protocol fami...Tobias Brunner2013-06-211-0/+11
* tun-device: Avoid opening /dev/tunX multiple times (e.g. on FreeBSD)Tobias Brunner2013-06-211-2/+6
* printf-hook: Avoid double-free when freeing Vstr configTobias Brunner2013-06-211-1/+0
* plugin-loader: Move logging of failed features to status()Tobias Brunner2013-06-211-7/+11
* plugin-loader: Add method to print loaded plugins on a given log levelTobias Brunner2013-06-212-0/+18
* plugin-loader: Collect statistics while loading features, print them in case ...Tobias Brunner2013-06-211-69/+40
* plugin-loader: Use different log level if failed feature is in critical pluginTobias Brunner2013-06-211-2/+16
* plugin-loader: Log message when failing to load pluginTobias Brunner2013-06-211-0/+8
* plugin-loader: Reduce verbosity while loading pluginsTobias Brunner2013-06-211-4/+4
* leak-detective: (re-)whitelist some OpenSSL functionsMartin Willi2013-06-211-0/+5
* unit-tests: load plugins in test-runner from build directoryMartin Willi2013-06-212-1/+30