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.h280 # define CURL_DISABLE_BASIC_AUTH 1 macro
H A Dhttp.c260 #ifndef CURL_DISABLE_BASIC_AUTH
380 #ifndef CURL_DISABLE_BASIC_AUTH in pickoneauth()
628 #ifndef CURL_DISABLE_BASIC_AUTH in output_auth_headers()
812 !defined(CURL_DISABLE_BASIC_AUTH) || \
839 !defined(CURL_DISABLE_BASIC_AUTH) || \ in Curl_http_input_auth()
947 #ifndef CURL_DISABLE_BASIC_AUTH in Curl_http_input_auth()
H A Dcurl_config.h.cmake44 #cmakedefine CURL_DISABLE_BASIC_AUTH 1
/curl/
H A DCMakeLists.txt277 option(CURL_DISABLE_BASIC_AUTH "Disable Basic authentication" OFF) option
278 mark_as_advanced(CURL_DISABLE_BASIC_AUTH)
H A Dconfigure.ac4383 AC_DEFINE(CURL_DISABLE_BASIC_AUTH, 1, [to disable basic authentication])
4384 CURL_DISABLE_BASIC_AUTH=1

Completed in 34 milliseconds