curl/lib/vauth
Daniel Stenberg e7416cfd2b
infof: remove newline from format strings, always append it
- the data needs to be "line-based" anyway since it's also passed to the
  debug callback/application

- it makes infof() work like failf() and consistency is good

- there's an assert that triggers on newlines in the format string

- Also removes a few instances of "..."

- Removes the code that would append "..." to the end of the data *iff*
  it was truncated in infof()

Closes #7357
2021-07-07 22:54:01 +02:00
..
cleartext.c tidy-up: make conditional checks more consistent 2021-04-22 09:10:17 +02:00
cram.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
digest.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
digest.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
digest_sspi.c infof: remove newline from format strings, always append it 2021-07-07 22:54:01 +02:00
gsasl.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
krb5_gssapi.c infof: remove newline from format strings, always append it 2021-07-07 22:54:01 +02:00
krb5_sspi.c infof: remove newline from format strings, always append it 2021-07-07 22:54:01 +02:00
ntlm.c infof: remove newline from format strings, always append it 2021-07-07 22:54:01 +02:00
ntlm.h copyright: fix year ranges 2020-11-05 08:22:10 +01:00
ntlm_sspi.c infof: remove newline from format strings, always append it 2021-07-07 22:54:01 +02:00
oauth2.c vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00
spnego_gssapi.c infof: remove newline from format strings, always append it 2021-07-07 22:54:01 +02:00
spnego_sspi.c infof: remove newline from format strings, always append it 2021-07-07 22:54:01 +02:00
vauth.c copyright: update copyright year ranges to 2021 2021-05-26 08:18:11 +02:00
vauth.h vauth: factor base64 conversions out of authentication procedures 2021-04-22 09:06:07 +02:00