curl/lib/vauth
Daniel Stenberg 6f9fb7ec2d
misc: ISSPACE() => ISBLANK()
Instances of ISSPACE() use that should rather use ISBLANK(). I think
somewhat carelessly used because it sounds as if it checks for space or
whitespace, but also includes %0a to %0d.

For parsing purposes, we should only accept what we must and not be
overly liberal. It leads to surprises and surprises lead to bad things.

Closes #9432
2022-09-06 08:34:30 +02:00
..
cleartext.c
cram.c
digest_sspi.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
digest.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
digest.h
gsasl.c
krb5_gssapi.c
krb5_sspi.c
ntlm_sspi.c
ntlm.c
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c
vauth.c
vauth.h misc: spelling fixes 2022-08-31 14:31:01 +00:00