aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it.
* 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
| | | | | 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 McGrath2004-09-141-6/+5
| | | | extra const's also.
* Patch from Bastian Blank:Eric Andersen2004-06-221-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 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
| | | | | * 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_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
| | | | | constant. Vodz last_patch_107
* 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
| | | | patch from Bastian Blank
* 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
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 ;)