summaryrefslogtreecommitdiffstats
path: root/ulogd
Commit message (Expand)AuthorAgeFilesLines
* add lib64 support to sqlite3laforge2005-09-231-0/+12
* Today we have had to reboot our firewall and due to a loose crossoverlaforge2005-08-011-1/+10
* lots of spelling and grammar fixeslaforge2005-07-121-38/+50
* add HTMLlaforge2005-06-161-0/+421
* fix typolaforge2005-05-291-1/+1
* add 'reconnect' option in case mysql server goes down at some pointlaforge2005-05-291-18/+83
* prevent two messages from being printed at system startup (Marius Tomaschewski)laforge2005-05-041-43/+41
* fix some warnings (Marius Tomaschewski)laforge2005-05-041-6/+6
* use socklen_t (Marius Tomaschewski)laforge2005-05-041-3/+4
* add 'lib64' to search paths (Marius Tomaschewski)laforge2005-05-041-2/+18
* logfile is not extern (Marius Tomaschewski)laforge2005-05-041-3/+1
* add missing 'else' preventing syslog from workinglaforge2005-04-181-1/+1
* bump version number to 1.23laforge2005-04-183-5/+8
* add syslog logging (not for packets, but ulogd logfile)laforge2005-04-182-20/+56
* fix typos and urllaforge2005-04-181-3/+3
* make it compile again (Kirby Shabaga)laforge2005-03-111-4/+4
* release of version 1.22 coming uplaforge2005-03-074-4/+8
* postgresql schema support (Bob Hockney)laforge2005-02-192-6/+65
* make configure --prefix work (Bob Hockney)laforge2005-02-191-1/+1
* Fix endless loop (Jani Averbach)laforge2005-02-171-1/+1
* bump vesion to 1.21laforge2005-02-161-1/+1
* various --ip-as-string fixeslaforge2005-02-163-5/+5
* 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