summaryrefslogtreecommitdiff
path: root/plugins/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* Include system.h in ima and syslog pluginsGleb Fotengauer-Malinovskiy2017-03-241-0/+2
* Rename all hook functions for saner debuggingPanu Matilainen2013-04-051-12/+12
* Drop now redundant name and opts arguments to plugin init hookPanu Matilainen2013-04-031-2/+1
* Change syslog plugin to use plugin private data instead of globalsPanu Matilainen2013-04-031-17/+31
* Pass the handle to plugin itself to all plugin hooksPanu Matilainen2013-04-031-6/+8
* Separate the external plugin API to its own headerPanu Matilainen2013-04-031-1/+1
* Plugin cleanup hook is not allowed to failPanu Matilainen2013-04-031-2/+1
* Further adjust our plugins wrt the new hook systemPanu Matilainen2013-03-311-7/+8
* Revamp the way plugin hooks discovered and called, adjust pluginsPanu Matilainen2013-03-311-7/+9
* First cut at a simple syslog pluginPanu Matilainen2013-03-281-0/+97