Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-22 | - wrap overlong lines (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
- s/\. /. /g;# (me) | |||
2008-07-16 | config help fixes | Denis Vlasenko | |
2008-06-16 | whitespace and comment fixes, no code changes | Denis Vlasenko | |
2008-06-15 | even more of help text fixes | Denis Vlasenko | |
2008-06-15 | fix config help text | Denis Vlasenko | |
2008-06-15 | - fix copy'n paste error. | Bernhard Reutner-Fischer | |
thanks, vda! :) | |||
2008-06-15 | Specially for Bernhard Fischer introduce USE_BB_CRYPT | Denis Vlasenko | |
which selects between libc/custom crypt routines. | |||
2008-03-19 | adduser/addgroup: check username for invalid chars | Denis Vlasenko | |
(by Tito <farmatito AT tiscali.it>). +129 bytes when enabled. | |||
2008-03-17 | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | |
*/Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped | |||
2008-02-15 | adduser: optional support for long options. +110 bytes. | Denis Vlasenko | |
closes bug 2134. | |||
2007-08-21 | login: optional support for PAM | Denis Vlasenko | |
2007-07-20 | chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> | Denis Vlasenko | |
2007-06-12 | login: make /etc/nologin support configurable. -240 bytes if not selected. | Denis Vlasenko | |
2007-05-30 | whitespace fixes | Denis Vlasenko | |
2007-05-08 | cryptpw: new applet (a bit less than 3k added) | Denis Vlasenko | |
(by Thomas Lundquist <lists@zelow.no>) | |||
2007-04-15 | deluser: add optional support for removing users from groups | Denis Vlasenko | |
(by Tito <farmatito@tiscali.it>) | |||
2007-04-05 | - clean up addgroup, fix adding users to existing groups and make it ↵ | Bernhard Reutner-Fischer | |
optional (Tito) | |||
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 |