- 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.
-
Daniel Stenberg authored
Bailiff's bug report 768275.
-
Daniel Stenberg authored
for the user field. I changed it slightly to stay with strchr() only instead of strpbrk() for portability reasons.
-
Daniel Stenberg authored
the multi interface
-
- Jul 05, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 04, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely.
-
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.
-
- Jul 01, 2003
-
-
Daniel Stenberg authored
-
- Jun 26, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Added code to deal with white spaces in relocation headers.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
booleans
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 13, 2003
-
-
Daniel Stenberg authored
authenticated our connection, we can continue without any Authorization: headers as long as our connection is maintained.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 12, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a "plain" Negotiate as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-