summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2013-11-19libbb: move nuke_str() from passwd into libbbDenys Vlasenko4-10/+15
2012-07-06include sys/resource.h where neededMike Frysinger7-0/+7
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko4-2/+11
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-05-13passwd: shorter help textDenys Vlasenko1-4/+4
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko7-77/+88
2011-04-04passwd,chpasswd: reset password in /etc/passwd to "x" if /etc/shadow was updatedTito Ragusa2-4/+10
2011-04-02move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga26-400/+418
2011-03-08s/FAIL_DELAY/LOGIN_FAIL_DELAY/Denys Vlasenko4-6/+6
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-01-09passwd: do not complain about /etc/shadow needlesslyDenys Vlasenko1-4/+12
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-11-02passwd: do not complain if /etc/shadow is missingDenys Vlasenko2-4/+7
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko8-227/+208
2009-03-11*: remove LOG_NOWAITDenis Vlasenko3-3/+3
2008-12-03libbb: introduce and use xgetpwnam. ~ -150 bytes.Denis Vlasenko8-20/+17
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer11-16/+116
2008-12-02libbb: password/group function helpers rewritten by Tito:Denis Vlasenko11-94/+84
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer13-26/+26
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-12make pw_encrypt() return malloc'ed string.Denis Vlasenko7-17/+27
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko10-24/+1456
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-16libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko26-154/+249
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer17-51/+42
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko7-148/+116
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-27passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko2-9/+19
2007-07-27bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko7-87/+68
2007-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko11-169/+97
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-08cryptpw: new applet (a bit less than 3k added)Denis Vlasenko9-73/+74
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko8-78/+120
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko10-44/+42
2006-12-30fix for uclibc-without-shadow.h compilationDenis Vlasenko3-10/+18
2006-12-19passwd: add option to check passwords for weaknessDenis Vlasenko2-1/+9
2006-12-12passwd: fix indentationDenis Vlasenko1-3/+2
2006-12-12passwd: added commentDenis Vlasenko1-1/+6
2006-12-12passwd: shrink by ~10 bytes, use PRNG instead of usleep.Denis Vlasenko1-17/+10
2006-12-01passwd: made smaller by ~130 bytes. size can go negativeDenis Vlasenko3-92/+84
2006-11-30passwd: micro-optimizationDenis Vlasenko1-4/+4
2006-11-30passwd: small size optimization. salt generation improvedDenis Vlasenko3-23/+32
2006-11-30passwd: rework:Denis Vlasenko5-296/+264
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko28-282/+273
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-26several fixes from openWRT projectDenis Vlasenko8-5/+88
[next]