Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:ldap (Results 1 – 25 of 83) sorted by relevance

1234

/external/curl/
Dandroidconfigure3 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 …]
Dconfigure.ac21 # 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 …]
DCMakeLists.txt21 # 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-")
91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
92 option(CURL_DISABLE_INSTALL "Set to ON to disable installation targets" OFF)
99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
[all …]
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
42 - 'plan9/*'
[all …]
/external/curl/lib/
Dldap.c21 * SPDX-License-Identifier: curl
33 * compiled is the code from ldap.c.
52 #ifdef USE_WIN32_LDAP /* Use Windows LDAP implementation. */
55 # pragma warning(disable: 4201)
63 # error Your Platform SDK is NOT sufficient for LDAP support! \
64 Update your Platform SDK, or disable LDAP support!
73 # include <ldap.h>
163 * LDAP protocol handler.
167 "ldap", /* scheme */
223 static int ldap_win_bind_auth(LDAP *server, const char *user, in ldap_win_bind_auth()
[all …]
Dcurl_config.h.in3 /* Ignore c-ares deprecation warnings */
21 /* disable alt-svc */
24 /* to disable AWS sig support */
27 /* to disable basic authentication */
30 /* to disable bearer authentication */
33 /* disable local binding support */
36 /* to disable cookies support */
39 /* to disable DICT */
42 /* to disable digest authentication */
45 /* disable DoH */
[all …]
Dcurl_config.h4 /* Ignore c-ares deprecation warnings */
22 /* disable alt-svc */
25 /* to disable cookies support */
28 /* to disable DICT */
31 /* disable DoH */
34 /* to disable FILE */
37 /* disable form API */
40 /* to disable FTP */
43 /* to disable curl_easy_options */
46 /* to disable Gopher */
[all …]
Dconfig-dos.h23 * SPDX-License-Identifier: curl
29 /* lib/config-dos.h - Hand crafted config file for DOS */
106 /* to disable LDAP */
131 #ifdef MSDOS /* Watt-32 */
/external/curl/.github/workflows/
Dmacos.yml3 # 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 …]
Dnon-native.yml3 # 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/docs/
DCURL-DISABLE.md1 <!--
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 …]
DURL-SYNTAX.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
14 - [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) (although URL is called
16 - [The WHATWG URL Specification](https://url.spec.whatwg.org/)
68 inter-operate better with URLs that appear in the wild.
78 by re-encoding them to `%20`.
80 ### non-ASCII
83 are percent-encoded by curl.
89 RFC 3986 but not according to the WHATWG spec - which allows one to infinity
[all …]
DKNOWN_BUGS16 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
55 6.6 libcurl can fail to try alternatives with --proxy-any
57 6.9 SHA-256 digest not supported in Windows SSPI builds
85 11.4 HTTP test server 'connection-monitor' problems
88 12. LDAP
[all …]
Dcurl.18 .\" * 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/cronet/third_party/apache-portable-runtime/src/build/
DNWGNUenvironment.inc48 ifneq "$(wildcard $(LDAPSDK)/inc/ldap.h)" "$(LDAPSDK)/inc/ldap.h"
89 # debug - full debug switches are set
90 # noopt - normal switches are set
91 # release - optimization switches are set (default)
143 LIB = mwldnlm -type library -w nocmdline
154 DEL = rm -f $1
155 RMDIR = rm -rf $1
156 MKDIR = mkdir -p $1
157 COPY = cp -av $1 $2
158 COPYR = cp -ar $1 $2
[all …]
/external/aws-sdk-java-v2/.changes/2.13.x/
D2.13.61.json3 "date": "2020-07-24",
18 …n. This option enables MediaPackage to insert EXT-X-DATERANGE tags in HLS and CMAF manifests. The …
23 …pports LDAP (Lightweight Directory Access Protocol), providing authentication and authorization of…
33 …pport for detailed target device description by using TargetPlatform fields - OS, architecture, an…
48 …"description": "You can now disable an entitlement to stop streaming content to the subscriber's f…
/external/curl/packages/vms/
Dreadme10 9-MAR-2004, Created this readme. file. Marty Kuhrt (MSK).
11 15-MAR-2004, MSK, Updated to reflect the new files in this directory.
12 14-FEB-2005, MSK, removed config-vms.h_with* file comments
13 10-FEB-2010, SMS. General update.
14 14-Jul-2013, JEM, General Update, add GNV build information.
33 build_curl-config_script.com
34 Procedure to create the curl-config script.
70 curl_crtl_init.c A special pre-initialization routine to for
92 curlmsg_vms.h Mapping of curl status codes to VMS-form codes.
164 The (brute-force) DCL based builder is [.packages.vms]build_vms.com.
[all …]
Dbuild_vms.com10 $! be compiled/linked in. Command-line options NOHPSSL and NOSSL can be
13 $! Command-line Options:
20 $! 64 Compile with 64-bit pointers.
33 $! /define=(_LARGEFILE=1,_USE_STD_STAT=1) (non-vax)
34 $! /float=ieee/ieee_mode=denorm_results (non-vax)
40 $! NOLARGE Disable large-file support if large file support available.
41 $! (Non-VAX, VMS >= V7.2.)
42 $! NOLDAP Disable LDAP support if LDAP is available.
43 $! NOKERBEROS Disable Kerberos support if Kerberos is available.
66 $! 2-DEC-2003, MSK, the "original" version.
[all …]
Dbuild_curl-config_script.com1 $! 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"
43 $ x_support_protocols1 = "DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP"
52 $ part1 = "-L/usr/lib -L/SSL_LIB -lssl -lcrypto -lz"
57 $ x_libcurl_libs = part1 + " -lgssapi"
62 $!-----------------------
[all …]
Dgnv_conftest.c_first17 * SPDX-License-Identifier: ISC
25 /* Fake pass the test to find a standard ldap routine that we know is */
42 #pragma message disable macroredef
Dgenerate_config_vms_h_curl.com8 $! know how to do everything, so there is also a [-.lib]config-vms.h file
14 $! and the [.lib]config-vms.h file do two different tasks and that the
31 $! SPDX-License-Identifier: ISC
65 $!---------------------------------------
71 $!----------------------------------------
82 $!------------------------------------
92 $!----------------------------------------------------------
100 $!----------------------------------------------------------------
109 $!------------------------------------------------------
128 $!------------------------------------------------------
[all …]
/external/curl/scripts/
Dciconfig.pl22 # SPDX-License-Identifier: curl
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
38 'ldap' => 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/dnsmasq/
Ddnsmasq.conf.example5 # "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details.
10 # uneccessarily. If you have a dial-on-demand link they also stop
14 #domain-needed
15 # Never forward addresses in the non-routed address spaces.
16 #bogus-priv
19 # Uncomment this to filter useless windows-originated DNS requests
20 # which can trigger dial-on-demand links needlessly.
22 # so don't use it if you use eg Kerberos, SIP, XMMP or Google-talk.
24 # dnsmasq (via srv-host= lines) are not suppressed by it.
29 #resolv-file=
[all …]
/external/curl/lib/vtls/
Dschannel.h10 * Copyright (C) Marc Hoersken, <info@marc-hoersken.de>, et al.
24 * SPDX-License-Identifier: curl
33 #pragma warning(disable: 4201)
59 * Or in case of ldap.c, it was included via <winldap.h>.
67 * this will cause all kinds of C-preprocessing paste errors in
/external/aws-sdk-java-v2/services/directory/src/main/resources/codegen-resources/
Dservice-2.json4 "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 …]

1234