summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix 'uninitialized mac_len' bug (by Anders K. Pedersen)laforge2002-10-301-2/+4
* fix shifted/unshifted nlgroup buglaforge2002-08-291-11/+16
* use NULL instead of 0, typedefs are evil(TM)laforge2002-08-291-3/+3
* todo updatelaforge2002-08-281-3/+4
* add postgresql example tablelaforge2008-03-011-0/+81
* add support for string- and inet- logging of ipadresses to postgresqllaforge2008-03-014-54/+45
* rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname taglaforge2008-03-014-78/+102
* Fix typo in ulogd_BASElaforge2008-03-011-3/+3
* make sysconfdir/sbindir in case they don't exist (Aurelien)laforge2002-08-051-0/+2
* fix misspelled name of Bogdan Dobrotalaforge2002-08-011-1/+1
* add missing fileslaforge2002-08-012-0/+95
* make ulogd_PCAP build conditional to the existance of pcap.hlaforge2002-07-305-4/+41
* Changes for 0.98laforge2002-07-301-0/+9
* print version number after startuplaforge2002-07-303-9/+11
* make MYBUFSIZ constant a configuration parameter (bogdan dobrota)laforge2002-07-302-7/+22
* add logrotate.conf for ulogd (Anders K. Pedersen)laforge2002-07-301-0/+7
* - if ipulog_read fails, print errno and ulog_errnolaforge2002-07-305-18/+29
* remove broken nflog_rcv() function which is not needed anywaylaforge2002-07-071-7/+3
* add LOCALTIME interpreterlaforge2002-06-132-1/+77
* fix -V version outputlaforge2002-06-131-9/+18
* fix bug in ulog_test.claforge2002-06-132-9/+19
* more details on netfilter patch-o-maticlaforge2002-06-131-13/+15
* typo fixlaforge2002-06-131-5/+5
* add support for PCAP outputlaforge2002-06-133-9/+246
* add PROTO=%d line if not tcp/udp/icmp (by Martin Josefsson)laforge2002-04-271-2/+5
* Fix ICMP type logging problem (Martin Josefsson)laforge2002-04-271-3/+3
* command line option supportlaforge2002-04-163-50/+95
* first unregister target, then clean up structureslaforge2002-04-161-3/+4
* fix potential memory hole and oops-after-rmmodlaforge2002-04-101-1/+18
* change NETLINK_NFLOGlaforge2002-02-251-2/+2
* remove trailing ; from macro, as it isn't needed.laforge2002-02-131-2/+2
* adding MODULE_LICENSElaforge2002-01-181-1/+3
* add timer function to cvslaforge2002-01-182-46/+61
* commit old changes...laforge2001-12-041-1/+30
* old mysql detection was missing a '-D'laforge2001-11-031-1/+1
* add pcap output TODO itemlaforge2001-10-291-0/+1
* Added Jakab Laszlo's support for PostgreSQLlaforge2001-10-027-6/+480
* update Changelog about LOGEMU MAC address buglaforge2001-09-271-0/+3
* Fix MAC address printing if there is none (by Andrej Ota)laforge2001-09-271-3/+5
* fixed possible string overflowslaforge2001-09-011-4/+4
* license correction (explicitly GPLv2) and debugging wrt. endless loopslaforge2001-09-011-13/+28
* license correction (explicitly GPLv2)laforge2001-09-012-7/+31
* license correction (explicitly use GPLv2)laforge2001-09-015-16/+76
* 3rd attemt to make it right :)laforge2001-07-042-6/+7
* export ipulog_errnolaforge2001-07-031-1/+2
* 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-032-2/+12
* make it compile again (small bugfixes after sighandler checkin)laforge2001-06-173-8/+9
* Support for logfile cycling (SIGHUP handler)laforge2001-06-146-19/+78