summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-06-26 11:58:19 +0000
committerBrent Eagles <brent@zeroc.com>2006-06-26 11:58:19 +0000
commit1acd1306a461c036fa331eef64db36616a64a31a (patch)
tree23d974d1a7f95add5e43dab617e2b65082ab3a52
parentFixed coding style. (diff)
downloadice-1acd1306a461c036fa331eef64db36616a64a31a.tar.bz2
ice-1acd1306a461c036fa331eef64db36616a64a31a.tar.xz
ice-1acd1306a461c036fa331eef64db36616a64a31a.zip
- Add Glacier2.Filter.MaxProxyLength property section.
- Fix deprecation statement on Glacier2.AllowCategories and Glacier2.Filter.Category.Accept - Revise text in Glacier2.Client.Trace.Reject.
-rw-r--r--cpp/doc/Properties.sgml31
1 files changed, 24 insertions, 7 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml
index 1df7bd9c0ac..d82536b2eb6 100644
--- a/cpp/doc/Properties.sgml
+++ b/cpp/doc/Properties.sgml
@@ -4556,6 +4556,10 @@ If <literal>Glacier2.AddUserToAllowCategories</literal> is
defined with a non-zero value, the router automatically adds
the user id of each session to this list.
</para>
+<note><para>This property is deprecated and supported only for
+backward-compatibility. New applications should use
+<link linkend="Glacier2.Filter.Category.Accept">Glacier2.Filter.Category.Accept</link>.
+</para></note>
</section>
</section>
@@ -4673,9 +4677,8 @@ Glacier2.Client.Trace.Reject=<replaceable>num</replaceable>
<title>Description</title>
<para>
If <replaceable>num</replaceable> is set to a value larger than zero,
-the &Glacier2; router logs a trace message whenever it rejects a client's
-request because its identity category did not match one of the entries in
-<literal>Glacier2.AllowCategories</literal>. The default value is 0.
+the &Glacier2; router logs a trace message whenever the router's configured filters rejects a client's
+request. The default value is 0.
</para>
</section>
</section>
@@ -5054,6 +5057,24 @@ This property specifies a space separated list of address-port pairs. When defin
</section>
</section>
+<section><title>Glacier2.Filter.MaxProxyLength</title>
+<section><title>Synopsis</title>
+<synopsis>
+Glacier2.Filter.MaxProxyLength=<replaceable>num</replaceable>
+</synopsis>
+</section>
+<section>
+<title>Description</title>
+<para>
+If set, the &Glacier2; router rejects requests using proxies that
+contain more than <replaceable>num</replaceable> network endpoints. This
+helps secure the system against attack. If unset, &Glacier2; will accept
+requests using proxies that specify any number of legal network
+endpoints.
+</para>
+</section>
+</section>
+
<section id="Glacier2.Filter.Category.Accept"><title>Glacier2.Filter.Category.Accept</title>
<section><title>Synopsis</title>
<synopsis>
@@ -5069,10 +5090,6 @@ whitespace-separated list of identity categories. If defined, the
that matches one of the categories in this list. If
<literal>Glacier2.AddUserToAllowCategories</literal> is defined with a non-zero value, the
router automatically adds the user id of each session to this list.
-<note><para>This property is deprecated and supported only for
-backward-compatibility. New applications should use
-<link linkend="Glacier2.AllowCategories">Glacier2.AllowCategories</link>.
-</para></note>
</para>
</section>
</section>