Home
last modified time | relevance | path

Searched refs:telnet (Results 1 – 25 of 31) sorted by relevance

12

/third_party/python/Lib/test/
Dtest_telnetlib.py42 telnet = telnetlib.Telnet(HOST, self.port)
43 telnet.sock.close()
54 telnet = telnetlib.Telnet(HOST, self.port)
57 self.assertEqual(telnet.sock.gettimeout(), 30)
58 telnet.sock.close()
65 telnet = telnetlib.Telnet(HOST, self.port, timeout=None)
68 self.assertTrue(telnet.sock.gettimeout() is None)
69 telnet.sock.close()
72 telnet = telnetlib.Telnet(HOST, self.port, timeout=30)
73 self.assertEqual(telnet.sock.gettimeout(), 30)
[all …]
/third_party/curl/
Dbackport-CVE-2022-43552-smb-telnet-do-not-free-the-protocol-struct-in-_done.patch4 Subject: [PATCH 2/2] smb/telnet: do not free the protocol struct in *_done()
13 lib/telnet.c | 3 ---
62 diff --git a/lib/telnet.c b/lib/telnet.c
64 --- a/lib/telnet.c
65 +++ b/lib/telnet.c
71 - Curl_safefree(data->req.p.telnet);
Dbackport-CVE-2023-27533.patch4 Subject: [PATCH] telnet: only accept option arguments in ascii
6 To avoid embedded telnet negotiation commands etc.
11 lib/telnet.c | 15 +++++++++++++++
14 --- a/lib/telnet.c
15 +++ b/lib/telnet.c
Dbackport-CVE-2022-42915.patch140 …NUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://ye…
Dcurl.spec35 Patch21: backport-CVE-2022-43552-smb-telnet-do-not-free-the-protocol-struct-in-_done.patch
DBUILD.gn138 "$CURL_SOURCE_ROOT/lib/telnet.c",
/third_party/ltp/testcases/network/xinetd/
Dxinetd_tests.sh32 disabled = telnet
46 service telnet
95 echo '' | telnet $a 2>&1 | grep -qiE "$p"
/third_party/python/Doc/library/
Dtelnetlib.rst18 telnet options. The symbolic names of the telnet options follow the definitions
19 in ``arpa/telnet.h``, with the leading ``TELOPT_`` removed. For symbolic names
20 of options which are traditionally not included in ``arpa/telnet.h``, see the
23 The symbolic constants for the telnet commands are: IAC, DONT, DO, WONT, WILL,
222 Each time a telnet option is read on the input flow, this *callback* (if set) is
223 called with the following parameters: callback(telnet socket, command
Dcontextvars.rst280 # To test it you can use telnet:
281 # telnet 127.0.0.1 8081
Durllib.parse.rst27 ``shttp``, ``sip``, ``sips``, ``snews``, ``svn``, ``svn+ssh``, ``telnet``,
/third_party/ltp/testcases/network/tcp_cmds/
DMakefile11 FILTER_OUT_SUBDIRS := ftp ssh telnet
/third_party/ltp/testcases/network/tcp_cmds/telnet/
Dtelnet01.sh28 tst_require_cmds telnet expect
/third_party/ltp/runtest/
Dnet.tcp_cmds17 telnet telnet01.sh
/third_party/ltp/testcases/network/
DREADME.md29 ### FTP and telnet setup
30 FTP stress tests and telnet server tests require environment variables `RHOST`
/third_party/mksh/
D.mkshrc10 … partition ping6 pmm reset sem shm stack statfs su swtmr sync systeminfo telnet v2p vmm watch writ…
/third_party/ltp/testcases/network/iptables/
Diptables_lib.sh256 telnet $loc_addr $dport > tst_iptables.out 2>&1
308 telnet $loc_addr $dport > tst_iptables.out 2>&1
/third_party/libwebsockets/plugins/
DCMakeLists.txt197 …"ssh-base/sshd.c;ssh-base/telnet.c;ssh-base/kex-25519.c" "ssh-base/crypto/chacha.c;ssh-base/crypto…
/third_party/toybox/generated/
Dnewtoys.h264 USE_TELNET(NEWTOY(telnet, "<1>2", TOYFLAG_BIN))
Dglobals.h1585 struct telnet_data telnet; member
Dflags.h5934 #define TT this.telnet
/third_party/libwebsockets/READMEs/
DREADME.coding.md763 Run libwebsockets-test-server-v2.0 and connect to it by telnet, eg
766 $ telnet 127.0.0.1 7681
773 The test protocol echos back what was typed on telnet to telnet.
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dhellobrowser.inc185 While the server is running, use a program like @code{telnet} or @code{netcat} to connect to it. Tr…
/third_party/node/doc/api/
Dnet.md1353 Test this by using `telnet`:
1356 $ telnet localhost 8124
Drepl.md746 Other REPL clients may connect through the Unix socket or TCP socket. `telnet`,
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_fuchsia42 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/telnet.h
249 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/telnet.h
717 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/telnet.h
924 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/telnet.h
1391 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/telnet.h
1600 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/telnet.h
2177 FILE: ../../../fuchsia/sdk/linux/arch/arm64/sysroot/include/arpa/telnet.h
2384 FILE: ../../../fuchsia/sdk/linux/arch/x64/sysroot/include/arpa/telnet.h

12