Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use top_builddir to reference libstrongswan for medsrv.cgi. | Tobias Brunner | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Removed trailing whitespaces in configure.in/Makefile.am | Martin Willi | 2009-09-07 | 1 | -2/+2 |
| | |||||
* | added missing medsrv script.js to dist | Martin Willi | 2008-06-20 | 1 | -2/+2 |
| | |||||
* | added mediation server web frontend | Martin Willi | 2008-06-11 | 1 | -0/+42 |
updated charons medsrv plugin to updated database scheme |