summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - I found out that we finally have problems with the (somewhat recursive)Rainer Gerhards2007-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | call to logerror() that many of the modules do. I have not tried it, but I think things will become wild when we compile without pthread support. Threading prevents full recursion, so we have not seen any bad effects so far. However, the problems that I experienced in ommysl (that caused me to re-structure startWorker()) are actually rooted in this issue. I first thought to fix it via a module interace, but I now came to the conclusion that it is not more effort and much cleaner to do an internal error buffering class. This is implemented in errbuf.c/h. - I just noticed that this is not actually an error buf, but the core of an input module for all internal messages. As such, I implement it now as iminternal.c/h. Of course, there is no input module interface yet designed, but that doesn't matter. Worst-case, I need to re-write the im, best case I can use the im (at least partly) to define the interface. - added a few functions to the linkedlist class - error messages during startup are now buffered - so we do no longer need to think about how emergency logging might work. Actually, these are logged to whatever is instatiated in the log file. This enhances the chance that we will be able to drop the error message somewhere it is seen.
* bumped version numberRainer Gerhards2007-08-011-2/+2
|
* enhanced $Include to allow inclusion of a complete directoryRainer Gerhards2007-08-011-1/+1
|
* - applied a patch from mildew to prevent rsyslogd from freezing under heavyRainer Gerhards2007-08-011-0/+1
| | | | | load. This could happen when the queue was full. Now, we drop messages but rsyslogd remains active.
* bumping up version numberRainer Gerhards2007-07-301-2/+2
|
* - added omsr object (objomsr.c, objomsr.h) - template request for outputRainer Gerhards2007-07-271-2/+2
| | | | modules