Age | Commit message (Collapse) | Author |
|
cleanups.
|
|
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.
|
|
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!
|
|
|
|
|
|
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.
|
|
|
|
"Negotiate" authentication as well.
|
|
|
|
not used by any code in libcurl!
|
|
|
|
Problem tracked down by Bjorn Reese.
|
|
|
|
more in the same style as other curl source code. The only actual code change
is an added check after a malloc() call.
|
|
|
|
|
|
properly if no auth is available
|
|
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
|
|
2. made Curl_http_auth_act() reset 'authavail' unconditionally
|
|
|
|
|
|
|
|
authentication negotiations needed for NTLM, Digest etc.
|
|
|
|
|
|
|
|
|
|
Also reported to work with OpenLDAP 2.0.26.
|
|
Jeff Pohlmeyer fixed.
|
|
|
|
|
|
for us to deal with
|
|
|
|
only file within libcurl to use that function
|
|
file instead
|
|
function
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NULL!
|
|
Curl_is_resolved() function
|
|
|
|
we need to check for its presence in the configure script
|
|
|
|
when we cleanup the SSL stuff to not leak any memory.
I wish this was documented anywhere.
|
|
pointers to the internal default functions
|
|
|