From 8a2f7ef66ac3bee0d6885ec3ca16937fed0703bb Mon Sep 17 00:00:00 2001 From: Robert Hogan Date: Sun, 17 Oct 2010 14:22:24 +0100 Subject: [PATCH] bug1666 - Pass-through support for SOCKS5 authentication(3) Add changes file. --- changes/bug1666 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/bug1666 diff --git a/changes/bug1666 b/changes/bug1666 new file mode 100644 index 0000000000..9fd790d4e4 --- /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.