Searched +full:heimdal +full:- +full:dev (Results 1 – 14 of 14) sorted by relevance
| /external/curl/.github/workflows/ |
| D | linux-old.yml | 3 # SPDX-License-Identifier: curl 12 # stretch has ELTS support from Feexian until 2027-06-30 13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/ 14 # The Debian key will expire 2025-05-20, after which package signature 24 - master 25 - '*/ci' 26 paths-ignore: 27 - '**/*.md' 28 - '.azure-pipelines.yml' 29 - '.circleci/**' [all …]
|
| D | linux.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 …]
|
| /external/curl/docs/ |
| D | INTERNALS.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 10 curl](https://everything.curl.dev/internals) book. This file lists supported 15 We write curl and libcurl to compile with C89 compilers on 32-bit and up 27 - OpenSSL 0.9.7 28 - GnuTLS 3.1.10 29 - zlib 1.1.4 30 - libssh2 1.0 31 - c-ares 1.16.0 [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/libcups/ |
| D | INSTALL.md | 1 INSTALL - CUPS v2.3.6 - 2022-05-25 8 Using CUPS requires additional third-party support software and printer drivers. 10 does not endorse or support third-party support software for CUPS. 29 ---------------- 31 You'll need ANSI-compliant C and C++ compilers, plus a make program and POSIX- 43 Windows, and either MIT (1.6.3 or higher) or Heimdal Kerberos for Kerberos 50 sudo apt-get install autoconf build-essential libavahi-client-dev \ 51 libgnutls28-dev libkrb5-dev libnss-mdns libpam-dev \ 52 libsystemd-dev libusb-1.0-0-dev zlib1g-dev 60 ------------- [all …]
|
| /external/curl/.github/scripts/ |
| D | spellcheck.words | 3 # SPDX-License-Identifier: curl 51 AWS-LC 182 dev 322 Heimdal
|
| /external/e2fsprogs/doc/RelNotes/ |
| D | v1.33.txt | 13 Mke2fs now interprets a negative number to the -b option as a minimum 17 the -g option if the default block size was used. (Addresses Debian 32 pipe to non-blocking mode; also fixed a file descriptor leak; made 38 of the /dev/random device; it mixes in a stream of bytes from 42 maintainer of e2fsprogs. Other various Debian-specific packaging 45 Move the source tarball generation functions from the top-level 46 makefile to the util/gen-tarball script. 50 Added Heimdal and MIT krb5 extensions to the com_err library to make 57 Updated and clarify copyright statement vis-a-vis alpha releases of 64 readline-compatible library. [all …]
|
| D | v1.41.txt | 21 ----------------- 23 E2fsprogs 1.41.13 would not compile on big-endian systems. This has 30 Fix some type-punning warnings generated by newer versions of gcc. 36 E2fsck now supports the extended option "-E journal_only", which 41 E2fsck will now support UUID= and LABEL= specifiers for the -j option 53 Mke2fs will now check the file system type (specified with the -t 56 with the -T option) is not defined in mke2fs.conf, mke2fs will print a 59 Clarified error message from resize2fs clarifying that on-line 87 extent-based files. 89 Debugfs has a new option, -D, which will request Direct I/O access of [all …]
|
| /external/e2fsprogs/lib/et/ |
| D | error_message.c | 130 offset = (int) (code & ((1<<ERRCODE_RANGE)-1)); in error_message() 131 table_num = code - offset; in error_message() 147 for (et = _et_list; et; et = et->next) { in error_message() 148 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) { in error_message() 150 if (et->table->n_msgs <= offset) { in error_message() 153 const char *msg = et->table->msgs[offset]; in error_message() 162 for (et = _et_dynamic_list; et; et = et->next) { in error_message() 163 if ((et->table->base & 0xffffffL) == (table_num & 0xffffffL)) { in error_message() 165 if (et->table->n_msgs <= offset) { in error_message() 168 const char *msg = et->table->msgs[offset]; in error_message() [all …]
|
| /external/curl/ |
| 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 | 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-") 91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF) 99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION}) 100 list(APPEND CMAKE_REQUIRED_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 ## -------------------------------- ## 60 (`echo "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 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' 109 xc_tst_str=`expr "$xc_tst_str" : '.*' 2>/dev/null` [all …]
|
| /external/e2fsprogs/debian/ |
| D | changelog | 1 e2fsprogs (1.46.6-1) unstable; urgency=medium 9 non-ASCII characters, the fact that we had a signed vs unsigned char 19 off-line just as it being opened. 24 * Speed up e2fsck's clonning of multiply-claimed blocks so it is 26 * Don't fail when the source directory for mke2fs -d doesn't support 32 -- Theodore Y. Ts'o <tytso@mit.edu> Thu, 02 Feb 2023 00:38:18 -0500 34 e2fsprogs (1.46.6~rc1-1.1) unstable; urgency=medium 36 * Non-maintainer upload 37 * Convert copyright files to machine-readable format, adding the missing 40 -- Bastian Germann <bage@debian.org> Tue, 03 Jan 2023 14:31:18 +0100 [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
| D | 2013-1_UNLOCODE_CodeListPart2.csv | 2 ,"GA","AKE","Akieni","Akieni",,"---4----","AI","9601",,, 3 ,"GA","AWE","Alowe","Alowe",,"---4----","RQ","0901",,"0045S 00927E", 4 ,"GA","BEL","Belleville","Belleville",,"--3-----","RL","0607",,"0002N 01102E", 5 ,"GA","BWN","Biawonque","Biawonque",,"---4----","RQ","0901",,"0040S 00927E", 6 ,"GA","BMM","Bitam","Bitam",,"---4----","AI","9601",,, 7 ,"GA","BNG","Bongo","Bongo",,"---4----","RQ","0901",,"0210S 01013E", 8 ,"GA","BGB","Boou�","Booue",,"---4----","AI","0212",,"0006S 01156E", 9 ,"GA","CLZ","Cap Lopez","Cap Lopez",,"1-------","QQ","8103",,, 10 ,"GA","CCB","Cocobeach","Cocobeach",,"1-------","RL","9811",,, 11 ,"GA","EKU","Equata","Equata","1","1-------","RL","0212",,"0013S 00918E", [all …]
|