From f574400bb5d18306f3929170d5f4c165ea2b24f9 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 28 Mar 2008 13:39:32 +0000 Subject: bugfix: fixed small memory leak in template regular expressions --- ChangeLog | 6 ++++-- doc/manual.html | 50 +++++++++++++++++++++++--------------------------- template.c | 28 ++++++++++++++++++++++++---- 3 files changed, 51 insertions(+), 33 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c9f4fb0..dbc86b2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 3.12.5 (rgerhards), 2008-03-?? +Version 3.12.5 (rgerhards), 2008-03-28 - bugfix: QHOUR and HHOUR properties were wrongly calculated - bugfix: fixed memory leaks in stream class and imfile - bugfix: $ModDir did invalid bounds checking, potential overlow in @@ -12,7 +12,7 @@ Version 3.12.5 (rgerhards), 2008-03-?? - automatically generated compatibility config lines are now also logged so that a user can diagnose problems with them - added compatibility mode for -a, -o and -p options -- MILESTONE: compatibility mode processing finished +- compatibility mode processing finished - changed default file output format to include high-precision timestamps - added a buid-in template for previous syslogd file format - added new $ActionFileDefaultTemplate directive @@ -21,6 +21,8 @@ Version 3.12.5 (rgerhards), 2008-03-?? - added new $ActionForwardDefaultTemplate directive - added new $ActionGSSForwardDefaultTemplate directive - added build-in templates for easier configuration +- bugfix: fixed small memory leak in tcpclt.c +- bugfix: fixed small memory leak in template regular expressions --------------------------------------------------------------------------- Version 3.12.4 (rgerhards), 2008-03-25 - Greatly enhanced rsyslogd's file write performance by disabling diff --git a/doc/manual.html b/doc/manual.html index 46bfd958..135d2fa0 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -1,5 +1,7 @@ -rsyslog documentation +rsyslog documentation + +

RSyslog - Documentation

Rsyslog @@ -7,12 +9,15 @@ is an enhanced syslogd supporting, among others, MySQL, PostgreSQL, failover log destinations, syslog/tcp, fine grain output format -control, and the ability to filter on any message part. +control, high precision timestamps, queued operations and the ability to filter on any message +part. It is quite compatible to stock sysklogd and can be used as a drop-in replacement. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the -novice user. And as we know what enterprise users really need, there is also professional rsyslog support available directly from the source!

+novice user. And as we know what enterprise users really need, there is +also professional +rsyslog support available directly from the source!

Visit the rsyslog status page to obtain current version information and ports. If you like rsyslog, you might @@ -20,23 +25,13 @@ want to lend us a helping hand. It doesn't require a lot of time - even a single mouse click helps. Learn how to help the rsyslog project. Due to popular demand, there is now a side-by-side comparison between rsyslog and syslog-ng.

-

Warning: rsyslog -v3 is under active development and as of this writing has a number of -backwards compatibility issues. If you currently use v2, -be -sure to read the rsyslog v3 compatibility document! -This also applies if you upgrade from stock sysklogd - you need to make -some configuration file changes.
-Documentation for 3.x is currently sparse. If you need assistance, -please post -in the rsyslog forums!
-If you do not like this, -use a stable -branch release!

-

Follow the links below for the

-