Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | libfast: add a fast_ prefix to all classes, avoiding namespace clashes | Martin Willi | 2013-07-18 | 1 | -6/+5 |
| | |||||
* | plugin-loader: Removed unused path argument of load() method | Tobias Brunner | 2013-06-28 | 1 | -1/+1 |
| | | | | | Multiple additional search paths can be added with the add_path() method. | ||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -1/+2 |
| | |||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -7/+7 |
| | |||||
* | handle plugin loading failures | Martin Willi | 2009-09-01 | 1 | -2/+5 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | time values in strongswan.conf can be optionally specified in days (d), ↵ | Andreas Steffen | 2008-09-04 | 1 | -1/+1 |
| | | | | hours (h), minutes (m), or seconds (s) | ||||
* | loading default modules depending on configure options | Martin Willi | 2008-05-16 | 1 | -2/+1 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -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 Willi | 2008-04-07 | 1 | -1/+1 |
| | | | | defaults to /etc/strongswan.conf | ||||
* | fixed manager plugin loading | Martin Willi | 2008-03-28 | 1 | -16/+21 |
| | | | | manager uses strongswan.conf to read its configuration | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -15/+16 |
| | |||||
* | changed session timeout to 15 minutes | Martin Willi | 2007-11-13 | 1 | -1/+1 |
| | |||||
* | implemented IKE_SA initiation in manager | Martin Willi | 2007-11-13 | 1 | -2/+2 |
| | |||||
* | configuration query for manager (WIP) | Martin Willi | 2007-11-12 | 1 | -0/+2 |
| | |||||
* | implemented IKE/CHILD_SA close through manager | Martin Willi | 2007-11-12 | 1 | -0/+2 |
| | |||||
* | added thread initialization/deinitialization hooks | Martin Willi | 2007-10-02 | 1 | -1/+1 |
| | | | | | moved empty_enumerator to a public implementation | ||||
* | refactored strongswan manager | Martin Willi | 2007-09-26 | 1 | -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 interface | Martin Willi | 2007-09-14 | 1 | -7/+8 |
| | | | | a first design of Managers IKE_SA list page | ||||
* | first revision of new manager webapp | Martin Willi | 2007-09-11 | 1 | -0/+62 |