aboutsummaryrefslogtreecommitdiffstats
path: root/src/medsrv
Commit message (Collapse)AuthorAgeFilesLines
* Migrated peer_controller_t to INIT/METHOD macros.Tobias Brunner2011-10-041-21/+20
|
* Migrated user_controller_t to INIT/METHOD macros.Tobias Brunner2011-10-041-22/+22
|
* Migrated user_t to INIT/METHOD macros.Tobias Brunner2011-10-041-18/+16
|
* Use top_builddir to reference libstrongswan for medsrv.cgi.Tobias Brunner2011-10-041-1/+1
|
* Migrated auth_filter_t to INIT/METHOD macros.Tobias Brunner2011-10-041-15/+16
|
* Fixed line endings in medsrv/filter/auth_filter.[ch].Tobias Brunner2011-10-042-111/+111
|
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
| | | | Mostly found by 'codespell'.
* Build dedicated plugin lists for each strongSwan componentMartin Willi2010-08-121-1/+1
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-131-2/+2
| | | | encoding
* 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.
* Added medsrv.fcgi to gitignoreMartin Willi2009-10-081-0/+1
|
* medsrv.fcgi is not part of the git treeAndreas Steffen2009-10-081-148/+0
|
* hex_str() isn't used externally any moreAndreas Steffen2009-10-081-0/+148
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-102-2/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-102-2/+1
|
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-071-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-045-41/+41
|
* handle plugin loading failuresMartin Willi2009-09-011-2/+5
|
* use subjectPublicKeyInfo encoding type directlyMartin Willi2009-08-271-4/+1
|
* updated medsrv and test to new fingerprint/encoding APIMartin Willi2009-08-261-5/+9
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-261-1/+4
|
* added missing header filesAndreas Steffen2009-06-241-0/+2
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-309-18/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+1
| | | | | important change for developers: %Y replaces %D to print identities!
* time values in strongswan.conf can be optionally specified in days (d), ↵Andreas Steffen2008-09-041-1/+1
| | | | hours (h), minutes (m), or seconds (s)
* added missing medsrv script.js to distMartin Willi2008-06-201-2/+2
|
* added mediation server web frontendMartin Willi2008-06-1124-0/+1957
updated charons medsrv plugin to updated database scheme