Home
last modified time | relevance | path

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

/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.cmake39 /* to disable TELNET */
/external/curl/tests/data/
Dtest13264 TELNET
29 TELNET to HTTP server
Dtest13274 TELNET
24 TELNET check of upload with stdout redirected
Dtest22264 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest112365 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/
DFEATURES114 TELNET
DTODO54 6. TELNET
234 - TELNET transfers
360 6. TELNET
DHISTORY53 curl could now simulate quite a lot of a browser. TELNET support was added.
DINTERNALS17 - [TELNET](#telnet)
328 TELNET
427 they would otherwise block waiting for data. The DICT, LDAP and TELNET
DMANUAL902 TELNET
DINSTALL414 CURL_DISABLE_TELNET disables TELNET
DFAQ139 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/
DREADME272 Add tests for TELNET, LDAP, DICT...
/external/curl/packages/OS400/
DREADME.OS400201 _ TELNET
/external/curl/
Dconfigure.ac507 AC_HELP_STRING([--enable-telnet],[Enable TELNET support])
508 AC_HELP_STRING([--disable-telnet],[Disable TELNET support]),
512 AC_DEFINE(CURL_DISABLE_TELNET, 1, [to disable TELNET])
3532 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS TELNET"
DCMakeLists.txt1077 _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