Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -5/+10 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | 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 | ||||
* | 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 | 1 | -1/+0 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 1 | -1/+0 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | replaced the example manager database by a sql script | Martin Willi | 2008-04-01 | 1 | -3/+1 |
| | |||||
* | fixed manager plugin loading | Martin Willi | 2008-03-28 | 1 | -1/+2 |
| | | | | manager uses strongswan.conf to read its configuration | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -14/+3 |
| | |||||
* | 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 | 1 | -0/+1 |
| | |||||
* | implemented IKE_SA initiation in manager | Martin Willi | 2007-11-13 | 1 | -5/+8 |
| | |||||
* | configuration query for manager (WIP) | Martin Willi | 2007-11-12 | 1 | -2/+7 |
| | |||||
* | implemented IKE/CHILD_SA close through manager | Martin Willi | 2007-11-12 | 1 | -2/+5 |
| | |||||
* | moved enumerator from libappserv to libstrongswan | Martin Willi | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | added thread initialization/deinitialization hooks | Martin Willi | 2007-10-02 | 1 | -1/+1 |
| | | | | | moved empty_enumerator to a public implementation | ||||
* | fixed path to the local libstrongswan build | Andreas Steffen | 2007-10-01 | 1 | -1/+1 |
| | |||||
* | refactored strongswan manager | Martin Willi | 2007-09-26 | 1 | -15/+15 |
| | | | | | | | | 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 |
| | |||||
* | added missing distribution/install files | Martin Willi | 2007-09-14 | 1 | -2/+11 |
| | |||||
* | added subnets of CHILD_SAs to xml interface | Martin Willi | 2007-09-14 | 1 | -2/+5 |
| | | | | a first design of Managers IKE_SA list page | ||||
* | added DATA files to EXTRA_DIST | Martin Willi | 2007-09-13 | 1 | -1/+5 |
| | |||||
* | added missing enumerator.h to distribution | Martin Willi | 2007-09-13 | 1 | -1/+1 |
| | |||||
* | manager can query and list IKE_SA status (no layout yet) | Martin Willi | 2007-09-13 | 1 | -8/+13 |
| | |||||
* | first revision of new manager webapp | Martin Willi | 2007-09-11 | 1 | -0/+33 |