summaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* distrib: fix distcheck magiculogd-2.0.0beta2Pablo Neira Ayuso2008-08-151-2/+1
| | | | | | This patch fixes the `make distcheck' magic Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* compilation: set -Wno-ununused-parameter in CFLAGSEric Leblond2008-08-011-1/+1
| | | | | | | | | This patch adds the "-Wno-unused-parameter" option to CFLAGS. This suppress gcc warning that can not be fixed due to the usage of generic system like callback where function definition has to be standardized. Signed-off-by: Eric Leblond <eric@inl.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* NFLOG: get full link layer header (requires >= 2.6.27)Eric Leblond2008-07-291-1/+1
| | | | | | | | | | | | This patch modifies the key structure of NFLOG. It solves the conflict between ULOG and NFLOG by ensuring that keys have the same meaning: * raw.mac is the full hardware header * raw.mac.saddr is the source hardware address Following Patrick suggestion, it adds a new key "raw.type" which is used to store the type of hardware. Signed-off-by: Eric Leblond <eric@inl.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* Modify CFLAGS to have useful gcc warningsEric Leblond2008-07-231-0/+2
| | | | | | | | This patch modifies CFLAGS to add -Wall and -Wextra flags to gcc compilation flag. This will help to detect some stupid problems. Signed-off-by: Eric Leblond <eric@inl.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* revert commit 3178606785161296dc5a1bd4d42d965db8b3e2cdPablo Neira Ayuso2008-06-281-4/+0
| | | | | | | | We already check for latest library version, this checking is not required anymore. Reported-by: Eric Leblond <eric@inl.fr> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* bump libraries dependencies to lastest releasePablo Neira Ayuso2008-06-271-3/+3
| | | | Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* 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