summaryrefslogtreecommitdiffstats
path: root/output/ulogd_output_LOGEMU.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: fix compilation warnings related to pointer comparisonsEric Leblond2008-07-311-1/+1
| | | | | | | | This patch cast to (char *) some (void *) to avoid a gcc warning in string format parsing. Signed-off-by: Eric Leblond <eric@inl.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org
* Use ULOGD_IRET_* as return for all interpretersEric Leblond2008-06-121-1/+1
| | | | | | | | This patch modifies plugins to use the already defined but not used define. This also fixes some weird behaviours in error treatment (like not stopping after OOM). Signed-off-by: Eric Leblond <eric@inl.fr>
* From: Eric Leblond <eric@inl.fr>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-031-1/+4
| | | | | | Changed sighup_handler_print to fallback to continue using old descriptor on new file opening failure. This patch is a backport of Marius Tomaschewski <mt@suse.de> work on ulogd.
* Add a printflow plugin is similar to the PRINTPKT plugin, but for flows. It's/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-05-231-2/+3
| | | | output is compatible with the SYSLOG and LOGEMU plugins. (Philip Craig)
* Move the printpkt functionality out of SYSLOG and LOGEMU, and into/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-05-231-10/+48
| | | | | a separate PRINTPKT plugin. This reduces code duplication, and also makes the SYSLOG and LOGEMU plugins more general. (Philip Craig)
* clean up printpkt situation (now we no longer include .c files)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-081-1/+1
|
* make 'num_keys' an attribute of pluginstance instead of pluginlaforge2005-11-201-1/+1
|
* introduce version field for plugins, refuse loading plugins with different ↵laforge2005-11-051-0/+1
| | | | version
* fix parsing of config filelaforge2005-11-041-1/+6
| | | | add some more debug output
* update copyright noticelaforge2005-10-151-1/+1
|
* move config file parsing into per-instance configure functionlaforge2005-10-081-4/+2
|
* libtool requires libraries to start with liblaforge2005-10-031-1/+3
|
* too many changes to comment on. ulogd now compiles again.laforge2005-10-021-41/+33
|
* further cleanuplaforge2005-04-181-8/+15
|
* current snapshot (still not compiling)laforge2005-04-171-30/+69
| | | | | - add more sophisticated signal delivery to pluginstances - partial LOGEMU port to ulogd2
* further tree reorganizationlaforge2004-07-231-0/+130