aboutsummaryrefslogtreecommitdiffstats
path: root/src/manager/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-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 componentMartin Willi2010-08-121-1/+1
|
* Fixing out-of-tree build after adding dependency to config.status.Tobias Brunner2010-04-291-1/+1
|
* Users of PLUGINS depend on config.status, rebuilding them if plugin ↵Martin Willi2010-04-291-0/+1
| | | | configuration is updated
* Don't indirectly link dependent libraries.Gerd von Egidy2010-03-191-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 fileMartin Willi2009-09-101-1/+0
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+0
|
* fixed the strongswan.conf pathAndreas Steffen2008-05-221-2/+6
|
* moved manager to its own subdirectory in ipsecdirMartin Willi2008-05-161-15/+17
|
* loading default modules depending on configure optionsMartin Willi2008-05-161-1/+1
|
* replaced the example manager database by a sql scriptMartin Willi2008-04-011-3/+1
|
* fixed manager plugin loadingMartin Willi2008-03-281-1/+2
| | | | manager uses strongswan.conf to read its configuration
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-14/+3
|
* include pipe-thin-green icons in distribution4.1.10Andreas Steffen2007-12-191-0/+1
|
* make config view in strongSwan manager look similar to ikesa viewAndreas Steffen2007-12-181-0/+1
|
* implemented IKE_SA initiation in managerMartin Willi2007-11-131-5/+8
|
* configuration query for manager (WIP)Martin Willi2007-11-121-2/+7
|
* implemented IKE/CHILD_SA close through managerMartin Willi2007-11-121-2/+5
|
* moved enumerator from libappserv to libstrongswanMartin Willi2007-10-041-1/+1
|
* added thread initialization/deinitialization hooksMartin Willi2007-10-021-1/+1
| | | | | moved empty_enumerator to a public implementation
* fixed path to the local libstrongswan buildAndreas Steffen2007-10-011-1/+1
|
* refactored strongswan managerMartin Willi2007-09-261-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 #10Martin Willi2007-09-181-2/+1
|
* added missing distribution/install filesMartin Willi2007-09-141-2/+11
|
* added subnets of CHILD_SAs to xml interfaceMartin Willi2007-09-141-2/+5
| | | | a first design of Managers IKE_SA list page
* added DATA files to EXTRA_DISTMartin Willi2007-09-131-1/+5
|
* added missing enumerator.h to distributionMartin Willi2007-09-131-1/+1
|
* manager can query and list IKE_SA status (no layout yet)Martin Willi2007-09-131-8/+13
|
* first revision of new manager webappMartin Willi2007-09-111-0/+33