aboutsummaryrefslogtreecommitdiffstats
path: root/src/medsrv
Commit message (Collapse)AuthorAgeFilesLines
* medsrv: Replace remaining JavaScript code with CSSTobias Brunner2015-11-094-371/+14
|
* medsrv: Replace the JavaScript focus() calls with HTML5's autofocusTobias Brunner2015-11-095-5/+4
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-5/+9
| | | | | | 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.
* libfast: add a fast_ prefix to all classes, avoiding namespace clashesMartin Willi2013-07-189-51/+47
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Fixed Doxygen comments after scanning complete src directoryTobias Brunner2013-03-024-7/+14
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-243-3/+3
|
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-1/+5
|
* Remove executable flag from source files.Tobias Brunner2012-05-1817-0/+0
|
* 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