summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* change a couple of if/then/if/then constructs to use elif (Roberto Nibali)laforge2003-04-271-6/+3
|
* use /lib/modules/`uname -r`/build instead of /usr/src/linux (Magnus Boden)laforge2003-04-271-1/+1
|
* This patch fixes so the pathes in ulogd.conf matches what you gave tolaforge2003-04-272-8/+17
| | | | configure.. (Magnus Boden)
* real fix for skb receive timestamp problem (Harald Welte), revert PCAP ↵laforge2003-04-272-10/+16
| | | | workaround
* Fix broken OUTPUT timestamping since apparently kernel inits the sk_bufflaforge2003-04-271-3/+4
| | | | with a stamp.tv_sec of 0 and junk in stamp.tv_usec. (Curtis@GreenKey.net)
* Include posgresql+redhat fix (Magnus Boden). Might fix the Mandrake ↵laforge2003-04-241-2/+9
| | | | postgresql<->pgsql issue as well (unconfirmed)
* Include fix for postgresql on redhat (Magnus Boden).laforge2003-04-241-2/+2
|
* fixes the boolean case in the mysql plugin to use actual value instead of ↵laforge2003-03-181-3/+3
| | | | forcing "1" (Bob Hockney)
* Add ulogd.8 manpage by Joerg Wendlandlaforge2003-03-101-0/+64
|
* make pcap detection worklaforge2003-03-051-1/+1
|
* postgresql include files are in /usr/include/postgresqllaforge2003-03-051-2/+2
|
* we only have one ulogd.h, indeedlaforge2003-03-051-3/+2
|
* update changelog for version 1.00laforge2003-03-051-0/+16
|
* update version information and copyright infolaforge2003-03-052-13/+17
|
* update specfile to 1.00laforge2003-03-051-4/+8
|
* can't see any endian problems anymorelaforge2003-03-051-2/+2
|
* add cvs versionlaforge2003-03-051-1/+1
|
* big documenttion update, bring docs in sync with realitylaforge2003-03-051-39/+192
|
* fix typolaforge2003-02-081-3/+3
|
* more verbose error messagelaforge2003-02-081-4/+5
|
* increase version to 1.0pre1, we are just before 1.0 comes outlaforge2003-01-131-4/+4
|
* ulogd.h has movedlaforge2003-01-131-1/+1
|
* add typecasts to (struct in_addr) when calling inet_ntoa()laforge2003-01-131-5/+7
|
* 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
|
* 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
| | | | (Martin Kähmer)
* add support for string- and inet- logging of ipadresses to postgresqllaforge2008-03-014-54/+45
| | | | (Martin Kähmer)
* rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname taglaforge2008-03-014-78/+102
| | | | (Martin Kähmer)
* Fix typo in ulogd_BASElaforge2008-03-011-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
* remove broken nflog_rcv() function which is not needed anywaylaforge2002-07-071-7/+3
|
* add LOCALTIME interpreterlaforge2002-06-132-1/+77
|