| Commit message (Expand) | Author | Age | Files | Lines |
* | ftpd: add optional support for authentication | Morten Kvistgaard | 2014-08-05 | 1 | -29/+67 |
* | fix failures found by randomconfig builds | Denys Vlasenko | 2013-12-31 | 1 | -9/+0 |
* | libbb: move nuke_str() from passwd into libbb | Denys Vlasenko | 2013-11-19 | 1 | -1/+10 |
* | comment tweak | Denys Vlasenko | 2013-11-19 | 1 | -1/+1 |
* | sulogin: use common password-checking routine. | Denys Vlasenko | 2013-11-19 | 1 | -6/+15 |
* | refactor correct_password.c to avoid one if | walter harms | 2012-09-04 | 1 | -6/+3 |
* | - add new applet mkpasswd(1) | Bernhard Reutner-Fischer | 2008-12-03 | 1 | -1/+1 |
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
* | udhcpc: kill undocumented -W, it was a no-op. | Denis Vlasenko | 2008-06-13 | 1 | -1/+1 |
* | make pw_encrypt() return malloc'ed string. | Denis Vlasenko | 2008-06-12 | 1 | -1/+4 |
* | uclibc insists on having 70k static buffer for crypt. | Denis Vlasenko | 2008-06-12 | 1 | -1/+1 |
* | appletlib.c: make it actally follow _BB_SUID_ALWAYS rules | Denis Vlasenko | 2007-10-29 | 1 | -5/+10 |
* | correct_password: if password is 'x' or '*' and there is no shadow, use | Denis Vlasenko | 2007-07-03 | 1 | -4/+2 |
* | correct_password: do not print "no shadow passwd..." message | Denis Vlasenko | 2007-07-03 | 1 | -10/+7 |
* | remove obsolete comment | Denis Vlasenko | 2007-06-16 | 1 | -2/+1 |
* | - vda perfers not to use the banner | Bernhard Reutner-Fischer | 2007-06-15 | 1 | -3/+2 |
* | *: BB_BANNER -> bb_banner (it is not a const or #define)! | Denis Vlasenko | 2007-06-13 | 1 | -3/+8 |
* | - use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes. | Bernhard Reutner-Fischer | 2007-06-11 | 1 | -2/+2 |
* | login: ask passwords even for wrong usernames. | Denis Vlasenko | 2007-06-08 | 1 | -3/+8 |
* | Do not fail password check if shadow password does not exist - | Denis Vlasenko | 2007-03-13 | 1 | -11/+16 |
* | introduce LONE_CHAR (optimized strcmp with one-char string) | Denis Vlasenko | 2006-12-21 | 1 | -3/+2 |
* | correct_password: undo whitespace damage. | Denis Vlasenko | 2006-09-23 | 1 | -25/+13 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
* | Minor cosmetic fix from Tito. | Rob Landley | 2006-01-09 | 1 | -1/+1 |
* | Remove this error message at Vodz request, it was misleading. | Glenn L McGrath | 2004-09-24 | 1 | -1/+0 |
* | Do not use getpass(3) | Eric Andersen | 2004-05-01 | 1 | -2/+2 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -2/+2 |
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 1 | -0/+78 |