bug8117 654 B

12345678910111213
  1. o Major bugfixes:
  2. - Many SOCKS5 clients, when configured to offer a username/password,
  3. offer both username/password authentication and "no authentication".
  4. Tor had previously preferred no authentication, but this was
  5. problematic when trying to make applications get proper stream
  6. isolation with IsolateSOCKSAuth. Now, on any SOCKS port with
  7. IsolateSOCKSAuth turned on (which is the default), Tor selects
  8. username/password authentication if it's offered. If this confuses your
  9. application, you can disable it on a per-SOCKSPort basis via
  10. PreferSOCKSNoAuth. Fixes bug 8117; bugfix on 0.2.3.3-alpha.