summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* added a few syntactic correctionslaforge2001-05-264-21/+24
* glibc 2.0 compatibilitylaforge2001-05-211-0/+7
* even more changes for 0.96laforge2001-05-201-1/+4
* added initscript for RedHat-style distributionslaforge2001-05-201-0/+61
* included DESTDIR support for easier packaginglaforge2001-05-203-6/+6
* moved doc-generation to distribution-time, not compile-timelaforge2001-05-206-4/+20
* added support for synchronous writes to ulogd_LOGEMU (Michael Stolovitzsky)laforge2001-05-203-17/+48
* added hint to mailinglistlaforge2001-05-201-3/+9
* more verbose comments, so people could actually understand itlaforge2001-05-201-4/+52
* included --with-log-ip-as-string optionlaforge2001-05-2010-1939/+181
* documentation updates (no RH binary rpms anymore, ...)laforge2001-05-202-5/+63
* Support for old MySQL databases (Alexander Janssen)laforge2001-05-173-4/+32
* 0.95 changeslaforge2001-04-261-0/+4
* multiple queues at the same time now even worklaforge2001-04-201-4/+0
* new strategy for the in-kernel queue. now a static buffer size for each nlgrouplaforge2001-04-201-70/+122
* hidden goto in NLMSG_PUT caused 'Error building netlink message' errors.laforge2001-04-191-6/+10
* 0.94laforge2001-04-121-0/+4
* if kernel patch not applied...laforge2001-03-301-1/+5
* updated changes to reflect LOGEMU change, rules.make was missing some escapinglaforge2001-03-252-1/+2
* added date and hostname printing to be more syslog-alikelaforge2001-03-251-4/+37
* added todo itemslaforge2001-03-081-0/+5
* changes ...laforge2001-03-051-0/+12
* compile the right configfile path into ulogdlaforge2001-03-041-0/+1
* ULOGD_RET_BOOL was unsupported ! (reported by Diego Torres)laforge2001-02-161-1/+4
* adopted netfilter-style locking (debug macros)laforge2001-02-101-7/+5
* fixed bug: old code assumed host-order is little-endian :(laforge2001-02-041-12/+5
* added new generic get_word() function to do better parsinglaforge2001-02-041-27/+56