- Sep 11, 2003
-
-
Daniel Stenberg authored
"Negotiate" authentication as well.
-
- Sep 04, 2003
-
-
Daniel Stenberg authored
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
-
- Sep 03, 2003
-
-
Daniel Stenberg authored
-
- Aug 20, 2003
-
-
Daniel Stenberg authored
-
- Aug 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
work.
-
- Aug 08, 2003
-
-
Daniel Stenberg authored
-
- Aug 05, 2003
-
-
Daniel Stenberg authored
build libcurl to use ares for asynch name resolves.
-
- Jul 30, 2003
-
-
Daniel Stenberg authored
unsigned and we want this to be able to hold -1 for illegal/unset values.
-
- Jul 22, 2003
-
-
Daniel Stenberg authored
than the remote server's. That is, both the server and the proxy can in fact require NTLM auth.
-
- Jul 21, 2003
-
-
Daniel Stenberg authored
connectdata to work as expected
-
- Jul 19, 2003
-
-
Daniel Stenberg authored
connectdata struct instead. Each being an allocated pointer. The passwdgiven field was turned into a local variable in the only function it was being used.
-
- Jul 15, 2003
-
-
Daniel Stenberg authored
authenticates connections and not single requests. This should make it work better when we mix requests from multiple hosts. Problem pointed out by Cris Bailiff.
-
- Jul 04, 2003
-
-
Daniel Stenberg authored
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION.
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
- Jun 12, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a "plain" Negotiate as well.
-
- Jun 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
but the infrastructure is there.
-
- Jun 10, 2003
-
-
Daniel Stenberg authored
to add more method in the future.
-
Daniel Stenberg authored
added.
-
- May 22, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 21, 2003
-
-
Daniel Stenberg authored
-
- May 09, 2003
-
-
Daniel Stenberg authored
-
- Apr 30, 2003
-
-
Daniel Stenberg authored
-
- Apr 11, 2003
-
-
Daniel Stenberg authored
-
- Mar 31, 2003
-
-
Daniel Stenberg authored
comparisons before re-using SSL connections and re-using SSL connection IDs.
-
Daniel Stenberg authored
disables the host name check in the FOLLOWLOCATION code. With that option set, libcurl will send user+password to all hosts.
-
- Mar 24, 2003
-
-
Daniel Stenberg authored
change options on an SSL-enabled connection between requests.
-
- Mar 19, 2003
-
-
Daniel Stenberg authored
-
- Mar 15, 2003
-
-
Daniel Stenberg authored
related stuff within HAVE_OPENSSL_ENGINE_H and we don't make any private typedef or similar if the header is missing...
-
- Feb 24, 2003
-
-
Daniel Stenberg authored
header is used, we must wait for a 100-code (or timeout), before we send the data. The timeout is merely 1000 ms at this point. We may have reason to set a longer timeout in the future.
-
- Jan 20, 2003
-
-
Daniel Stenberg authored
only allocating the scratch memory buffer once it is needed and not always in the handle.
-
- Jan 16, 2003
-
-
Daniel Stenberg authored
-
- Jan 09, 2003
-
-
Daniel Stenberg authored
"username" will cause libcurl to prompt for password. Bryan Kemp noticed. test case 136 is added for this
-
- Jan 08, 2003
-
-
Daniel Stenberg authored
-
- Jan 07, 2003
-
-
Daniel Stenberg authored
-
- Dec 13, 2002
-
-
Daniel Stenberg authored
or not
-
- Dec 10, 2002
-
-
Daniel Stenberg authored
regular transfer process. This required some new tweaks, like for example we need to be able to tell the tranfer loop to not chunky-encode uploads while we're transferring the rest of the request...
-