diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-23 13:10:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-23 13:10:20 +0000 |
commit | 7dba4b6ffe9b72bf5bb14cdf859cfe9a1c6df5e9 (patch) | |
tree | cea579abf78c8cdcb20ea3e2c5bd28359bf5e53b | |
parent | e9239af79ce9e5ab6950f0fa984de3b6f9f65449 (diff) | |
download | rsyslog-7dba4b6ffe9b72bf5bb14cdf859cfe9a1c6df5e9.tar.gz rsyslog-7dba4b6ffe9b72bf5bb14cdf859cfe9a1c6df5e9.tar.xz rsyslog-7dba4b6ffe9b72bf5bb14cdf859cfe9a1c6df5e9.zip |
doc updates
-rw-r--r-- | doc/features.html | 17 | ||||
-rw-r--r-- | doc/status.html | 11 |
2 files changed, 16 insertions, 12 deletions
diff --git a/doc/features.html b/doc/features.html index 0b41afa0..6c10721b 100644 --- a/doc/features.html +++ b/doc/features.html @@ -20,19 +20,20 @@ is going on, you can also subscribe to the <a href="http://lists.adiscon.net/mai log files larger than 2gb<li>support for file size limitation and automatic
rollover command execution<li>support for running multiple rsyslogd
instances on a single machine<li>support for <a href="rsyslog_stunnel.html">
- ssl-protected syslog</a> (via stunnel)</ul>
+ ssl-protected syslog</a> (via stunnel)<li>ability to filter on any part of
+ the message, not just facility and severity<li>support for discarding
+ messages based on filters<li>ability to execute shell scripts on received
+ messages<li>control of whether the local hostname or the hostname of the
+ origin of the data is shown as the hostname in the output<li>ability to
+ preserve the orginal hostname in NAT environments and relay chains </ul>
<h2>Upcoming Features</h2>
<ul>
<li>support for
<a href="http://www.syslog.cc/ietf/drafts/draft-ietf-syslog-protocol-14.txt">
syslog-protocol-14</a> compliant messages
- <li>support for native SSL enryption of plain tcp syslog sessions<li>control of whether the local hostname or the hostname of the
- origin of the data is shown as the hostname in the output - prepared
- for, but not yet implemented (should be easy)
- <li>support for syslog-protocol - planned
- <li>RFC 3195 support - planned (but late)
- <li>pcre filtering - maybe (depending on feedback)
- <li>multi-threaded redesign - maybe (depending on feedback; also
+ (pending, as IETF will change proposed format)<li>support for native SSL enryption of plain tcp syslog sessions<li>RFC 3195 support - planned (but late)
+ <li>pcre filtering - maybe (depending on feedback) - simple regex already
+ partly added<li>ability to limit the allowed network senders<li>multi-threaded redesign - maybe (depending on feedback; also
opens Pandorra's cross-platform development box ;))
</ul>
<p>To see when each feature was added, see the
diff --git a/doc/status.html b/doc/status.html index f78bbb35..9d12e4d1 100644 --- a/doc/status.html +++ b/doc/status.html @@ -6,11 +6,14 @@ <h2>rsyslog status page</h2>
<p>This page reflects the status as of 2005-09-20.</p>
<h2>Current Releases</h2>
-<p><b>development:</b> 1.10.0 - <a href="http://www.rsyslog.com/Article32.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-16.phtml">download</a></p>
-<p><b>stable:</b> 1.0.0 - <a href="http://www.rsyslog.com/Article30.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-15.phtml">download</a></p>
+<p><b>development:</b> 1.10.1 - <a href="http://www.rsyslog.com/Article36.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-18.phtml">download</a></p>
+<p><b>stable:</b> 1.0.1 - <a href="http://www.rsyslog.com/Article34.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-17.phtml">download</a></p>
<p> (<a href="version_naming.html">How are versions named?</a>)</p>
+<p><font color="#FF0000"><b>Do NOT use versions prior to 1.10.1 or 1.0.1,
+because they contain a SQL injection vulnerability</b></font> (<a href="http://www.rsyslog.com/Article35.phtml">read
+security advisory</a>).</p>
<h2>Platforms</h2>
<ul>
<li>Linux [tested on Red Hat & Debian]</li>
|