summaryrefslogtreecommitdiffstats
path: root/ulogd
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberlaforge2005-02-162-1/+5
|
* separate sub-packages for sqlite3 and pcaplaforge2005-02-161-4/+40
|
* fix log-ip-as-string on x86_64 (Javi Averbach)laforge2005-02-163-3/+15
|
* apply C99 initializers fix (Roberto Nibali)laforge2005-02-143-6/+6
|
* build documentation before release tarballlaforge2005-02-121-1/+5
|
* fix build magiclaforge2005-02-121-8/+4
|
* 1.20 coming uplaforge2005-02-121-2/+2
|
* fix up pgsql module after latest changes (typos, etc.)laforge2005-02-121-4/+6
|
* finalize changelog for 1.20laforge2005-02-121-1/+2
|
* use c99 initializerslaforge2005-02-123-119/+245
|
* use c99 initializers, move logefile parsing to correct functionlaforge2005-02-121-11/+17
|
* fix coding style, use c99 initializers, hostname ends with first '.' in namelaforge2005-02-121-34/+35
|
* fix potential buffer overflowlaforge2005-02-121-4/+4
|
* Re-Adding SIGTERM handler that was lost in Version 671 (Ben La Monica)laforge2005-02-111-0/+1
|
* fix DEBUg to DEBUGlaforge2005-02-091-2/+2
|
* add documentation about sqlite3 and SYSLOGlaforge2005-02-091-7/+56
|
* changelog for upcoming 1.20 releaselaforge2005-02-091-0/+4
|
* make it compilelaforge2005-02-091-8/+9
|
* fix 'unused variable tmpstr' caselaforge2005-02-091-0/+2
|
* mysql_init is used by libmysqlclient, rename our init function to _mysql_initlaforge2005-02-091-4/+4
|
* fix typo (directoty -> directory)laforge2005-02-091-3/+3
|
* forward-port 'port' config option from mysql pluginlaforge2005-02-091-3/+19
|
* fix buffer overflow in connect string generationlaforge2005-02-091-4/+18
|
* 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
| | | | | | - make password optional, not mandatory (Andrejs Dubovskis) - fix two memory leaks (Andrejs Dubovskis) - lots of cosmetic fixes
* - add .init and .fini member to output pluginlaforge2004-04-249-97/+223
| | | | | - defer file opens + other initialization until after setuid() was called - cosmetic cleanup (no _ in static functions, use 'static' whenever possible)
* - bump version numberlaforge2004-04-243-19/+40
| | | | - preliminary 'make distrib' support (stolen from iptables)
* - fix int/pointer issuelaforge2004-04-241-8/+14
| | | | - use C99 initializers
* 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 ↵laforge2004-01-082-4/+6
| | | | --log-ip-as-string option (which I never liked anyway ;))
* 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
|