Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrated gateway_controller_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -21/+19 |
| | |||||
* | Migrated config_controller_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -20/+19 |
| | |||||
* | Migrated auth_controller_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -20/+19 |
| | |||||
* | Migrated ikesa_controller_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -20/+19 |
| | |||||
* | Migrated control_controller_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -20/+19 |
| | |||||
* | Migrated storage_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -19/+16 |
| | |||||
* | Migrated xml_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -32/+34 |
| | |||||
* | Migrated gateway_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -38/+27 |
| | |||||
* | Fixed gateway_t.request declaration. | Tobias Brunner | 2011-10-04 | 1 | -1/+2 |
| | |||||
* | Migrated manager_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -36/+27 |
| | |||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
| | | | | Mostly found by 'codespell'. | ||||
* | Replaced simple iterator usages. | Tobias Brunner | 2011-07-06 | 2 | -4/+2 |
| | |||||
* | Build dedicated plugin lists for each strongSwan component | Martin Willi | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Fixing out-of-tree build after adding dependency to config.status. | Tobias Brunner | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Users of PLUGINS depend on config.status, rebuilding them if plugin ↵ | Martin Willi | 2010-04-29 | 1 | -0/+1 |
| | | | | configuration is updated | ||||
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -1/+2 |
| | |||||
* | Don't indirectly link dependent libraries. | Gerd von Egidy | 2010-03-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | The default behaviour for ld allows users to 'indirectly' link to required objects/libraries through intermediate objects/libraries. While this is convenient, it can also be dangerous because it makes your program's dependencies tied to the dependencies of other objects. Beginning with Fedora 13 this will be changed and you need to explicitly link all dependent libraries. More details can be found here: http://fedoraproject.org/wiki/UnderstandingDSOLinkChange This patch fixes all such cases in strongSwan. | ||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 2 | -2/+1 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 2 | -2/+1 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 2 | -4/+4 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 14 | -97/+97 |
| | |||||
* | handle plugin loading failures | Martin Willi | 2009-09-01 | 1 | -2/+5 |
| | |||||
* | got rid of libcrypto | Andreas Steffen | 2009-05-15 | 1 | -0/+2 |
| | |||||
* | some additional .gitignore's | Martin Willi | 2009-05-07 | 1 | -0/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 19 | -38/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 9 | -14/+14 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | 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) | ||||
* | fixed the strongswan.conf path | Andreas Steffen | 2008-05-22 | 1 | -2/+6 |
| | |||||
* | moved manager to its own subdirectory in ipsecdir | Martin Willi | 2008-05-16 | 1 | -15/+17 |
| | |||||
* | loading default modules depending on configure options | Martin Willi | 2008-05-16 | 2 | -3/+2 |
| | |||||
* | 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 | ||||
* | fixed compiler warning | Martin Willi | 2008-05-08 | 1 | -1/+0 |
| | |||||
* | fixed javascript include using <script> tag | Martin Willi | 2008-04-28 | 1 | -2/+2 |
| | |||||
* | chunk_to_hex() adaptations | Andreas Steffen | 2008-04-25 | 1 | -4/+4 |
| | |||||
* | added ./configure option --with-strongswan-conf= | Martin Willi | 2008-04-07 | 1 | -1/+1 |
| | | | | defaults to /etc/strongswan.conf | ||||
* | replaced the example manager database by a sql script | Martin Willi | 2008-04-01 | 3 | -3/+31 |
| | |||||
* | shortened menu item | Andreas Steffen | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | fixed manager plugin loading | Martin Willi | 2008-03-28 | 2 | -17/+23 |
| | | | | manager uses strongswan.conf to read its configuration | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 29 | -1744/+295 |
| | |||||
* | * replaced __thread with pthread_key_t/pthread_setspecific | Tobias Brunner | 2008-02-05 | 1 | -16/+35 |
| | | | | * use pthread_once to initialize the request handler | ||||
* | include pipe-thin-green icons in distribution4.1.10 | Andreas Steffen | 2007-12-19 | 1 | -0/+1 |
| | |||||
* | make config view in strongSwan manager look similar to ikesa view | Andreas Steffen | 2007-12-18 | 6 | -30/+83 |
| | |||||
* | indentation of list.cs | Andreas Steffen | 2007-11-18 | 1 | -45/+45 |
| | |||||
* | handle right=%any case in strongSwan manager | Andreas Steffen | 2007-11-17 | 2 | -6/+16 |
| | |||||
* | added IKE IP addresses to config list for manager | Martin Willi | 2007-11-15 | 1 | -5/+6 |
| | |||||
* | 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 | 16 | -105/+275 |
| | |||||
* | configuration query for manager (WIP) | Martin Willi | 2007-11-12 | 9 | -3/+375 |
| | |||||
* | implemented IKE/CHILD_SA close through manager | Martin Willi | 2007-11-12 | 10 | -11/+267 |
| | |||||
* | request_t.redirect takes variable argument list | Martin Willi | 2007-10-19 | 3 | -19/+43 |
| | | | | | | request_t.serve to serve non-template data fixed dispatcher thread locking code |