소스 검색

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.