summaryrefslogtreecommitdiffstats
path: root/ulogd/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* fix old mysql detection (Jan EngelHardt)/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-07-261-10/+2
|
* - remove autogenerated libpulog/Makefile from SVN/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-06-191-0/+1
| | | | | - uncomment @DEFS@ to include compilation definitions - check for autoconf 2.50 (required by AC_SYS_LARGE_FILE)
* ulogd large file support (Andreas Lundin <lunde@dreamhosted.se>)/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-06-191-0/+1
|
* [PATCH]: ulogd fix for kernel 64bits/userspace 32bits system (Eric Leblond)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org2006-10-131-0/+16
|
* use pg_config and mysql_config programs in configure scriptlaforge2005-09-241-58/+15
|
* add lib64 support to sqlite3laforge2005-09-231-0/+12
|
* add 'lib64' to search paths (Marius Tomaschewski)laforge2005-05-041-2/+18
|
* various --ip-as-string fixeslaforge2005-02-161-3/+3
|
* fix typo (directoty -> directory)laforge2005-02-091-3/+3
|
* add SQLITE3 support (ported from ulogd-1.02 patch by Ben La Monica)laforge2005-02-091-1/+72
|
* crosscompile-ready makefiles/configure scripts for ulogd (Dan Eble)laforge2003-08-231-0/+1
|
* check for more posgresql include paths (supposedly fixes problem with rh7.2)laforge2003-07-151-7/+8
|
* don't link mysql plugin with postgresql libs and vice versa (Magnus Boden)laforge2003-04-271-2/+4
|
* change a couple of if/then/if/then constructs to use elif (Roberto Nibali)laforge2003-04-271-6/+3
|
* Include posgresql+redhat fix (Magnus Boden). Might fix the Mandrake ↵laforge2003-04-241-2/+9
| | | | postgresql<->pgsql issue as well (unconfirmed)
* make pcap detection worklaforge2003-03-051-1/+1
|
* add support for string- and inet- logging of ipadresses to postgresqllaforge2008-03-011-0/+15
| | | | (Martin Kähmer)
* make ulogd_PCAP build conditional to the existance of pcap.hlaforge2002-07-301-1/+3
|
* old mysql detection was missing a '-D'laforge2001-11-031-1/+1
|
* Added Jakab Laszlo's support for PostgreSQLlaforge2001-10-021-2/+53
|
* make it compile again (small bugfixes after sighandler checkin)laforge2001-06-171-2/+2
|
* included --with-log-ip-as-string optionlaforge2001-05-201-5/+20
| | | | | removed ./configure (run autoconf) autoconf now adds -I/usr/src/linux/include to CFLAGS
* Support for old MySQL databases (Alexander Janssen)laforge2001-05-171-0/+20
|
* mysql autoconf detectionlaforge2000-11-201-1/+77
|
* huge reorganization for 0.9laforge2000-11-201-0/+26
- added hashtables everywhere - no more dynamic allocation for each packet - mysql output plugin - more keys in ulogd_BASE - moved libipulog into ulogd directory - introduced autoconf