aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-0/+12
| | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
* httpd: add -i (inetd) and -f (foreground) otions.Denis Vlasenko2006-11-161-8/+0
| | | | | -i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries)
* Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko2006-11-021-5/+5
|
* build system overhaulDenis Vlasenko2006-10-051-163/+163
|
* whitespace cleanupDenis Vlasenko2006-09-171-4/+4
|
* Add CONFIG_FEATURE_SYSLOG which controls whetherDenis Vlasenko2006-09-071-0/+5
| | | | | | | | bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build.
* Upgrade netcat a lot. Make -e able to take the rest of the command line asRob Landley2006-07-101-4/+12
| | | | | | | what to exec. Add -f mode and a brief explanation of how to use it to replace minicom. Add -l -l mode so you can turn any command into a server. And group all of netcat's command line options under two CONFIG entries, so if you disable both it doesn't use getopt at all.
* - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTPBernhard Reutner-Fischer2006-06-141-1/+1
|
* - add CONFIG_FEATURE_WGET_LONG_OPTIONSBernhard Reutner-Fischer2006-05-311-0/+7
|
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-0/+14
| | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts
* re-enable udhcp in a few more placesMike Frysinger2006-05-081-1/+2
|
* Busybox's udhcp was deleted a while ago. Bolting an external project onto theRob Landley2006-05-051-2/+0
| | | | tree doesn't change that.
* More usage.h cleanups, with collateral changes to httpd. Specifically,Rob Landley2006-04-281-6/+6
| | | | | most of our CONFIG entries switch stuff on instead of off when enabled, so fix the gratuitously reversed INETD thing.
* - improve wording in some help texts a little bit.Bernhard Reutner-Fischer2006-04-181-9/+9
|
* - patch from P.J. Day to rely on the automatic indenting provided by depends.Bernhard Reutner-Fischer2006-04-181-62/+60
|
* - simplify config options of the ip applet.Bernhard Reutner-Fischer2006-04-181-76/+58
|
* - put udhcp back in (Rob, you removed this in r14787 by accident..).Bernhard Reutner-Fischer2006-04-101-0/+1
|
* Second verse, same as the first.Rob Landley2006-04-101-1/+1
|
* Missing dependency spotted by Robert P Day.Rob Landley2006-04-101-3/+1
|
* - fix typo introduced in the last commit.Bernhard Reutner-Fischer2006-04-101-2/+2
|
* - typo: s/biltin/builtin/gBernhard Reutner-Fischer2006-04-101-7/+7
|
* add feature: support for running scripts through an interpreter. Thanks ↵"Vladimir N. Oleynik"2006-01-311-1/+11
| | | | Florian Schirmer <jolt@tuxbox.org>
* new applet. Thanks Roberto A. Foglietta"Vladimir N. Oleynik"2006-01-251-0/+6
|
* - better wordingBernhard Reutner-Fischer2006-01-041-2/+2
|
* sync inetd with slackware-10.2 inetd (OpenBSD-1.79), have destroy bug 455"Vladimir N. Oleynik"2005-10-031-0/+7
|
* - ifupdown needs run-parts. Thanks Derosnec for pointing this out.Bernhard Reutner-Fischer2005-09-231-0/+1
|
* Amir Shalem observed that telnetd doesn't really require login, so forcingRob Landley2005-09-151-1/+0
| | | | it is wrong.
* - sync traceroute with Slackware-10.1"Vladimir N. Oleynik"2005-09-061-3/+19
| | | | | (support -FIl -g gw -i if -z pt now). - libbb/getopt_ulflags.c support bb_opt_complementally="x-x" as trigger now
* import ether-wake applet by haveaniceday Bug 252Mike Frysinger2005-05-111-0/+6
|
* make the exec (-e) an optional feature of netcatMike Frysinger2005-05-061-0/+8
|
* David Brownell submitted a new applet, zcip, based on RFC 3927. This isRob Landley2005-04-301-0/+11
| | | | | | version 0418b. It compiled.
* import fakeidentd module started by Thomas LundquistMike Frysinger2005-04-171-0/+7
|
* Add some notes on how to make telnetd actually workEric Andersen2004-09-231-2/+36
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-5/+5
|
* Fernando Silveira writes:Eric Andersen2004-02-221-0/+10
| | | | | | | | | | | | | Hi, Well, I made this patch a long time ago (08/2002) because it was a need of a project, but had no time to send it to you. It adds support to `autologin' option of the telnet protocol. It has been used since made with busybox 0.60.3 at production and I had no problems with it. I have ported it to the HEAD revision of the CVS server (20040211) and I hope you enjoy and apply it to the official sources. :) Thanks a lot!
* Remove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_ENV option.Eric Andersen2004-02-171-12/+0
|
* Andreas Mohr writes:Eric Andersen2003-10-221-17/+17
| | | | | | | | | | | the busybox menuconfig triggered my "inacceptable number of spelling mistakes" upper level, so I decided to make a patch ;-) I also improved some wording to describe some things in a better way. Many thanks for an incredible piece of software! Andreas Mohr, random OSS developer
* add ipv6 literal support to wgetGlenn L McGrath2003-09-101-0/+7
|
* adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath2003-09-021-2/+2
| | | | | | of netmasks. It also fixes the parameters for network and netmask to match that of the official Red Hat version (-n for network and -m for netmask). Patch by Joshua Jackson
* Begin using the new "select" option. Good stuff!Eric Andersen2003-08-081-8/+30
|
* Update docs a bitEric Andersen2003-07-281-8/+9
|
* last_patch95 from vodz:Eric Andersen2003-07-281-1/+8
| | | | | | | | | | | | | | | | | Hi. Last patch have new libbb function vfork_rexec() for can use daemon() to uClinux system. This patched daemons: syslog, klogd, inetd, crond. This not tested! I havn`t this systems. Also. Previous patch for feature request MD5 crypt password for httpd don`t sended to this mailist on 07/15/03 (mailist have Pytom module problem?). The previous patch included, and have testing. --w vodz
* Allow people to use the full blown iproute2 programs with busybox ifupdown.Eric Andersen2003-07-261-4/+21
|
* There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUGEric Andersen2003-07-221-7/+0
|
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-221-27/+45
|
* Patch from Thomas Cameron:Eric Andersen2003-07-141-19/+31
| | | | | | | | | | | Hello all, This patch adds more "Help" text to the config system. Almost all applets now have a help entry. Also, I cleaned up the spacing of the existing text so that things are consistent. This patch is against this morning's CVS. Thomas Cameron CEI Systems, Inc.
* Vodz, last_patch_86Glenn L McGrath2003-05-261-12/+6
|
* Part of a patch from Glenn Engel, updates httpd helpGlenn L McGrath2003-05-141-31/+43
|
* Patch from Bastian BlankGlenn L McGrath2003-02-151-2/+2
| | | | | | | - ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr.
* last_patch83 by Vladimir N. OleynikGlenn L McGrath2003-02-101-3/+3
|