summaryrefslogtreecommitdiff
path: root/networking/telnetd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-4/+8
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* next part of ipv6-ization. dnsd code is "interesting"...Denis Vlasenko2007-01-121-10/+1
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* Improve generic ipv4+ipv6 support in libbb.Denis Vlasenko2007-01-101-1/+1
* telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko2006-11-221-78/+2
* telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4Denis Vlasenko2006-11-221-21/+65
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-221-353/+318
* telnetd: check ptsname() for NULLDenis Vlasenko2006-10-151-9/+16
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* telnetd: getopt_ulflags'isationDenis Vlasenko2006-09-221-32/+12
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-11/+13
* Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of whyRob Landley2006-08-281-19/+6
* - fix the build if we have ftpput without ftpget (speeling reeoe)Bernhard Reutner-Fischer2006-06-071-1/+1
* More size shrinkage.Rob Landley2006-05-291-6/+2
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* accept() takes a socklen_t, not an intMike Frysinger2006-05-101-1/+2
* fix whitespace in comment exampleMike Frysinger2006-05-101-1/+1
* some more useful debug info from Jason HoldenMike Frysinger2006-05-101-1/+5
* touchup whitespace/english a bit moreMike Frysinger2006-05-101-3/+2
* whitespace between if and (Mike Frysinger2006-05-101-5/+5
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer2006-04-121-8/+2
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-4/+2
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-8/+4
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-1/+1
* just whitespaceTim Riker2006-01-251-4/+4
* telnetd -b (bind to specific address) support from Iuri Gomes Diniz.Rob Landley2005-11-101-1/+9
* Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by RobRob Landley2005-05-101-2/+16
* Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ...Glenn L McGrath2004-09-141-6/+5
* Patch from Bastian Blank:Eric Andersen2004-06-221-5/+7
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Patch from James Zhu, telnetd window resizing support.Glenn L McGrath2004-02-221-10/+28
* Patch from Fillod Stephane:Eric Andersen2003-12-191-1/+10
* Fix compile error, Vodz, last_path_113Glenn L McGrath2003-09-121-4/+8
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-021-2/+2
* Patch from Steven Scholz to fix telnetd compile problemEric Andersen2003-04-251-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-7/+7
* Patch from Basitan Blank to fix nasty bugGlenn L McGrath2003-01-221-3/+2
* run telnet from inetd, present login prompt if login is configured,Glenn L McGrath2003-01-211-8/+99
* Config feature DEVPTS defined and used in telnetd, by Pavel RoskinGlenn L McGrath2002-11-101-3/+3
* last_patch58 from vodz:Eric Andersen2002-09-301-0/+538