Home
last modified time | relevance | path

Searched refs:negotiate (Results 1 – 25 of 28) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dproxy-negotiate.md4 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 Dnegotiate.md4 Long: negotiate
14 - proxy-negotiate
16 - --negotiate -u : $URL
19 # `--negotiate`
H A Dservice-name.md11 - negotiate
H A Dproxy-service-name.md13 - proxy-negotiate
H A Dproxy-ntlm.md10 - proxy-negotiate
H A Ddigest.md7 Mutexed: basic ntlm negotiate
H A Dbasic.md21 --ntlm, --digest, or --negotiate).
H A Dno-alpn.md23 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
H A Dno-npn.md26 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
H A Dntlm.md6 Mutexed: basic negotiate digest anyauth
H A Danyauth.md24 method, which you can do with --basic, --digest, --ntlm, and --negotiate.
H A DMakefile.inc167 negotiate.md \
214 proxy-negotiate.md \
/curl/tests/data/
H A Dtest207729 curl --fail --negotiate to unauthenticated service fails
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --negotiate
H A Dtest207829 curl --negotiate should not send empty POST request only
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --negotiate --data name=value
H A Dtest205650 --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
H A Dtest205766 --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
/curl/lib/
H A Dhttp_negotiate.c74 neg_ctx = &conn->negotiate; in Curl_input_negotiate()
141 neg_ctx = &conn->negotiate; in Curl_output_negotiate()
235 Curl_auth_cleanup_spnego(&conn->negotiate); in Curl_http_auth_cleanup_negotiate()
H A Dtelnet.c103 static void negotiate(struct Curl_easy *data);
252 static void negotiate(struct Curl_easy *data) in negotiate() function
1498 negotiate(data); in telnet_do()
1594 negotiate(data); in telnet_do()
H A Durldata.h920 struct negotiatedata negotiate; /* state data for host Negotiate auth */ member
H A Dcurl_config.h.cmake56 /* disables negotiate authentication */
/curl/docs/libcurl/opts/
H A DCURLOPT_SSL_ENABLE_ALPN.md32 is built to use supports it), which can be used to negotiate http2.
H A DCURLOPT_SSL_ENABLE_NPN.md34 is built to use supports it), which can be used to negotiate http2.
H A DCURLOPT_PROXY.md54 **CURLPROXY_HTTPS2** allows libcurl to negotiate using HTTP/2 with proxy.
/curl/docs/
H A Doptions-in-versions132 --negotiate 7.10.6
180 --proxy-negotiate 7.17.1
/curl/
H A Dconfigure.ac4138 dnl disable negotiate authentication
4140 AC_MSG_CHECKING([whether to enable negotiate authentication method])
4141 AC_ARG_ENABLE(negotiate-auth,
4142 AS_HELP_STRING([--enable-negotiate-auth],[Enable negotiate authentication (default)])
4143 AS_HELP_STRING([--disable-negotiate-auth],[Disable negotiate authentication]),
4147 AC_DEFINE(CURL_DISABLE_NEGOTIATE_AUTH, 1, [to disable negotiate authentication])

Completed in 73 milliseconds

12