aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/sql/sql_cred.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-365/+0
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-10/+10
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* refactored credential builderMartin Willi2008-09-021-2/+2
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* extended credential_set_t interface by a cache_cert() methodMartin Willi2008-04-171-1/+9
| | | | allows persistent or in-memory caching of fetched certificates
* fixed CRL check return value on revoked certificatesMartin Willi2008-03-191-8/+0
| | | | | fixed possible refcounting bugs generic return_null() implementation
* better normalized tables for SQL plugin (IDs)Martin Willi2008-03-181-61/+82
|
* credential lookup in mysql/sqlite databaseMartin Willi2008-03-141-0/+346