Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | medsrv: Replace remaining JavaScript code with CSS | Tobias Brunner | 2015-11-09 | 4 | -371/+14 |
| | |||||
* | medsrv: Replace the JavaScript focus() calls with HTML5's autofocus | Tobias Brunner | 2015-11-09 | 5 | -5/+4 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -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 clashes | Martin Willi | 2013-07-18 | 9 | -51/+47 |
| | |||||
* | plugin-loader: Removed unused path argument of load() method | Tobias Brunner | 2013-06-28 | 1 | -1/+1 |
| | | | | | Multiple additional search paths can be added with the add_path() method. | ||||
* | Fixed Doxygen comments after scanning complete src directory | Tobias Brunner | 2013-03-02 | 4 | -7/+14 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 3 | -3/+3 |
| | |||||
* | Add a return value to hasher_t.allocate_hash() | Martin Willi | 2012-07-16 | 1 | -1/+5 |
| | |||||
* | Remove executable flag from source files. | Tobias Brunner | 2012-05-18 | 17 | -0/+0 |
| | |||||
* | Migrated peer_controller_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -21/+20 |
| | |||||
* | Migrated user_controller_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -22/+22 |
| | |||||
* | Migrated user_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -18/+16 |
| | |||||
* | Use top_builddir to reference libstrongswan for medsrv.cgi. | Tobias Brunner | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | Migrated auth_filter_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -15/+16 |
| | |||||
* | Fixed line endings in medsrv/filter/auth_filter.[ch]. | Tobias Brunner | 2011-10-04 | 2 | -111/+111 |
| | |||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
| | | | | Mostly found by 'codespell'. | ||||
* | Build dedicated plugin lists for each strongSwan component | Martin Willi | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵ | Martin Willi | 2010-07-13 | 1 | -2/+2 |
| | | | | encoding | ||||
* | 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. | ||||
* | Added medsrv.fcgi to gitignore | Martin Willi | 2009-10-08 | 1 | -0/+1 |
| | |||||
* | medsrv.fcgi is not part of the git tree | Andreas Steffen | 2009-10-08 | 1 | -148/+0 |
| | |||||
* | hex_str() isn't used externally any more | Andreas Steffen | 2009-10-08 | 1 | -0/+148 |
| | |||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 2 | -2/+1 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 2 | -2/+1 |
| | |||||
* | Removed trailing whitespaces in configure.in/Makefile.am | Martin Willi | 2009-09-07 | 1 | -2/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 5 | -41/+41 |
| | |||||
* | handle plugin loading failures | Martin Willi | 2009-09-01 | 1 | -2/+5 |
| | |||||
* | use subjectPublicKeyInfo encoding type directly | Martin Willi | 2009-08-27 | 1 | -4/+1 |
| | |||||
* | updated medsrv and test to new fingerprint/encoding API | Martin Willi | 2009-08-26 | 1 | -5/+9 |
| | |||||
* | moved PEM parsing functionality to its own plugin | Martin Willi | 2009-08-26 | 1 | -1/+4 |
| | |||||
* | added missing header files | Andreas Steffen | 2009-06-24 | 1 | -0/+2 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 9 | -18/+0 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -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 Steffen | 2008-09-04 | 1 | -1/+1 |
| | | | | hours (h), minutes (m), or seconds (s) | ||||
* | 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 | 24 | -0/+1957 |
updated charons medsrv plugin to updated database scheme |