aboutsummaryrefslogtreecommitdiffstats
path: root/src/medsrv
Commit message (Expand)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
* 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
* 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
* 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 en...Martin Willi2010-07-131-2/+2
* 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 configura...Martin Willi2010-04-291-0/+1
* Don't indirectly link dependent libraries.Gerd von Egidy2010-03-191-1/+1
* 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
* time values in strongswan.conf can be optionally specified in days (d), hours...Andreas Steffen2008-09-041-1/+1
* added missing medsrv script.js to distMartin Willi2008-06-201-2/+2
* added mediation server web frontendMartin Willi2008-06-1124-0/+1957