Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |