summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* fixed a bug in imklog which lead to startup problemsRainer Gerhards2008-05-021-1/+1
| | | | | ... (including segfault) on some platforms under some circumsances. Thanks to Vieri for reporting this bug and helping to troubleshoot it.
* new v3-stable based on 3.15.x betaRainer Gerhards2008-04-161-1/+1
| | | | | | changes due to restructuring in 3.17.2 have big bug potential; beta 3.15.x has almost no bug potential; thus I initiated a shift of devel -> beta -> v3-stable; devel will restart at 3.19.0
* bumped version numberRainer Gerhards2008-04-111-1/+1
|
* bumped version numberRainer Gerhards2008-04-021-1/+1
|
* added librelp check via PKG_CHECK thanks to Michael Biebl's patchRainer Gerhards2008-04-021-18/+3
|
* - bugfix: rsyslogd was no longer build by default; man pages are onlyRainer Gerhards2008-04-011-1/+1
| | | | | installed if corresponding option is selected. Thanks to Michael Biebl for pointing these problems out.
* bumped version numberRainer Gerhards2008-03-311-1/+1
|
* preparing for 3.13.0-dev0 releaseRainer Gerhards2008-03-311-1/+1
|
* added a --enable/disable-rsyslogd configure option so that source-basedRainer Gerhards2008-03-311-0/+47
| | | | | packaging systems can build plugins without the need to compile rsyslogd
* - bugfix: accidently set debug option in 3.12.5 reset to production ThisRainer Gerhards2008-03-291-12/+10
| | | | | | | | option prevented dlclose() to be called. It had no real bad effects, as the modules were otherwise correctly deinitialized and dlopen() supports multiple opens of the same module without any memory footprint. - removed --enable-mudflap, added --enable-valgrind ./configure setting
* bumped version numberRainer Gerhards2008-03-281-1/+1
|
* updated v3 compatibility doc to cover new compatibility modeRainer Gerhards2008-03-271-1/+1
|
* linking to relp fixedRainer Gerhards2008-03-251-1/+1
|
* disabling librelp entry point check as I don't know how to do itRainer Gerhards2008-03-251-8/+11
| | | | correctly...
* bumping version numberRainer Gerhards2008-03-251-1/+1
|
* librelp header name changeRainer Gerhards2008-03-191-1/+1
|
* bumping version numberRainer Gerhards2008-03-181-1/+1
|
* fixed librelp check (necessary due to ongoing librelp development)Rainer Gerhards2008-03-181-1/+1
|
* cleaned up new relp code files to make them suitable for implementationRainer Gerhards2008-03-131-4/+4
|
* added initial set of RELP support (i/omrelp) - not working yet, just stageRainer Gerhards2008-03-131-1/+3
| | | | work
* some cleanup plus relp-lib addedRainer Gerhards2008-03-131-1/+30
|
* implemented module unload handling (required a number of interface changes)Rainer Gerhards2008-03-111-0/+3
|
* extracted regexp functionality to its own dynamically loadable moduleRainer Gerhards2008-03-071-0/+1
|
* - added RSYSLOGD_MODDIR environment variableRainer Gerhards2008-03-071-0/+3
| | | | | - added -M rsyslogd option (allows to specify module directory location) - converted net.c into a loadable library plugin
* bumped version numberRainer Gerhards2008-03-061-1/+1
|
* added capability to ignore client-provided timestamp on unix sockets andRainer Gerhards2008-03-061-1/+1
| | | | | | | | | | | made this mode the default; this was needed, as some programs (e.g. sshd) log with inconsistent timezone information, what messes up the local logs (which by default don't even contain time zone information). This seems to be consistent with what sysklogd did for the past four years. Alternate behaviour may be desirable if gateway-like processes send messages via the local log slot - in this case, it can be enabled via the $InputUnixListenSocketIgnoreMsgTimestamp and $SystemLogSocketIgnoreMsgTimestamp config directives
* changed --enable-klogd to --enable-klog as suggested by Michael BieblRainer Gerhards2008-03-061-9/+9
|
* applied patch from Michael Biebl to clean up build systemRainer Gerhards2008-03-061-9/+5
|
* did some portability changes to make rsyslog compile on HP UXRainer Gerhards2008-03-051-2/+2
|
* bumped version numberRainer Gerhards2008-02-281-1/+1
|
* bumped version number (again... let's see if we finally get to 3.12.0 ;))Rainer Gerhards2008-02-271-1/+1
|
* split off imgssapi from imtcp, but still with a lot of dependencyRainer Gerhards2008-02-261-0/+1
|
* implemented STARTSWITH vm instructionRainer Gerhards2008-02-261-1/+1
|
* bumped version numberRainer Gerhards2008-02-251-1/+1
|
* changed version number so that we can release a version specific to gss-apiRainer Gerhards2008-02-221-1/+1
| | | | patch
* bumped version numberRainer Gerhards2008-02-211-2/+1
|
* cleanup for 3.11.4v3-11-4Rainer Gerhards2008-02-211-1/+2
|
* 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
|