aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/lib/request.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-341/+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-191-4/+21
| | | | | | request_t.serve to serve non-template data fixed dispatcher thread locking code
* 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-261-138/+185
| | | | | | | | 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
* manager can query and list IKE_SA status (no layout yet)Martin Willi2007-09-131-66/+18
|
* first revision of new manager webappMartin Willi2007-09-111-0/+306