aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* telnetd: move generic stuff into libbb. It will make it easyvda2006-11-221-78/+2
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4vda2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-221-353/+318
* telnetd: check ptsname() for NULLvda2006-10-151-9/+16
* attempt to regularize atoi mess.vda2006-10-081-2/+2
* bb_applet_name -> applet_namevda2006-10-031-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-2/+2
* telnetd: getopt_ulflags'isationvda2006-09-221-32/+12
* Implement optional syslog logging using ordinaryvda2006-09-061-11/+13
* Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whylandley2006-08-281-19/+6
* - fix the build if we have ftpput without ftpget (speeling reeoe)aldot2006-06-071-1/+1
* More size shrinkage.landley2006-05-291-6/+2
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* accept() takes a socklen_t, not an intvapier2006-05-101-1/+2
* fix whitespace in comment examplevapier2006-05-101-1/+1
* some more useful debug info from Jason Holdenvapier2006-05-101-1/+5
* touchup whitespace/english a bit morevapier2006-05-101-3/+2
* whitespace between if and (vapier2006-05-101-5/+5
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()aldot2006-04-121-8/+2
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-121-4/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-8/+4
* fix up annoying signed/unsigned and mixed type errorsandersen2006-01-301-1/+1
* just whitespacetimr2006-01-251-4/+4
* telnetd -b (bind to specific address) support from Iuri Gomes Diniz.landley2005-11-101-1/+9
* Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Roblandley2005-05-101-2/+16
* Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...bug12004-09-141-6/+5
* Patch from Bastian Blank:andersen2004-06-221-5/+7
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-3/+3
* Patch from James Zhu, telnetd window resizing support.bug12004-02-221-10/+28
* Patch from Fillod Stephane:andersen2003-12-191-1/+10
* Fix compile error, Vodz, last_path_113bug12003-09-121-4/+8
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-021-2/+2
* Patch from Steven Scholz to fix telnetd compile problemandersen2003-04-251-2/+2
* Major coreutils update.mjn32003-03-191-7/+7
* Patch from Basitan Blank to fix nasty bugbug12003-01-221-3/+2
* run telnet from inetd, present login prompt if login is configured,bug12003-01-211-8/+99
* Config feature DEVPTS defined and used in telnetd, by Pavel Roskinbug12002-11-101-3/+3
* last_patch58 from vodz:andersen2002-09-301-0/+538