aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/whitelist/whitelist_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* stream-service: move CAP_CHOWN check from plugins to service constructorMartin Willi2013-07-181-6/+0
| | | | | A plugin service can be a TCP socket now, so it does not make much sense to strictly check for CAP_CHOWN.
* whitelist: fix error handling when creating the socket failsMartin Willi2013-07-181-0/+6
|
* capabilities: Some plugins don't actually require capabilities at runtimeTobias Brunner2013-07-181-1/+1
|
* capabilities: CAP_CHOWN might be required by many plugins opening UNIX socketsTobias Brunner2013-06-251-0/+6
| | | | | But as the sockets will be created with the user/group of the running process this might not be required as no change may be needed.
* whitelist: Use plugin features to register listenerTobias Brunner2013-06-111-4/+29
|
* 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
* Added a UNIX socket based control backend to whitelist pluginMartin Willi2011-02-281-0/+8
|
* Implemented a in-memory peer identity whitelist pluginMartin Willi2011-02-281-0/+67