Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -754/+0 |
| | |||||
* | handle right=%any case in strongSwan manager | Andreas Steffen | 2007-11-17 | 1 | -3/+3 |
| | |||||
* | filtering out IKEv1 configurations for manager | Martin Willi | 2007-11-15 | 1 | -0/+5 |
| | |||||
* | implemented configuration query and IKE_SA initiation in XML interface | Martin Willi | 2007-11-13 | 1 | -32/+205 |
| | |||||
* | implemented IKE/CHILD_SA termination through XML interface | Martin Willi | 2007-11-12 | 1 | -0/+75 |
| | |||||
* | remove control sockets on startup, as we don't have privileges on shutdown | Martin Willi | 2007-10-02 | 1 | -5/+3 |
| | |||||
* | fixed CHILD_SA SPI byte order in XML interface | Martin Willi | 2007-09-28 | 1 | -1/+1 |
| | |||||
* | reduced debbugging level | Martin Willi | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | refactored strongswan manager | Martin Willi | 2007-09-26 | 1 | -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 interface | Martin Willi | 2007-09-14 | 1 | -1/+36 |
| | | | | a first design of Managers IKE_SA list page | ||||
* | fixed 64bit issue with file descriptor | Martin Willi | 2007-09-13 | 1 | -1/+9 |
| | |||||
* | manager can query and list IKE_SA status (no layout yet) | Martin Willi | 2007-09-13 | 1 | -2/+3 |
| | |||||
* | updated XML interface to new schema | Martin Willi | 2007-07-19 | 1 | -79/+267 |
| | |||||
* | ported interfaces to new threading functions (incomplete) | Martin Willi | 2007-06-11 | 1 | -130/+119 |
| | |||||
* | introduced callback_job: | Martin Willi | 2007-06-11 | 1 | -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 minimum | Martin Willi | 2007-05-03 | 1 | -1/+1 |
| | | | | | | proper flush of pending packets on daemon shutdown adding local address as gateway address in dynamic route | ||||
* | restructuring of configuration backends | Martin Willi | 2007-04-27 | 1 | -0/+63 |
added propotypes of new control interfaces (xml & dbus) introduced loadable: configuration backends control interfaces using pluggable modules as in EAP |