summaryrefslogtreecommitdiff
path: root/loginutils
Commit message (Expand)AuthorAgeFilesLines
* passwd and sulogin also need libcrypt, via libbb/pw_encrypt()Eric Andersen2004-03-271-3/+6
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-157-43/+43
* David Anders (prpplague) submitted this patch to allow login to workEric Andersen2004-03-091-2/+2
* Fix/eliminate use of atolEric Andersen2004-03-061-12/+5
* Using vlock also requires libcryptEric Andersen2003-12-161-0/+1
* Andreas Mohr writes:Eric Andersen2003-10-221-12/+12
* Set the default password to md5, patch by Joshua JacksonGlenn L McGrath2003-09-041-1/+1
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-023-7/+7
* Vodz, last patch 105Glenn L McGrath2003-08-291-74/+66
* Ronny L Nilsson writes:Eric Andersen2003-07-301-5/+2
* the word "only" is repeated for CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2003-07-221-1/+1
* Patch from Terje Kvernes adding quite a lot of missing documentationEric Andersen2003-07-221-4/+18
* Document CONFIG_USE_BB_PWD_GRPEric Andersen2003-07-151-1/+17
* Looks like I forgot one little tiny detail...Eric Andersen2003-07-142-3/+5
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-142-2/+2
* decouple delgroup and deluserEric Andersen2003-07-144-120/+183
* Patch from Thomas Cameron:Eric Andersen2003-07-141-9/+16
* Patch from Russell Coker:Eric Andersen2003-07-032-3/+50
* Based on a tinylogin patch from Philip Blundell, add severalEric Andersen2003-06-211-30/+74
* last_patch89 from vodz:Eric Andersen2003-06-202-45/+26
* Major coreutils update.Manuel Novoa III2003-03-199-94/+105
* Patch from Joshua Jackson, make md5 the default hash algorithmGlenn L McGrath2003-02-081-3/+3
* Patch from Nick Fedchik, CONFIG_SYSLOGD should determine getty'sGlenn L McGrath2003-02-081-5/+2
* run telnet from inetd, present login prompt if login is configured,Glenn L McGrath2003-01-212-147/+11
* re-order config options, part of a patch from Bastian BlankGlenn L McGrath2003-01-211-12/+14
* Fix addgroup so it actually worksEric Andersen2003-01-091-9/+19
* use const group_fileTim Riker2002-12-131-2/+2
* Teach addgroup to add user names to groupsEric Andersen2002-12-121-4/+11
* Yet another major rework of the BusyBox config system, using the considerablyEric Andersen2002-12-052-32/+97
* A missing /etc/securetty is not an error when checking the tty name - theRobert Griebl2002-12-031-1/+1
* Patch from Marcel Hamer to fix addgroup argument parsingEric Andersen2002-11-141-16/+9
* A missing securetty file is not an error.Eric Andersen2002-11-141-4/+2
* Remove gratuitous and unnecessary "BusyBox" refernece in login promptEric Andersen2002-11-071-1/+1
* last_patch61 from vodz:Eric Andersen2002-10-102-27/+11
* last_patch60 from vodz:Eric Andersen2002-10-102-4/+21
* Apply vodz' last_patch52Eric Andersen2002-09-161-10/+6
* Don't #ifdef __linux__. this is linux.Aaron Lehmann2002-08-231-4/+0
* Fix silly typo. addgroup was using /etc/shadow for /etc/gshadow.Manuel Novoa III2002-08-061-2/+2
* Fixed two compiler warningsRobert Griebl2002-07-211-2/+2
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-193-9/+6
* Fix for the totally broken adduser applet (parts/ideas from vodz and tito)Robert Griebl2002-07-161-18/+10
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-3/+3
* tito <farmatito@tiscali.it> noticed that delgroup was actuallyEric Andersen2002-07-031-1/+1
* hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2002-07-031-1/+4
* Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl>Eric Andersen2002-07-031-6/+4
* Cleanup shadow.h stuff so it behaves as intendedEric Andersen2002-07-031-0/+4
* Port over the last of the tinylogin appletsEric Andersen2002-06-2312-345/+866
* Several login cleanups from vodzEric Andersen2002-06-221-25/+32
* Bigger patch for (partial) tinylogin integrationRobert Griebl2002-06-0411-0/+2805