summaryrefslogtreecommitdiffstats
path: root/ulogd/mysql
Commit message (Collapse)AuthorAgeFilesLines
* various --ip-as-string fixeslaforge2005-02-161-1/+1
|
* fix log-ip-as-string on x86_64 (Javi Averbach)laforge2005-02-161-1/+5
|
* 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
|
* port Sven Schuster's patch to add user-specified mysql port numberlaforge2005-02-091-5/+14
|
* - use C99 struct initializerslaforge2004-04-241-15/+29
|
* - add .init and .fini member to output pluginlaforge2004-04-241-14/+29
| | | | | - defer file opens + other initialization until after setuid() was called - cosmetic cleanup (no _ in static functions, use 'static' whenever possible)
* add 'tmpstr' variable declaration again... it is needed for the ↵laforge2004-01-081-2/+3
| | | | --log-ip-as-string option (which I never liked anyway ;))
* 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-281-11/+8
|
* remove unused functions/variables, fix wrong printf paramtypes (-Wall)laforge2003-08-231-21/+7
|
* crosscompile-ready makefiles/configure scripts for ulogd (Dan Eble)laforge2003-08-231-5/+5
|
* i _did_ mean to call real_connect. sigh.laforge2003-08-231-3/+3
|
* have to call mysql_init() before mysql_real_connect()laforge2003-08-231-5/+6
|
* explicitly link against dynamic libs (Joerg Wendland)laforge2003-08-111-1/+1
|
* use mysql_real_connect for MySQL4 (Joerg Wendland)laforge2003-08-111-3/+3
|
* fixes the boolean case in the mysql plugin to use actual value instead of ↵laforge2003-03-181-3/+3
| | | | forcing "1" (Bob Hockney)
* we only have one ulogd.h, indeedlaforge2003-03-051-3/+2
|
* fix include paths.laforge2002-12-092-5/+5
|
* license correction (explicitly GPLv2)laforge2001-09-011-3/+15
|
* Support for logfile cycling (SIGHUP handler)laforge2001-06-141-3/+3
|
* included DESTDIR support for easier packaginglaforge2001-05-201-2/+2
|
* moved doc-generation to distribution-time, not compile-timelaforge2001-05-201-0/+2
|
* included --with-log-ip-as-string optionlaforge2001-05-201-3/+29
| | | | | removed ./configure (run autoconf) autoconf now adds -I/usr/src/linux/include to CFLAGS
* Support for old MySQL databases (Alexander Janssen)laforge2001-05-171-3/+11
|
* ULOGD_RET_BOOL was unsupported ! (reported by Diego Torres)laforge2001-02-161-1/+4
|
* mysql didn't install beforelaforge2000-11-201-0/+2
|
* mysql autoconf detectionlaforge2000-11-202-0/+324