aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/library.c
Commit message (Expand)AuthorAgeFilesLines
* Add plugin constructor registration for all libraries that provide pluginsTobias Brunner2017-05-231-0/+7
* library: Add compile option to disable memwipe() checkTobias Brunner2017-05-231-0/+6
* leak-detective: Fix compile warning due to unused variable if LD is disabledTobias Brunner2016-09-201-1/+1
* leak-detective: Optionally write report to a log fileTobias Brunner2016-09-201-10/+36
* library: Add option to register additional namespaces before calling library_...Tobias Brunner2016-03-081-1/+32
* library: Allow specifying the path to strongswan.conf in the STRONGSWAN_CONF ...Shea Levy2014-10-021-1/+1
* library: Store the used root strongswan.conf configurationMartin Willi2014-09-221-7/+7
* diffie-hellman: Explicitly initialize DH exponent sizes during initializationMartin Willi2014-08-251-0/+2
* unit-tests: Seed chunk_hash() only once, but before creating any hashtablesMartin Willi2014-06-041-8/+1
* library: Change init/deinit order to allow utils to depend on threadingMartin Willi2014-06-041-4/+5
* chunk: Don't depend on pthread directlyMartin Willi2014-06-041-0/+9
* windows: Add utils_init/deinit functions to initialize Winsock2Martin Willi2014-06-041-0/+2
* settings: strongswan.conf must be loaded explicitlyTobias Brunner2014-05-151-0/+7
* leak-detective: LEAK_DETECTIVE_DISABLE completely disables LDTobias Brunner2014-04-031-2/+5
* array: Add fallback for qsort_r using thread-local valueTobias Brunner2014-02-121-0/+3
* lib: All settings use configured namespaceTobias Brunner2014-02-121-2/+2
* lib: Add default config fallback for configured namespaceTobias Brunner2014-02-121-0/+3
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+3
* leak-detective: Use callback functions to report leaks and usage informationMartin Willi2013-11-061-0/+35
* stream: create library instance of stream-managerMartin Willi2013-07-181-0/+2
* watcher: add a centralized an generic facility to monitor file descriptorsMartin Willi2013-07-181-0/+2
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-251-0/+2
* Strictly memwipe_check() for magic only in the affected bufferMartin Willi2013-06-051-25/+8
* In memwipe_check(), don't put magic on stack when calling do_magic()Martin Willi2013-05-031-3/+3
* Dump stack if memwipe() check failsMartin Willi2013-05-031-3/+19
* During libstrongswan initialization, check if memwipe() works as expectedMartin Willi2013-04-181-1/+51
* Added manager for DNS resolversReto Guadagnini2013-02-191-0/+2
* libstrongswan can be initialized more than onceMartin Willi2012-11-141-4/+27
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
* Terminate unused resolver threads after a timeoutTobias Brunner2012-10-181-2/+1
* Resolve hosts by DNS name in separate threads so we can cancel themTobias Brunner2012-10-181-0/+3
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-0/+2
* With --enable-bfd-backtraces, use binutils libbfd to resolve backtracesMartin Willi2012-07-131-0/+4
* Make sure the certificate cache is flushed when plugins are unloaded.Tobias Brunner2011-12-151-0/+3
* Destroy objects hashtable after plugin_manager.Tobias Brunner2011-10-261-1/+1
* Provide generic object registration by name on libstrongswanMartin Willi2011-08-081-7/+55
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-051-1/+1
* Make leak detective publicMartin Willi2011-05-161-15/+5
* Moved scheduler and thread pool to libstrongswan.Tobias Brunner2010-09-021-0/+4
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-1/+1
* Moved credential manager to libstrongswanMartin Willi2010-07-131-0/+2
* traffic_selector_t is gone into libstrongswan, migrate printf hook registrati...Martin Willi2010-06-071-5/+8
* Option to skip slow addr2line resolution in leak-detectiveMartin Willi2010-05-201-0/+5
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-2/+2
* Attributes moved from libstrongswan to libhydra.Tobias Brunner2010-03-241-2/+0
* Fixing some includes by replacing <> with "".Tobias Brunner2010-03-021-7/+5
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-0/+6
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-131-0/+2