summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-03-30Replace a few more bb_info_msg's by bb_error_msg or printfDenys Vlasenko8-11/+11
2015-12-18chpasswd: support -c argument and respect DEFAULT_PASSWD_ALGOPascal Bach2-18/+23
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko4-2/+11
2011-11-06busybox v1.19.3 updateTanguy Pruvot22-709/+755
2011-09-11chpasswd: fix possible free() or non-allocated string. +8 bytesDenys Vlasenko1-6/+11
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
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
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko26-74/+82
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2009-04-14*: unify concurrent-safe update of /etc/{passwd,group,[g]shadow}Denis Vlasenko8-227/+208
2008-08-05- don't free user-supplied string (via -e)Bernhard Reutner-Fischer2-6/+6
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-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
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-08-16whitespace fixes, no code changesDenis Vlasenko9-99/+101
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko119-447/+494
2007-07-24Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko43-340/+352
2007-07-23chpasswd: rename long options definition to match other applets. no code changesDenis Vlasenko1-2/+2
2007-07-23rework long option handling. saves ~1.2kDenis Vlasenko22-250/+255
2007-07-21chpasswd: fix indentationDenis Vlasenko1-1/+1
2007-07-21chpasswd: fixes for shadow password handlingDenis Vlasenko1-10/+12
2007-07-21chpasswd: fixes and code shrinkDenis Vlasenko5-39/+36
2007-07-20chpasswd: now with svn addDenis Vlasenko2-0/+196