Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | moved enumerator from libappserv to libstrongswan | Martin Willi | 2007-10-04 | 7 | -106/+4 |
| | |||||
* | added inbound and outbound arrows to ESP SPIs | Andreas Steffen | 2007-10-03 | 1 | -2/+2 |
| | |||||
* | added missing enumerator implementation | Martin Willi | 2007-10-03 | 1 | -0/+44 |
| | |||||
* | added thread initialization/deinitialization hooks | Martin Willi | 2007-10-02 | 6 | -32/+78 |
| | | | | | moved empty_enumerator to a public implementation | ||||
* | fixed path to the local libstrongswan build | Andreas Steffen | 2007-10-01 | 1 | -1/+1 |
| | |||||
* | implemented proper argument parsing code | Martin Willi | 2007-09-28 | 1 | -29/+22 |
| | |||||
* | removed colons from session cookie | Martin Willi | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | implemented SHA1 encrypted passwords for manager | Martin Willi | 2007-09-27 | 3 | -3/+21 |
| | |||||
* | fixed argument processing bug | Martin Willi | 2007-09-26 | 1 | -1/+1 |
| | |||||
* | refactored strongswan manager | Martin Willi | 2007-09-26 | 37 | -1189/+629 |
| | | | | | | | | 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 | ||||
* | removed unneded template logout.cs, fixes #10 | Martin Willi | 2007-09-18 | 1 | -2/+1 |
| | |||||
* | corrected image title | Andreas Steffen | 2007-09-15 | 1 | -2/+2 |
| | |||||
* | added connection name to IKE_SA title | Martin Willi | 2007-09-14 | 1 | -1/+1 |
| |