]> granicus.if.org Git - curl/commit
sasl_sspi: Allow DIGEST-MD5 to use current windows credentials
authorSteve Holme <steve_holme@hotmail.com>
Wed, 29 Oct 2014 14:05:21 +0000 (14:05 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 29 Oct 2014 14:24:38 +0000 (14:24 +0000)
commitf7e24683c47381ce32bfa5a3a01ff737483373c9
tree4e20110853255250a833a9f2f5afad7afe6527e8
parent276741af4ddebe0cc0d446712fb8dfdf0c140e7b
sasl_sspi: Allow DIGEST-MD5 to use current windows credentials

Fixed the ability to use the current log-in credentials with DIGEST-MD5.
I had previously disabled this functionality in commit 607883f13c as I
couldn't get this to work under Windows 8, however, from testing HTTP
Digest authentication through Windows SSPI and then further testing of
this code I have found it works in Windows 7.

Some further investigation is required to see what the differences are
between Windows 7 and 8, but for now enable this functionality as the
code will return an error when AcquireCredentialsHandle() fails.
docs/curl.1
lib/curl_sasl_sspi.c