aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
AgeCommit message (Collapse)Author
2003-08-08Begin using the new "select" option. Good stuff!Eric Andersen
2003-07-28Update docs a bitEric Andersen
2003-07-28last_patch95 from vodz:Eric Andersen
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
2003-07-26Allow people to use the full blown iproute2 programs with busybox ifupdown.Eric Andersen
2003-07-22There is no need to expose CONFIG_FEATURE_TRACEROUTE_SO_DEBUGEric Andersen
2003-07-22Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen
2003-07-14Patch from Thomas Cameron:Eric Andersen
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.
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-05-14Part of a patch from Glenn Engel, updates httpd helpGlenn L McGrath
2003-02-15Patch from Bastian BlankGlenn L McGrath
- 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.
2003-02-10last_patch83 by Vladimir N. OleynikGlenn L McGrath
2003-02-09New applet, inetd, make httpd features more configurable, update authors, ↵Glenn L McGrath
last_patch_80 from Vladimir N. Oleynik
2003-01-23A patch from John F. Kelly to add in a utility for configuringEric Andersen
vlan under linux, derived from Ben Greear's VLAN "vconfig" tool.
2003-01-21run telnet from inetd, present login prompt if login is configured,Glenn L McGrath
patch from Bastian Blank
2003-01-13Option to allow ifupdown use ip commands instead of ifconfig, add flushGlenn L McGrath
command to ipaddr, patch by Bastian Blank
2003-01-09arping applet by Nick FedchikGlenn L McGrath
2003-01-05New applet: httpd, by Glenn EngelGlenn L McGrath
2002-12-13New applets, ftpget and ftpputGlenn L McGrath
2002-12-13New applet, nameif by Nick Fedchik and myself.Glenn L McGrath
2002-12-06depends on for telnet and ipcalcGlenn L McGrath
2002-12-06Make mapping a config option again to save space, turn off file locking, do ↵Glenn L McGrath
we really need it ?
2002-12-05Yet another major rework of the BusyBox config system, using the considerablyEric Andersen
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