| Commit message (Expand) | Author | Age | Files | Lines |
* | telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>) | Denis Vlasenko | 2007-11-06 | 1 | -11/+23 |
* | telnetd: make sure telnetd -K exits if child dies | Denis Vlasenko | 2007-10-17 | 1 | -20/+15 |
* | telnetd: trivial optimization | Denis Vlasenko | 2007-10-17 | 1 | -3/+4 |
* | ash: use fdprintf, not dprintf. | Denis Vlasenko | 2007-10-17 | 1 | -1/+1 |
* | fixes revealed by randomconfig run | Denis Vlasenko | 2007-10-16 | 1 | -8/+10 |
* | telnetd: fix comment | Denis Vlasenko | 2007-10-16 | 1 | -1/+1 |
* | telnetd: code shrink suggested by Ralf Friedl <Ralf.Friedl@online.de> | Denis Vlasenko | 2007-10-16 | 1 | -31/+36 |
* | bzip2: make -s equivalent to -2 (compatible with standard bzip2) | Denis Vlasenko | 2007-10-16 | 1 | -1/+1 |
* | telnetd: at Alexander Kriegisch <Alexander@kriegisch.name> insistence | Denis Vlasenko | 2007-10-15 | 1 | -35/+64 |
* | telnetd: document bug in remove_iacs. reinstate band-aid | Denis Vlasenko | 2007-10-15 | 1 | -48/+55 |
* | telnetd: some simplifications and better error hadling. | Denis Vlasenko | 2007-10-15 | 1 | -120/+150 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | test: suppress gcc warning | Denis Vlasenko | 2007-06-25 | 1 | -13/+13 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 1 | -2/+1 |
* | move everything to new NOMMU helpers, except udhcp | Denis Vlasenko | 2007-03-26 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -2/+2 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | 2007-01-19 | 1 | -4/+8 |
* | whitespace fixes (leading spaces to tab) | Denis Vlasenko | 2007-01-13 | 1 | -1/+1 |
* | next part of ipv6-ization. dnsd code is "interesting"... | Denis Vlasenko | 2007-01-12 | 1 | -10/+1 |
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
* | Improve generic ipv4+ipv6 support in libbb. | Denis Vlasenko | 2007-01-10 | 1 | -1/+1 |
* | telnetd: move generic stuff into libbb. It will make it easy | Denis Vlasenko | 2006-11-22 | 1 | -78/+2 |
* | telnetd: if FEATURE_IPV6 is on, telnet will NOT work on IPv4 | Denis Vlasenko | 2006-11-22 | 1 | -21/+65 |
* | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | 2006-11-22 | 1 | -353/+318 |
* | telnetd: check ptsname() for NULL | Denis Vlasenko | 2006-10-15 | 1 | -9/+16 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
* | bb_applet_name -> applet_name | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -2/+2 |
* | telnetd: getopt_ulflags'isation | Denis Vlasenko | 2006-09-22 | 1 | -32/+12 |
* | Implement optional syslog logging using ordinary | Denis Vlasenko | 2006-09-06 | 1 | -11/+13 |
* | Unbreak allbareconfig a bit. (The telnetd.c fix is a perfect example of why | Rob Landley | 2006-08-28 | 1 | -19/+6 |
* | - fix the build if we have ftpput without ftpget (speeling reeoe) | Bernhard Reutner-Fischer | 2006-06-07 | 1 | -1/+1 |
* | More size shrinkage. | Rob Landley | 2006-05-29 | 1 | -6/+2 |
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
* | accept() takes a socklen_t, not an int | Mike Frysinger | 2006-05-10 | 1 | -1/+2 |
* | fix whitespace in comment example | Mike Frysinger | 2006-05-10 | 1 | -1/+1 |
* | some more useful debug info from Jason Holden | Mike Frysinger | 2006-05-10 | 1 | -1/+5 |
* | touchup whitespace/english a bit more | Mike Frysinger | 2006-05-10 | 1 | -3/+2 |
* | whitespace between if and ( | Mike Frysinger | 2006-05-10 | 1 | -5/+5 |
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -8/+2 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -4/+2 |
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -8/+4 |
* | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -4/+4 |
* | telnetd -b (bind to specific address) support from Iuri Gomes Diniz. | Rob Landley | 2005-11-10 | 1 | -1/+9 |
* | Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob | Rob Landley | 2005-05-10 | 1 | -2/+16 |
* | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ... | Glenn L McGrath | 2004-09-14 | 1 | -6/+5 |
* | Patch from Bastian Blank: | Eric Andersen | 2004-06-22 | 1 | -5/+7 |