summaryrefslogtreecommitdiffstats
path: root/ulogd
Commit message (Expand)AuthorAgeFilesLines
...
* port Sven Schuster's patch to add user-specified mysql port numberlaforge2005-02-091-5/+14
* add SQLITE3 support (ported from ulogd-1.02 patch by Ben La Monica)laforge2005-02-098-3/+549
* fix TOS bits (Rich Bartell)laforge2004-07-231-2/+2
* actually call init() and fini() functions of plugins (Martin Josefsson)laforge2004-06-121-0/+14
* - use C99 struct initializerslaforge2004-04-241-8/+14
* - use C99 struct initializerslaforge2004-04-241-15/+29
* - make hostname optional, not mandatory (Andrejs Dubovskis)laforge2004-04-241-56/+74
* - add .init and .fini member to output pluginlaforge2004-04-249-97/+223
* - bump version numberlaforge2004-04-243-19/+40
* - fix int/pointer issuelaforge2004-04-241-8/+14
* fix ulogd_PCAP compilation (Marrtin Josefsson)laforge2004-02-131-3/+3
* fix number of keys to register (Martin Josefsson)laforge2004-02-131-5/+5
* add some more TODOlaforge2004-01-271-0/+6
* don't overwrite existing config fileslaforge2004-01-271-1/+1
* add 'tmpstr' variable declaration again... it is needed for the --log-ip-as-s...laforge2004-01-082-4/+6
* 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
* 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 (rm...laforge2003-05-044-35/+57
* 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
* real fix for skb receive timestamp problem (Harald Welte), revert PCAP workar...laforge2003-04-272-10/+16
* Fix broken OUTPUT timestamping since apparently kernel inits the sk_bufflaforge2003-04-271-3/+4
* Include posgresql+redhat fix (Magnus Boden). Might fix the Mandrake postgresq...laforge2003-04-241-2/+9
* 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 for...laforge2003-03-181-3/+3