curl/lib/vauth
Patrick Monnerat 7da2990b19
auth: do not append zero-terminator to authorisation id in kerberos
RFC4752 Section 3.1 states "The authorization identity is not terminated
with a zero-valued (%x00) octet". Although a comment in code said it may
be needed anyway, nothing confirms it. In addition, servers may consider
it as part of the identity, causing a failure.

Closes #7008
2021-08-16 08:36:10 +02:00
..
cleartext.c
cram.c
digest_sspi.c build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGS 2021-07-16 13:55:52 -04:00
digest.c
digest.h
gsasl.c
krb5_gssapi.c auth: do not append zero-terminator to authorisation id in kerberos 2021-08-16 08:36:10 +02:00
krb5_sspi.c auth: do not append zero-terminator to authorisation id in kerberos 2021-08-16 08:36:10 +02:00
ntlm_sspi.c build: fix compiler warnings when CURL_DISABLE_VERBOSE_STRINGS 2021-07-16 13:55:52 -04:00
ntlm.c
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c
vauth.c
vauth.h auth: use sasl authzid option in kerberos 2021-08-16 08:36:06 +02:00