aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/main.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* libfast: add a fast_ prefix to all classes, avoiding namespace clashesMartin Willi2013-07-181-6/+5
|
* 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.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+2
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+1
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-7/+7
|
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* 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)
* loading default modules depending on configure optionsMartin Willi2008-05-161-2/+1
|
* 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
* added ./configure option --with-strongswan-conf=Martin Willi2008-04-071-1/+1
| | | | defaults to /etc/strongswan.conf
* fixed manager plugin loadingMartin Willi2008-03-281-16/+21
| | | | manager uses strongswan.conf to read its configuration
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-15/+16
|
* changed session timeout to 15 minutesMartin Willi2007-11-131-1/+1
|
* implemented IKE_SA initiation in managerMartin Willi2007-11-131-2/+2
|
* configuration query for manager (WIP)Martin Willi2007-11-121-0/+2
|
* implemented IKE/CHILD_SA close through managerMartin Willi2007-11-121-0/+2
|
* added thread initialization/deinitialization hooksMartin Willi2007-10-021-1/+1
| | | | | moved empty_enumerator to a public implementation
* refactored strongswan managerMartin Willi2007-09-261-3/+8
| | | | | | | | removed buggy request parsing code, use ClearSilvers CGI kit instead fixed CHILD_SA listing in manager (needs better design) using secure XML communication through unix sockets removed images with questionable (non-GPL) license
* added subnets of CHILD_SAs to xml interfaceMartin Willi2007-09-141-7/+8
| | | | a first design of Managers IKE_SA list page
* first revision of new manager webappMartin Willi2007-09-111-0/+62