summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: regular expressions inside property replacer did not work properlyRainer Gerhards2008-03-281-1/+1
|
* bumping version numberRainer Gerhards2008-03-221-1/+1
|
* bumping version numberRainer Gerhards2008-02-121-1/+1
|
* bugfix (doc): misspelled config directive, invalid signal info - thanks toRainer Gerhards2008-02-111-1/+1
| | | | Peter Vrabec for pointing this out
* - fixed a bug that could cause invalid string handling via strerror_rRainer Gerhards2008-01-301-1/+2
| | | | varmojfekoj provided the patch - many thanks!
* fixed a bug with standard template definitions (not a big deal) - thanks toRainer Gerhards2008-01-141-1/+1
| | | | varmojfekoj for spotting it
* preparing for 2.0.0v2-0-0Rainer Gerhards2008-01-021-1/+1
|
* backported rsyslog v3 omgssapi - to provide forward compatibility from v2Rainer Gerhards2007-12-281-2/+3
| | | | | to v3. Will release as v1.21.2, because some field experience is needed before it becomes stable v2.
* bumped version number once again to 2.0.0 - let's see if it works out thisRainer Gerhards2007-12-261-1/+1
| | | | time ;)
* preparing for 1.21.1v1-21-1Rainer Gerhards2007-12-231-1/+1
|
* bumped version numberRainer Gerhards2007-12-191-1/+1
|
* changed version number back to 1.21.1 because we have too many changes toRainer Gerhards2007-12-191-1/+1
| | | | make this the first stable v2.
* applied gss-api enhancement form 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
|
* bumped version numberRainer Gerhards2007-12-181-1/+1
|
* 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.
* bumped version numberRainer Gerhards2007-10-081-1/+1
|
* applied patch provided by varmojfekoj to support building ommysql in itsRainer Gerhards2007-09-261-39/+8
| | | | own way (now also resides in a plugin subdirectory)
* bumping version numberRainer Gerhards2007-09-251-2/+2
|
* changed ttyname() to ttyname_r() - not a real fix, as this part of the codeRainer Gerhards2007-09-251-1/+1
| | | | was single threaded, but better to be prepared for the future.
* - simplified code in shouldProcessThisMessage() for debug outputRainer Gerhards2007-09-241-1/+1
| | | | - changed strerror() calls to thread-safe strerror_r() variant
* added code to handle situations where senders send us messages ending withRainer Gerhards2007-09-141-2/+2
| | | | | | a NUL character. It is now simply removed. This also caused trailing LF reduction to fail, when it was followed by such a NUL. This is now also handled.
* minor typosRainer Gerhards2007-09-111-1/+1
|
* bumped version numberRainer Gerhards2007-09-101-2/+2
|
* bumping version numberRainer Gerhards2007-09-051-2/+2
|
* prepared for next releaseMichael Meckelein2007-08-311-2/+2
|
* prepared for next releaseMichael Meckelein2007-08-281-2/+2
|
* prepared for next releaseMichael Meckelein2007-08-221-2/+2
|
* prepared changelog and configure.ac for the next updateMichael Meckelein2007-08-161-2/+2
|
* - integrated patch from varmojfekoj to make the mysql module a loadable oneRainer Gerhards2007-08-141-1/+2
| | | | many thanks for the patch, MUCH appreciated
* bumping version numbersRainer Gerhards2007-08-131-2/+2
|
* mod /contrib/delete_mysql, prepared docs for releasev1-18-2Michael Meckelein2007-08-131-9/+9
|
* bumped up version numberRainer Gerhards2007-08-081-2/+2
|
* bumping version numberRainer Gerhards2007-08-031-2/+2
|