aboutsummaryrefslogtreecommitdiff
path: root/changes/bug8879
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-05-15 03:34:37 -0400
committerRoger Dingledine <arma@torproject.org>2013-05-15 03:34:37 -0400
commit0bfaf86612eddbd586d648f3b642dac26f134fca (patch)
tree494e8a2f9c917f28ccf0cf2ee397d816de36f8be /changes/bug8879
parentaaa3a085db05c4d98b7c51b5ef16da166e7c7f0a (diff)
downloadtor-0bfaf86612eddbd586d648f3b642dac26f134fca.tar.gz
tor-0bfaf86612eddbd586d648f3b642dac26f134fca.zip
Fix socks5 handshake for username/password auth
The fix for bug 8117 exposed this bug, and it turns out real-world applications like Pidgin do care. Bugfix on 0.2.3.2-alpha; fixes bug 8879.
Diffstat (limited to 'changes/bug8879')
-rw-r--r--changes/bug88795
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug8879 b/changes/bug8879
new file mode 100644
index 0000000000..0d2a70086c
--- /dev/null
+++ b/changes/bug8879
@@ -0,0 +1,5 @@
+ o Major bugfixes:
+ - Follow the socks5 protocol when offering username/password
+ authentication. The fix for bug 8117 exposed this bug, and it
+ turns out real-world applications like Pidgin do care. Bugfix on
+ 0.2.3.2-alpha; fixes bug 8879.