aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/telnetd.c
AgeCommit message (Expand)Author
2021-04-27Don't send reverse DNS lookups out into the world for something that'sRob Landley
2021-04-24telnetd: handle TIME_WAIT better.Elliott Hughes
2021-04-24telnetd: pass `-h hostname` to login(1).Elliott Hughes
2021-03-18telnetd: don't exit if waitpid() returns 0.Elliott Hughes
2020-04-16Weed-whack a few warnings out of pending so allyesconfig is less noisy.Rob Landley
2019-07-11bind/connect cleanup.Elliott Hughes
2015-01-16AOSP master has <pty.h> and builds netcat/nc.Elliott Hughes
2014-11-19probe for getspnam(), forkpty(), utmpx, replace sethostname()Isaac Dunham
2014-07-17Use libc daemon() instead of pending daemonize.Rob Landley
2014-05-21Make telnetd use generic_signal(), inline kill_session(), close race window w...Rob Landley
2013-12-23telnet and telnetd from Ashwini Sharma's guys.Rob Landley