- Jan 10, 2008
-
-
Daniel Stenberg authored
libcurl to seek in a given input stream. This is particularly important when doing upload resumes when there's already a huge part of the file present remotely. Before, and still if this callback isn't used, libcurl will read and through away the entire file up to the point to where the resuming begins (which of course can be a slow opereration depending on file size, I/O bandwidth and more). This new function will also be preferred to get used instead of the CURLOPT_IOCTLFUNCTION for seeking back in a stream when doing multi-stage HTTP auth with POST/PUT.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1868255) with a patch. It identifies and fixes a problem with parsing WWW-Authenticate: headers with additional spaces in the line that the parser wasn't written to deal with.
-
Daniel Stenberg authored
-
- Jan 09, 2008
- Jan 08, 2008
-
-
Daniel Stenberg authored
-
Yang Tse authored
new minimum SSH version support for SCP, SFTP and SOCKS tests. Some verbosity which still remains, will go out before next release.
-
Yang Tse authored
authentication failures when using OpenSSH 2.9.9 or SunSSH. Verified fact: Even when only using publickey authentication, OpenSSH and SunSSH first validate the user, this implies that if the user validation fails, 'invalid user', the publickey authentication will not be allowed to complete.
-
Daniel Stenberg authored
and the write callbacks that now can make a connection's reading and/or writing get paused.
-
Daniel Stenberg authored
-
Yang Tse authored
failures when using OpenSSH 2.9.9 or SunSSH
-
Yang Tse authored
-
- Jan 07, 2008
-
-
Dan Fandrich authored
-
Patrick Monnerat authored
-
- Jan 06, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
added: 117 - Eric Landes patch for introducing the --tcp-keep* options
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1863171) where he pointed out that libcurl's date parser didn't accept a +1300 time zone which actually is used fairly often (like New Zealand's Dailight Savings Time), so I modified the parser to now accept up to and including -1400 to +1400.
-
Yang Tse authored
-
- Jan 05, 2008
-
-
Daniel Stenberg authored
code to instead introduce support for a new proxy type called CURLPROXY_SOCKS5_HOSTNAME that is used to send the host name to the proxy instead of IP address and there's thus no longer any need for a new curl_easy_setopt() option. The default SOCKS5 proxy is again back to sending the IP address to the proxy. The new curl command line option for enabling sending host name to a SOCKS5 proxy is now --socks5-hostname.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
fails, just issue a warning and ignore the failure.
-
- Jan 04, 2008
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
added 116 - bug #1863171, curl_getdate() bug
-
Daniel Stenberg authored
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
(for next SONAME bump)
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
later to accept 'none' as an indication to disable connection multiplexing
-
Yang Tse authored
ConnectTimeout ForwardX11Trusted HashKnownHosts RekeyLimit ServerAliveCountMax ServerAliveInterval
-
Yang Tse authored
- Capability of running socks5 tests must be based on ssh daemon version and not on ssh client version.
-
Yang Tse authored
-
Yang Tse authored
requires a non blank argument.
-