summaryrefslogtreecommitdiffstats
path: root/Rules.make.in
Commit message (Collapse)AuthorAgeFilesLines
* - bump version numberlaforge2004-04-241-3/+3
| | | | - preliminary 'make distrib' support (stolen from iptables)
* add 'real' syslog target (untested)laforge2003-10-101-1/+1
|
* new configuration file syntax (Magnus Boden)laforge2003-09-281-1/+1
|
* crosscompile-ready makefiles/configure scripts for ulogd (Dan Eble)laforge2003-08-231-0/+3
|
* don't link mysql plugin with postgresql libs and vice versa (Magnus Boden)laforge2003-04-271-2/+2
|
* use /lib/modules/`uname -r`/build instead of /usr/src/linux (Magnus Boden)laforge2003-04-271-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()'
* add support for string- and inet- logging of ipadresses to postgresqllaforge2008-05-221-1/+1
| | | | (Martin Kähmer)
* rename ulogd_LOCALTIME into ulogd_LOCAL, add local.hostname taglaforge2008-05-221-1/+2
| | | | (Martin Kähmer)
* make ulogd_PCAP build conditional to the existance of pcap.hlaforge2002-07-301-1/+1
|
* add LOCALTIME interpreterlaforge2002-06-131-1/+1
|
* add support for PCAP outputlaforge2002-06-131-1/+1
|
* Added Jakab Laszlo's support for PostgreSQLlaforge2001-10-021-1/+5
|
* included --with-log-ip-as-string optionlaforge2001-05-201-8/+9
| | | | | removed ./configure (run autoconf) autoconf now adds -I/usr/src/linux/include to CFLAGS
* Support for old MySQL databases (Alexander Janssen)laforge2001-05-171-1/+1
|
* updated changes to reflect LOGEMU change, rules.make was missing some escapinglaforge2001-03-251-1/+1
|
* compile the right configfile path into ulogdlaforge2001-03-041-0/+1
|
* configfile didn't respect autoconf's sysconfdirlaforge2001-02-031-0/+2
|
* mysql autoconf detectionlaforge2000-11-201-3/+10
|
* huge reorganization for 0.9laforge2000-11-201-0/+24
- 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