Home
last modified time | relevance | path

Searched defs:proxyAuth (Results 1 – 25 of 99) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DnsHttpChannelAuthProvider.cpp339 static void GetAuthPrompt(nsIInterfaceRequestor* ifreq, bool proxyAuth, in GetAuthPrompt()
361 nsIHttpAuthenticator* auth, bool proxyAuth, const char* scheme, in GenCredsAndSetEntry()
458 nsresult nsHttpChannelAuthProvider::PrepareForAuthentication(bool proxyAuth) { in PrepareForAuthentication()
503 bool proxyAuth, in GetCredentials()
599 bool proxyAuth, nsACString& scheme, const char*& host, int32_t& port, in GetAuthorizationMembers()
631 const char* challenge, const char* authType, bool proxyAuth, in GetCredentialsForChallenge()
894 bool nsHttpChannelAuthProvider::BlockPrompt(bool proxyAuth) { in BlockPrompt()
1153 uint32_t level, bool proxyAuth, const char* realm, const char* authType, in PromptForIdentity()
1670 bool proxyAuth = (header == nsHttp::Proxy_Authorization); in SetAuthorizationHeader() local
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DnsHttpChannelAuthProvider.cpp355 static void GetAuthPrompt(nsIInterfaceRequestor *ifreq, bool proxyAuth, in GetAuthPrompt()
375 nsIHttpAuthenticator *auth, bool proxyAuth, const char *scheme, in GenCredsAndSetEntry()
461 nsresult nsHttpChannelAuthProvider::PrepareForAuthentication(bool proxyAuth) { in PrepareForAuthentication()
506 bool proxyAuth, in GetCredentials()
601 bool proxyAuth, nsACString &scheme, const char *&host, int32_t &port, in GetAuthorizationMembers()
633 const char *challenge, const char *authType, bool proxyAuth, in GetCredentialsForChallenge()
892 bool nsHttpChannelAuthProvider::BlockPrompt(bool proxyAuth) { in BlockPrompt()
1129 uint32_t level, bool proxyAuth, const char *realm, const char *authType, in PromptForIdentity()
1592 bool proxyAuth = (header == nsHttp::Proxy_Authorization); in SetAuthorizationHeader() local
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DnsHttpChannelAuthProvider.cpp339 static void GetAuthPrompt(nsIInterfaceRequestor* ifreq, bool proxyAuth, in GetAuthPrompt()
361 nsIHttpAuthenticator* auth, bool proxyAuth, const char* scheme, in GenCredsAndSetEntry()
458 nsresult nsHttpChannelAuthProvider::PrepareForAuthentication(bool proxyAuth) { in PrepareForAuthentication()
503 bool proxyAuth, in GetCredentials()
599 bool proxyAuth, nsACString& scheme, const char*& host, int32_t& port, in GetAuthorizationMembers()
631 const char* challenge, const char* authType, bool proxyAuth, in GetCredentialsForChallenge()
894 bool nsHttpChannelAuthProvider::BlockPrompt(bool proxyAuth) { in BlockPrompt()
1153 uint32_t level, bool proxyAuth, const char* realm, const char* authType, in PromptForIdentity()
1670 bool proxyAuth = (header == nsHttp::Proxy_Authorization); in SetAuthorizationHeader() local
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DnsHttpChannelAuthProvider.cpp342 static void GetAuthPrompt(nsIInterfaceRequestor* ifreq, bool proxyAuth, in GetAuthPrompt()
362 nsIHttpAuthenticator* auth, bool proxyAuth, const char* scheme, in GenCredsAndSetEntry()
452 nsresult nsHttpChannelAuthProvider::PrepareForAuthentication(bool proxyAuth) { in PrepareForAuthentication()
497 bool proxyAuth, in GetCredentials()
592 bool proxyAuth, nsACString& scheme, const char*& host, int32_t& port, in GetAuthorizationMembers()
624 const char* challenge, const char* authType, bool proxyAuth, in GetCredentialsForChallenge()
888 bool nsHttpChannelAuthProvider::BlockPrompt(bool proxyAuth) { in BlockPrompt()
1137 uint32_t level, bool proxyAuth, const char* realm, const char* authType, in PromptForIdentity()
1636 bool proxyAuth = (header == nsHttp::Proxy_Authorization); in SetAuthorizationHeader() local
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DnsHttpChannelAuthProvider.cpp364 GetAuthPrompt(nsIInterfaceRequestor *ifreq, bool proxyAuth, in GetAuthPrompt()
388 bool proxyAuth, in GenCredsAndSetEntry()
507 nsHttpChannelAuthProvider::PrepareForAuthentication(bool proxyAuth) in PrepareForAuthentication()
557 bool proxyAuth, in GetCredentials()
654 nsHttpChannelAuthProvider::GetAuthorizationMembers(bool proxyAuth, in GetAuthorizationMembers()
694 bool proxyAuth, in GetCredentialsForChallenge()
1158 bool proxyAuth, in PromptForIdentity()
1635 bool proxyAuth = (header == nsHttp::Proxy_Authorization); in SetAuthorizationHeader() local
/dports/devel/simgear/simgear-2020.3.11/simgear/io/
H A Dhttp_repo_sync.cxx26 string proxy, proxyAuth; in main() local
H A DHTTPClient_private.hxx47 std::string proxyAuth; member in simgear::HTTP::Client::ClientPrivate
H A Dhttpget.cxx72 string proxy, proxyAuth; in main() local
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DnsHttpChannelAuthProvider.cpp316 static void GetAuthPrompt(nsIInterfaceRequestor* ifreq, bool proxyAuth, in GetAuthPrompt()
338 nsIHttpAuthenticator* auth, bool proxyAuth, const nsACString& scheme, in GenCredsAndSetEntry()
437 nsresult nsHttpChannelAuthProvider::PrepareForAuthentication(bool proxyAuth) { in PrepareForAuthentication()
585 const nsACString& aChallenges, bool proxyAuth, nsCString& creds) { in GetCredentials()
740 bool proxyAuth, nsACString& scheme, nsCString& host, int32_t& port, in GetAuthorizationMembers()
772 const nsACString& aChallenge, const nsACString& aAuthType, bool proxyAuth, in GetCredentialsForChallenge()
1034 bool nsHttpChannelAuthProvider::BlockPrompt(bool proxyAuth) { in BlockPrompt()
1400 uint32_t level, bool proxyAuth, const nsACString& realm, in PromptForIdentity()
1913 bool proxyAuth = (header == nsHttp::Proxy_Authorization); in SetAuthorizationHeader() local
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/auth/
H A DDefaultAuthorizationPolicy.java63 private boolean proxyAuth; field in DefaultAuthorizationPolicy
/dports/benchmarks/polygraph/polygraph-4.13.0/src/client/
H A DHttpCltXact.cc653 void HttpCltXact::makeAuthHdr(const bool proxyAuth, const String &header, in makeAuthHdr()
1043 Error HttpCltXact::doAuth(const bool proxyAuth, const bool needed, in doAuth()
1155 Error HttpCltXact::startAuth(const bool proxyAuth, const HttpAuthScheme scheme) { in startAuth()
1173 void HttpCltXact::checkAuthEnd(const bool proxyAuth, const bool needed, const Error &err) { in checkAuthEnd()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/
H A DHttpsTunnelAuthTest.java97 final String proxyAuth = "Basic " + Base64.getEncoder().withoutPadding() field in HttpsTunnelAuthTest
/dports/security/vault/vault-1.8.2/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/apimachinery/apimachinery-0.16.8/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/apimachinery/apimachinery-6fa4771c83b3/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/devel/mutagen/mutagen-0.11.8/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go243 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go240 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/
H A Droundtripper.go240 func (s *SpdyRoundTripper) proxyAuth(proxyURL *url.URL) string { func

1234