summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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