summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-02-15 16:29:43 -0500
committerNick Mathewson <nickm@torproject.org>2013-02-15 16:29:43 -0500
commit73182e322022611f8593af7b7ea141b96e8692ea (patch)
tree7c3b6f0077bb36cafa0633b80c1317fe4c6197cb /changes
parentd6634001c9063323643e3ddfe8905c250a6d60d7 (diff)
parentf12fafac5a6ab02fa2544eafef8dead847f7353e (diff)
downloadtor-73182e322022611f8593af7b7ea141b96e8692ea.tar.gz
tor-73182e322022611f8593af7b7ea141b96e8692ea.zip
Merge remote-tracking branch 'public/bug8207'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug82077
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug8207 b/changes/bug8207
new file mode 100644
index 0000000000..0028d3380f
--- /dev/null
+++ b/changes/bug8207
@@ -0,0 +1,7 @@
+ o Major bugfixes (hidden services):
+ - Allow hidden service authentication to succeed again. When we
+ refactored the hidden service introduction code back in 0.2.4.1-alpha,
+ we didn't update the code that checks whether authentication
+ information is present, causing all authentication checks to
+ return "false". Fix for bug 8207; bugfix on 0.2.4.1-alpha. Found by
+ Coverity; this is CID 718615.