aboutsummaryrefslogtreecommitdiff
path: root/loginutils/passwd.c
AgeCommit message (Expand)Author
2020-12-13help text tweaksDenys Vlasenko
2020-11-29libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko
2019-04-30Optionally re-introduce bb_info_msg()James Byrne
2019-01-08passwd: initialize pointers correctlyEinar Jón
2018-04-08libbb.h: always include sys/resource.hDenys Vlasenko
2018-04-07libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko
2018-04-07libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko
2017-07-27config: trim/improve item names and help texts, take 2Denys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-20password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko
2012-07-05include sys/resource.h where neededMike Frysinger
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-13passwd: shorter help textDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-04-05passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-01-09passwd: do not complain about /etc/shadow needlesslyDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko
2009-03-11*: remove LOG_NOWAITDenis Vlasenko
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.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
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-07-27passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-08cryptpw: new applet (a bit less than 3k added)Denis Vlasenko
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko
2006-12-30fix for uclibc-without-shadow.h compilationDenis Vlasenko