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 copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
cram.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
digest.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
digest.h digest: provide a special bit for "sess" algos 2022-07-04 08:27:15 +02:00
digest_sspi.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
gsasl.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
krb5_gssapi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
krb5_sspi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
ntlm.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
ntlm.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
ntlm_sspi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
oauth2.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
spnego_gssapi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
spnego_sspi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
vauth.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
vauth.h misc: spelling fixes 2022-08-31 14:31:01 +00:00