aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/sql/sql_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-1/+1
|
* sql: Use plugin features with dependency to database backendTobias Brunner2013-06-111-33/+62
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+2
| | | | Also fixes several whitespace errors.
* Use a separate interface for loggers.Tobias Brunner2012-05-021-2/+2
| | | | | | | | The new interface does not allow loggers to unregister themselves from the bus. This allows us to use a rwlock_t for them. The latter also means that loggers can now be called concurrently by multiple threads.
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Migrated sql_plugin_t to INIT/METHOD macrosAndreas Steffen2010-11-301-8/+10
|
* Moved credential manager to libstrongswanMartin Willi2010-07-131-2/+2
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+107