curl/lib/vauth
Viktor Szakats f9656445ba
checksrc: reduce exceptions, apply again to curlx
- tests/libtest: move exception to `stub_gssapi.h`.
- tests/libtest: move remaining exception to `testtrace.c`.
- tests/server: drop obsolete exception.
- docs/examples: move `BANNEDFUNC` exceptions to local files (3 lines).
- docs/examples: move `ERRNOVAR` exception to `ephiperfifo.c`.
- docs/examples: drop `typedef struct` (8 files).
- lib/curlx: add `.checksrc` with banned funcs copied from lib.
- checksrc: ban `strncpy`, `strtok_r`, `strtoul` by default.
  Drop local bans. Add exception for `strtoul` to `tests/server'.
- lib, src: sync banned funcs.

Also:
- REUSE: drop `stunnel.pem`, it no longer exists.
- docs/examples: formatting.
- docs/examples: simplify some `sizeof()`s.

Closes #17764
2025-06-27 17:33:35 +02:00
..
.checksrc checksrc: reduce exceptions, apply again to curlx 2025-06-27 17:33:35 +02:00
cleartext.c curlx: move into to curlx/ 2025-05-07 11:01:15 +02:00
cram.c curlx: move into to curlx/ 2025-05-07 11:01:15 +02:00
digest.c spelling: call it null-terminate consistently 2025-05-30 17:29:45 +02:00
digest.h lib: add ability to disable auths individually 2023-09-07 17:45:06 +02:00
digest_sspi.c spelling: 'a' vs 'an' 2025-05-30 11:38:35 +02:00
gsasl.c lib: include files using known path 2025-04-08 17:00:00 +02:00
krb5_gssapi.c lib: include files using known path 2025-04-08 17:00:00 +02:00
krb5_sspi.c lib: move multibyte.[ch] to curlx/ 2025-05-08 10:19:19 +02:00
ntlm.c lib: move multibyte.[ch] to curlx/ 2025-05-08 10:19:19 +02:00
ntlm_sspi.c lib: move multibyte.[ch] to curlx/ 2025-05-08 10:19:19 +02:00
oauth2.c curlx: move into to curlx/ 2025-05-07 11:01:15 +02:00
spnego_gssapi.c lib: move multibyte.[ch] to curlx/ 2025-05-08 10:19:19 +02:00
spnego_sspi.c lib: move multibyte.[ch] to curlx/ 2025-05-08 10:19:19 +02:00
vauth.c vauth: move auth structs to conn meta data 2025-06-10 15:57:44 +02:00
vauth.h digest: fix build with disabled digest auth 2025-06-15 12:07:22 +02:00