summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-10-21 16:51:59 +0000
committerNick Mathewson <nickm@torproject.org>2008-10-21 16:51:59 +0000
commit5e762e6a5c0e6729bb7dbb586af2690c087d9ba8 (patch)
tree89ba2b2b5f4a850a66e19f4e09b94bdce2e6db25 /ChangeLog
parentb593fd5c20bb3a0080673f6853e95bb9f3ffb799 (diff)
downloadtor-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b9a629a6f..a68c293985 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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