summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* check for required libraries for compilation in configure.inPablo Neira Ayuso2008-06-021-6/+6
|
* [ULOGD PATCH, RFC] Modify NFLOG to be able to use it with older libnetfilter_log/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-04-221-0/+4
| | | | | | | | NFLOG has been modified to support GID display. There is a problem as this feature is only available in latest subversion of libnetfilter_log. This patch made this feature optional: * It detects if system support the nflog_get_gid() function * Compilation of nflog_get_gid() related code is conditional
* From Eric Leblond <eric@inl.fr>:/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-071-0/+5
| | | | | | | This patch modify ulogd_filter_IFINDEX to use libnfnetlink for index to interface name mapping instead of using local version. This requires at least libnfnetlink 0.0.30. This dependancy is checked in configure (thanks to Sebastien Tricaud for his patch).
* From: Eric Leblond <eric@inl.fr>/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2008-02-031-0/+1
| | | | Request at least autoconf 2.50 (needed for large file support macro).
* ulogd large file support (Andreas Lundin <lunde@dreamhosted.se>)/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2007-06-191-0/+1
|
* Replace the libdir variable in ulogd.conf using the method ↵/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-05-231-1/+1
| | | | recommended by the autoconf manual. (Philip Craig)
* db.c warning fix/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-121-1/+1
| | | | Signed-off-by: Christian Hentschel <chentschel@people.netfilter.org>
* clean up printpkt situation (now we no longer include .c files)/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-081-1/+1
|
* now 'make dist-bzip2' finally works/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-081-1/+1
|
* further 'make dist' fixes/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-081-1/+7
|
* fix doc building/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-081-1/+1
|
* add conditional compilation of mysql, pgsql, sqlite3 and pcap/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-071-1/+9
|
* introduce acinclude.m4 with macros for mysql,pgsql,sqlite3 and pcap detection./C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2006-01-071-180/+14
|
* fixes/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org2005-11-291-3/+6
|
* use bitmask instead of enum for input/output data typelaforge2005-11-201-0/+3
|
* introduce version field for plugins, refuse loading plugins with different ↵laforge2005-11-051-1/+1
| | | | version
* ad another makefilelaforge2005-11-041-1/+1
|
* more work towards automake'inglaforge2005-10-021-3/+6
|
* current working state (doesn't compile yet)laforge2005-04-171-1/+1
|
* 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-05-221-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