aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
* watcher: Doxygen comment fixedTobias Brunner2014-10-131-1/+1
* packet: Define a global default maximum size for IKE packetsTobias Brunner2014-10-101-0/+5
* process: Add a wrapper to invoke a command under the system default shellMartin Willi2014-10-063-0/+110
* process: Port child process spawning to the Windows platformMartin Willi2014-10-062-1/+315
* process: Provide an abstraction to spawn child processes with redirected I/OMartin Willi2014-10-067-3/+490
* library: Allow specifying the path to strongswan.conf in the STRONGSWAN_CONF ...Shea Levy2014-10-021-1/+1
* curl: For SSL features, depend on thread-safety provided by our crypto pluginsMartin Willi2014-09-243-7/+57
* curl: Dynamically query supported protocols and register appropriate featuresMartin Willi2014-09-241-10/+64
* leak-detective: Whitelist libssl SSL_COMP_get_compression_methods()Martin Willi2014-09-241-0/+2
* curl: Try to initialize with SSL support to handle https:// URIsMartin Willi2014-09-241-1/+6
* watcher: Add a method to query the watcher stateMartin Willi2014-09-242-7/+45
* plugin-loader: Support a reload() callback for static featuresMartin Willi2014-09-222-4/+35
* settings: Make loading a NULL or empty pattern a (nop-)successMartin Willi2014-09-221-1/+1
* settings: Use strongswan.conf used during library initialization for reloadMartin Willi2014-09-221-3/+1
* library: Store the used root strongswan.conf configurationMartin Willi2014-09-222-7/+12
* chunk: Fix Doxygen comments for chunk_internet_checksum[_inc]Tobias Brunner2014-09-111-2/+2
* auth-cfg: Fix crash after several reauthentications with multiple authenticat...Tobias Brunner2014-09-111-1/+1
* array: Adjust negative index before calling remove_head|tail()Tobias Brunner2014-09-111-4/+4
* array: Warn about caveat with array_remove_at() and value based arraysTobias Brunner2014-09-111-0/+5
* asn1: Try to fill the available binary OID buffer if possibleTobias Brunner2014-09-091-11/+24
* unit-tests: Give worker threads time to clean up when testing thread_t.detach()Tobias Brunner2014-09-091-2/+4
* stream-service: Prevent race conditions due to blocking call to destroy()Tobias Brunner2014-09-091-5/+62
* stream-service: Do not accept or re-register when service is terminatedTobias Brunner2014-09-091-2/+10
* stream-service: Restart accepting without blockingTobias Brunner2014-09-091-2/+7
* asn1: Make sure not to exceed buffer for binary OIDTobias Brunner2014-09-091-1/+1
* mutex: Use atomics to set current thread in recursive mutexTobias Brunner2014-09-091-9/+12
* curl: Log error code tooTobias Brunner2014-09-091-2/+5
* unit-tests: Add option to exclude specific test suitesTobias Brunner2014-09-092-14/+32
* openssl: Report correct key length for EC keys when not using NIST curvesTobias Brunner2014-09-022-22/+2
* credmgr: Fix copy and paste error in add_validatorThomas Egerer2014-08-291-1/+1
* utils: Check if the parameter passed to countof() is actually an array typeMartin Willi2014-08-251-1/+2
* utils: Add some initial build time assertion macrosMartin Willi2014-08-251-0/+14
* diffie-hellman: Explicitly initialize DH exponent sizes during initializationMartin Willi2014-08-253-8/+38
* chunk: Add function to calculate Internet Checksums according to RFC 1071Tobias Brunner2014-07-223-0/+105
* settings: Allow spaces in time settings before the optional unitMartin Willi2014-07-072-2/+7
* settings: Be more strict in converting settings to specific data typesMartin Willi2014-07-072-25/+30
* utils: Undefine mem{cpy,move,set} if set before defining themMartin Willi2014-07-071-0/+9
* enumerator: Enumerate glob(3) matches using gl_pathcMartin Willi2014-07-071-9/+6
* winhttp: Do not use countof() on pointer argumentTobias Brunner2014-07-021-1/+1
* optionsfrom: Properly handle errors when determining file sizeTobias Brunner2014-07-021-2/+7
* windows: Fix off-by-one error in strerror_s_extended()Tobias Brunner2014-07-021-1/+1
* windows: accept() socket handle could theoretically be 0Tobias Brunner2014-07-021-1/+1
* windows: Close correct socket when opening second socket fails in socketpair()Tobias Brunner2014-07-021-1/+1
* windows: Make sure the string returned from ReadConsole() is null terminatedTobias Brunner2014-07-021-0/+2
* windows: Remove useless assignment in put_thread()Tobias Brunner2014-07-021-1/+1
* backtrace: Remove name checks after SymFromAddr() callsTobias Brunner2014-07-021-9/+5
* parser-helper: Ensure file_next() does not remove the sentinel itemTobias Brunner2014-07-011-1/+1
* gcrypt: Use predefined pthread locking functions instead of custom hooksMartin Willi2014-07-011-50/+4
* utils: Helper macros to define overloaded macros based on number of argumentsTobias Brunner2014-06-301-0/+26
* windows: Fix parameter name in Doxygen commentTobias Brunner2014-06-301-1/+1