summaryrefslogtreecommitdiff
path: root/libbb/correct_password.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko2017-04-131-2/+2
* su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko2017-04-131-2/+2
* ftpd: add optional support for authenticationMorten Kvistgaard2014-08-051-29/+67
* fix failures found by randomconfig buildsDenys Vlasenko2013-12-311-9/+0
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-1/+10
* comment tweakDenys Vlasenko2013-11-191-1/+1
* sulogin: use common password-checking routine.Denys Vlasenko2013-11-191-6/+15
* refactor correct_password.c to avoid one ifwalter harms2012-09-041-6/+3
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-031-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko2008-06-131-1/+1
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-1/+4
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-1/+1
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-291-5/+10
* correct_password: if password is 'x' or '*' and there is no shadow, useDenis Vlasenko2007-07-031-4/+2
* correct_password: do not print "no shadow passwd..." messageDenis Vlasenko2007-07-031-10/+7
* remove obsolete commentDenis Vlasenko2007-06-161-2/+1
* - vda perfers not to use the bannerBernhard Reutner-Fischer2007-06-151-3/+2
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-3/+8
* - use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes.Bernhard Reutner-Fischer2007-06-111-2/+2
* login: ask passwords even for wrong usernames.Denis Vlasenko2007-06-081-3/+8
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-11/+16
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-3/+2
* correct_password: undo whitespace damage.Denis Vlasenko2006-09-231-25/+13
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-1/+1
* just whitespaceTim Riker2006-01-251-1/+1
* Minor cosmetic fix from Tito.Rob Landley2006-01-091-1/+1
* Remove this error message at Vodz request, it was misleading.Glenn L McGrath2004-09-241-1/+0
* Do not use getpass(3)Eric Andersen2004-05-011-2/+2
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-3/+3
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+78