]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
expand changes file for bug 22461
authorNick Mathewson <nickm@torproject.org>
Thu, 22 Jun 2017 12:16:56 +0000 (08:16 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 22 Jun 2017 12:16:56 +0000 (08:16 -0400)
changes/bug22461

index 343a2b4a0c58e2bdf83f24ce05c07e025c1d64c7..5454682810b61983bfd6a51a2a3fa777a3f91e53 100644 (file)
@@ -1,5 +1,7 @@
-  o Minor bugfixes:
-    - Refrain from needlessly rejecting SOCKS5 requests that contain
-      IP address strings when SafeSocks in enabled as this prevents
-      user from connecting to IP address they know without relying on
-      DNS for resolving.  Fixes bug 22461, bugfix on Tor 0.2.6.2-alpha.
+  o Minor bugfixes (client, usability):
+    - Refrain from needlessly rejecting SOCKS5-with-hostnames and SOCKS4a
+      requests that contain IP address strings, even when SafeSocks in
+      enabled, as this prevents user from connecting to known IP addresses
+      without relying on DNS for resolving. SafeSocks still rejects SOCKS
+      connections that connect to IP addresses when those addresses are _not_
+      encoded as hostnames. Fixes bug 22461, bugfix on Tor 0.2.6.2-alpha.