aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
AgeCommit message (Expand)Author
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko
2007-01-13whitespace fixes (leading spaces to tab)Denis Vlasenko
2007-01-12next part of ipv6-ization. dnsd code is "interesting"...Denis Vlasenko
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2007-01-10Improve generic ipv4+ipv6 support in libbb.Denis Vlasenko
2006-11-22telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko
2006-11-22telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4Denis Vlasenko
2006-11-22telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko
2006-10-15telnetd: check ptsname() for NULLDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-09-22telnetd: getopt_ulflags'isationDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-08-28Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whyRob Landley
2006-06-07- fix the build if we have ftpput without ftpget (speeling reeoe)Bernhard Reutner-Fischer
2006-05-29More size shrinkage.Rob Landley
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-10accept() takes a socklen_t, not an intMike Frysinger
2006-05-10fix whitespace in comment exampleMike Frysinger
2006-05-10some more useful debug info from Jason HoldenMike Frysinger
2006-05-10touchup whitespace/english a bit moreMike Frysinger
2006-05-10whitespace between if and (Mike Frysinger
2006-04-12- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
2006-01-30fix up annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-25just whitespaceTim Riker
2005-11-10telnetd -b (bind to specific address) support from Iuri Gomes Diniz.Rob Landley
2005-05-10Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by RobRob Landley
2004-09-14Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath
2004-06-22Patch from Bastian Blank:Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-02-22Patch from James Zhu, telnetd window resizing support.Glenn L McGrath
2003-12-19Patch from Fillod Stephane:Eric Andersen
2003-09-12Fix compile error, Vodz, last_path_113Glenn L McGrath
2003-09-02move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath
2003-04-25Patch from Steven Scholz to fix telnetd compile problemEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-22Patch from Basitan Blank to fix nasty bugGlenn L McGrath
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
2002-11-10Config feature DEVPTS defined and used in telnetd, by Pavel RoskinGlenn L McGrath
2002-09-30last_patch58 from vodz:Eric Andersen