summaryrefslogtreecommitdiffstats
path: root/ulogd/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete patches and files and move ulogd to repository top-level ↵Patrick McHardy2008-05-181-273/+0
| | | | directory
* Marius Tomaschewski (mt@suse.de)/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-08-021-33/+27
| | | | | | | | | | | | | | | | | | | | | | | - Cleaned up and unified some configure.in / Rules.make.in variables (sometimes the variable contained -I or -L, sometimes not). - Fixed to use AC_CHECK_FUNCS for mysql_real_escape_string detection instead of "strings ..." call. In the past it never worked, because the MYSQLLIBS variable contained "-L" and -l flags (see above) that got passed to the strings call. - Removed PGSQL_LIB="${DATABASE_LIB} -lpq " adding mysql libs to the set of libs of sqlite3, ... - Fixed sqlite3 installation check to work on both, 32 and 64 bit platforms. The 64bit lib has to be checked first or the 32 bit lib will be used while linking in 64 bit mode. - Added $(LDFLAGS) to ulogd link rule in Makefile.in - Somebody fixed the ugly "strings $MYSQLIBS" stuff already to AC_SEARCH_LIBS. I changed it to my variant using "mysql_config --libs" to get the libs and just check if the libs contain the mysql_real_escape_string function or not.
* 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