1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vauth
Jay Satiro c54565915f digest_sspi: Show InitializeSecurityContext errors in verbose mode
The error is shown with infof rather than failf so that the user will
see the extended error message information only in verbose mode, and
will still see the standard CURLE_AUTH_ERROR message. For example:

---

* schannel: InitializeSecurityContext failed: SEC_E_QOP_NOT_SUPPORTED
(0x8009030A) - The per-message Quality of Protection is not supported by
the security package
* multi_done
* Connection #1 to host 127.0.0.1 left intact
curl: (94) An authentication function returned an error

---

Ref: https://github.com/curl/curl/issues/6302

Closes https://github.com/curl/curl/pull/6315
2020-12-14 00:25:10 -05:00
..
cleartext.c curl.se: new home 2020-11-04 23:59:47 +01:00
cram.c curl.se: new home 2020-11-04 23:59:47 +01:00
digest_sspi.c digest_sspi: Show InitializeSecurityContext errors in verbose mode 2020-12-14 00:25:10 -05:00
digest.c curl.se: new home 2020-11-04 23:59:47 +01:00
digest.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
krb5_gssapi.c copyright: fix year ranges 2020-11-05 08:22:10 +01:00
krb5_sspi.c curl.se: new home 2020-11-04 23:59:47 +01:00
ntlm_sspi.c curl.se: new home 2020-11-04 23:59:47 +01:00
ntlm.c curl.se: new home 2020-11-04 23:59:47 +01:00
ntlm.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
oauth2.c copyright: fix year ranges 2020-11-05 08:22:10 +01:00
spnego_gssapi.c copyright: fix year ranges 2020-11-05 08:22:10 +01:00
spnego_sspi.c curl.se: new home 2020-11-04 23:59:47 +01:00
vauth.c curl.se: new home 2020-11-04 23:59:47 +01:00
vauth.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00