aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/lookip/lookip_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.
* lookip: fix error handling when creating the socket failsMartin Willi2013-07-181-1/+7
|
* 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.
* lookip: Use plugin features to register listenerTobias Brunner2013-06-111-4/+29
|
* Add a lookip server side UNIX socket processing LOOKUP and DUMP requestsMartin Willi2012-10-241-0/+8
|
* Add a lookip listener that collects the information we are interested inMartin Willi2012-10-241-0/+12
|
* Add a lookip plugin stub to lookup connections by virtual IPMartin Willi2012-10-241-0/+63