Home
last modified time | relevance | path

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

/curl/tests/server/
H A Ddisabled.c47 #ifdef CURL_DISABLE_BASIC_AUTH
/curl/lib/
H A Dcurl_setup.h233 # define CURL_DISABLE_BASIC_AUTH 1 macro
H A Dhttp.c260 #ifndef CURL_DISABLE_BASIC_AUTH
380 #ifndef CURL_DISABLE_BASIC_AUTH in pickoneauth()
629 #ifndef CURL_DISABLE_BASIC_AUTH in output_auth_headers()
813 !defined(CURL_DISABLE_BASIC_AUTH) || \
840 !defined(CURL_DISABLE_BASIC_AUTH) || \ in Curl_http_input_auth()
948 #ifndef CURL_DISABLE_BASIC_AUTH in Curl_http_input_auth()
H A Dcurl_config.h.cmake45 #cmakedefine CURL_DISABLE_BASIC_AUTH 1
/curl/
H A DCMakeLists.txt182 option(CURL_DISABLE_BASIC_AUTH "disables Basic authentication" OFF) option
183 mark_as_advanced(CURL_DISABLE_BASIC_AUTH)
H A Dconfigure.ac4071 AC_DEFINE(CURL_DISABLE_BASIC_AUTH, 1, [to disable basic authentication])
4072 CURL_DISABLE_BASIC_AUTH=1

Completed in 36 milliseconds