Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-19 | - rename SU_SYSLOG to FEATURE_SU_SYSLOG | Bernhard Reutner-Fischer | |
2006-12-19 | passwd: add option to check passwords for weakness | Denis Vlasenko | |
2006-12-19 | su: make /etc/shells check configurable | Denis Vlasenko | |
ash: missing ';' | |||
2006-11-22 | - fix typo | Bernhard Reutner-Fischer | |
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-09-08 | login: style fixes | Denis Vlasenko | |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | |
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. | |||
2006-08-03 | Remove apparent typo in "bool" line. | "Robert P. J. Day" | |
2006-07-10 | Patch from Tito to make syslog configurable and remove #ifdefs. Further | Rob Landley | |
cleanups by me. | |||
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-12-21 | Second attempt to simplify the login menu. Shadow password stuff at the top, | Rob Landley | |
with no dependencies (since depending on 9 of the 13 apps in the menu gets a bit silly). And fix my attempt to make internal shadow password support automatically depend on internal password support plus shadow password support. | |||
2005-12-20 | Shadow password support went beyond the dependency event horizon, just make | Rob Landley | |
it an independent menu. And make internal shadow password support a subset of the other internal password function support. | |||
2005-12-19 | Shadow password support involves vlock too. | Rob Landley | |
2005-07-01 | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵ | Mike Frysinger | |
WTMP options | |||
2004-08-26 | Improve the setuid situation a bit, and make it more apparent | Eric Andersen | |
when people really ought to make busybox setuid root. -Erik | |||
2004-07-30 | Fixup getty, login, etc so the utmp and wtmp are updated, allowing | Eric Andersen | |
the 'who' and 'last' applets among other things to work as expected. -Erik | |||
2003-10-22 | Andreas Mohr writes: | Eric Andersen | |
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 | |||
2003-07-22 | the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDS | Eric Andersen | |
2003-07-22 | Patch from Terje Kvernes adding quite a lot of missing documentation | Eric Andersen | |
2003-07-15 | Document CONFIG_USE_BB_PWD_GRP | Eric Andersen | |
2003-07-14 | Patch 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-01-21 | re-order config options, part of a patch from Bastian Blank | Glenn L McGrath | |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric 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 |