diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-27 12:32:34 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-09-27 12:32:34 +0000 |
commit | ddab97efe0ec71b3b558f41f8d48fae32a84813c (patch) | |
tree | 1d20535bb4eb67ead951561cc0675a979e4de99d /doc | |
parent | 4095554465fb330ae35a66d2fd108a83afecbee8 (diff) | |
download | rsyslog-ddab97efe0ec71b3b558f41f8d48fae32a84813c.tar.gz rsyslog-ddab97efe0ec71b3b558f41f8d48fae32a84813c.tar.xz rsyslog-ddab97efe0ec71b3b558f41f8d48fae32a84813c.zip |
updated features doc to reflect new features
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/features.html b/doc/features.html index 6c10721b..14cee12c 100644 --- a/doc/features.html +++ b/doc/features.html @@ -25,19 +25,23 @@ is going on, you can also subscribe to the <a href="http://lists.adiscon.net/mai 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>
+ preserve the orginal hostname in NAT environments and relay chains
+ <li>ability to limit the allowed network senders
+ </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
- (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
+ (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>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
<a href="http://www.rsyslog.com/Topic4.phtml">rsyslog change log</a> (online
only).</p>
</body>
-</html>
\ No newline at end of file +</html>
|