Home
last modified time | relevance | path

Searched refs:TELNET (Results 1 – 25 of 26) sorted by relevance

12

/external/curl/lib/
Dtelnet.c150 struct TELNET { struct
242 struct TELNET *tn; in init_telnet()
244 tn = calloc(1, sizeof(struct TELNET)); in init_telnet()
293 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; in negotiate()
367 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_remote_option()
441 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_will()
489 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_wont()
531 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_local_option()
605 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_do()
665 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_dont()
[all …]
Dcurl_config.h.cmake60 /* to disable TELNET */
/external/curl/tests/data/
Dtest13264 TELNET
29 TELNET to HTTP server
Dtest13274 TELNET
24 TELNET check of upload with stdout redirected
Dtest112365 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest22264 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
/external/curl/packages/vms/
Dcurlmsg.msg73 UNKNOWN_TELNET_OPTION <unknown TELNET option>
74 TELNET_OPTION_SYNTAX <malformed TELNET option syntax>
/external/curl/packages/Win32/cygwin/
DREADME2 FTP, FTPS, HTTP, HTTPS, TELNET, DICT, FILE and LDAP.
94 supporting FTP, FTPS, HTTP, HTTPS, TELNET, DICT, FILE
/external/libmicrohttpd/m4/
Dlibcurl.m454 AH_TEMPLATE([LIBCURL_PROTOCOL_TELNET],[Defined if libcurl supports TELNET])
202 _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
/external/curl/docs/libcurl/
Dlibcurl.m475 AH_TEMPLATE([LIBCURL_PROTOCOL_TELNET],[Defined if libcurl supports TELNET])
223 _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
/external/curl/docs/
DKNOWN_BUGS73 8. TELNET
74 8.1 TELNET and time limtiations don't work
519 8. TELNET
521 8.1 TELNET and time limtiations don't work
DFEATURES114 TELNET
DHISTORY.md47 curl could now simulate quite a lot of a browser. TELNET support was added.
DTODO73 6. TELNET
412 - TELNET transfers
582 6. TELNET
DINTERNALS.md17 - [TELNET](#telnet)
328 TELNET chapter
427 they would otherwise block waiting for data. The DICT, LDAP and TELNET
DINSTALL.md237 - `CURL_DISABLE_TELNET` disables TELNET
DMANUAL898 TELNET
DFAQ140 POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP.
/external/libmicrohttpd/
DMHD_config.h.in269 /* Defined if libcurl supports TELNET */
/external/curl/tests/
DREADME273 Add tests for TELNET, LDAP, DICT...
/external/curl/packages/OS400/
DREADME.OS400226 _ TELNET
/external/curl/
Dconfigure.ac512 AC_HELP_STRING([--enable-telnet],[Enable TELNET support])
513 AC_HELP_STRING([--disable-telnet],[Disable TELNET support]),
517 AC_DEFINE(CURL_DISABLE_TELNET, 1, [to disable TELNET])
3718 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS TELNET"
DCMakeLists.txt1111 _add_if("TELNET" NOT CURL_DISABLE_TELNET)
DCHANGES.01745 - Added missing Curl_read() return code checking in TELNET transfers.
1747 - Pierre Brico found and fixed TELNET transfers not being aborted upon
1755 - Added missing TELNET timeout support for Windows builds. This issue was
5905 or TELNET since they are practically non-existant. This leaves us with only
14261 - Giuseppe D'Ambrosio was first out to report that TELNET doesn't work in curl
14693 - Linus Nielsen Feltzing provided brand new TELNET functionality and
14751 HTTP (such as the upcoming TELNET fixes).
16919 - I moved the stuff concerning HTTP, DICT and TELNET it their own source
/external/python/cpython2/Misc/
Dcheatsheet1989 telnetlib TELNET client class. Based on RFC 854.

12