commit 8a2f7ef66ac3bee0d6885ec3ca16937fed0703bb Author: Robert Hogan robert@roberthogan.net Date: Sun Oct 17 14:22:24 2010 +0100
bug1666 - Pass-through support for SOCKS5 authentication(3)
Add changes file. --- changes/bug1666 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/bug1666 b/changes/bug1666 new file mode 100644 index 0000000..9fd790d --- /dev/null +++ b/changes/bug1666 @@ -0,0 +1,4 @@ + o Minor features: + - Accept attempts to include a password authenticator in the handshake, as + supported by SOCKS5. This handles SOCKS clients that don't know how to + omit the password when authenticating. Resolves bug 1666.
tor-commits@lists.torproject.org