Home
last modified time | relevance | path

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

1234

/external/mesa3d/.gitlab-ci/bare-metal/
Dpoe-powered.sh2 # shellcheck disable=SC1091
3 # shellcheck disable=SC2034
4 # shellcheck disable=SC2059
5 # shellcheck disable=SC2086 # we want word splitting
7 . "$SCRIPTS_DIR"/setup-test-env.sh
13 BM=$CI_PROJECT_DIR/install/bare-metal
18 if [ -z "$BM_SERIAL" ]; then
19 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment"
24 if [ -z "$BM_POE_ADDRESS" ]; then
25 echo "Must set BM_POE_ADDRESS in your gitlab-runner config.toml [[runners]] environment"
[all …]
Dcros-servo.sh2 # shellcheck disable=SC1091 # The relative paths in this file only become valid at runtime.
3 # shellcheck disable=SC2034
4 # shellcheck disable=SC2086 # we want word splitting
7 # NFS and TFTP to boot.
10 BM=$CI_PROJECT_DIR/install/bare-metal
15 if [ -z "$BM_SERIAL" ]; then
16 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment"
21 if [ -z "$BM_SERIAL_EC" ]; then
22 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment"
27 if [ ! -d /nfs ]; then
[all …]
/external/curl/tests/data/
Dtest20044 TFTP
5 TFTP RRQ
14 # Server-side
18 for tftp test
23 # Client-side
26 tftp
30 TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in revers…
32 <command option="no-include">
33 --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: tftp://%…
45 ^timeout = [5-6]$
[all …]
/external/curl/.github/workflows/
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 …]
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 …]
Dwindows.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 …]
/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 …]
DCHANGELOG.archive1 release 0.4 - initial public release
3 release 0.5 - added caching, removed compiler warning on linux PPC
5 release 0.6 - TCP handling: close socket and return to connect state if we
9 Added a patch from Cris Bailiff <c.bailiff@e-secure.com.au>
28 Fix bad bug resulting from not initialising value-result
29 address-length parameter to recvfrom() and accept() - it
39 (3) Time-to-live data from upstream server is read and
42 the -h option is given).
44 a file other than /etc/resolv.conf (-r option) this allows
47 give dnsmasq the option -r /etc/resolv.dnsmasq)
[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 …]
Doptions-in-versions13 --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 …]
Dcurl.18 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
27 curl \- transfer a URL
34 SMTPS, TELNET or TFTP. The command is designed to work without user
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/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 …]
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 …]
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 …]
/external/curl/src/
Dtool_listhelp.c21 * 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 …]
Dtool_cfgable.h23 * SPDX-License-Identifier: curl
53 char *altsvc; /* alt-svc cache file name */
56 bool encoding; /* Accept-Encoding please */
57 bool tr_encoding; /* Transfer-Encoding please */
107 bool mail_rcpt_allowfails; /* --mail-rcpt-allowfails */
109 bool sasl_ir; /* Enable/disable SASL initial response */
188 bool jsoned; /* added json content-type */
189 char *writeout; /* %-styled format string to output */
225 char *service_name; /* set authentication service name for DIGEST-MD5,
240 long tftp_blksize; /* TFTP BLKSIZE option */
[all …]
/external/curl/docs/cmdline-opts/
DMakefile.inc21 # 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/
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"
44 $ x_support_protocols2 = " LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"
52 $ part1 = "-L/usr/lib -L/SSL_LIB -lssl -lcrypto -lz"
57 $ x_libcurl_libs = part1 + " -lgssapi"
62 $!-----------------------
[all …]
/external/curl/docs/libcurl/
Dcurl_easy_setopt.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - curl_easy_cleanup (3)
9 - curl_easy_getinfo (3)
10 - curl_easy_init (3)
11 - curl_easy_option_by_id (3)
12 - curl_easy_option_by_name (3)
13 - curl_easy_option_next (3)
14 - curl_easy_reset (3)
[all …]
/external/curl/lib/
Dstrerror.c21 * SPDX-License-Identifier: curl
73 return "A requested feature, protocol or option was not found built-in in" in curl_easy_strerror()
74 " this libcurl due to a build-time decision."; in curl_easy_strerror()
224 return "Unrecognized or bad HTTP Content or Transfer-Encoding"; in curl_easy_strerror()
248 return "TFTP: File Not Found"; in curl_easy_strerror()
251 return "TFTP: Access Violation"; in curl_easy_strerror()
257 return "TFTP: Illegal operation"; in curl_easy_strerror()
260 return "TFTP: Unknown transfer ID"; in curl_easy_strerror()
266 return "TFTP: No such user"; in curl_easy_strerror()
346 * By using a switch, gcc -Wall will complain about enum values in curl_easy_strerror()
[all …]
/external/dnsmasq/src/
Doption.c1 /* dnsmasq is Copyright (c) 2000-2009 Simon Kelley
39 /* options which don't have a one-char version */
86 {"no-hosts", 0, 0, 'h'},
87 {"no-poll", 0, 0, 'n'},
89 {"no-daemon", 0, 0, 'd'},
90 {"log-queries", 0, 0, 'q'},
93 {"resolv-file", 2, 0, 'r'},
94 {"mx-host", 1, 0, 'm'},
95 {"mx-target", 1, 0, 't'},
96 {"cache-size", 2, 0, 'c'},
[all …]
/external/curl/tests/
DFILEFORMAT.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
12 in its own line. Comments are either XML-style (enclosed with `<!--` and
13 `-->`) or shell script style (beginning with `#`) and must appear on their own
43 or even percent-encoded individual bytes. As an example, insert the HTTP
56 %hex[ %XX-encoded data to decode ]hex%
96 Accept-Encoding
103 Accept-Encoding: not-brotli
110 Accept-Encoding: brotli
[all …]
/external/trusty/arm-trusted-firmware/docs/plat/marvell/armada/
Dporting.rst1 TF-A Porting Guide for Marvell Platforms
4 This section describes how to port TF-A to a customer board, assuming that the
5 SoC being used is already supported in TF-A.
9 ---------------------
11 - The customer platform specific code shall reside under ``plat/marvell/armada/<soc family>/<soc>_c…
13 - The platform name for build purposes is called ``<soc>_cust`` (e.g. ``a7040_cust``).
14 - The build system will reuse all files from within the soc directory, and take only the porting
20 Armada-70x0/Armada-80x0 Porting
21 -------------------------------
27 IOWIN, AXI-MBUS and IOB address decode units (Refer to the functional spec for
[all …]
/external/arm-trusted-firmware/docs/plat/marvell/armada/
Dporting.rst1 TF-A Porting Guide for Marvell Platforms
4 This section describes how to port TF-A to a customer board, assuming that the
5 SoC being used is already supported in TF-A.
9 ---------------------
11 - The customer platform specific code shall reside under ``plat/marvell/armada/<soc family>/<soc>_c…
13 - The platform name for build purposes is called ``<soc>_cust`` (e.g. ``a7040_cust``).
14 - The build system will reuse all files from within the soc directory, and take only the porting
20 Armada-70x0/Armada-80x0 Porting
21 -------------------------------
27 IOWIN, AXI-MBUS and IOB address decode units (Refer to the functional spec for
[all …]
/external/curl/scripts/
Dciconfig.pl22 # SPDX-License-Identifier: curl
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
44 'tftp' => 1,
52 'libcurl-option' => 1,
55 'openssl-auto-load-config' => 1,
56 'versioned-symbols' => 1,
57 'symbol-hiding' => 1,
58 'threaded-resolver' => 1,
[all …]

1234