aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager
Commit message (Expand)AuthorAgeFilesLines
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-2/+8
* Use standard unsigned integer typesAndreas Steffen2016-03-243-4/+4
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-5/+10
* libfast: add a fast_ prefix to all classes, avoiding namespace clashesMartin Willi2013-07-1813-73/+67
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-026-6/+6
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-244-4/+4
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-1/+5
* Migrated gateway_controller_t to INIT/METHOD macros.Tobias Brunner2011-10-041-21/+19
* Migrated config_controller_t to INIT/METHOD macros.Tobias Brunner2011-10-041-20/+19
* Migrated auth_controller_t to INIT/METHOD macros.Tobias Brunner2011-10-041-20/+19
* Migrated ikesa_controller_t to INIT/METHOD macros.Tobias Brunner2011-10-041-20/+19
* Migrated control_controller_t to INIT/METHOD macros.Tobias Brunner2011-10-041-20/+19
* Migrated storage_t to INIT/METHOD macros.Tobias Brunner2011-10-041-19/+16
* Migrated xml_t to INIT/METHOD macros.Tobias Brunner2011-10-041-32/+34
* Migrated gateway_t to INIT/METHOD macros.Tobias Brunner2011-10-041-38/+27
* Fixed gateway_t.request declaration.Tobias Brunner2011-10-041-1/+2
* Migrated manager_t to INIT/METHOD macros.Tobias Brunner2011-10-041-36/+27
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Replaced simple iterator usages.Tobias Brunner2011-07-062-4/+2
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-1/+1
* Users of PLUGINS depend on config.status, rebuilding them if plugin configura...Martin Willi2010-04-291-0/+1
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+2
* Don't indirectly link dependent libraries.Gerd von Egidy2010-03-191-1/+1
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-102-2/+1
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-102-2/+1
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-042-4/+4
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0414-97/+97
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
* got rid of libcryptoAndreas Steffen2009-05-151-0/+2
* some additional .gitignore'sMartin Willi2009-05-071-0/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-3019-38/+0
* updated DoxyfileMartin Willi2009-03-249-14/+14
* time values in strongswan.conf can be optionally specified in days (d), hours...Andreas Steffen2008-09-041-1/+1
* fixed the strongswan.conf pathAndreas Steffen2008-05-221-2/+6
* moved manager to its own subdirectory in ipsecdirMartin Willi2008-05-161-15/+17
* loading default modules depending on configure optionsMartin Willi2008-05-162-3/+2
* plugin load configuration in strongswan.confMartin Willi2008-05-151-1/+3
* fixed compiler warningMartin Willi2008-05-081-1/+0
* fixed javascript include using <script> tagMartin Willi2008-04-281-2/+2
* chunk_to_hex() adaptationsAndreas Steffen2008-04-251-4/+4
* added ./configure option --with-strongswan-conf=Martin Willi2008-04-071-1/+1
* replaced the example manager database by a sql scriptMartin Willi2008-04-013-3/+31
* shortened menu itemAndreas Steffen2008-03-281-1/+1
* fixed manager plugin loadingMartin Willi2008-03-282-17/+23