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
cram.c
digest_sspi.c
digest.c misc: null-terminate 2022-09-17 23:19:29 +02:00
digest.h
gsasl.c
krb5_gssapi.c
krb5_sspi.c
ntlm_sspi.c
ntlm.c misc: null-terminate 2022-09-17 23:19:29 +02:00
ntlm.h
oauth2.c
spnego_gssapi.c
spnego_sspi.c
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