curl/lib/vauth
Daniel Stenberg 7c992dd9f8
lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding
Since the copy does not stop at a null byte, let's not call it anything
that makes you think it works like the common strndup() function.

Based on feedback from Jay Satiro, Stefan Eissing and Patrick Monnerat

Closes #12490
2023-12-08 17:22:33 +01:00
..
cleartext.c lib: enable hmac for digest as well 2023-09-20 13:38:42 +02:00
cram.c lib: add ability to disable auths individually 2023-09-07 17:45:06 +02:00
digest_sspi.c lib: fix variable undeclared error caused by infof changes 2023-12-06 23:01:54 +01:00
digest.c build: add more picky warnings and fix them 2023-11-21 16:35:42 +00:00
digest.h lib: add ability to disable auths individually 2023-09-07 17:45:06 +02:00
gsasl.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
krb5_gssapi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
krb5_sspi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
ntlm_sspi.c lib: rename Curl_strndup to Curl_memdup0 to avoid misunderstanding 2023-12-08 17:22:33 +01:00
ntlm.c lib: strndup/memdup instead of malloc, memcpy and null-terminate 2023-12-07 08:47:44 +01:00
ntlm.h copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
oauth2.c openldap: fix missing sasl symbols at build in specific configs 2023-02-09 08:17:20 +01:00
spnego_gssapi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
spnego_sspi.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
vauth.c copyright: update all copyright lines and remove year ranges 2023-01-03 09:19:21 +01:00
vauth.h lib: add ability to disable auths individually 2023-09-07 17:45:06 +02:00