Searched +full:- +full:- +full:enable +full:- +full:ldaps (Results 1 – 24 of 24) sorted by relevance
| /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 …]
|
| D | .cirrus.yml | 21 # SPDX-License-Identifier: curl 24 # https://cirrus-ci.com/github/curl/curl 27 # https://cirrus-ci.org/guide/writing-tasks/ 32 '.azure-pipelines.yml', 46 - name: FreeBSD 14.0 48 image_family: freebsd-14-0 53 MAKEFLAGS: -j 3 56 - pkg update -f 57 …- pkg install -y autoconf automake libtool pkgconf brotli openldap26-client heimdal libpsl libssh2… 58 - pkg delete -y curl [all …]
|
| D | CMakeLists.txt | 21 # SPDX-License-Identifier: curl 29 # sub-projects in a larger build using `FetchContent`. To support 32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package 61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" 66 # Setup package meta-data 71 # SET(PACKAGE_VERSION "-") 72 # SET(PACKAGE_STRING "curl-") 86 option(PICKY_COMPILER "Enable picky compiler options" ON) 91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF) 99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION}) [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for curl -. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 19 ## -------------------------------- ## 21 ## -------------------------------- ## 66 # Try built-in echo, and fail. 77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success' 126 | sed -e 's:unknown:success:' 2>/dev/null` 160 | tr -d "0123456789$xc_tab" 2>/dev/null` [all …]
|
| /external/curl/docs/libcurl/opts/ |
| D | CURLOPT_PROTOCOLS_STR.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLINFO_SCHEME (3) 9 - CURLOPT_DEFAULT_PROTOCOL (3) 10 - CURLOPT_REDIR_PROTOCOLS_STR (3) 11 - CURLOPT_URL (3) 12 - curl_version_info (3) 14 - All 15 --- [all …]
|
| D | CURLOPT_REDIR_PROTOCOLS_STR.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLINFO_SCHEME (3) 9 - CURLOPT_DEFAULT_PROTOCOL (3) 10 - CURLOPT_PROTOCOLS (3) 11 - CURLOPT_PROTOCOLS_STR (3) 12 - CURLOPT_REDIR_PROTOCOLS (3) 14 - HTTP 15 --- [all …]
|
| /external/curl/.github/workflows/ |
| D | non-native.yml | 3 # SPDX-License-Identifier: curl 5 name: non-native 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' [all …]
|
| /external/curl/scripts/ |
| D | ciconfig.pl | 22 # SPDX-License-Identifier: curl 29 # --enable- 32 'fast-install' => 1, 33 'silent-rules' => 1, 39 'ldaps' => 1, 52 'libcurl-option' => 1, 55 'openssl-auto-load-config' => 1, 56 'versioned-symbols' => 1, 57 'symbol-hiding' => 1, 58 'threaded-resolver' => 1, [all …]
|
| /external/curl/lib/ |
| D | curl_config.h.cmake | 21 * SPDX-License-Identifier: curl 29 /* define "1" to use built-in ca store of TLS backend */ 38 /* disables alt-svc */ 59 /* disables AWS-SIG4 */ 65 /* disables DNS-over-HTTPS */ 83 /* disables headers-api support */ 98 /* disables LDAPS */ 101 /* disables --libcurl option from the curl tool */ 125 /* disables built-in progress meter */ 165 /* Define if you want to enable IPv6 support */ [all …]
|
| D | curl_config.h.in | 3 /* Ignore c-ares deprecation warnings */ 6 /* to enable curl debug memory tracking */ 21 /* disable alt-svc */ 63 /* disable headers-api */ 66 /* disable alt-svc */ 84 /* to disable LDAPS */ 87 /* to disable --libcurl C code generation option */ 114 /* disable progress-meter */ 153 /* enable debug build options */ 305 /* Define to 1 if you have a working glibc-style strerror_r function. */ [all …]
|
| D | curl_config.h | 4 /* Ignore c-ares deprecation warnings */ 7 /* to enable curl debug memory tracking */ 22 /* disable alt-svc */ 49 /* disable headers-api */ 52 /* disable alt-svc */ 67 /* to disable LDAPS */ 70 /* to disable --libcurl C code generation option */ 94 /* disable progress-meter */ 133 /* enable debug build options */ 136 /* Define if you want to enable IPv6 support */ [all …]
|
| D | openldap.c | 22 * SPDX-License-Identifier: curl 60 * Uncommenting this will enable the built-in debug logging of the openldap 145 * LDAPS protocol handler. 149 "ldaps", /* scheme */ 188 struct SASL sasl; /* SASL-related parameters */ 210 struct ldapconninfo *ldapc = data->conn->proto.ldapc; in oldap_state() 226 if(ldapc->state != newstate) in oldap_state() 228 (void *)ldapc, names[ldapc->state], names[newstate]); in oldap_state() 231 ldapc->state = newstate; in oldap_state() 273 if(!data->state.up.user && !data->state.up.password && in oldap_url_parse() [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | managedidentities_v1beta1.projects.locations.global_.domains.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | managedidentities_v1.projects.locations.global_.domains.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | managedidentities_v1alpha1.projects.locations.global_.domains.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/curl/docs/ |
| D | TODO | 27 1.10 auto-detect proxy 30 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION 48 2. libcurl - multi interface 49 2.1 More non-blocking 51 2.3 Non-blocking curl_multi_remove_handle() 53 2.5 Edge-triggered sockets should work 60 3.2 Provide cmake config-file 74 5.2 Obey Retry-After in redirects 78 5.6 alt-svc should fallback if alt-svc does not work 83 6.2 ditch telnet-specific select [all …]
|
| D | FAQ | 20 1.11 Why do you not update ca-bundle.crt 35 3.3 Why does my posting using -F not work? 42 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP? 43 3.11 How do I POST with a different Content-Type? 44 3.12 Why do FTP-specific features over HTTP proxy fail? 54 3.22 curl -X gives me HTTP problems 74 4.13 Why is curl -R on Windows one hour off? 78 4.17 Non-functional connect timeouts on Windows 81 4.20 curl does not return error for HTTP non-200 responses 84 5.1 Is libcurl thread-safe? [all …]
|
| D | curl.1 | 8 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 27 curl \- transfer a URL 33 LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, 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" [all …]
|
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
| D | managedidentities.v1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 17 "documentationLink": "https://cloud.google.com/managed-microsoft-ad/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 134 "https://www.googleapis.com/auth/cloud-platform" 147 …strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.a… [all …]
|
| D | managedidentities.v1alpha1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 17 "documentationLink": "https://cloud.google.com/managed-microsoft-ad/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 134 "https://www.googleapis.com/auth/cloud-platform" 147 …strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.a… [all …]
|
| D | managedidentities.v1beta1.json | 5 "https://www.googleapis.com/auth/cloud-platform": { 17 "documentationLink": "https://cloud.google.com/managed-microsoft-ad/", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 57 "Responses with Content-Type of application/json", 58 "Media download with context-dependent Content-Type", 59 "Responses with Content-Type of application/x-protobuf" 91 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit… 134 "https://www.googleapis.com/auth/cloud-platform" 147 …strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.a… [all …]
|
| /external/aws-sdk-java-v2/services/directory/src/main/resources/codegen-resources/ |
| D | service-2.json | 4 "apiVersion":"2015-04-16", 13 "uid":"ds-2015-04-16" 50 …-managed domain uses a publicly addressable IP address, you must add a CIDR address block to corre… 104 …"documentation":"<p>Cancels an in-progress schema extension to a Microsoft AD directory. Once a sc… 120 …-managed directory.</p> <p>Before you call <code>ConnectDirectory</code>, ensure that all of the r… 192 …-guide/directory_simple_ad.html\">Simple Active Directory</a> in the <i>Directory Service Admin Gu… 210 …"documentation":"<p>Creates a subscription to forward real-time Directory Service domain controlle… 227 …-guide/directory_microsoft_ad.html\">Managed Microsoft AD</a> in the <i>Directory Service Admin Gu… 262 … a trust between your Managed Microsoft AD directory, and your existing self-managed Microsoft Act… 295 …tion, see <a href=\"http://docs.aws.amazon.com/directoryservice/latest/admin-guide/UsingWithDS_IAM… [all …]
|
| /external/curl/src/ |
| D | tool_hugehelp.c | 18 " curl - transfer a URL\n" in hugehelp() 28 " IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP,\n" in hugehelp() 32 " curl offers a busload of useful tricks like proxy support, user authen-\n" in hugehelp() 33 " tication, FTP upload, HTTP post, SSL connections, cookies, file trans-\n" in hugehelp() 39 " curl is powered by libcurl for all transfer-related features. See\n" in hugehelp() 43 " The URL syntax is protocol-dependent. You find a detailed description\n" in hugehelp() 55 " \"ftp://ftp.example.com/file[1-100].txt\"\n" in hugehelp() 57 " \"ftp://ftp.example.com/file[001-100].txt\" (with leading zeros)\n" in hugehelp() 59 " \"ftp://ftp.example.com/file[a-z].txt\"\n" in hugehelp() 64 " \"http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html\"\n" in hugehelp() [all …]
|