curl/lib/vauth
Daniel Stenberg 8df455479f
source cleanup: remove all custom typedef structs
- Stick to a single unified way to use structs
 - Make checksrc complain on 'typedef struct {'
 - Allow them in tests, public headers and examples

 - Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually
   typedef different types/structs depending on build conditions.

Closes #5338
2020-05-15 08:54:42 +02:00
..
cleartext.c vauth/cleartext: fix theoretical integer overflow 2020-05-14 08:36:35 +02:00
cram.c source cleanup: remove all custom typedef structs 2020-05-15 08:54:42 +02:00
digest_sspi.c curl_multibyte: add to curlx 2020-05-14 18:13:27 +02:00
digest.c source cleanup: remove all custom typedef structs 2020-05-15 08:54:42 +02:00
digest.h
krb5_gssapi.c
krb5_sspi.c curl_multibyte: add to curlx 2020-05-14 18:13:27 +02:00
ntlm_sspi.c ntlm_sspi: fix bad use of CURLE_NOT_BUILT_IN 2020-05-07 12:58:57 +02:00
ntlm.c ntlm: Removed the dependency on the TLS libaries when using MD5 2020-02-23 07:52:19 +00:00
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c *_sspi: fix bad uses of CURLE_NOT_BUILT_IN 2020-05-08 08:37:56 +02:00
vauth.c curl_multibyte: add to curlx 2020-05-14 18:13:27 +02:00
vauth.h