diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-04 23:01:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-04 23:01:00 +0000 |
commit | 2e42b0a252416803a90ea232dc94a0a21d5a97e5 (patch) | |
tree | ce5c9b3a2e33408a77300563964924a73d6b464b /CHANGES | |
parent | fcc485092a09811d5bfed78d13984fed5c31e652 (diff) |
Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the
proxy do the host name resolving and only if --socks5ip (or
CURLOPT_SOCKS5_RESOLVE_LOCAL) is used we resolve the host name locally and
pass on the IP address only to the proxy.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel S (4 Jan 2008) +- Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the + proxy do the host name resolving and only if --socks5ip (or + CURLOPT_SOCKS5_RESOLVE_LOCAL) is used we resolve the host name locally and + pass on the IP address only to the proxy. + Yang Tse (3 Jan 2008) - Modified test harness to allow SCP, SFTP and SOCKS4 tests to run with OpenSSH 2.9.9, SunSSH 1.0 or later versions. SOCKS5 tests need OpenSSH |