summaryrefslogtreecommitdiffstats
path: root/ulogd.conf
Commit message (Collapse)AuthorAgeFilesLines
* - if ipulog_read fails, print errno and ulog_errnolaforge2002-07-301-2/+2
| | | | | | - close stdin and call setsid() when we daemonize - make logfile rotate work - add comment about log levels to ulogd.conf
* Added Jakab Laszlo's support for PostgreSQLlaforge2001-10-021-1/+14
|
* more verbose comments, so people could actually understand itlaforge2001-05-201-4/+52
|
* - fixes segfault bug when packet received but no interpreters registered ↵laforge2001-02-041-1/+1
| | | | | | | (reported by Drori Ghiora) - fixes logfile bug: wrong filename and line number displayed - fixes logfile bug: logfile is fflush()ed after each line (reported by Drori Ghiora)
* changed nlgroup to "1", which is the same as the libipt_ULOG default valuelaforge2001-01-301-2/+2
|
* huge reorganization for 0.9laforge2000-11-201-6/+14
| | | | | | | | | - 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
* added example config filelaforge2000-09-121-0/+9
bugfixes in conffile.c ulogd_log still prints obsolete \n cosmetic fixes