summaryrefslogtreecommitdiffstats
path: root/ulogd
Commit message (Collapse)AuthorAgeFilesLines
* fix typolaforge2005-09-241-1/+1
|
* pgsql has uint as default, so make the table definition correspond to thatlaforge2005-09-241-4/+4
|
* some further SQLITE3 fixes from the debian packagelaforge2005-09-241-1/+2
|
* ulogd used to log into the wrong columnt (off by one error).laforge2005-09-231-1/+1
| | | | (Vladimir Mosgalin) (Closes: #372)
* Fix ulogd_PCAP on systems where sizeo(struct timeval) != 8 (Chris Humbert) ↵laforge2005-09-231-3/+51
| | | | (Closes: #360)
* 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
| | | | | | | | | | | | | | cable (sigh) between the firewall and the logger machine, ulogd was unable to connect to the mysql server. That resulted effectively a hang in the boot process: being unable to connect mysql_real_connect did not return (or the socket timeout was so long I was unable to wait out), ulogd could not reach the point to fork and init could not start the daemons, processes following ulogd. The attached simple patch adds the connect_timeout parameter to the MYSQL section and calls mysql_option when connect_timeout is set. (Jozsef Kadlecsik)
* 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
|