summaryrefslogtreecommitdiff
path: root/networking/Config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath2003-02-091-1/+112
| | | | | | last_patch_80 from Vladimir N. Oleynik
* A patch from John F. Kelly to add in a utility for configuringEric Andersen2003-01-231-0/+6
| | | | vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
* run telnet from inetd, present login prompt if login is configured,Glenn L McGrath2003-01-211-0/+7
| | | | patch from Bastian Blank
* Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath2003-01-131-2/+9
| | | | command to ipaddr, patch by Bastian Blank
* arping applet by Nick FedchikGlenn L McGrath2003-01-091-0/+6
|
* New applet: httpd, by Glenn EngelGlenn L McGrath2003-01-051-0/+14
|
* New applets, ftpget and ftpputGlenn L McGrath2002-12-131-0/+12
|
* New applet, nameif by Nick Fedchik and myself.Glenn L McGrath2002-12-131-0/+14
|
* depends on for telnet and ipcalcGlenn L McGrath2002-12-061-0/+2
|
* Make mapping a config option again to save space, turn off file locking, do ↵Glenn L McGrath2002-12-061-0/+8
| | | | we really need it ?
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-051-0/+332
modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik