Home
last modified time | relevance | path

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

12345

/third_party/curl/docs/cmdline-opts/
Dproxy-negotiate.d1 Long: proxy-negotiate
8 with the given proxy. Use --negotiate for enabling HTTP Negotiate (SPNEGO)
Dnegotiate.d1 Long: negotiate
4 See-also: basic ntlm anyauth proxy-negotiate
Dservice-name.d9 Examples: --negotiate --service-name sockd would use sockd/server-name.
Dproxy-ntlm.d3 See-also: proxy-negotiate proxy-anyauth
Dbasic.d10 --ntlm, --digest, or --negotiate).
Dno-alpn.d12 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
Dno-npn.d13 HTTP/2 to negotiate HTTP/2 support with the server during https sessions.
Ddigest.d4 Mutexed: basic ntlm negotiate
Dntlm.d3 Mutexed: basic negotiate digest anyauth
Danyauth.d11 method, which you can do with --basic, --digest, --ntlm, and --negotiate.
/third_party/libsoup/libsoup/
Dsoup-auth-negotiate.c160 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/
Dtest207729 curl --fail --negotiate to unauthenticated service fails
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u : --fail --negotiate
Dtest207829 curl --negotiate should not send empty POST request only
32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -u : --negotiate --data name=value
Dtest205650 -u: --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
Dtest205766 -u: --negotiate http://%HOSTIP:%HTTPPORT/%TESTNUMBER
/third_party/curl/lib/
Dhttp_negotiate.c72 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/
Dget.c151 static gboolean negotiate; variable
189 G_OPTION_ARG_NONE, &negotiate,
280 if (negotiate) { in main()
/third_party/gstreamer/gstplugins_bad/sys/nvenc/
DTODO11 - support outputting of AVC as well as byte-stream, negotiate automatically
/third_party/gstreamer/gstplugins_good/gst/rtp/
DTODO13 * make ffmpeg negotiate only with accepted framerates
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dvideodecoder50 video_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
170 GST_DEBUG_OBJECT (replace, "negotiate");
Daudiodecoder48 audio_decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
167 GST_DEBUG_OBJECT (replace, "negotiate");
Daudioencoder48 audio_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
166 GST_DEBUG_OBJECT (replace, "negotiate");
Dvideoencoder45 video_encoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_replace_negotiate);
161 GST_DEBUG_OBJECT(replace, "negotiate");
/third_party/gstreamer/gstplugins_good/gst/videobox/
DREADME10 The plugin is alpha channel aware and will try to negotiate with a format
/third_party/curl/docs/
Doptions-in-versions121 --negotiate 7.10.6
166 --proxy-negotiate 7.17.1

12345