Home
last modified time | relevance | path

Searched refs:CURL_DISABLE_BASIC_AUTH (Results 1 – 10 of 10) sorted by relevance

/third_party/curl/tests/server/
Ddisabled.c46 #ifdef CURL_DISABLE_BASIC_AUTH
/third_party/curl/docs/
DCURL-DISABLE.md15 ## `CURL_DISABLE_BASIC_AUTH`
/third_party/curl/lib/
Dcurl_setup.h228 # define CURL_DISABLE_BASIC_AUTH 1 macro
Dhttp.c265 #ifndef CURL_DISABLE_BASIC_AUTH
387 #ifndef CURL_DISABLE_BASIC_AUTH in pickoneauth()
712 #ifndef CURL_DISABLE_BASIC_AUTH in output_auth_headers()
896 !defined(CURL_DISABLE_BASIC_AUTH) || \
923 !defined(CURL_DISABLE_BASIC_AUTH) || \ in Curl_http_input_auth()
1047 #ifndef CURL_DISABLE_BASIC_AUTH in Curl_http_input_auth()
Dcurl_config.h.cmake45 #cmakedefine CURL_DISABLE_BASIC_AUTH 1
Dcurl_config.h.in25 #undef CURL_DISABLE_BASIC_AUTH
/third_party/curl/
DCMakeLists.txt181 option(CURL_DISABLE_BASIC_AUTH "disables Basic authentication" OFF) option
182 mark_as_advanced(CURL_DISABLE_BASIC_AUTH)
Dconfigure.ac4002 AC_DEFINE(CURL_DISABLE_BASIC_AUTH, 1, [to disable basic authentication]) definition
4003 CURL_DISABLE_BASIC_AUTH=1
DCHANGES3783 E.g. with `CURL_DISABLE_BASIC_AUTH` + `CURL_DISABLE_BEARER_AUTH` +
Dconfigure44737 CURL_DISABLE_BASIC_AUTH=1