curl/lib/vauth
Daniel Stenberg 880cd5dd20
strerror: make the strerror function use local buffers
Instead of using a fixed 256 byte buffer in the connectdata struct.

In my build, this reduces the size of the connectdata struct by 11.8%,
from 2160 to 1904 bytes with no functionality or performance loss.

This also fixes a bug in schannel's Curl_verify_certificate where it
called Curl_sspi_strerror when it should have called Curl_strerror for
string from GetLastError. the only effect would have been no text or the
wrong text being shown for the error.

Co-authored-by: Jay Satiro

Closes #3612
2019-02-26 10:20:21 +01:00
..
cleartext.c
cram.c
digest_sspi.c
digest.c
digest.h
krb5_gssapi.c
krb5_sspi.c
ntlm_sspi.c ntlm_sspi: add support for channel binding 2019-01-19 13:00:53 +01:00
ntlm.c ntlm: fix *_type3_message size check to avoid buffer overflow 2019-02-04 08:22:32 +01:00
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c strerror: make the strerror function use local buffers 2019-02-26 10:20:21 +01:00
vauth.c
vauth.h