nuttx-apps/include/netutils
Xiang Xiao bf3e6e2367 Improvements for telnet server
Author: Xiang Xiao <xiaoxiang@xiaomi.com>

    Check POLLHUP and POLLERR in telnet poll loop

      to handle the remote end close correctly

    Send "NVT"(network virtual terminal) as the default if getenv("TERM") return NULL

      telnet should trigger the error handling if inet_pton return zero
      since zero mean the string has format error

    Don't return 1 in _environ_telnet to avoid trigger the compression
    and remove the redundant TELNET_TELOPT_COMPRESS2 check

    Change telnet_error_u to telnet_error_e required by the coding standard

    Ensure telnet object get freed before the abnormal exit
2020-02-04 19:09:22 -03:00
..
base64.h netutils/codecs/base64.c: Add base64_[de|en]code_length() API 2019-01-27 07:20:25 -06:00
chat.h apps/netutils/chat and apps/examples/chat: 'constify' chat variables and parameters 2018-11-07 11:55:09 -06:00
curl4nx.h Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
dhcpc.h DHCPC: Remove hard-coded interface device. Now passed as a parameter to dhcpc_open(). 2017-05-19 15:31:22 -06:00
dhcpd.h Fix dhcpd #17 2020-01-16 12:06:25 -06:00
discover.h Add runtime configuration for UDP discovery utility. From Max Holtzberg 2013-05-21 12:47:07 -06:00
esp8266.h esp8266 update cosmetic and many bug fix 2016-12-04 08:35:02 -06:00
ftpc.h Merged in antmerlino/apps/ftp-ipv6 (pull request #122) 2017-11-06 23:41:30 +00:00
ftpd.h apps/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled. 2019-05-21 19:08:12 -06:00
httpd.h Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
icmp_ping.h pps/system/ping and pings and apps/netutils/ping: Extract icmp ping and icmpv6 ping6 logic from system/ to C-callable library in netutils/. 2018-11-08 09:32:05 -06:00
icmpv6_ping.h pps/system/ping and pings and apps/netutils/ping: Extract icmp ping and icmpv6 ping6 logic from system/ to C-callable library in netutils/. 2018-11-08 09:32:05 -06:00
ipmsfilter.h apps/include/netutils/ipmsfilter.h: Eliminate error generated by bad pre-processor logic. 2018-11-02 08:32:18 -06:00
md5.h apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete 2014-04-10 18:15:06 -06:00
netinit.h Squashed commit of the following: 2019-04-29 14:53:38 -06:00
netlib.h apps/netutils/netinit, apps/netutils/netlib/, and apps/include/netutils/netlib.h: Extend a few definitions to permit building netutils and netinit with only Netlink sockets enabled. 2019-11-19 09:49:36 -06:00
ntpclient.h Refine the preprocess conditional guard style 2020-01-31 11:04:10 -06:00
pppd.h apps/netutils/pppd: Refine and fix pppd code. 2018-11-07 12:43:42 -06:00
smtp.h examples/sendmail: Few fixes to make the example run on a local SMTP 2020-01-25 16:39:21 -06:00
telnetc.h Improvements for telnet server 2020-02-04 19:09:22 -03:00
telnetd.h netutils/telnetd and users of telnetd: Add support for IPv6. 2017-06-27 09:14:13 -06:00
tftp.h The file system can no longer be disabled. Remove all conditional logic based on CONFIG_NFILE_DESCRIPTORS==0 2019-02-11 13:10:10 -06:00
thttpd.h Include nuttx/symtab.h instead of nuttx/binfmt/symtab.h since symtab.h under binfmt folder is for internal use. 2019-12-10 08:39:22 -06:00
urldecode.h Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
webclient.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
xmlrpc.h More trailing whilespace removal 2014-04-13 16:24:28 -06:00