- Jan 29, 2009
-
-
Yang Tse authored
-
Yang Tse authored
Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c Also adjusted socks_sspi.c to remove the link-time dependency on the Windows SSPI library using it now in the same way as it was done in http_ntlm.c.
-
Yang Tse authored
-
Yang Tse authored
definition to avoid a 'STRING' duplicate definition from OpenSSL's safestack.h
-
Yang Tse authored
-
- Jan 28, 2009
-
-
Daniel Stenberg authored
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these.
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 26, 2009
-
-
Daniel Stenberg authored
to set desired block size to use for TFTP transfers instead of the default 512 bytes.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
disable "rfc4507bis session ticket support". rfc4507bis was later turned into the proper RFC5077 it seems: http://tools.ietf.org/html/rfc5077 The enabled extension concerns the session management. I wonder how often libcurl stops a connection and then resumes a TLS session. also, sending the session data is some overhead. .I suggest that you just use your proposed patch (which explicitly disables TICKET). If someone writes an application with libcurl and openssl who wants to enable the feature, one can do this in the SSL callback. Sharad Gupta brought this to my attention. Peter Sylvester helped me decide on the proper action.
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with quoted quotation marks in HTTP Digest headers didn't work. I've now added test case 1095 that verifies my fix.
-
Guenter Knauf authored
-
- Jan 25, 2009
-
-
Daniel Stenberg authored
They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified.
-
- Jan 21, 2009
-
-
Dan Fandrich authored
-
Dan Fandrich authored
clarity. This does fix one problem that causes ;type=i FTP URLs to fail in the Turkish locale when CURLOPT_PROXY_TRANSFER_MODE is used (test case 561) Added tests 561 and 1092 through 1094 to test various combinations of ;type= and ;mode= URLs that could potentially fail in the Turkish locale.
-
Dan Fandrich authored
libc changes on libcurl.
-
- Jan 20, 2009
-
-
Daniel Stenberg authored
file (and thus from the vc8 and vc9 ones too).
-
- Jan 19, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 18, 2009
-
-
Gisle Vanem authored
So don't use ERRNO (GetLastError()). Trimmed trailing blanks.
-
Gisle Vanem authored
-
- Jan 17, 2009
-
-
Guenter Knauf authored
-
- Jan 16, 2009
-
-
Daniel Stenberg authored
32 bit and 64 bit.
-
- Jan 15, 2009
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Jan 14, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
now declares the private struct ares_in6_addr for all systems instead of relying on one possibly not present in the system.
-
- Jan 13, 2009
-
-
Daniel Stenberg authored
now put in KNOWN_BUGS as entry #62
-
Daniel Stenberg authored
multi_socket interfaces. The work-around for apps is to simply remove the easy handle once the time is up. See also: http://curl.haxx.se/bug/view.cgi?id=2501457
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
curl_easy_setup(curl, CURLOPT_COOKIELIST, "SESS") on a CURL handle with no cookies data.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
I'd just as well enumerate the remainder and commit a "proper" looking one
-
Daniel Stenberg authored
SunPro compilers.
-