summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard5-52/+100
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko7-13/+34
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko4-10/+15
2013-11-19comment tweakDenys Vlasenko1-1/+1
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko6-47/+26
2012-09-04refactor correct_password.c to avoid one ifwalter harms1-6/+3
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer11-16/+116
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-06-13udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko6-100/+108
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko7-17/+27
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko10-24/+1456
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko7-148/+116
2007-07-03correct_password: if password is 'x' or '*' and there is no shadow, useDenis Vlasenko1-4/+2
2007-07-03correct_password: do not print "no shadow passwd..." messageDenis Vlasenko1-10/+7
2007-06-16remove obsolete commentDenis Vlasenko1-2/+1
2007-06-15- vda perfers not to use the bannerBernhard Reutner-Fischer1-3/+2
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko12-31/+33
2007-06-11- use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes.Bernhard Reutner-Fischer1-2/+2
2007-06-08login: ask passwords even for wrong usernames.Denis Vlasenko2-7/+11
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko8-78/+120
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko17-35/+49
2006-09-23correct_password: undo whitespace damage.Denis Vlasenko3-30/+17
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley14-50/+37
2006-01-25just whitespaceTim Riker254-2027/+2027
2006-01-09Minor cosmetic fix from Tito.Rob Landley1-1/+1
2004-09-24Remove this error message at Vodz request, it was misleading.Glenn L McGrath1-1/+0
2004-05-01Do not use getpass(3)Eric Andersen7-38/+98
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-06-23Port over the last of the tinylogin appletsEric Andersen27-348/+1812