summaryrefslogtreecommitdiffstats
path: root/ulogd/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete patches and files and move ulogd to repository top-level ↵Patrick McHardy2008-05-181-85/+0
| | | | directory
* Marius Tomaschewski (mt@suse.de)/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org2007-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - 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.
* bump version number to 1.23laforge2005-04-181-2/+2
|
* release of version 1.22 coming uplaforge2005-03-071-2/+2
|
* bump version numberlaforge2005-02-161-1/+1
|
* build documentation before release tarballlaforge2005-02-121-1/+5
|
* fix build magiclaforge2005-02-121-8/+4
|
* 1.20 coming uplaforge2005-02-121-2/+2
|
* add SQLITE3 support (ported from ulogd-1.02 patch by Ben La Monica)laforge2005-02-091-0/+5
|
* - bump version numberlaforge2004-04-241-12/+33
| | | | - preliminary 'make distrib' support (stolen from iptables)
* don't overwrite existing config fileslaforge2004-01-271-1/+1
|
* This patch fixes so the pathes in ulogd.conf matches what you gave tolaforge2003-04-271-2/+7
| | | | configure.. (Magnus Boden)
* ulogd.h has movedlaforge2003-01-131-1/+1
|
* General code cleanup by Roberto Nibali:laforge2002-12-091-1/+1
| | | | | | | | | - linking for dlopen() needs to be after the object generation - fix small typo in Rules.make.in - #ifdef DEBUG all functions that are not used - add missing #include's - fix sloppy braceing - added return for 'int main()'
* fix include paths.laforge2002-12-091-1/+1
|
* make sysconfdir/sbindir in case they don't exist (Aurelien)laforge2002-08-051-0/+2
|
* make ulogd_PCAP build conditional to the existance of pcap.hlaforge2002-07-301-0/+5
|
* Added Jakab Laszlo's support for PostgreSQLlaforge2001-10-021-2/+7
|
* included DESTDIR support for easier packaginglaforge2001-05-201-2/+2
|
* moved doc-generation to distribution-time, not compile-timelaforge2001-05-201-1/+5
|
* included --with-log-ip-as-string optionlaforge2001-05-201-1/+1
| | | | | removed ./configure (run autoconf) autoconf now adds -I/usr/src/linux/include to CFLAGS
* mysql autoconf detectionlaforge2000-11-201-5/+5
|
* huge reorganization for 0.9laforge2000-11-201-0/+38
- 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