summaryrefslogtreecommitdiffstats
path: root/ulogd.c
Commit message (Collapse)AuthorAgeFilesLines
* - if ipulog_read fails, print errno and ulog_errnolaforge2002-07-301-5/+15
| | | | | | - close stdin and call setsid() when we daemonize - make logfile rotate work - add comment about log levels to ulogd.conf
* fix -V version outputlaforge2002-06-131-9/+18
|
* command line option supportlaforge2002-04-161-41/+84
|
* license correction (explicitly GPLv2) and debugging wrt. endless loopslaforge2001-09-011-13/+28
|
* 3rd attemt to make it right :)laforge2001-07-041-3/+3
|
* i'm stupid... now it compileslaforge2001-07-031-5/+3
|
* grr...laforge2001-07-031-3/+3
|
* added fix to handle read errors (prevent endless packet logs)laforge2001-07-031-2/+9
|
* make it compile again (small bugfixes after sighandler checkin)laforge2001-06-171-4/+4
|
* Support for logfile cycling (SIGHUP handler)laforge2001-06-141-3/+20
|
* added a few syntactic correctionslaforge2001-05-261-13/+16
|
* - fixes segfault bug when packet received but no interpreters registered ↵laforge2001-02-041-21/+48
| | | | | | | (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)
* added support for multipart netlink messages. Updated docslaforge2001-01-291-7/+10
|
* huge reorganization for 0.9laforge2000-11-201-88/+169
| | | | | | | | | - 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
* - new syslog emulation output targetlaforge2000-11-161-10/+15
| | | | - lot of bugfixes
* Major update. Almost everything has changed.laforge2000-11-161-45/+160
| | | | | | - 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!
* added example config filelaforge2000-09-121-38/+32
| | | | | | bugfixes in conffile.c ulogd_log still prints obsolete \n cosmetic fixes
* ulogd_log now a functionlaforge2000-09-121-5/+14
|
* made nlgroup + pluginpath configurablelaforge2000-09-091-15/+36
| | | | | added default values for all config keys started writing ulogd_log
* config file addedlaforge2000-09-091-17/+84
|
* various bugfixes (tcp interpreter), output for boolean typelaforge2000-08-141-4/+6
|
* Various fixes due to Jan Echternachs comments on the mailinglist.laforge2000-08-111-3/+3
|
* static .root2000-08-091-3/+3
|
* logfilelaforge2000-08-021-2/+4
|
* first usable revisionlaforge2000-08-021-56/+103
|
* Initial revisionlaforge2000-08-021-0/+204