- Jul 28, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
"double slash" as indicating the root directory. In the RFC1738-fix of April 30, that ability was removed (since it is not the "right" way).
-
- Jul 25, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
SSL/CA.
-
Daniel Stenberg authored
need it.
-
- Jul 23, 2003
-
-
Daniel Stenberg authored
accidentally re-use the connect_addr field, as that might no longer be around. Fix verified by Tracy Boehrer who basicly debugged and tracked down this problem.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CVS. This will be updated by the configure script, and a default is placed here by the maketgz script.
-
- Jul 22, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
a separate struct properly.
-
Daniel Stenberg authored
-
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
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 20, 2003
-
-
Daniel Stenberg authored
with a blank argument is a bad idea. Now skip blanks.
-
Daniel Stenberg authored
credentials.
-
- Jul 19, 2003
-
-
Daniel Stenberg authored
of the sessionhandle struct, as that was not good.
-
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
-