1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-12 06:28:04 -05:00
curl/lib/vauth
Daniel Stenberg dcd6f81025
snprintf: renamed and we now only use msnprintf()
The function does not return the same value as snprintf() normally does,
so readers may be mislead into thinking the code works differently than
it actually does. A different function name makes this easier to detect.

Reported-by: Tomas Hoger
Assisted-by: Daniel Gustafsson
Fixes #3296
Closes #3297
2018-11-23 08:26:51 +01:00
..
cleartext.c Curl_auth_create_plain_message: fix too-large-input-check 2018-10-29 08:05:23 +01:00
cram.c
digest_sspi.c
digest.c snprintf: renamed and we now only use msnprintf() 2018-11-23 08:26:51 +01:00
digest.h
krb5_gssapi.c
krb5_sspi.c
ntlm_sspi.c
ntlm.c snprintf: renamed and we now only use msnprintf() 2018-11-23 08:26:51 +01:00
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c
vauth.c
vauth.h