diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-10-21 16:51:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-10-21 16:51:59 +0000 |
commit | 5e762e6a5c0e6729bb7dbb586af2690c087d9ba8 (patch) | |
tree | 89ba2b2b5f4a850a66e19f4e09b94bdce2e6db25 /ChangeLog | |
parent | b593fd5c20bb3a0080673f6853e95bb9f3ffb799 (diff) | |
download | tor-5e762e6a5c0e6729bb7dbb586af2690c087d9ba8.tar.gz tor-5e762e6a5c0e6729bb7dbb586af2690c087d9ba8.zip |
Fix the rest of bug 619: reject *:* servers should not do DNS lookups, even if broken clients send them RELAY_BEGIN cells. Patch from rovv.
svn:r17138
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -31,6 +31,9 @@ Changes in version 0.2.1.7-alpha - 2008-10-xx - Send a valid END cell back when a client tries to connect to a nonexistent hidden service port. Bugfix on 0.1.2.15. Fixes bug 840. Patch from rovv. + - If a broken client asks a non-exit router to connect somewhere, + do not even do the DNS lookup before rejecting the connection. + Fixes another case of bug 619. Patch from rovv. Changes in version 0.2.1.6-alpha - 2008-09-30 |