Age | Commit message (Expand) | Author |
2004-08-25 | Patch from Manousaridis Angelos to cleanup stale file descriptors, it was pre... | Glenn L McGrath |
2004-08-16 | Bertrand Baudet writes: | Eric Andersen |
2004-07-30 | Umm. Not guilty by reason of insanity. | Eric Andersen |
2004-07-30 | Fixup getty, login, etc so the utmp and wtmp are updated, allowing | Eric Andersen |
2004-06-22 | Patch from Bastian Blank: | Eric Andersen |
2004-05-01 | Do not use getpass(3) | Eric Andersen |
2004-04-14 | Larry Doolittle writes: | Eric Andersen |
2004-04-12 | Sigh. The patch from David Anders (prpplague) broke standard | Eric Andersen |
2004-03-27 | passwd and sulogin also need libcrypt, via libbb/pw_encrypt() | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-09 | David Anders (prpplague) submitted this patch to allow login to work | Eric Andersen |
2004-03-06 | Fix/eliminate use of atol | Eric Andersen |
2003-12-16 | Using vlock also requires libcrypt | Eric Andersen |
2003-10-22 | Andreas Mohr writes: | Eric Andersen |
2003-09-04 | Set the default password to md5, patch by Joshua Jackson | Glenn L McGrath |
2003-09-02 | move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as one | Glenn L McGrath |
2003-08-29 | Vodz, last patch 105 | Glenn L McGrath |
2003-07-30 | Ronny L Nilsson writes: | Eric Andersen |
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 | Looks like I forgot one little tiny detail... | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-07-14 | decouple delgroup and deluser | Eric Andersen |
2003-07-14 | Patch from Thomas Cameron: | Eric Andersen |
2003-07-03 | Patch from Russell Coker: | Eric Andersen |
2003-06-21 | Based on a tinylogin patch from Philip Blundell, add several | Eric Andersen |
2003-06-20 | last_patch89 from vodz: | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-02-08 | Patch from Joshua Jackson, make md5 the default hash algorithm | Glenn L McGrath |
2003-02-08 | Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty's | Glenn L McGrath |
2003-01-21 | run telnet from inetd, present login prompt if login is configured, | Glenn L McGrath |
2003-01-21 | re-order config options, part of a patch from Bastian Blank | Glenn L McGrath |
2003-01-09 | Fix addgroup so it actually works | Eric Andersen |
2002-12-13 | use const group_file | Tim Riker |
2002-12-12 | Teach addgroup to add user names to groups | Eric Andersen |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen |
2002-12-03 | A missing /etc/securetty is not an error when checking the tty name - the | Robert Griebl |
2002-11-14 | Patch from Marcel Hamer to fix addgroup argument parsing | Eric Andersen |
2002-11-14 | A missing securetty file is not an error. | Eric Andersen |
2002-11-07 | Remove gratuitous and unnecessary "BusyBox" refernece in login prompt | Eric Andersen |
2002-10-10 | last_patch61 from vodz: | Eric Andersen |
2002-10-10 | last_patch60 from vodz: | Eric Andersen |
2002-09-16 | Apply vodz' last_patch52 | Eric Andersen |
2002-08-23 | Don't #ifdef __linux__. this is linux. | Aaron Lehmann |
2002-08-06 | Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow. | Manuel Novoa III |
2002-07-21 | Fixed two compiler warnings | Robert Griebl |
2002-07-19 | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl |
2002-07-16 | Fix for the totally broken adduser applet (parts/ideas from vodz and tito) | Robert Griebl |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen |