From 350f28efd97ff8f84fa0c86b5655e1cef8d4596e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 21 May 2008 11:41:15 +0200 Subject: added new transport auth methods to doc set --- doc/imtcp.html | 11 +++++++---- doc/netstream.html | 21 +++++++++++++++++++++ doc/ns_gtls.html | 36 ++++++++++++++++++++++++++++++++++++ doc/ns_ptcp.html | 16 ++++++++++++++++ doc/rsyslog_conf.html | 11 ++++++----- 5 files changed, 86 insertions(+), 9 deletions(-) create mode 100644 doc/netstream.html create mode 100644 doc/ns_gtls.html create mode 100644 doc/ns_ptcp.html diff --git a/doc/imtcp.html b/doc/imtcp.html index b2c6d21d..86c50dba 100644 --- a/doc/imtcp.html +++ b/doc/imtcp.html @@ -1,8 +1,6 @@ -TCP Syslog Input Module - - +TCP Syslog Input Module

TCP Syslog Input Module

Module Name:    imtcp

@@ -23,7 +21,12 @@ $InputTCPServerRun multiple times. This is not currently supported.
  • $InputTCPServerRun <port>
    Starts a TCP server on selected port
  • $InputTCPMaxSessions <number>
    -Sets the maximum number of sessions supported
  • +Sets the maximum number of sessions supported
  • $InputTCPServerStreamDriverMode <number>
    +Sets the driver mode for the currently selected network stream driver. <number> is driver specifc.
  • $InputTCPServerStreamDriverAuthMode <mode-string>
    +Sets the authentication mode for the currently selected network stream driver. <mode-string> is driver specifc.
  • $InputTCPServerStreamDriverPermittedPeer <id-string>
    +Sets permitted peer IDs. Only these peers are able to connect to the +listener. <id-string> semantics depend on the currently selected +AuthMode and  network stream driver. PermittedPeers may not be set in anonymous modes.
  • Caveats/Known Bugs: