summaryrefslogtreecommitdiffstats
path: root/ulogd/extensions/ulogd_OPRINT.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete patches and files and move ulogd to repository top-level ↵Patrick McHardy2008-05-181-149/+0
| | | | directory
* Patches from Marius Tomaschewski <mt@suse.de>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-05-281-3/+8
| | | | | | | | | - Fixed sigterm_handler to close logfile and then call output_plugin->fini. The output_plugin->fini function may still use the logger (e.g. sqlite3 does), what causes a SEGV (really happens in case of sqlite3 db init error - as far as I remember) - Changed sighup_handler_print to not to call exit(2) on reopen failure, but try to reopen and fallback to continue using old descriptor on failure. - Fixed mac output in ulogd_BASE.c - Added explicit termination of the hostname buffer: "[...] if namelen is an insufficient length to hold the host name, then the returned name is truncated and it is unspecified whether the returned name is null-terminated. [...]" as SUSv2 specifies. - Added to print "\n" after ULOGD_RET_NONE type as well after an unspecified type. See example above at extensions/ulogd_BASE.c. - Fixed to set the '\0' at the end and not behind the buffer.
* apply C99 initializers fix (Roberto Nibali)laforge2005-02-141-1/+1
|
* use c99 initializerslaforge2005-02-121-4/+7
|
* - add .init and .fini member to output pluginlaforge2004-04-241-21/+26
| | | | | - defer file opens + other initialization until after setuid() was called - cosmetic cleanup (no _ in static functions, use 'static' whenever possible)
* new configuration file syntax (Magnus Boden)laforge2003-09-281-5/+4
|
* fix include paths.laforge2002-12-091-4/+4
|
* license correction (explicitly use GPLv2)laforge2001-09-011-3/+15
|
* Support for logfile cycling (SIGHUP handler)laforge2001-06-141-7/+27
|
* huge reorganization for 0.9laforge2000-11-201-15/+12
| | | | | | | | | - added hashtables everywhere - no more dynamic allocation for each packet - mysql output plugin - more keys in ulogd_BASE - moved libipulog into ulogd directory - introduced autoconf
* Major update. Almost everything has changed.laforge2000-11-161-3/+3
| | | | | | - no more dynamic allocations at runtime - only once at startup - less list traversal through interpreter and key hashes - output plugins can request only certain results!
* email addresses changedlaforge2000-09-221-3/+3
|
* added example config filelaforge2000-09-121-10/+14
| | | | | | bugfixes in conffile.c ulogd_log still prints obsolete \n cosmetic fixes
* various bugfixes (tcp interpreter), output for boolean typelaforge2000-08-141-1/+6
|
* Initial revisionlaforge2000-08-021-0/+99