curl/lib/vauth
toughengineer bc4b8c9717
ntlm_sspi: fix authentication using Credential Manager
If you pass empty user/pass asking curl to use Windows Credential
Storage (as stated in the docs) and it has valid credentials for the
domain, e.g.
curl -v -u : --ntlm example.com
currently authentication fails.
This change fixes it by providing proper SPN string to the SSPI API
calls.

Fixes https://github.com/curl/curl/issues/1622
Closes https://github.com/curl/curl/pull/1660
2018-04-16 20:43:21 +02:00
..
cleartext.c
cram.c
digest_sspi.c
digest.c
digest.h
krb5_gssapi.c
krb5_sspi.c vauth: Fix typo 2018-04-15 03:25:48 -04:00
ntlm_sspi.c ntlm_sspi: fix authentication using Credential Manager 2018-04-16 20:43:21 +02:00
ntlm.c ntlm_sspi: fix authentication using Credential Manager 2018-04-16 20:43:21 +02:00
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c vauth: Fix typo 2018-04-15 03:25:48 -04:00
vauth.c vauth: Fix typo 2018-04-15 03:25:48 -04:00
vauth.h ntlm_sspi: fix authentication using Credential Manager 2018-04-16 20:43:21 +02:00