1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/lib/vauth
Isaac Boukris d5fc6e14b0 GSS: make Curl_gss_log_error more verbose
Also display the GSS_C_GSS_CODE (major code) when specified instead of
only GSS_C_MECH_CODE (minor code).

In addition, the old code was printing a colon twice after the prefix
and also miscalculated the length of the buffer in between calls to
gss_display_status (the length of ": " was missing).

Also, gss_buffer is not guaranteed to be NULL terminated and thus need
to restrict reading by its length.

Closes #738
2016-03-29 16:51:29 +02:00
..
cleartext.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
cram.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
digest_sspi.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
digest.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
digest.h vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
krb5_gssapi.c GSS: make Curl_gss_log_error more verbose 2016-03-29 16:51:29 +02:00
krb5_sspi.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
ntlm_sspi.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
ntlm.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
ntlm.h vauth: Updated the copyright year after recent changes 2016-03-25 17:40:12 +00:00
oauth2.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
spnego_gssapi.c GSS: make Curl_gss_log_error more verbose 2016-03-29 16:51:29 +02:00
spnego_sspi.c vauth: Moved the Negotiate authentication code to the new vauth directory 2016-03-26 17:21:22 +00:00
vauth.c vauth: Refactored function names after move to new vauth directory 2016-03-25 17:40:12 +00:00
vauth.h vauth: Moved the Negotiate authentication code to the new vauth directory 2016-03-26 17:21:22 +00:00