aboutsummaryrefslogtreecommitdiff
path: root/libbb/correct_password.c
AgeCommit message (Expand)Author
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-04-13libbb: make check_password() also return CHECKPASS_PW_HAS_EMPTY_PASSWORDDenys Vlasenko
2017-04-13su: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTYDenys Vlasenko
2014-08-05ftpd: add optional support for authenticationMorten Kvistgaard
2013-12-31fix failures found by randomconfig buildsDenys Vlasenko
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2013-11-19comment tweakDenys Vlasenko
2013-11-19sulogin: use common password-checking routine.Denys Vlasenko
2012-09-04refactor correct_password.c to avoid one ifwalter harms
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-13udhcpc: kill undocumented -W, it was a no-op.Denis Vlasenko
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-07-03correct_password: if password is 'x' or '*' and there is no shadow, useDenis Vlasenko
2007-07-03correct_password: do not print "no shadow passwd..." messageDenis Vlasenko
2007-06-16remove obsolete commentDenis Vlasenko
2007-06-15- vda perfers not to use the bannerBernhard Reutner-Fischer
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko
2007-06-11- use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes.Bernhard Reutner-Fischer
2007-06-08login: ask passwords even for wrong usernames.Denis Vlasenko
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko
2006-12-21introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko
2006-09-23correct_password: undo whitespace damage.Denis Vlasenko
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-01-25just whitespaceTim Riker
2006-01-09Minor cosmetic fix from Tito.Rob Landley
2004-09-24Remove this error message at Vodz request, it was misleading.Glenn L McGrath
2004-05-01Do not use getpass(3)Eric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-06-23Port over the last of the tinylogin appletsEric Andersen