curl/lib/vauth
Patrick Monnerat 72652c0613
http, vauth: always provide Curl_allow_auth_to_host() functionality
This function is currently located in the lib/http.c module and is
therefore disabled by the CURL_DISABLE_HTTP conditional token.

As it may be called by TLS backends, disabling HTTP results in an
undefined reference error at link time.

Move this function to vauth/vauth.c to always provide it and rename it
as Curl_auth_allowed_to_host() to respect the vauth module naming
convention.

Closes #9600
2022-09-27 14:05:37 +02:00
..
cleartext.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
cram.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
digest_sspi.c misc: ISSPACE() => ISBLANK() 2022-09-06 08:34:30 +02:00
digest.c misc: null-terminate 2022-09-17 23:19:29 +02:00
digest.h digest: provide a special bit for "sess" algos 2022-07-04 08:27:15 +02:00
gsasl.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
krb5_gssapi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
krb5_sspi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
ntlm_sspi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
ntlm.c misc: null-terminate 2022-09-17 23:19:29 +02:00
ntlm.h copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
oauth2.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
spnego_gssapi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
spnego_sspi.c copyright: make repository REUSE compliant 2022-06-13 09:13:00 +02:00
vauth.c http, vauth: always provide Curl_allow_auth_to_host() functionality 2022-09-27 14:05:37 +02:00
vauth.h http, vauth: always provide Curl_allow_auth_to_host() functionality 2022-09-27 14:05:37 +02:00