aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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