- Oct 04, 2003
-
-
Daniel Stenberg authored
sends off the previously set cookie. This also concerns CURLOPT_REFERER. This fix should stop this.
-
Daniel Stenberg authored
after a failed transfer.
-
Daniel Stenberg authored
my_getaddrinfo() has been called (and wait has been set to TRUE), we check if the name already is resolved and if so don't return wait status to the parent. This can happen with IP-only names.
-
- Sep 21, 2003
-
-
Daniel Stenberg authored
properly or risk getting into trouble!
-
- Sep 19, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
cleanups.
-
- Sep 15, 2003
-
-
Daniel Stenberg authored
reset the authentication state to make it restart on the next connection. This of course because NTLM is connection-oriented, whilst all other authentication schemes are not.
-
Daniel Stenberg authored
is over or not, as if it isn't we shall not begin any PUT or POST operation. This cures bug report #805853, and test case 88 verifies it!
-
- Sep 14, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
NOT free the existing hash entry when we try to add a new one that matches an existing entry. We now instead free the new one, and make the parent function use the old entry's struct instead.
-
- Sep 12, 2003
-
-
Daniel Stenberg authored
-
- Sep 11, 2003
-
-
Daniel Stenberg authored
"Negotiate" authentication as well.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
not used by any code in libcurl!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Problem tracked down by Bjorn Reese.
-
- Sep 07, 2003
-
-
Daniel Stenberg authored
-
- Sep 05, 2003
-
-
Daniel Stenberg authored
more in the same style as other curl source code. The only actual code change is an added check after a malloc() call.
-
- Sep 04, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
properly if no auth is available
-
Daniel Stenberg authored
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
-
Daniel Stenberg authored
2. made Curl_http_auth_act() reset 'authavail' unconditionally
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 03, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
authentication negotiations needed for NTLM, Digest etc.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 02, 2003
-
-
Daniel Stenberg authored
-
- Sep 01, 2003
-
-
Daniel Stenberg authored
Also reported to work with OpenLDAP 2.0.26.
-
Daniel Stenberg authored
Jeff Pohlmeyer fixed.
-
- Aug 29, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 28, 2003
-
-
Daniel Stenberg authored
for us to deal with
-
Daniel Stenberg authored
-
- Aug 24, 2003
-
-
Daniel Stenberg authored
only file within libcurl to use that function
-
Daniel Stenberg authored
file instead
-