Home
last modified time | relevance | path

Searched refs:Negotiate (Results 1 – 25 of 2034) sorted by relevance

12345678910>>...82

/dports/www/squid/squid-4.15/src/auth/negotiate/
H A DConfig.cc52 Auth::Negotiate::Config::rotateHelpers() in rotateHelpers()
63 Auth::Negotiate::Config::done() in done()
95 Auth::Negotiate::Config::Config() : keep_alive(1) in Config()
115 Auth::Negotiate::Config::type() const in type()
117 return Auth::Negotiate::Scheme::GetInstance()->type(); in type()
125 Auth::Negotiate::Config::init(Auth::Config *) in init()
150 Auth::Negotiate::Config::registerWithCacheManager(void) in registerWithCacheManager()
158 Auth::Negotiate::Config::active() const in active()
164 Auth::Negotiate::Config::configured() const in configured()
198 …Auth::Negotiate::UserRequest *negotiate_request = dynamic_cast<Auth::Negotiate::UserRequest *>(aut… in fixHeader()
[all …]
H A DScheme.cc15 Auth::Scheme::Pointer Auth::Negotiate::Scheme::_instance = NULL;
18 Auth::Negotiate::Scheme::GetInstance() in GetInstance()
21 _instance = new Auth::Negotiate::Scheme(); in GetInstance()
28 Auth::Negotiate::Scheme::type() const in type()
34 Auth::Negotiate::Scheme::shutdownCleanup() in shutdownCleanup()
44 Auth::Negotiate::Scheme::createConfig() in createConfig()
46 Auth::Negotiate::Config *negotiateCfg = new Auth::Negotiate::Config; in createConfig()
H A DUserRequest.cc30 Auth::Negotiate::UserRequest::UserRequest() : in UserRequest()
38 Auth::Negotiate::UserRequest::~UserRequest() in ~UserRequest()
53 Auth::Negotiate::UserRequest::connLastHeader() in connLastHeader()
59 Auth::Negotiate::UserRequest::authenticated() const in authenticated()
71 Auth::Negotiate::UserRequest::credentialsStr() in credentialsStr()
92 Auth::Negotiate::UserRequest::module_direction() in module_direction()
166 helperStatefulSubmit(negotiateauthenticators, buf, Auth::Negotiate::UserRequest::HandleReply, in startHelperLookup()
175 Auth::Negotiate::UserRequest::releaseAuthServer() in releaseAuthServer()
265 Auth::Negotiate::UserRequest::HandleReply(void *data, const Helper::Reply &reply) in HandleReply()
286 …Auth::Negotiate::UserRequest *lm_request = dynamic_cast<Auth::Negotiate::UserRequest *>(auth_user_… in HandleReply()
[all …]
H A DUser.cc15 Auth::Negotiate::User::User(Auth::Config *aConfig, const char *aRequestRealm) : in User()
20 Auth::Negotiate::User::~User() in ~User()
26 Auth::Negotiate::User::ttl() const in ttl()
32 Auth::Negotiate::User::Cache() in Cache()
39 Auth::Negotiate::User::addToNameCache() in addToNameCache()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Http.Test/Tracing/Tracers/
H A DContentNegotiatorTracerTest.cs29 … ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter[0]); in Negotiate_Calls_Inner_Negotiate()
34 n.Negotiate(It.IsAny<Type>(), It.IsAny<HttpRequestMessage>(), in Negotiate_Calls_Inner_Negotiate()
45 n.Negotiate(It.IsAny<Type>(), It.IsAny<HttpRequestMessage>(), in Negotiate_Returns_Inner_MediaType()
63 n.Negotiate(It.IsAny<Type>(), It.IsAny<HttpRequestMessage>(), in Negotiate_Returns_Wrapped_Inner_XmlFormatter()
81 n.Negotiate(It.IsAny<Type>(), It.IsAny<HttpRequestMessage>(), in Negotiate_Returns_Wrapped_Inner_JsonFormatter()
99 n.Negotiate(It.IsAny<Type>(), It.IsAny<HttpRequestMessage>(), in Negotiate_Returns_Wrapped_Inner_FormUrlEncodedFormatter()
116 n.Negotiate(It.IsAny<Type>(), It.IsAny<HttpRequestMessage>(), in Negotiate_Returns_Null_Inner_Formatter()
134 n.Negotiate(It.IsAny<Type>(), It.IsAny<HttpRequestMessage>(), in Negotiate_Traces_BeginEnd()
144 … ((IContentNegotiator)_tracer).Negotiate(typeof(int), _request, new MediaTypeFormatter[0]); in Negotiate_Traces_BeginEnd()
158 n.Negotiate(It.IsAny<Type>(), It.IsAny<HttpRequestMessage>(), in Negotiate_Throws_When_Inner_Throws()
[all …]
/dports/devel/p5-Alien-Build/Alien-Build-2.45/t/
H A Dalien_build_plugin_pkgconfig_negotiate__pick.t3 use Alien::Build::Plugin::PkgConfig::Negotiate;
21 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
31 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
46 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
110 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
121 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
132 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
144 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
174 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
201 Alien::Build::Plugin::PkgConfig::Negotiate->pick,
[all …]
H A Dalien_build_plugin_download_negotiate.t4 use Alien::Build::Plugin::Download::Negotiate;
12 my $mock_pick_decoder = mock 'Alien::Build::Plugin::Download::Negotiate' => (
22 my $mock = mock 'Alien::Build::Plugin::Download::Negotiate' => (
40 my $plugin = Alien::Build::Plugin::Download::Negotiate->new('http://mytest.test/');
82 my $plugin = Alien::Build::Plugin::Download::Negotiate->new('https://mytest.test/');
115 my $plugin = Alien::Build::Plugin::Download::Negotiate->new('ftp://mytest.test/');
126 my $plugin = Alien::Build::Plugin::Download::Negotiate->new('ftp://mytest.test/');
148 my $plugin = Alien::Build::Plugin::Download::Negotiate->new('/foo/bar/baz');
162 my $plugin = Alien::Build::Plugin::Download::Negotiate->new(
182 my $plugin = Alien::Build::Plugin::Download::Negotiate->new(
[all …]
H A Dalien_build_plugin_extract_negotiate.t4 use Alien::Build::Plugin::Extract::Negotiate;
54 my $pick = Alien::Build::Plugin::Extract::Negotiate->pick($ext);
64 Alien::Build::Plugin::Extract::Negotiate->pick('tar'),
86 Alien::Build::Plugin::Extract::Negotiate->pick('tar.gz'),
94 Alien::Build::Plugin::Extract::Negotiate->pick('tar.gz'),
129 Alien::Build::Plugin::Extract::Negotiate->pick('zip'),
141 Alien::Build::Plugin::Extract::Negotiate->pick('zip'),
153 Alien::Build::Plugin::Extract::Negotiate->pick('zip'),
166 Alien::Build::Plugin::Extract::Negotiate->pick('zip'),
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Net.Http.Formatting.Test.Unit/Formatting/
H A DDefaultContentNegotiatorTests.cs41 …Assert.ThrowsArgumentNull(() => _negotiator.Negotiate(typeof(string), _request, null), "formatters… in Negotiate_WhenFormattersParameterIsNull_ThrowsException()
47 …var result = _negotiator.Negotiate(typeof(string), _request, Enumerable.Empty<MediaTypeFormatter>(… in Negotiate_ForEmptyFormatterCollection_ReturnsNull()
72 var result = _negotiator.Negotiate(typeof(string), _request, formatters); in MediaTypeMappingTakesPrecedenceOverAcceptHeader()
106 var result = _negotiator.Negotiate(typeof(string), _request, collection); in Negotiate_ForRequestReturnsFirstMatchingFormatter()
118 … var result = _negotiator.Negotiate(typeof(string), _request, new MediaTypeFormatterCollection()); in Negotiate_SelectsJsonAsDefaultFormatter()
134 … var result = _negotiator.Negotiate(typeof(string), _request, new MediaTypeFormatterCollection()); in Negotiate_SelectsXmlFormatter_ForXhrRequestThatAcceptsXml()
149 … var result = _negotiator.Negotiate(typeof(string), _request, new MediaTypeFormatterCollection()); in Negotiate_SelectsJsonFormatter_ForXhrRequestThatDoesNotSpecifyAcceptHeaders()
171 var result = _negotiator.Negotiate(typeof(string), _request, formatters); in Negotiate_RespectsFormatterOrdering_ForXhrRequestThatDoesNotSpecifyAcceptHeaders()
186 … var result = _negotiator.Negotiate(typeof(JToken), _request, new MediaTypeFormatterCollection()); in Negotiate_SelectsJsonFormatter_ForXHRAndJsonValueResponse()
201 … var result = _negotiator.Negotiate(typeof(string), _request, new MediaTypeFormatterCollection()); in Negotiate_SelectsJsonFormatter_ForXHRAndMatchAllAcceptHeader()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/data/
H A Dtest20576 HTTP Negotiate auth (stub ntlm)
16 WWW-Authenticate: Negotiate Qw==
26 WWW-Authenticate: Negotiate RA==
35 WWW-Authenticate: Negotiate Qw==
41 WWW-Authenticate: Negotiate RA==
54 HTTP Negotiate authentication (stub ntlm)
78 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjI6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
83 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjM6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/data/
H A Dtest20576 HTTP Negotiate auth (stub ntlm)
16 WWW-Authenticate: Negotiate Qw==
26 WWW-Authenticate: Negotiate RA==
35 WWW-Authenticate: Negotiate Qw==
41 WWW-Authenticate: Negotiate RA==
54 HTTP Negotiate authentication (stub ntlm)
78 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjI6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
83 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjM6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/data/
H A Dtest20576 HTTP Negotiate auth (stub ntlm)
16 WWW-Authenticate: Negotiate Qw==
26 WWW-Authenticate: Negotiate RA==
35 WWW-Authenticate: Negotiate Qw==
41 WWW-Authenticate: Negotiate RA==
54 HTTP Negotiate authentication (stub ntlm)
75 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjI6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
81 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjM6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/data/
H A Dtest20576 HTTP Negotiate auth (stub ntlm)
16 WWW-Authenticate: Negotiate Qw==
26 WWW-Authenticate: Negotiate RA==
35 WWW-Authenticate: Negotiate Qw==
41 WWW-Authenticate: Negotiate RA==
54 HTTP Negotiate authentication (stub ntlm)
78 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjI6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
83 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjM6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/uri/tasks/
H A Duse_gssapi.yml1 - name: test that endpoint offers Negotiate auth
6 failed_when: no_auth_failure.www_authenticate != 'Negotiate'
8 - name: test Negotiate auth over HTTP with explicit credentials
17 - name: test Negotiate auth over HTTPS with explicit credentials
26 - name: assert test Negotiate auth with implicit credentials
42 - name: test Negotiate auth over HTTP with implicit credentials
49 - name: test Negotiate auth over HTTPS with implicit credentials
56 - name: assert test Negotiate auth with implicit credentials
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/data/
H A Dtest20576 HTTP Negotiate auth (stub ntlm)
16 WWW-Authenticate: Negotiate Qw==
26 WWW-Authenticate: Negotiate RA==
35 WWW-Authenticate: Negotiate Qw==
41 WWW-Authenticate: Negotiate RA==
54 HTTP Negotiate authentication (stub ntlm)
75 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjI6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
81 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjM6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/data/
H A Dtest20576 HTTP Negotiate auth (stub ntlm)
16 WWW-Authenticate: Negotiate Qw==
26 WWW-Authenticate: Negotiate RA==
35 WWW-Authenticate: Negotiate Qw==
41 WWW-Authenticate: Negotiate RA==
54 HTTP Negotiate authentication (stub ntlm)
75 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjI6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
81 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjM6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/data/
H A Dtest20576 HTTP Negotiate auth (stub ntlm)
16 WWW-Authenticate: Negotiate Qw==
26 WWW-Authenticate: Negotiate RA==
35 WWW-Authenticate: Negotiate Qw==
41 WWW-Authenticate: Negotiate RA==
54 HTTP Negotiate authentication (stub ntlm)
75 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjI6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
81 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjM6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/data/
H A Dtest20576 HTTP Negotiate auth (stub ntlm)
16 WWW-Authenticate: Negotiate Qw==
26 WWW-Authenticate: Negotiate RA==
35 WWW-Authenticate: Negotiate Qw==
41 WWW-Authenticate: Negotiate RA==
54 HTTP Negotiate authentication (stub ntlm)
75 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjI6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
81 Authorization: Negotiate Ik5UTE1fQWxpY2UiOkhUVFBAMTI3LjAuMC4xOjM6QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/tests/
H A DPrincipalContextTests.cs21 Assert.Equal(ContextOptions.Negotiate, context.Options); in Ctor_ContextType()
39 Assert.Equal(ContextOptions.Negotiate, context.Options); in Ctor_ContextType_Name()
65 Assert.Equal(ContextOptions.Negotiate, context.Options); in Ctor_ContextType_Name()
80 [InlineData(ContextType.Machine, null, null, ContextOptions.Negotiate)]
81 [InlineData(ContextType.Machine, "", null, ContextOptions.Negotiate)]
82 [InlineData(ContextType.Machine, "\0", null, ContextOptions.Negotiate)]
83 [InlineData(ContextType.Machine, "name", null, ContextOptions.Negotiate)]
91 Assert.Equal(ContextOptions.Negotiate, context.Options); in Ctor_ContextType_Name_Container_Options()
118 Assert.Equal(ContextOptions.Negotiate, context.Options); in Ctor_ContextType_Name_UserName_Password()
144 Assert.Equal(ContextOptions.Negotiate, context.Options); in Ctor_ContextType_Name_Container_UserName_Password()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/cast/streaming/
H A Dsender_session_unittest.cc217 const Error error = session_->Negotiate( in TEST_F()
226 const Error error = session_->Negotiate( in TEST_F()
234 const Error error = session_->Negotiate( in TEST_F()
261 const Error error = session_->Negotiate( in TEST_F()
275 const Error error = session_->Negotiate( in TEST_F()
289 session_->Negotiate( in TEST_F()
344 session_->Negotiate( in TEST_F()
356 session_->Negotiate( in TEST_F()
393 session_->Negotiate( in TEST_F()
402 session_->Negotiate( in TEST_F()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/negotiate/docs/
H A Dnegotiate.md1 Negotiate module
4 The Negotiate module implements Microsofts Kerberos SPNEGO mechanism.
8 `negotiate:Negotiate`
11 `negotiate:Negotiate`
14 Negotiate implements the following mechanics:
20 fails to authenticate in the Negotiate module
55 'negotiate:Negotiate',
167 WWW-Authenticate: Negotiate.
170 `Enabling/disabling Negotiate from a web browser`
177 explain which clients are accepted by Negotiate.
[all …]
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/negotiate/docs/
H A Dnegotiate.md1 Negotiate module
8 `negotiate:Negotiate`
11 `negotiate:Negotiate`
14 Negotiate implements the following mechanics:
20 fails to authenticate in the Negotiate module
55 'negotiate:Negotiate',
125 header('WWW-Authenticate: Negotiate',false);
169 WWW-Authenticate: Negotiate.
172 ### Enabling/disabling Negotiate from a web browser argument
178 explain which clients are accepted by Negotiate.
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/get_url/tasks/
H A Duse_gssapi.yml1 - name: test Negotiate auth over HTTP with explicit credentials
10 - name: get result of test Negotiate auth over HTTP with explicit credentials
15 - name: assert test Negotiate auth with implicit credentials
29 - name: test Negotiate auth over HTTPS with implicit credentials
36 - name: get result of test Negotiate auth over HTTPS with implicit credentials
41 - name: assert test Negotiate auth with implicit credentials
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/common/common-0.9.1/internal/bitbucket.org/ww/goautoneg/
H A Dautoneg_test.go51 content_type := Negotiate(chrome, alternatives)
57 content_type = Negotiate(chrome, alternatives)
63 content_type = Negotiate(chrome, alternatives)
69 content_type = Negotiate(chrome, alternatives)
/dports/net-mgmt/adguard-exporter/adguard-exporter-1.14/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/
H A Dautoneg_test.go11 content_type := Negotiate(chrome, alternatives)
17 content_type = Negotiate(chrome, alternatives)
23 content_type = Negotiate(chrome, alternatives)
29 content_type = Negotiate(chrome, alternatives)

12345678910>>...82