summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2016-03-30make MKPASSWD a separate config option, not an automatic alias to cryptpwDenys Vlasenko1-21/+11
2015-10-18loginutils/*: convert to new-style "one file" appletsDenys Vlasenko15-278/+290
2013-06-30cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko1-7/+12
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-13adduser: safe username passing to passwd/addgroupDenys Vlasenko7-77/+88
2011-05-12trim help textDenys Vlasenko1-2/+2
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
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-12-04- -4b and use proper define; add license noteBernhard Reutner-Fischer1-3/+5
2008-12-04Fold mkpasswd applet into cryptpw.Denis Vlasenko6-161/+132
2008-11-13libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko2-6/+44
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko7-35/+322
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-15cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko2-74/+82
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-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-07-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko11-169/+97
2007-05-30whitespace fixesDenis Vlasenko29-82/+82
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-05-09cryptpw: size reductionDenis Vlasenko1-18/+9
2007-05-08cryptpw: forgot svn add... how typical of me :(Denis Vlasenko3-5/+87