curl-curl/lib/vauth
Viktor Szakats 554e4c14be
windows: fix issues detected by clang-tidy, and some more
- digest_sspi: memory leak.
- digest_sspi: free buffers on `calloc()` fail.
  (not detected by clang-tidy)
- schannel_verify: avoid a `NULL` `alt_name_info`.
- schannel: fix potential `NULL` deref for `backend->cred`.
- schannel: fix uninitialized result value.
  Follow-up to 7f4c358541 #3197
- schannel: drop unused assigment.
- tool_doswin: drop unused assigment.
- testutil: fix memory leak on error.
- testutil: fix memory leak on non-error.
  (not detected by clang-tidy)

Cherry-picked from #16764
Closes #16777
2025-03-24 10:15:08 +01:00
..
.checksrc checksrc: use 'banfunc' proper in more places 2025-01-13 09:10:58 +01:00
cleartext.c lib: use Curl_str_* instead of strtok_r() 2025-02-17 13:18:28 +01:00
cram.c lib: remove function pointer typecasts for hmac/sha256/md5 2024-10-15 14:32:39 +02:00
digest_sspi.c windows: fix issues detected by clang-tidy, and some more 2025-03-24 10:15:08 +01:00
digest.c lib: use Curl_str_* instead of strtok_r() 2025-02-17 13:18:28 +01:00
digest.h lib: add ability to disable auths individually 2023-09-07 17:45:06 +02:00
gsasl.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00
krb5_gssapi.c build: enable -Wcast-qual, fix or silence compiler warnings 2025-03-10 22:30:15 +01:00
krb5_sspi.c build: enable -Wcast-qual, fix or silence compiler warnings 2025-03-10 22:30:15 +01:00
ntlm_sspi.c build: enable -Wcast-qual, fix or silence compiler warnings 2025-03-10 22:30:15 +01:00
ntlm.c ntlm: merge ntlm.h into ntlm.c 2025-03-13 00:03:15 +01:00
oauth2.c code: language cleanup in comments 2024-07-01 22:58:55 +02:00
spnego_gssapi.c dynbuf: assert init on free 2025-03-24 09:53:40 +01:00
spnego_sspi.c build: enable -Wcast-qual, fix or silence compiler warnings 2025-03-10 22:30:15 +01:00
vauth.c tidy-up: drop parenthesis around return expression 2025-01-14 12:11:42 +01:00
vauth.h vauth: make two functions void that always just returned OK 2024-05-13 22:38:25 +02:00