Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / correct_password.c
2018-04-07 Denys Vlasenkolibbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmat...
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-04-13 Denys Vlasenkolibbb: make check_password() also return CHECKPASS_PW_H...
2017-04-13 Denys Vlasenkosu: FEATURE_SU_BLANK_PW_NEEDS_SECURE_TTY
2014-08-05 Morten Kvistgaardftpd: add optional support for authentication
2013-12-31 Denys Vlasenkofix failures found by randomconfig builds
2013-11-19 Denys Vlasenkolibbb: move nuke_str() from passwd into libbb
2013-11-19 Denys Vlasenkocomment tweak
2013-11-19 Denys Vlasenkosulogin: use common password-checking routine.
2012-09-04 walter harmsrefactor correct_password.c to avoid one if
2008-12-03 Bernhard Reutner... - add new applet mkpasswd(1)
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-13 Denis Vlasenkoudhcpc: kill undocumented -W, it was a no-op.
2008-06-12 Denis Vlasenkomake pw_encrypt() return malloc'ed string.
2008-06-12 Denis Vlasenkouclibc insists on having 70k static buffer for crypt.
2007-10-29 Denis Vlasenkoappletlib.c: make it actally follow _BB_SUID_ALWAYS...
2007-07-03 Denis Vlasenkocorrect_password: if password is 'x' or '*' and there...
2007-07-03 Denis Vlasenkocorrect_password: do not print "no shadow passwd.....
2007-06-16 Denis Vlasenkoremove obsolete comment
2007-06-15 Bernhard Reutner... - vda perfers not to use the banner
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-11 Bernhard Reutner... - use bb_msg_full_version instead of a separate string...
2007-06-08 Denis Vlasenkologin: ask passwords even for wrong usernames.
2007-03-13 Denis VlasenkoDo not fail password check if shadow password does...
2006-12-21 Denis Vlasenkointroduce LONE_CHAR (optimized strcmp with one-char...
2006-09-23 Denis Vlasenkocorrect_password: undo whitespace damage.
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-01-25 Tim Rikerjust whitespace
2006-01-09 Rob LandleyMinor cosmetic fix from Tito.
2004-09-24 Glenn L McGrathRemove this error message at Vodz request, it was misle...
2004-05-01 Eric AndersenDo not use getpass(3)
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-06-23 Eric AndersenPort over the last of the tinylogin applets