Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it. | |||||
* | 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 | |
| | | | | | Landley to remove an #ifdef and move another one out of the flow of code. | |||||
* | Patch from Felipe Kellermann, remove some unnecessary dups, i declared a few ↵ | Glenn L McGrath | 2004-09-14 | 1 | -6/+5 | |
| | | | | extra const's also. | |||||
* | Patch from Bastian Blank: | Eric Andersen | 2004-06-22 | 1 | -5/+7 | |
| | | | | | | | | | | | On Sat, Jun 19, 2004 at 10:57:37PM +0200, Bastian Blank wrote: > The following patch changes klogd to use openlog/syslog themself > instead of calling syslog_msg which always calls the triple > openlog/syslog/closelog. Updated patch: get rid of syslog_msg entirely. Request from Erik Andersen. Bastian | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 | |
| | ||||||
* | Patch from James Zhu, telnetd window resizing support. | Glenn L McGrath | 2004-02-22 | 1 | -10/+28 | |
| | ||||||
* | Patch from Fillod Stephane: | Eric Andersen | 2003-12-19 | 1 | -1/+10 | |
| | | | | | * While I'm at it, there's also a "telnetd.patch" which maps CRLF to CR, like netkit-telnet does, required by the loosy Windows telnet clients. | |||||
* | Fix compile error, Vodz, last_path_113 | Glenn L McGrath | 2003-09-12 | 1 | -4/+8 | |
| | ||||||
* | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath | 2003-09-02 | 1 | -2/+2 | |
| | | | | | constant. Vodz last_patch_107 | |||||
* | Patch from Steven Scholz to fix telnetd compile problem | Eric Andersen | 2003-04-25 | 1 | -2/+2 | |
| | ||||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -7/+7 | |
| | ||||||
* | Patch from Basitan Blank to fix nasty bug | Glenn L McGrath | 2003-01-22 | 1 | -3/+2 | |
| | ||||||
* | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath | 2003-01-21 | 1 | -8/+99 | |
| | | | | patch from Bastian Blank | |||||
* | Config feature DEVPTS defined and used in telnetd, by Pavel Roskin | Glenn L McGrath | 2002-11-10 | 1 | -3/+3 | |
| | ||||||
* | last_patch58 from vodz: | Eric Andersen | 2002-09-30 | 1 | -0/+538 | |
Ok. I generate patch for include to busybox-devel my work with top (original author give me maintaining) and telnetd (my support and unofficial maintaining) applets. Docs changes also: added awk, netstat, time applets to list ;) |