aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/control/interfaces/xml_interface.c
Commit message (Collapse)AuthorAgeFilesLines
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-754/+0
|
* handle right=%any case in strongSwan managerAndreas Steffen2007-11-171-3/+3
|
* filtering out IKEv1 configurations for managerMartin Willi2007-11-151-0/+5
|
* implemented configuration query and IKE_SA initiation in XML interfaceMartin Willi2007-11-131-32/+205
|
* implemented IKE/CHILD_SA termination through XML interfaceMartin Willi2007-11-121-0/+75
|
* remove control sockets on startup, as we don't have privileges on shutdownMartin Willi2007-10-021-5/+3
|
* fixed CHILD_SA SPI byte order in XML interfaceMartin Willi2007-09-281-1/+1
|
* reduced debbugging levelMartin Willi2007-09-271-1/+1
|
* refactored strongswan managerMartin Willi2007-09-261-26/+36
| | | | | | | | 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-1/+36
| | | | a first design of Managers IKE_SA list page
* fixed 64bit issue with file descriptorMartin Willi2007-09-131-1/+9
|
* manager can query and list IKE_SA status (no layout yet)Martin Willi2007-09-131-2/+3
|
* updated XML interface to new schemaMartin Willi2007-07-191-79/+267
|
* ported interfaces to new threading functions (incomplete)Martin Willi2007-06-111-130/+119
|
* introduced callback_job:Martin Willi2007-06-111-1/+210
| | | | | | | | | | | | simple asynchronous method invocation use daemons thread pool for all threads proper cancellation and cleanups cancellation mechanism to dynamically unload multithreaded code unified event_queue and scheduler => scheduler unified job_queue and thread_pool => processor removed job_type_t, not really needed fixes here, there and everywhere
* reducing capabilities of the threads to a minimumMartin Willi2007-05-031-1/+1
| | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route
* restructuring of configuration backendsMartin Willi2007-04-271-0/+63
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP