Просмотр исходного кода

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

Add changes file.
Robert Hogan 15 лет назад
Родитель
Сommit
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.