aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* 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
| | | | | Multiple additional search paths can be added with the add_path() method.
* 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
| | | | Mostly found by 'codespell'.
* 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 ↵Martin Willi2010-04-291-0/+1
| | | | configuration is updated
* 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
| | | | | | | | | | | | | | | The default behaviour for ld allows users to 'indirectly' link to required objects/libraries through intermediate objects/libraries. While this is convenient, it can also be dangerous because it makes your program's dependencies tied to the dependencies of other objects. Beginning with Fedora 13 this will be changed and you need to explicitly link all dependent libraries. More details can be found here: http://fedoraproject.org/wiki/UnderstandingDSOLinkChange This patch fixes all such cases in strongSwan.
* 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
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* time values in strongswan.conf can be optionally specified in days (d), ↵Andreas Steffen2008-09-041-1/+1
| | | | hours (h), minutes (m), or seconds (s)
* 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
| | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
* 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
| | | | defaults to /etc/strongswan.conf
* 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
| | | | manager uses strongswan.conf to read its configuration
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1329-1744/+295
|
* * replaced __thread with pthread_key_t/pthread_setspecificTobias Brunner2008-02-051-16/+35
| | | | * use pthread_once to initialize the request handler