]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix max client name length in HiddenServiceAuthorizeClient description
authorLunar <lunar@torproject.org>
Mon, 3 Mar 2014 12:31:45 +0000 (13:31 +0100)
committerNick Mathewson <nickm@torproject.org>
Mon, 3 Mar 2014 14:53:38 +0000 (09:53 -0500)
REND_CLIENTNAME_MAX_LEN is set to 16, not 19.

changes/bug11118 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug11118 b/changes/bug11118
new file mode 100644 (file)
index 0000000..2df8878
--- /dev/null
@@ -0,0 +1,3 @@
+  o Documentation:
+    - Fix max client name length in HiddenServiceAuthorizeClient description:
+      should have been 16 and not 19. Fix ticket 11118.
index dc67889353f313d3bf118e57bc9f24f8599f04e8..2b6de2ab61085b663f14ecffd95a6a30bd2106b2 100644 (file)
@@ -2032,7 +2032,7 @@ The following options are used to configure a hidden service.
     authorization protocol or \'stealth' for a less scalable protocol that also
     hides service activity from unauthorized clients. Only clients that are
     listed here are authorized to access the hidden service. Valid client names
-    are 1 to 19 characters  long and only use characters in A-Za-z0-9+-_ (no
+    are 1 to 16 characters long and only use characters in A-Za-z0-9+-_ (no
     spaces). If this option is set, the hidden service is not accessible for
     clients without authorization any more. Generated authorization data can be
     found in the hostname file. Clients need to put this authorization data in