aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/telnet.c
AgeCommit message (Expand)Author
2021-05-01telnet: just use dprintf() for IAC sequences.Elliott Hughes
2021-04-24telnet: various fixes.Elliott Hughes
2021-01-26getty/telnet/tftpd: minor cleanup.Elliott Hughes
2020-07-05toys.h already includes poll.hRob Landley
2019-07-11bind/connect cleanup.Elliott Hughes
2017-07-17Split out xgetaddrinfo() from xconnect()Rob Landley
2015-08-05Tweak xconnect: socket can be a string (ala "ftp") from /etc/services.Rob Landley
2015-08-03Factor out xconnect(), plus some other small cleanups to telnet.c.Rob Landley
2014-05-21Make telnet use generic_signal(), minor in-passing cleanups.Rob Landley
2013-12-23telnet and telnetd from Ashwini Sharma's guys.Rob Landley