From b68871533aaae9eff0e8acb038e06a42702973d3 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 13 Aug 2007 12:41:23 +0000 Subject: improved doc quality, changed some very old text. Also, added more links to new online resources. --- doc/features.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index 466b99cb..725c3d7d 100644 --- a/doc/features.html +++ b/doc/features.html @@ -31,7 +31,8 @@ is going on, you can also subscribe to the syslog-protocol compliant messages (it is volatile because standardization is currently underway and this is a proof-of-concept implementation to aid this effort)
  • +
  • ability to limit the allowed network senders
  • powerful BSD-style hostname and program name blocks for easy multi-host support
  • multi-threaded (is + this important? why?)
  • very experimental and volatile support for syslog-protocol compliant messages (it is volatile because standardization is currently underway and this is a proof-of-concept implementation to aid this effort)
  • experimental support for syslog-transport-tls based framing on syslog/tcp connections
  • a copy of klogd.c has been included under the name of rklogd for those Linux @@ -62,9 +63,11 @@ at some time moved back to the sourceforge tracker.

    knowledge
  • provide an on-disk queue for syslog messages; should be combined with reliable delivery to the next hop
  • support for native SSL enryption of plain tcp syslog sessions. This will most probably happen based on syslog-transport-tls.
  • even more enhanced multi-threading, - with a message queue for each selector line (when implementing this, search + with a message queue for each action (when implementing this, search for CHECKMULTIQUEUE comments in the source - they already contain hints of - what to look at).
  • pcre filtering - maybe (depending on feedback)  - simple regex already + what to look at). Some detail information on this can already be found in + + Rainer's blog.
  • pcre filtering - maybe (depending on feedback)  - simple regex already partly added. So far, this seems sufficient so that there is no urgent need to do pcre
  • support for RFC 3195 as a sender - this is currently unlikely to happen, because there is no real demand for it. Any work on RFC 3195 has been suspend until we see some real -- cgit