浏览代码

bug1666 - Pass-through support for SOCKS5 authentication(3)

Add changes file.
Robert Hogan 15 年之前
父节点
当前提交
8a2f7ef66a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      changes/bug1666

+ 4 - 0
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.