diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-12-04 14:09:38 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-12-04 14:09:38 +0100 |
commit | afdccceefa30306cf720a27efd5a29bcc5a916c9 (patch) | |
tree | 0d2e52ccfe2db3a8802b6c06a0beae0967bf276e /doc | |
parent | d74b4fef35e8a2c3a58fe66720840ae2ee77a02d (diff) | |
download | rsyslog-afdccceefa30306cf720a27efd5a29bcc5a916c9.tar.gz rsyslog-afdccceefa30306cf720a27efd5a29bcc5a916c9.tar.xz rsyslog-afdccceefa30306cf720a27efd5a29bcc5a916c9.zip |
security fix: imudp emitted a message when a non-permitted sender...v3.20.2
...tried to send a message to it. This behaviour is operator-configurable.
If enabled, a message was emitted each time. That way an attacker could
effectively fill the disk via this facility. The message is now
emitted only once in a minute (this currently is a hard-coded limit,
if someone comes up with a good reason to make it configurable, we
will probably do that).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.html b/doc/manual.html index 394f7c41..12020fbd 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -16,7 +16,7 @@ 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 <a href="professional_support.html">professional rsyslog support</a> available directly from the source!</p> -<p><b>This documentation is for version 3.20.1 (v3-stable branch) of rsyslog.</b> +<p><b>This documentation is for version 3.20.2 (v3-stable branch) of rsyslog.</b> Visit the <i> <a href="http://www.rsyslog.com/doc-status.html">rsyslog status page</a></i></b> to obtain current version information and project status. </p><p><b>If you like rsyslog, you might |