Searched refs:negotiate (Results 1 – 25 of 118) sorted by relevance
12345
/third_party/curl/docs/cmdline-opts/ |
D | proxy-negotiate.d | 1 Long: proxy-negotiate 8 with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
|
D | negotiate.d | 1 Long: negotiate 4 See-also: basic ntlm anyauth proxy-negotiate
|
D | service-name.d | 9 Examples: --negotiate --service-name sockd would use sockd/server-name.
|
D | proxy-ntlm.d | 3 See-also: proxy-negotiate proxy-anyauth
|
D | basic.d | 10 --ntlm, --digest, or --negotiate).
|
D | no-alpn.d | 12 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|
D | no-npn.d | 13 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
|
D | digest.d | 4 Mutexed: basic ntlm negotiate
|
D | ntlm.d | 3 Mutexed: basic negotiate digest anyauth
|
D | anyauth.d | 11 method, which you can do with --basic, --digest, --ntlm, and --negotiate.
|
/third_party/libsoup/libsoup/ |
D | soup-auth-negotiate.c | 160 SoupAuthNegotiate *negotiate = SOUP_AUTH_NEGOTIATE (auth); in soup_auth_negotiate_authenticate() local 161 SoupAuthNegotiatePrivate *priv = soup_auth_negotiate_get_instance_private (negotiate); in soup_auth_negotiate_authenticate() 170 SoupAuthNegotiate *negotiate = SOUP_AUTH_NEGOTIATE (auth); in soup_auth_negotiate_is_authenticated() local 171 SoupAuthNegotiatePrivate *priv = soup_auth_negotiate_get_instance_private (negotiate); in soup_auth_negotiate_is_authenticated() 299 soup_auth_negotiate_init (SoupAuthNegotiate *negotiate) in soup_auth_negotiate_init() argument 301 g_object_set (G_OBJECT (negotiate), SOUP_AUTH_REALM, "", NULL); in soup_auth_negotiate_init() 340 SoupAuthNegotiate *negotiate = auth; in check_server_response() local 341 SoupAuthNegotiatePrivate *priv = soup_auth_negotiate_get_instance_private (negotiate); in check_server_response()
|
/third_party/curl/tests/data/ |
D | test2077 | 29 curl --fail --negotiate to unauthenticated service fails 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u : --fail --negotiate
|
D | test2078 | 29 curl --negotiate should not send empty POST request only 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u : --negotiate --data name=value
|
D | test2056 | 50 -u: --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
D | test2057 | 66 -u: --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
/third_party/curl/lib/ |
D | http_negotiate.c | 72 neg_ctx = &conn->negotiate; in Curl_input_negotiate() 122 &conn->negotiate; in Curl_output_negotiate() 218 Curl_auth_cleanup_spnego(&conn->negotiate); in Curl_http_auth_cleanup_negotiate()
|
/third_party/libsoup/examples/ |
D | get.c | 151 static gboolean negotiate; variable 189 G_OPTION_ARG_NONE, &negotiate, 280 if (negotiate) { in main()
|
/third_party/gstreamer/gstplugins_bad/sys/nvenc/ |
D | TODO | 11 - support outputting of AVC as well as byte-stream, negotiate automatically
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | TODO | 13 * make ffmpeg negotiate only with accepted framerates
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | videodecoder | 50 video_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 170 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | audiodecoder | 48 audio_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 167 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | audioencoder | 48 audio_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 166 GST_DEBUG_OBJECT (replace, "negotiate");
|
D | videoencoder | 45 video_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate); 161 GST_DEBUG_OBJECT(replace, "negotiate");
|
/third_party/gstreamer/gstplugins_good/gst/videobox/ |
D | README | 10 The plugin is alpha channel aware and will try to negotiate with a format
|
/third_party/curl/docs/ |
D | options-in-versions | 121 --negotiate 7.10.6 166 --proxy-negotiate 7.17.1
|
12345