summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* include <sys/socket.h> for sa_family_t; add typecasts to (struct in_addr) ↵laforge2003-01-131-2/+3
| | | | when calling inet_ntoa()
* include sys/socket.h for struct in_addr_tlaforge2003-01-131-2/+3
|
* signal handler has no return valuelaforge2003-01-131-3/+3
|
* add support for alternate configfilelaforge2003-01-131-6/+19
|
* new ulogd requires '-d' to daemonizelaforge2003-01-131-1/+1
|
* General code cleanup by Roberto Nibali:laforge2002-12-095-13/+23
| | | | | | | | | - linking for dlopen() needs to be after the object generation - fix small typo in Rules.make.in - #ifdef DEBUG all functions that are not used - add missing #include's - fix sloppy braceing - added return for 'int main()'
* todo update (add static linking + kernel-include)laforge2002-12-091-0/+2
|
* fix include paths.laforge2002-12-0915-38/+38
|
* add postgresql example tablelaforge2008-05-221-0/+81
| | | | (Martin Kähmer)
* add support for string- and inet- logging of ipadresses to postgresqllaforge2008-05-224-54/+45
| | | | (Martin Kähmer)
* rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname taglaforge2008-05-224-78/+102
| | | | (Martin Kähmer)
* Fix typo in ulogd_BASElaforge2008-05-221-3/+3
| | | | (Martin Kähmer)
* 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
| | | | | | - close stdin and call setsid() when we daemonize - make logfile rotate work - add comment about log levels to ulogd.conf
* 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
|
* 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
|
* 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
|