| /external/curl/m4/ |
| D | curl-confopts.m4 | 21 # SPDX-License-Identifier: curl 29 dnl ------------------------------------------------- 31 dnl --enable-threaded-resolver or --disable-threaded-resolver, and 38 AS_HELP_STRING([--enable-threaded-resolver],[Enable threaded resolver]) 39 AS_HELP_STRING([--disable-threaded-resolver],[Disable threaded resolver]), 43 dnl --disable-threaded-resolver option used 55 dnl ------------------------------------------------- 57 dnl --enable-ares or --disable-ares, and 63 AC_MSG_CHECKING([whether to enable c-ares for DNS lookups]) 66 AS_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups]) [all …]
|
| /external/curl/ |
| D | androidconfigure | 3 set -e 8 echo "Run 'lunch aosp_arm-eng' and build the current version first." >&2 20 HOST="arm-linux-androideabi" 22 export CC="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/clang" 23 export LD="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/lld" 28 "--sysroot ${T}/out/soong/ndk/sysroot/" 31 "-I${T}/external/zlib/" 32 # We don't have target-specific clang binaries like the NDK, so provide 34 "--target=armv7a-linux-androideabi34" 41 "-L${ANDROID_PRODUCT_OUT}/system/lib/" [all …]
|
| D | configure.ac | 21 # SPDX-License-Identifier: curl 29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/]) 67 if test -z "$SED"; then 71 if test -z "$SED" || test "$SED" = "not_found"; then 79 if test -z "$GREP"; then 83 if test -z "$GREP" || test "$GREP" = "not_found"; then 89 dnl 'grep -E' is mandatory for configure process and libtool. 91 if test -z "$EGREP"; then 93 AC_MSG_CHECKING([that grep -E works]) 94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then [all …]
|
| /external/cronet/net/http/ |
| D | http_auth_handler_ntlm_portable_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 23 #include "net/ntlm/ntlm.h" 24 #include "net/ntlm/ntlm_buffer_reader.h" 25 #include "net/ntlm/ntlm_buffer_writer.h" 26 #include "net/ntlm/ntlm_test_data.h" 39 // Test input value defined in [MS-NLMP] Section 4.2.1. 42 // Disable NTLMv2 for this end to end test because it's not possible in HttpAuthHandlerNtlmPortableTest() 46 http_auth_preferences_->set_ntlm_v2_enabled(false); in HttpAuthHandlerNtlmPortableTest() 48 factory_->set_http_auth_preferences(http_auth_preferences_.get()); in HttpAuthHandlerNtlmPortableTest() 50 base::StrCat({ntlm::test::kNtlmDomain, u"\\", ntlm::test::kUser}), in HttpAuthHandlerNtlmPortableTest() [all …]
|
| D | http_auth_controller.cc | 2 // Use of this source code is governed by a BSD-style license that can be 50 switch (handler->target()) { in DetermineAuthTarget() 52 if (GURL::SchemeIsCryptographic(handler->scheme_host_port().scheme())) { in DetermineAuthTarget() 58 if (GURL::SchemeIsCryptographic(handler->scheme_host_port().scheme())) { in DetermineAuthTarget() 71 // Note: The on-same-thread check is intentionally not using a lock in HistogramAuthEvent() 81 HttpAuth::Scheme auth_scheme = handler->auth_scheme(); in HistogramAuthEvent() 91 // NTLM Start: 4 in HistogramAuthEvent() 92 // NTLM Reject: 5 in HistogramAuthEvent() 113 // NTLM Proxy: 8 in HistogramAuthEvent() 114 // NTLM Secure Proxy: 9 in HistogramAuthEvent() [all …]
|
| /external/cronet/net/ntlm/ |
| D | ntlm_client.h | 2 // Use of this source code is governed by a BSD-style license that can be 5 // Based on [MS-NLMP]: NT LAN Manager (NTLM) Authentication Protocol 6 // Specification version 28.0 [1], an unofficial NTLM reference [2], and a 9 // [1] https://msdn.microsoft.com/en-us/library/cc236621.aspx 10 // [2] http://davenport.sourceforge.net/ntlm.html 12 …sdn.microsoft.com/openspecification/2013/03/26/ntlm-and-channel-binding-hash-aka-extended-protecti… 27 #include "net/ntlm/ntlm_constants.h" 29 namespace net::ntlm { 36 // [1] - 37 // https://support.microsoft.com/en-us/help/968389/extended-protection-for-authentication [all …]
|
| /external/curl/src/ |
| D | tool_listhelp.c | 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]]]>", 51 {" --basic", 54 {" --ca-native", 57 {" --cacert <file>", [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | Makefile.inc | 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 \ 65 connect-to.md \ [all …]
|
| /external/curl/packages/vms/ |
| D | build_curl-config_script.com | 1 $! build_curl-config_script.com 3 $! This generates the curl-config. script from the curl-config.in file. 19 $! SPDX-License-Identifier: ISC 23 $! Skip this if the curl-config. already exists. 24 $ if f$search("[--]curl-config.") .nes. "" then goto all_exit 38 $ x_cppflag_curl_staticlib = "-DCURL_STATICLIB" 42 $ x_support_features = "SSL IPv6 libz NTLM" 52 $ part1 = "-L/usr/lib -L/SSL_LIB -lssl -lcrypto -lz" 57 $ x_libcurl_libs = part1 + " -lgssapi" 62 $!----------------------- [all …]
|
| D | gnv_curl_configure.sh | 20 # SPDX-License-Identifier: ISC 33 # Override configure adding -std1 which is too strict for what curl 41 ./configure --prefix=/usr --exec-prefix=/usr --disable-dependency-tracking \ 42 --disable-libtool-lock --with-gssapi --disable-ntlm-wb \ 43 --with-ca-path=gnv\$curl_ca_path
|
| /external/curl/docs/ |
| D | CURL-DISABLE.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 7 # Code defines to disable features and protocols 11 Disable support for Alt-Svc: HTTP headers. 15 Disable support for binding the local end of connections. 19 Disable support for HTTP cookies. 23 Disable support for the Basic authentication methods. 27 Disable support for the Bearer authentication methods. 31 Disable support for the Digest authentication methods. [all …]
|
| D | INSTALL.md | 1 <!-- 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 63 ./configure --prefix=$HOME 72 ./configure --with-openssl [all …]
|
| D | options-in-versions | 13 --abstract-unix-socket 7.53.0 14 --alt-svc 7.64.1 15 --anyauth 7.10.6 16 --append (-a) 4.8 17 --aws-sigv4 7.75.0 18 --basic 7.10.6 19 --ca-native 8.2.0 20 --cacert 7.5 21 --capath 7.9.8 22 --cert (-E) 5.0 [all …]
|
| D | curl.1 | 8 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 27 curl \- transfer a URL 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" 73 "http://example.com/file[1-100:10].txt" 75 "http://example.com/file[a-z:2].txt" [all …]
|
| D | KNOWN_BUGS | 16 1.5 Expect-100 meets 417 30 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses 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 54 6.5 NTLM does not support password with § character 55 6.6 libcurl can fail to try alternatives with --proxy-any [all …]
|
| /external/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/ |
| D | ProxyConfiguration.java | 83 proxyConfiguration.password().orElseGet(() -> builder.password); in resolvePassword() 89 proxyConfiguration.userName().orElseGet(() -> builder.username); in resolveUsername() 149 * For NTLM proxies: The Windows domain name to use when authenticating with the proxy. 158 * For NTLM proxies: The Windows workstation name to use when authenticating with the proxy. 251 … * For NTLM proxies: Configure the Windows domain name to use when authenticating with the proxy. 256 …* For NTLM proxies: Configure the Windows workstation name to use when authenticating with the pro… 273 …* Configure whether to attempt to authenticate pre-emptively against the proxy server using basic … 281 …* are not provided during building the {@link ProxyConfiguration} object. To disable this behavior… 292 …* disable this behavior, set this value to "false". It is important to note that when this propert… 295 …* <p>Comma-separated host names in the NO_PROXY environment variable indicate multiple hosts to ex… [all …]
|
| /external/curl/scripts/ |
| D | ciconfig.pl | 22 # SPDX-License-Identifier: curl 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, 58 'threaded-resolver' => 1, 61 'basic-auth' => 1, [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| D | ngtcp2-linux.yml | 3 # SPDX-License-Identifier: curl 5 name: ngtcp2-linux 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' [all …]
|
| /external/curl/tests/server/ |
| D | rtspd.c | 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 */ 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 115 - skip bytes. */ 142 /* very-big-path support */ [all …]
|
| D | sws.c | 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 */ 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 118 bytes said in Content-Length, but the server only reads N 119 - skip bytes. */ [all …]
|
| /external/curl/tests/libtest/ |
| D | stub_gssapi.c | 21 * SPDX-License-Identifier: curl 33 /* !checksrc! disable SNPRINTF all */ 50 "stub-gss: no error", 51 "stub-gss: no memory", 52 "stub-gss: invalid arguments", 53 "stub-gss: invalid credentials", 54 "stub-gss: invalid context", 55 "stub-gss: server returned error", 56 "stub-gss: cannot find a mechanism", 123 if(ctx && strcmp(ctx->creds, creds)) { in gss_init_sec_context() [all …]
|
| /external/curl/docs/libcurl/ |
| D | libcurl-security.md | 1 --- 3 SPDX-License-Identifier: curl 4 Title: libcurl-security 7 See-also: 8 - libcurl-thread (3) 10 - All 11 --- 12 <!-- markdown-link-check-disable --> 15 libcurl-security - security considerations when using libcurl 22 powerful library, however, which allows application writers to make trade-offs [all …]
|
| /external/curl/tests/ |
| D | runtests.1 | 21 .\" * SPDX-License-Identifier: curl 27 runtests.pl \- run one or more test cases 39 by specifying test numbers space-separated, like "1 3 5 7 11", and you can 51 or phrase, like "!HTTP NTLM auth" to run all tests \fBexcept\fP those using 59 When running without -s (short output), for instance when running runtests.pl 63 --pd---e-v- OK (45 out of 1427, remaining: 16:08, took 6.188s, duration: 00:31) 79 E the test was run event-based 86 .IP "-a" 89 .IP "-ac <curl>" 91 .IP "-am" [all …]
|
| /external/curl/projects/ |
| D | wolfssl_options.h | 21 * SPDX-License-Identifier: curl 28 build-wolfssl will copy to the wolfSSL include directories and will result in 35 -Wno-attributes \ 36 -Wno-unused-but-set-variable \ 37 -DFP_MAX_BITS=16384 \ 38 -DHAVE_SECRET_CALLBACK \ 39 -DTFM_TIMING_RESISTANT \ 40 -DUSE_WOLF_STRTOK \ 41 -DWOLFSSL_DES_ECB \ 42 -DWOLFSSL_STATIC_DH \ [all …]
|