aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/lib
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1310-1583/+0
|
* * replaced __thread with pthread_key_t/pthread_setspecificTobias Brunner2008-02-051-16/+35
| | | | * use pthread_once to initialize the request handler
* request_t.redirect takes variable argument listMartin Willi2007-10-193-19/+43
| | | | | | request_t.serve to serve non-template data fixed dispatcher thread locking code
* moved enumerator from libappserv to libstrongswanMartin Willi2007-10-043-102/+1
|
* added missing enumerator implementationMartin Willi2007-10-031-0/+44
|
* added thread initialization/deinitialization hooksMartin Willi2007-10-023-10/+75
| | | | | moved empty_enumerator to a public implementation
* implemented proper argument parsing codeMartin Willi2007-09-281-29/+22
|
* removed colons from session cookieMartin Willi2007-09-271-1/+1
|
* implemented SHA1 encrypted passwords for managerMartin Willi2007-09-271-2/+2
|
* fixed argument processing bugMartin Willi2007-09-261-1/+1
|
* refactored strongswan managerMartin Willi2007-09-2613-955/+270
| | | | | | | | 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-149-25/+71
| | | | a first design of Managers IKE_SA list page
* manager can query and list IKE_SA status (no layout yet)Martin Willi2007-09-137-70/+480
|
* first revision of new manager webappMartin Willi2007-09-1113-0/+1768