Searched +full:- +full:- +full:enable +full:- +full:ldap (Results 1 – 25 of 90) sorted by relevance
1234
| /external/python/cpython3/Lib/test/ |
| D | cfgparser.2 | 6 # Any line which starts with a ; (semi-colon) or a # (hash) 9 # may wish to enable 17 # workgroup = NT-Domain-Name or Workgroup-Name 35 # CHANGES TO ENABLE PRINTING ON ALL CUPS PRINTERS IN THE NETWORK 36 # (as cups is now used in linux-mandrake 7.2 by default) 44 # yours is non-standard. Currently supported print systems include: 49 # Samba 2.2 supports the Windows NT-style point-and-print feature. To 53 # enable it below. 77 # the smb.conf man page. Do not enable this if (tcp/ip) name resolution #does 107 # Do not enable this option unless you have read those documents [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 | 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.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 | .azure-pipelines.yml | 21 # 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/.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 | 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/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 */ 95 /* disables LDAP */ 101 /* disables --libcurl option from the curl tool */ 125 /* disables built-in progress meter */ 162 /* Use Windows LDAP implementation */ [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 */ 81 /* to disable LDAP */ 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 | openldap.c | 22 * SPDX-License-Identifier: curl 34 * compiled is the code from ldap.c. 41 #include <ldap.h> 60 * Uncommenting this will enable the built-in debug logging of the openldap 94 LDAP **ld); 116 * LDAP protocol handler. 120 "ldap", /* scheme */ 173 /* SASL parameters for the ldap protocol */ 175 "ldap", /* The service name */ 188 struct SASL sasl; /* SASL-related parameters */ [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 */ 64 /* to disable LDAP */ 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 …]
|
| /external/aws-sdk-java-v2/.changes/2.13.x/ |
| D | 2.13.61.json | 3 "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 …o allow content to start streaming to the subscriber's flow again, you can enable the entitlement."
|
| /external/curl/scripts/ |
| D | ciconfig.pl | 22 # 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/libcups/doc/help/ |
| D | kerberos.html | 2 <!-- SECTION: Getting Started --> 5 <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css"> 30 …<li>LDAP-based user accounts - both OpenDirectory and ActiveDirectory provide this with the KDC, a… 31 <li>CUPS clients and servers bound to the same KDC and LDAP 40 …C. Because this configuration is highly system and site-specific, please consult the following on-… 46 <LI><A HREF="http://web.mit.edu/macdev/KfM/Common/Documentation/faq-osx.html">Kerberos 55 <LI><A HREF="http://tldp.org/HOWTO/html_single/Kerberos-Infrastructure-HOWTO/">Kerberos 63 <P>Once you have configured Kerberos on your system(s), you can then enable Kerberos authentication… 69 <P>You can also enable Kerberos from the web interface by checking the <VAR>Use Kerberos Authentica… 75 <P>After you have enabled Kerberos authentication, use the built-in "authenticated" policy or your … [all …]
|
| /external/curl/packages/vms/ |
| D | readme | 10 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 …]
|
| /external/dnsmasq/ |
| D | dnsmasq.conf.example | 5 # "/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/docs/cmdline-opts/ |
| D | use-ascii.md | 1 --- 3 SPDX-License-Identifier: curl 5 Long: use-ascii 7 Protocols: FTP LDAP 11 See-also: 12 - crlf 13 - data-ascii 15 - -B ftp://example.com/README 16 --- 18 # `--use-ascii` [all …]
|
| D | _ENVIRONMENT.md | 1 <!-- Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. --> 2 <!-- SPDX-License-Identifier: curl --> 9 the --proxy option. 17 ## `[url-protocol]_PROXY` [protocol://]<host>[:port] 18 Sets the proxy server to use for [url-protocol], where the protocol is a 20 SMTP, LDAP, etc. 23 Sets the proxy server to use if no protocol-specific proxy is set. 25 ## `NO_PROXY` <comma-separated list of hosts/domains> 31 the --proxy option. That is 33 NO_PROXY=direct.example.com curl -x http://proxy.example.com [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/docs/ |
| D | MANUAL.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 11 Get the main page from a web-server: 45 curl --ftp-ssl ftp://files.are.example.com/secrets.txt 49 curl -u username sftp://example.com/etc/issue 52 password-protected) to authenticate: 54 curl -u username: --key ~/.ssh/id_rsa scp://example.com/~/file.txt 57 (password-protected) to authenticate: 59 curl -u username: --key ~/.ssh/id_rsa --pass private_key_password [all …]
|
| 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 …]
|
| /external/jazzer-api/ |
| D | CHANGELOG.md | 10 `@FuzzTest` annotation (available as `com.code-intelligence:jazzer-junit`) 13 `--disabled_hooks` flag 26 * Feature: Add sanitizer for LDAP injections 31 * Feature: Enable multiple BEFORE and AFTER hooks for the same target 34 * Feature: Export JaCoCo coverage dump using `--coverage_dump` flag 46 * **Breaking change**: Use OS-specific classpath separator to split jvm_args 56 * Feature: Add a stand-alone replayer to reproduce findings 71 * Fixed: Switch instrumentation no longer causes an out-of-bounds read in the driver 73 * Feature: Coverage is now collision-free and more fine-grained (based on [JaCoCo](https://www.ecle…
|
| /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 …]
|
1234