Searched refs:negotiate (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-ad.in94 dc03.ads.apple.com /negotiate/ | grep 'http negotiate' > /dev/null || \
99 dc03.ads.apple.com /negotiate/ | grep 'http negotiate' > /dev/null || \
104 dc03.ads.apple.com /negotiate/ | grep 'http negotiate' > /dev/null || \
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhttp_negotiate.c65 &conn->data->state.negotiate;
137 &data->state.negotiate;
275 &conn->data->state.negotiate;
380 cleanup(&data->state.negotiate);
H A Dhttp_negotiate_sspi.c86 &conn->data->state.negotiate;
247 &conn->data->state.negotiate;
299 cleanup(&data->state.negotiate);
H A Dtelnet.c110 static void negotiate(struct connectdata *);
273 negotiate function
292 static void negotiate(struct connectdata *conn) function
1532 negotiate(conn);
1623 negotiate(conn);
H A Dhttp.c562 &data->state.proxyneg:&data->state.negotiate;
778 if(data->state.negotiate.state == GSS_AUTHSENT) {
784 else if(data->state.negotiate.state == GSS_AUTHNONE) {
793 data->state.negotiate.state = GSS_AUTHRECV;
H A Durldata.h1251 struct negotiatedata negotiate; /* state data for host Negotiate auth */ member in struct:UrlState
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/otr/
H A Dotr-30-negotiation.c126 static void negotiate(SecOTRSessionRef* aliceSession, SecOTRSessionRef* bobSession, bool serialize, bool textMode, bool compact) function
312 negotiate(&aliceSession, &bobSession, true, true, false);
314 negotiate(&aliceCompactSession, &bobCompactSession, true, false, true);
/macosx-10.10.1/apache-793/httpd/modules/mappers/
H A Dmod_negotiation.c612 const char *negotiate = apr_table_get(r->headers_in, "Negotiate"); local
630 if (!negotiate)
633 if (strcmp(negotiate, "trans") == 0) {
634 /* Lynx 2.7 and 2.8 send 'negotiate: trans' even though they
636 * ignore the negotiate header when its contents are exactly "trans".
637 * If future versions of Lynx ever need to say 'negotiate: trans',
638 * they can send the equivalent 'negotiate: trans, trans' instead
649 while ((tok = ap_get_list_item(neg->pool, &negotiate)) != NULL) {
662 * negotiate header.
1143 /* Don't negotiate directorie
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/
H A Dconfigure.in561 AC_DEFINE([ENABLE_AUTH_GSS_NEGOTIATE], [], [Enable GSS negotiate auth mechanism])
/macosx-10.10.1/cups-408/cups/backend/
H A Dipp.c995 auth_info_required = "negotiate";
1466 auth_info_required = "negotiate";
1651 auth_info_required = "negotiate";
2105 auth_info_required = "negotiate";
3394 xpc_dictionary_set_string(request, "auth-negotiate", auth_negotiate);
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprinters.c1637 else if ((end - values) == 9 && !strncmp(values, "negotiate", 9))
1642 p->auth_info_required[p->num_auth_info_required] = "negotiate";
1714 else if (!strcmp(attr->values[i].string.text, "negotiate"))
1719 p->auth_info_required[p->num_auth_info_required] = "negotiate";
2064 auth_supported = "negotiate";

Completed in 243 milliseconds