summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* bumping version numberRainer Gerhards2008-02-181-1/+1
|
* applied patch from Michael Biebl to auto-detect new libdbi versionRainer Gerhards2008-02-181-0/+5
|
* bumped version numberRainer Gerhards2008-02-161-1/+1
|
* the libdbi problem was actually related to libdbi/distro packages; fixedRainer Gerhards2008-02-151-1/+1
| | | | | that by installing from source, now omlibdbi basically works removed some debug code
* did some more work on omlibdbi, but did not yet get libdbi working. I guessRainer Gerhards2008-02-151-1/+1
| | | | its a compile problem, but have not found it so far.
* created an initial version of omlibdbi (does not yet work)Rainer Gerhards2008-02-141-19/+14
|
* created a bare template for omlibdbi (dbi output action)Rainer Gerhards2008-02-141-0/+36
|
* bumped version numberRainer Gerhards2008-02-131-1/+1
|
* very quickly hacked a rought outline of the file monitor (without anyRainer Gerhards2008-02-011-0/+22
| | | | guarantees)
* added input-plugin interface specification in form of a (copy) templateRainer Gerhards2008-02-011-1/+23
| | | | input module
* fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-1/+2
| | | | varmojfekoj provided the patch - many thanks!
* bumped version nbr to 3.11.0, as the next release will be a major milestoneRainer Gerhards2008-01-301-1/+1
|
* preparing files for 3.10.4Rainer Gerhards2008-01-281-1/+1
|
* add Michael Biebl's autoconf patch for netsnmp - thks!Rainer Gerhards2008-01-281-22/+14
|
* - added "runtime instrumentation" feature to ./configureRainer Gerhards2008-01-281-0/+15
| | | | - some more cleanup
* Module OMSNMP intially added, not completed yet.Andre Lorbach2008-01-221-1/+41
|
* bumped version numberRainer Gerhards2008-01-141-1/+1
|
* preparing for 3.10.2Rainer Gerhards2008-01-141-1/+1
|
* added --enable-mudflap ./configure optionRainer Gerhards2008-01-081-0/+21
|
* bumped version numberRainer Gerhards2008-01-071-1/+1
|
* removed some no-longer-needed code (thanks Michael Biebl for the help)Rainer Gerhards2008-01-051-7/+0
|
* changed version number to one in the testing version number rangeRainer Gerhards2008-01-031-1/+1
|
* created omtesting, a debug and development aid output module. This is stageRainer Gerhards2007-12-311-1/+11
| | | | | work for the new queueing engine - we need a way to delay rule execution and that's what the module currently does ;)
* omgssapi createdRainer Gerhards2007-12-281-1/+2
|
* prepared for imudpRainer Gerhards2007-12-211-2/+1
|
* begun work on imtcpRainer Gerhards2007-12-211-1/+1
|
* begun moving unix socket code to its own moduleRainer Gerhards2007-12-201-1/+1
|
* applied enhanced gss-api functionality provided by varmojfekojRainer Gerhards2007-12-191-1/+0
|
* code cleanups thanks to Michael BieblRainer Gerhards2007-12-181-0/+2
| | | | ----------------------------------------------------------------------
* code cleanups thanks to Michael BieblRainer Gerhards2007-12-181-2/+2
|
* begun imklog, replacing klogd.c (finally we get rid of it...)Rainer Gerhards2007-12-171-1/+2
|
* moved core threading helpers out of syslogd.cRainer Gerhards2007-12-141-0/+4
|
* bumped version numberRainer Gerhards2007-12-141-1/+1
|
* begin work on on immark, the first input module. In the long term this willRainer Gerhards2007-12-141-1/+1
| | | | lead to a complete rewrite of the input system
* bumped version numberRainer Gerhards2007-12-121-1/+1
|
* bumped version numberRainer Gerhards2007-12-071-1/+1
|
* applied patch from Michael Biebl to finally fix the -ldl cross-platformRainer Gerhards2007-12-071-2/+9
| | | | issue
* corrected typo: -lrt -ldl were exchanged ;)Rainer Gerhards2007-12-051-2/+2
|
* applied patch from Michael Biebl to fix compilation problem on NetBSD (itRainer Gerhards2007-12-051-2/+4
| | | | is missing the -ldl lib, even though it provides dlopen())
* applied patch from Michael Biebl for an even cleaner autotools config inRainer Gerhards2007-12-041-3/+2
| | | | regard to -ldl.
* applied patch from Bartosz Kuzma to restore compilation under LinuxRainer Gerhards2007-12-041-2/+3
|
* added Bartosz Kuzma patches for better compatibility with NetBSD - manyRainer Gerhards2007-12-031-8/+9
| | | | thanks for them!
* adding sur5r's postgres module - many thanks for providing it! There are aRainer Gerhards2007-12-031-4/+37
| | | | | number of patches necessary to core modules, because we need a new formatting function (date-pgsql).
* added compile-time switches for -pthreadRainer Gerhards2007-11-301-2/+4
|
* added new modExit() entry point to loadable module interfaceRainer Gerhards2007-11-211-1/+1
|
* applied gssapi patch from varmojfekoj - gss-api is now supportedRainer Gerhards2007-11-191-0/+22
|
* prepared for the next releaseMichael Meckelein2007-10-191-1/+1
|
* bumped version numberRainer Gerhards2007-10-151-1/+1
|
* integrated patch by varmojfekoj to tweak build system even furtherRainer Gerhards2007-10-111-4/+10
|
* - changed the build system to use a single source tarball again (butRainer Gerhards2007-10-111-7/+47
| | | | | | | | | | | | | | | | different makefiles for the main project and ommysql) - applied fixes from Michael Biebl: 1.) fix failing compilation of ommysql plugin (s/ommysql-config.h/config.h/) 2.) fix mysql configure check (although the default is no, we did check for the mysql devel files) 3.) Create a separate Makefile.am for the doc files. This cleans up the toplevel Makefile.am considerably and makes it much more readable and maintainable. 3b) Assign the html doc files to html_DATA. This means, they are installed to $(hmtdir), which by autoconf standards is $(prefix)/share/doc/$packagename/. 4.) Reformat the SOURCES line to make it better readable and maintainable.