aboutsummaryrefslogtreecommitdiff
path: root/loginutils/passwd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update applet size estimatesDenys Vlasenko2023-07-101-1/+1
* help text tweaksDenys Vlasenko2020-12-131-1/+1
* libbb: bb_do_delay(3) -> pause_after_failed_login(), and stop looping thereDenys Vlasenko2020-11-291-1/+1
* Optionally re-introduce bb_info_msg()James Byrne2019-04-301-1/+1
* passwd: initialize pointers correctlyEinar Jón2019-01-081-4/+4
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-1/+0
* libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-2/+1
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-5/+5
* config: trim/improve item names and help texts, take 2Denys Vlasenko2017-07-271-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-211-7/+7
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko2017-01-201-1/+1
* Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko2016-03-301-1/+1
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-0/+24
* libbb: move nuke_str() from passwd into libbbDenys Vlasenko2013-11-191-5/+0
* include sys/resource.h where neededMike Frysinger2012-07-051-0/+1
* passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko2012-01-081-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* passwd: shorter help textDenys Vlasenko2011-05-131-4/+4
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-38/+37
* passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2011-04-051-3/+6
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+12
* s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko2011-03-081-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* passwd: do not complain about /etc/shadow needlesslyDenys Vlasenko2010-01-091-4/+12
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-2/+2
* passwd: do not complain if /etc/shadow is missingDenys Vlasenko2009-11-021-3/+3
* *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko2009-04-141-3/+2
* *: remove LOG_NOWAITDenis Vlasenko2009-03-111-1/+1
* libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko2008-12-031-3/+1
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-031-5/+5
* libbb: password/group function helpers rewritten by Tito:Denis Vlasenko2008-12-021-1/+1
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-2/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* make pw_encrypt() return malloc'ed string.Denis Vlasenko2008-06-121-6/+7
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-2/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-3/+5
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+0
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-291-13/+14
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko2007-07-271-5/+15
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-10/+15
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-201-115/+6
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-50/+0
* Do not fail password check if shadow password does not exist -Denis Vlasenko2007-03-131-11/+15
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-2/+2