aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-11-03 12:40:02 -0400
committerNick Mathewson <nickm@torproject.org>2011-11-03 12:40:02 -0400
commit325a659cb16350b1e28db803e2e673068ca2eb82 (patch)
treeb8d9546658d5d4d19c75cf5575795b5c1b1c2979 /changes
parent88c4b425bd49d4cde52fdce7eeb65bcf2304d0f6 (diff)
downloadtor-325a659cb16350b1e28db803e2e673068ca2eb82.tar
tor-325a659cb16350b1e28db803e2e673068ca2eb82.tar.gz
Even when we can't answer an AUTH_CHALLENGE, send NETINFO.
Fixes bug 4368; fix on 0.2.3.6-alpha; bug found by "frosty".
Diffstat (limited to 'changes')
-rw-r--r--changes/bug43684
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug4368 b/changes/bug4368
new file mode 100644
index 000000000..54b4882bc
--- /dev/null
+++ b/changes/bug4368
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - If a relay receives an AUTH_CHALLENGE it can't answer, it should
+ still send a NETINFO cell to allow the connection to become open.
+ Fixes bug 4368; fix on 0.2.3.6-alpha; bug found by "frosty".