Home
last modified time | relevance | path

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

123

/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 …]
DWEBSOCKET.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
41 `CURLOPT_WS_OPTIONS` - to control specific behavior. `CURLWS_RAW_MODE` makes
46 `curl_ws_recv()` - receive a WebSocket frame
48 `curl_ws_send()` - send a WebSocket frame
50 `curl_ws_meta()` - return WebSocket metadata within a write callback
66 HTTP server - the transfer returns `CURLE_HTTP_RETURNED_ERROR` for that
77 - This server is already integrated and working in the test suite
79 - We want maximum control and ability to generate broken protocol and negative
[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 …]
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 …]
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/tcpdump/
Dprint-telnet.c1 /* $NetBSD: print-telnet.c,v 1.2 1999/10/11 12:40:12 sjg Exp $ */
3 /*-
48 /* \summary: Telnet option printer */
54 #include "netdissect-stdinc.h"
62 /* NetBSD: telnet.h,v 1.9 2001/06/11 01:50:50 wiz Exp */
65 * Definitions for the TELNET protocol.
77 #define AO 245 /* abort output--but let prog finish */
78 #define IP 244 /* interrupt process--permanently */
80 #define DM 242 /* data mark--for connect. cleaning */
100 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
[all …]
DCHANGES7 CVE-2023-1801: Fix an out-of-bounds write in the SMB printer.
14 Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21.
21 PTP: Use the proper values for the control field and print un-allocated
29 Makefile.in: Add "make -s install" in the releasecheck target.
33 Address all shellcheck warnings in update-test.sh.
46 BGP: decode BGP link-bandwidth extended community properly.
69 Zephyr: Avoid printing non-ASCII characters.
73 IPv6: Remove an obsolete code in an always-false #if wrapper.
91 IPv6: Add some checks for the Hop-by-Hop Options header
92 IPv6: Add a check for the Jumbo Payload Hop-by-Hop option.
[all …]
/external/curl/lib/
Dtelnet.c21 * SPDX-License-Identifier: curl
53 #include "telnet.h"
69 #define CURL_SB_CLEAR(x) x->subpointer = x->subbuffer
72 x->subend = x->subpointer; \
77 if(x->subpointer < (x->subbuffer + sizeof(x->subbuffer))) \
78 *x->subpointer++ = (c); \
81 #define CURL_SB_GET(x) ((*x->subpointer++)&0xff)
82 #define CURL_SB_LEN(x) (x->subend - x->subpointer)
85 #define CURL_SB_PEEK(x) ((*x->subpointer)&0xff)
86 #define CURL_SB_EOF(x) (x->subpointer >= x->subend) */
[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 …]
/external/python/pyserial/documentation/
Dpyserial_api.rst11 ------------
54 Inter-character timeout, :const:`None` to disable (default).
83 Non-standard values are also supported on some platforms (GNU/Linux, MAC
85 ports may reject non-standard values.
90 - ``timeout = None``: wait forever / until requested number of bytes
92 - ``timeout = 0``: non-blocking mode, return immediately in any case,
94 - ``timeout = x``: set timeout to ``x`` seconds (float allowed)
190 strings must be encoded (e.g. ``'hello'.encode('utf-8')``.
255 When set to ``True`` activate BREAK condition, else disable.
278 Read-only attributes:
[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/.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 …]
/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/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 …]
/external/grpc-grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
41 libc6-dbg \
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/gce/
Dlinux_kokoro_performance_worker_init.sh8 # http://www.apache.org/licenses/LICENSE-2.0
20 set -ex
22 sudo apt-get update
25 sudo apt-get install -y openjdk-8-jdk
26 sudo apt-get install -y unzip lsof
28 sudo apt-get install -y \
30 autotools-dev \
31 build-essential \
36 gcc-multilib \
41 libc6-dbg \
[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 …]
Dlibcurl-security.md1 ---
3 SPDX-License-Identifier: curl
4 Title: libcurl-security
7 See-also:
8 - libcurl-thread (3)
10 - All
11 ---
12 <!-- markdown-link-check-disable -->
15 libcurl-security - security considerations when using libcurl
22 powerful library, however, which allows application writers to make trade-offs
[all …]
/external/pigweed/pw_emu/py/pw_emu/
Drenode.py7 # https://www.apache.org/licenses/LICENSE-2.0
49 def _allocate_port() -> int:
71 ) -> list[str]:
76 self._start_cmd.extend([f'{renode}', '--disable-xwt'])
78 self._start_cmd.extend(['--robot-server-port', str(port)])
82 self._start_cmd.extend(['--execute', f'mach add "{target}"'])
85 ['--execute', f'machine LoadPlatformDescription @{machine}']
94 ['channels', 'terminals', name, 'device-path'],
121 self._start_cmd.extend(['--execute', cmd])
123 ['--execute', f'connector Connect {dev_path} {name}']
[all …]
/external/curl/scripts/
Dciconfig.pl22 # SPDX-License-Identifier: curl
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
43 'telnet' => 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/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]

123