Age | Commit message (Expand) | Author |
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 |
2002-07-03 | tito <farmatito@tiscali.it> noticed that delgroup was actually | Eric Andersen |
2002-07-03 | hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS | Eric Andersen |
2002-07-03 | Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> | Eric Andersen |
2002-07-03 | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen |
2002-06-23 | Port over the last of the tinylogin applets | Eric Andersen |
2002-06-22 | Several login cleanups from vodz | Eric Andersen |
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl |