curl/lib/vauth
Daniel Stenberg bcec0840b0
lib: use bool/TRUE/FALSE properly
booleans should use the type 'bool' and set the value to TRUE/FALSE

non-booleans should not be 'bool' and should not set the value to
TRUE/FALSE

Closes #15123
2024-10-03 09:31:56 +02:00
..
.checksrc lib: enable strerror and strncpy checksrc warnings in subdirs 2024-09-09 16:51:21 +02:00
cleartext.c
cram.c
digest_sspi.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00
digest.c
digest.h
gsasl.c lib: use bool/TRUE/FALSE properly 2024-10-03 09:31:56 +02:00
krb5_gssapi.c lib/src: white space edits to comply better with code style 2024-09-19 14:59:12 +02:00
krb5_sspi.c lib: make SSPI global symbols use Curl_ prefix 2024-09-04 14:55:10 +02:00
ntlm_sspi.c lib: make SSPI global symbols use Curl_ prefix 2024-09-04 14:55:10 +02:00
ntlm.c lib/src: white space edits to comply better with code style 2024-09-19 14:59:12 +02:00
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c lib: make SSPI global symbols use Curl_ prefix 2024-09-04 14:55:10 +02:00
vauth.c
vauth.h