aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
...
* capabilities: Add function to check if a capability is held, without keeping itTobias Brunner2013-07-182-45/+75
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-1845-147/+194
* soup: omit deprecated g_type_init() when using >= GLIB 2.36Martin Willi2013-07-181-0/+2
* keychain: flush certificate cache after reloading System keychainMartin Willi2013-07-181-0/+2
* keychain: monitor changes in the system keychain, reload when necessaryMartin Willi2013-07-181-0/+65
* keychain: use SearchCopyNext keychain enumeration for System certs as wellMartin Willi2013-07-181-71/+12
* keychain: load certificates from System Roots KeychainMartin Willi2013-07-181-0/+65
* keychain: load certificates only once during startup, improving performanceMartin Willi2013-07-183-111/+78
* keychain: support on-the-fly enumeration of trusted/untrusted certificatesMartin Willi2013-07-182-1/+118
* keychain: add a stub for a credential plugin using OS X Keychain ServicesMartin Willi2013-07-186-0/+254
* credmgr: stop querying for secrets once we get a perfect matchMartin Willi2013-07-181-0/+4
* credmgr: don't use pointers for id_match_t enum valuesMartin Willi2013-07-181-2/+2
* 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
* linked-list: Remove barely used has_more() methodTobias Brunner2013-07-173-69/+1
* 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