aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils
Commit message (Expand)AuthorAgeFilesLines
* parser-helper: Define debug macros depending on DEBUG_LEVELTobias Brunner2014-05-151-3/+20
* parser-helper: Make parser_helper_file_t privateTobias Brunner2014-05-152-55/+37
* parser-helper: Make parser_helper_log a functionTobias Brunner2014-05-152-9/+28
* settings: Reduce log verbosity if files can't be openedTobias Brunner2014-05-151-1/+1
* parser-helper: Add utility class for flex/bison based parsersTobias Brunner2014-05-152-0/+403
* settings: Move to a separate folderTobias Brunner2014-05-152-1868/+0
* utils: Provide a CALLBACK macro, similar to METHOD, but for void* callbacksMartin Willi2014-05-071-0/+13
* utils: Enable __atomic* built-ins based on the GCC versionTobias Brunner2014-05-041-0/+7
* utils: Use GCC's __atomic built-ins if availableTobias Brunner2014-04-242-3/+22
* utils: Add ref_cur() to retrieve the current value of a reference counterTobias Brunner2014-04-242-3/+24
* leak-detective: LEAK_DETECTIVE_DISABLE completely disables LDTobias Brunner2014-04-032-15/+18
* unit-tests: Always load address of testable functionsTobias Brunner2014-03-311-1/+1
* settings: Reduce log verbosity if strongswan.conf does not existTobias Brunner2014-03-311-1/+10
* unit-tests: Implement registered functions without __builtin_apply()Tobias Brunner2014-03-201-17/+17
* unit-tests: Prefix imported testable functions with TEST_Tobias Brunner2014-03-201-3/+3
* unit-tests: Change how hashtable for testable functions is createdTobias Brunner2014-03-202-19/+36
* settings: Log all errors on level 1Tobias Brunner2014-03-041-4/+3
* settings: Avoid conf file parsing beyond allocated bufferThomas Egerer2014-03-031-2/+2
* utils: Add memrchr(3) replacement for platforms that don't support itTobias Brunner2014-02-262-1/+37
* settings: Use thread-safe dirname(3)Tobias Brunner2014-02-241-5/+3
* utils: Add thread-safe variants of dirname(3) and basename(3)Tobias Brunner2014-02-242-4/+88
* utils: Move thread-safe strerror replacement to a separate fileTobias Brunner2014-02-245-96/+139
* settings: Use dirname(3) correctlyTobias Brunner2014-02-241-4/+4
* Fixed some typosTobias Brunner2014-02-181-3/+3
* printf-hook-glibc: printf.h on FreeBSD 10 does not include stdargs.hTobias Brunner2014-02-131-1/+1
* settings: Add support to enumerate sections and key/value pairs with fallbacksTobias Brunner2014-02-122-35/+163
* settings: Implement subsections and key/value pairs with sorted arraysTobias Brunner2014-02-121-68/+74
* lib: All settings use configured namespaceTobias Brunner2014-02-121-3/+3
* settings: Add method that allows to define fallback sections for other sectionsTobias Brunner2014-02-122-13/+167
* settings: Make print_key() not rely on null-terminated beginning of key bufferTobias Brunner2014-02-121-10/+5
* settings: Allow empty strings in section keyTobias Brunner2014-02-121-23/+31
* identification: Fix printing of empty RDNs on FreeBSDTobias Brunner2014-02-121-1/+6
* leak_detective: Assign return value of realloc to bufThomas Egerer2014-02-101-1/+1
* integrity-checker: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-31/+6
* chunk: Externalize error reporting in chunk_write()Martin Willi2014-01-232-11/+9
* chunk: Provide a fallback chunk_map() if mmap is not availableMartin Willi2014-01-231-1/+46
* chunk: Use dynamically allocated buffer in chunk_from_fd()Martin Willi2014-01-232-14/+46
* chunk: Add functions to map file contents to a chunkMartin Willi2014-01-232-0/+106
* utils: Add strreplace functionTobias Brunner2014-01-232-2/+68
* agent: Keep CAP_DAC_OVERRIDE to connect to ssh-agent socketTobias Brunner2014-01-231-0/+3
* printf-hook-builtin: Correctly calculate written bytes in print_in_hook()Martin Willi2014-01-151-3/+7
* utils: Fix %T printf hook on big-endian systemsTobias Brunner2014-01-061-1/+1
* unit-tests: Don't use priority for destructor that unregisters testable funct...Tobias Brunner2013-12-041-1/+6
* unit-tests: Add facility to register testable functionsTobias Brunner2013-12-042-0/+141
* chunk: Fix signedness warnings caused by chunk_from_* macrosTobias Brunner2013-11-271-3/+3
* printf-hook-builtin: Don't use %P to print uppercase hex pointersMartin Willi2013-11-201-6/+0
* backtrace: Support backtracing even if library is not initializedMartin Willi2013-11-061-2/+2
* leak-detective: Call {gm,local}time_r() to allocate static bufferMartin Willi2013-11-061-0/+5
* leak-detective: Register OS X specific hooks just onceMartin Willi2013-11-061-0/+7
* leak-detective: Reset leak list during cleanupMartin Willi2013-11-061-0/+1