Home
last modified time | relevance | path

Searched +full:- +full:- +full:without +full:- +full:ntlm +full:- +full:auth (Results 1 – 25 of 47) sorted by relevance

12

/external/apache-http/src/org/apache/http/impl/auth/
DNTLMScheme.java2 ….org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/au…
4 * $Date: 2008-05-10 04:22:12 -0700 (Sat, 10 May 2008) $
15 * http://www.apache.org/licenses/LICENSE-2.0
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 package org.apache.http.impl.auth;
35 import org.apache.http.auth.AUTH;
36 import org.apache.http.auth.AuthenticationException;
37 import org.apache.http.auth.Credentials;
38 import org.apache.http.auth.InvalidCredentialsException;
39 import org.apache.http.auth.MalformedChallengeException;
[all …]
DNTLMEngine.java2 ….org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/au…
4 * $Date: 2008-05-24 03:42:23 -0700 (Sat, 24 May 2008) $
15 * http://www.apache.org/licenses/LICENSE-2.0
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 package org.apache.http.impl.auth;
34 * Abstract NTLM authentication engine. The engine can be used to
38 * For details see <a href="http://davenport.sourceforge.net/ntlm.html">this resource</a>
43 …* Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.h…
DNTLMEngineException.java2 ….org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/impl/au…
4 * $Date: 2008-05-10 04:22:12 -0700 (Sat, 10 May 2008) $
15 * http://www.apache.org/licenses/LICENSE-2.0
19 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
31 package org.apache.http.impl.auth;
33 import org.apache.http.auth.AuthenticationException;
36 * Signals NTLM protocol failure.
43 …* Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.h…
/external/curl/lib/
Dhttp_ntlm.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
30 * NTLM details:
32 * https://davenport.sourceforge.net/ntlm.html
33 * https://www.innovation.ch/java/ntlm.html
47 /* SSL backend-specific #if branches in this file must be kept in the order
66 const char *header) /* rest of the www-authenticate: in Curl_input_ntlm()
70 struct ntlmdata *ntlm; in Curl_input_ntlm() local
73 struct connectdata *conn = data->conn; in Curl_input_ntlm()
75 ntlm = proxy ? &conn->proxyntlm : &conn->ntlm; in Curl_input_ntlm()
[all …]
Dcurl_sasl.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
23 * RFC2195 CRAM-MD5 authentication
25 * RFC2831 DIGEST-MD5 authentication
28 * RFC5802 SCRAM-SHA-1 authentication
29 * RFC7677 SCRAM-SHA-256 authentication
32 * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
68 { "CRAM-MD5", 8, SASL_MECH_CRAM_MD5 },
69 { "DIGEST-MD5", 10, SASL_MECH_DIGEST_MD5 },
72 { "NTLM", 4, SASL_MECH_NTLM },
[all …]
Dcurl_sasl.h20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * SPDX-License-Identifier: curl
55 #define SASL_MECH_STRING_CRAM_MD5 "CRAM-MD5"
56 #define SASL_MECH_STRING_DIGEST_MD5 "DIGEST-MD5"
59 #define SASL_MECH_STRING_NTLM "NTLM"
62 #define SASL_MECH_STRING_SCRAM_SHA_1 "SCRAM-SHA-1"
63 #define SASL_MECH_STRING_SCRAM_SHA_256 "SCRAM-SHA-256"
66 #define SASL_FLAG_BASE64 0x0001 /* Messages are base64-encoded */
112 command length - other characters count.
113 This has to be zero for non-base64 protocols. */
[all …]
Durldata.h20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * SPDX-License-Identifier: curl
157 /* return the count of bytes sent, or -1 on error */
164 /* return the count of bytes read, or -1 on error */
191 #include "c-hyper.h"
192 #include "cf-socket.h"
234 (((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))? TRUE: \
238 ((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))
242 /* Types needed for krb5-ftp connections */
276 /* SSL backend-specific data; declared differently by each SSL backend */
[all …]
Dhttp.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
91 #include "c-hyper.h"
170 /* allocate the HTTP-specific struct for the Curl_easy, only to survive in Curl_http_setup_conn()
173 DEBUGASSERT(data->req.p.http == NULL); in Curl_http_setup_conn()
179 data->req.p.http = http; in Curl_http_setup_conn()
182 if(data->state.httpwant == CURL_HTTP_VERSION_3ONLY) { in Curl_http_setup_conn()
199 * prefix without colon!
208 for(head = (conn->bits.proxy && data->set.sep_headers) ? in Curl_checkProxyheaders()
209 data->set.proxyheaders : data->set.headers; in Curl_checkProxyheaders()
[all …]
/external/curl/docs/
DFEATURES.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Features -- what curl can do
11 - config file support
12 - multiple URLs in a single command line
13 - range "globbing" support: [0-13], {one,two,three}
14 - multiple file upload on a single command line
15 - custom maximum transfer rate
16 - redirect stderr
[all …]
DKNOWN_BUGS16 1.5 Expect-100 meets 417
21 2.4 Secure Transport will not import PKCS#12 client certificates without a password
30 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
31 3.4 AUTH PLAIN for SMTP is not working on all servers
39 5.2 curl-config --libs contains private details
41 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
42 5.6 cygwin: make install installs curl-config.1 twice
44 5.11 configure --with-gssapi with Heimdal is ignored on macOS
51 6.1 NTLM authentication and unicode
53 6.3 NTLM in system context uses wrong name
[all …]
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
60 without being root. An example of this would be to make a local install in
63 ./configure --prefix=$HOME
[all …]
Dcurl.18 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
18 .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
27 curl \- transfer a URL
34 SMTPS, TELNET or TFTP. The command is designed to work without user
42 curl is powered by libcurl for all transfer-related features. See
45 The URL syntax is protocol-dependent. You find a detailed description in
55 "ftp://ftp.example.com/file[1-100].txt"
57 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros)
59 "ftp://ftp.example.com/file[a-z].txt"
64 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html"
[all …]
/external/cronet/net/http/
Dhttp_auth_challenge_tokenizer_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
57 // Use a name= property without a value and with mismatching quote marks.
93 std::string challenge_str = "Digest qop=auth-int, algorithm=md5, realm=\"foo"; in TEST()
103 EXPECT_EQ(std::string("auth-int"), parameters.value()); in TEST()
131 "Digest algorithm=md5, realm=\"Oblivion\", qop=auth-int"; in TEST()
149 EXPECT_EQ(std::string("auth-int"), parameters.value()); in TEST()
156 std::string challenge_str = "NTLM"; in TEST()
162 EXPECT_EQ(std::string("ntlm"), challenge.auth_scheme()); in TEST()
168 std::string challenge_str = "NTLM SGVsbG8sIFdvcmxkCg==="; in TEST()
172 EXPECT_EQ(std::string("ntlm"), challenge.auth_scheme()); in TEST()
Dhttp_auth_ntlm_mechanism.h2 // Use of this source code is governed by a BSD-style license that can be
12 #include "net/base/auth.h"
15 #include "net/ntlm/ntlm_client.h"
71 ntlm::NtlmClient ntlm_client_;
73 // Decoded authentication token that the server returned as part of an NTLM
78 // compliant to respond to any challenge without a token with a negotiate
Dhttp_network_transaction_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
41 #include "net/base/auth.h"
127 #include "third_party/abseil-cpp/absl/types/optional.h"
134 #include "net/ntlm/ntlm_test_data.h"
156 //-----------------------------------------------------------------------------
175 "Alt-Svc: h2=\"mail.example.org:443\"\r\n";
179 ->GetSocketPool(HttpNetworkSession::NORMAL_SOCKET_POOL, in GetIdleSocketCountInTransportSocketPool()
181 ->IdleSocketCount(); in GetIdleSocketCountInTransportSocketPool()
186 ->GetSocketPool(HttpNetworkSession::NORMAL_SOCKET_POOL, in IsTransportSocketPoolStalled()
188 ->IsStalled(); in IsTransportSocketPoolStalled()
[all …]
/external/curl/scripts/
Dciconfig.pl19 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
22 # SPDX-License-Identifier: curl
27 # check for and use this feature without the configure flag
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
52 'libcurl-option' => 1,
55 'openssl-auto-load-config' => 1,
56 'versioned-symbols' => 1,
57 'symbol-hiding' => 1,
[all …]
/external/curl/lib/vauth/
Dntlm_sspi.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
46 * This is used to evaluate if NTLM is supported.
50 * Returns TRUE if NTLM is supported by Windows SSPI.
57 /* Query the security package for NTLM */ in Curl_auth_is_ntlm_supported()
58 status = s_pSecFn->QuerySecurityPackageInfo((TCHAR *) TEXT(SP_NAME_NTLM), in Curl_auth_is_ntlm_supported()
63 s_pSecFn->FreeContextBuffer(SecurityPackage); in Curl_auth_is_ntlm_supported()
72 * This is used to generate an already encoded NTLM type-1 message ready for
77 * data [in] - The session handle.
78 * userp [in] - The user name in the format User or Domain\User.
[all …]
/external/curl/docs/cmdline-opts/
Duser.md1 ---
3 SPDX-License-Identifier: curl
8 Category: important auth
11 See-also:
12 - netrc
13 - config
15 - -u user:secret $URL
16 ---
18 # `--user`
21 --netrc and --netrc-optional.
[all …]
DMakefile.inc18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
48 abstract-unix-socket.md \
49 alt-svc.md \
52 aws-sigv4.md \
54 ca-native.md \
57 cert-status.md \
58 cert-type.md \
61 compressed-ssh.md \
64 connect-timeout.md \
[all …]
/external/curl/src/
Dtool_listhelp.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
36 {" --abstract-unix-socket <path>",
39 {" --alt-svc <filename>",
40 "Enable alt-svc with this cache file",
42 {" --anyauth",
45 {"-a, --append",
48 {" --aws-sigv4 <provider1[:prvdr2[:reg[:srv]]]>",
49 "AWS V4 signature auth",
51 {" --basic",
[all …]
/external/curl/tests/server/
Drtspd.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
76 static long prevtestno = -1; /* previous test number we served */
77 static long prevpartno = -1; /* previous part number we served */
106 bool auth; /* Authorization header present in the incoming request */ member
107 size_t cl; /* Content-Length of the incoming request */
109 bool ntlm; /* Authorization ntlm header found */ member
110 int pipe; /* if non-zero, expect this many requests to do a "piped"
112 int skip; /* if non-zero, the server is instructed to not read this
114 bytes said in Content-Length, but the server only reads N
[all …]
Dsws.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
88 static long prevtestno = -1; /* previous test number we served */
89 static long prevpartno = -1; /* previous part number we served */
109 bool auth; /* Authorization header present in the incoming request */ member
110 size_t cl; /* Content-Length of the incoming request */
112 bool ntlm; /* Authorization ntlm header found */ member
113 int delay; /* if non-zero, delay this number of msec after connect */
114 int writedelay; /* if non-zero, delay this number of milliseconds between
116 int skip; /* if non-zero, the server is instructed to not read this
[all …]
/external/curl/tests/libtest/
Dlibauthretry.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
25 * argv2 = main auth type
26 * argv3 = second auth type
45 "(auth %ld)\n", seq, full_url, userpwd, auth_scheme); in send_request()
80 if(curl_strequal(arg, "ntlm")) in parse_auth_name()
95 fprintf(stderr, "auth schemes not found on commandline\n"); in test()
/external/apache-http/src/org/apache/http/impl/client/
DAbstractAuthenticationHandler.java2 …* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main…
4 * $Date: 2008-07-02 10:35:05 -0700 (Wed, 02 Jul 2008) $
15 * http://www.apache.org/licenses/LICENSE-2.0
19 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
45 import org.apache.http.auth.AuthScheme;
46 import org.apache.http.auth.AuthSchemeRegistry;
47 import org.apache.http.auth.AuthenticationException;
48 import org.apache.http.auth.MalformedChallengeException;
59 …* Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.h…
68 "ntlm",
/external/curl/tests/
DFILEFORMAT.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
12 in its own line. Comments are either XML-style (enclosed with `<!--` and
13 `-->`) or shell script style (beginning with `#`) and must appear on their own
43 or even percent-encoded individual bytes. As an example, insert the HTTP
56 %hex[ %XX-encoded data to decode ]hex%
96 Accept-Encoding
103 Accept-Encoding: not-brotli
110 Accept-Encoding: brotli
[all …]

12