summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* check if messages are really coming from kernel (nl_pid == 0)laforge2003-11-141-10/+10
|
* print AH/ESP SPI like ipt_LOG.c (Yoshihiro Kawabe)laforge2003-10-161-1/+9
|
* fix output if file exists and has a size of zero bytes (Yoshihiro Kawabe)laforge2003-10-161-3/+8
|
* add 'real' syslog target (untested)laforge2003-10-107-228/+422
|
* add error message in case somebody tries to use 'raw' type with mysql output ↵laforge2003-09-291-2/+7
| | | | plugin. This is to be replaced with support for BLOB, as soon as somebody writes ist ;)
* new configuration file syntax (Magnus Boden)laforge2003-09-2813-188/+168
|
* fix printing of time, bug introduced in 1.01 (Henry Yang)laforge2003-09-121-3/+3
|
* add support for missing tcp/udp/icmp header fields (checksum and others)laforge2003-08-241-14/+43
|
* add manpagelaforge2003-08-231-0/+4
|
* update version to 1.01, update changelog and documentation.laforge2003-08-236-10/+2939
|
* fix various compiler warningslaforge2003-08-233-15/+15
|
* make Makefiles ready for cross-compiling/linkinglaforge2003-08-231-3/+3
|
* remove unused functions/variables, fix wrong printf paramtypes (-Wall)laforge2003-08-232-40/+12
|
* remove unused variableslaforge2003-08-231-5/+2
|
* crosscompile-ready makefiles/configure scripts for ulogd (Dan Eble)laforge2003-08-237-23/+27
|
* make ulogd compile without any kernel headers (Joerg Wendland)laforge2003-08-233-12/+45
|
* i _did_ mean to call real_connect. sigh.laforge2003-08-231-3/+3
|
* use oob.time.sec instead of reading our own timelaforge2003-08-231-43/+44
|
* have to call mysql_init() before mysql_real_connect()laforge2003-08-231-5/+6
|
* explicitly link against dynamic libs (Joerg Wendland)laforge2003-08-114-4/+4
|
* use mysql_real_connect for MySQL4 (Joerg Wendland)laforge2003-08-111-3/+3
|
* check for more posgresql include paths (supposedly fixes problem with rh7.2)laforge2003-07-151-7/+8
|
* add support for setting of SO_RCVBUF socket option to libipulog and ulogd ↵laforge2003-05-044-35/+57
| | | | (rmem config file entry)
* fix a bug where we've been running out of an array boundary (Magnus Boden)laforge2003-05-031-4/+6
|
* include pcap log in ulogd.logrotate (Magnus Boden)laforge2003-04-271-1/+1
|
* timestamp_usec contains crap if timestamp_sec == 0laforge2003-04-271-3/+5
|
* don't link mysql plugin with postgresql libs and vice versa (Magnus Boden)laforge2003-04-272-4/+6
|
* 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
|