Searched refs:negotiate (Results 1 – 25 of 28) sorted by relevance
12
/curl/docs/cmdline-opts/ |
H A D | proxy-negotiate.md | 4 Long: proxy-negotiate 14 - --proxy-negotiate --proxy-user user:passwd -x proxy $URL 17 # `--proxy-negotiate` 20 proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO) with a remote
|
H A D | negotiate.md | 4 Long: negotiate 14 - proxy-negotiate 16 - --negotiate -u : $URL 19 # `--negotiate`
|
H A D | service-name.md | 11 - negotiate
|
H A D | proxy-service-name.md | 13 - proxy-negotiate
|
H A D | proxy-ntlm.md | 10 - proxy-negotiate
|
H A D | digest.md | 7 Mutexed: basic ntlm negotiate
|
H A D | basic.md | 21 --ntlm, --digest, or --negotiate).
|
H A D | no-alpn.md | 23 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|
H A D | no-npn.md | 26 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|
H A D | ntlm.md | 6 Mutexed: basic negotiate digest anyauth
|
H A D | anyauth.md | 24 method, which you can do with --basic, --digest, --ntlm, and --negotiate.
|
H A D | Makefile.inc | 167 negotiate.md \ 214 proxy-negotiate.md \
|
/curl/tests/data/ |
H A D | test2077 | 29 curl --fail --negotiate to unauthenticated service fails 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --negotiate
|
H A D | test2078 | 29 curl --negotiate should not send empty POST request only 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --negotiate --data name=value
|
H A D | test2056 | 50 --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
H A D | test2057 | 66 --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
/curl/lib/ |
H A D | http_negotiate.c | 75 neg_ctx = &conn->negotiate; in Curl_input_negotiate() 158 neg_ctx = &conn->negotiate; in Curl_output_negotiate() 252 Curl_auth_cleanup_spnego(&conn->negotiate); in Curl_http_auth_cleanup_negotiate()
|
H A D | telnet.c | 103 static void negotiate(struct Curl_easy *data); 252 static void negotiate(struct Curl_easy *data) in negotiate() function 1492 negotiate(data); in telnet_do() 1588 negotiate(data); in telnet_do()
|
H A D | urldata.h | 918 struct negotiatedata negotiate; /* state data for host Negotiate auth */ member
|
H A D | curl_config.h.cmake | 55 /* disables negotiate authentication */
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSL_ENABLE_ALPN.md | 33 is built to use supports it), which can be used to negotiate http2.
|
H A D | CURLOPT_SSL_ENABLE_NPN.md | 35 is built to use supports it), which can be used to negotiate http2.
|
H A D | CURLOPT_PROXY.md | 61 **CURLPROXY_HTTPS2** allows libcurl to negotiate using HTTP/2 with proxy.
|
/curl/docs/ |
H A D | options-in-versions | 132 --negotiate 7.10.6 180 --proxy-negotiate 7.17.1
|
/curl/ |
H A D | configure.ac | 4531 dnl disable negotiate authentication 4533 AC_MSG_CHECKING([whether to enable negotiate authentication method]) 4534 AC_ARG_ENABLE(negotiate-auth, 4535 AS_HELP_STRING([--enable-negotiate-auth],[Enable negotiate authentication (default)]) 4536 AS_HELP_STRING([--disable-negotiate-auth],[Disable negotiate authentication]), 4540 AC_DEFINE(CURL_DISABLE_NEGOTIATE_AUTH, 1, [to disable negotiate authentication])
|
Completed in 36 milliseconds
12