aboutsummaryrefslogtreecommitdiff
path: root/loginutils/cryptpw.c
AgeCommit message (Expand)Author
2021-02-02cryptpw: typo in usage messageRon Yorston
2020-12-13help text: replace [OPTIONS] with actual options (if not too long)Denys 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-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-05cryptpw, mkpasswd: make them NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2017-01-20password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko
2017-01-15cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-03-31make MKPASSWD a separate config option, not an automatic alias to cryptpwDenys Vlasenko
2015-10-19loginutils/*: convert to new-style "one file" appletsDenys Vlasenko
2013-06-30cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko
2012-01-08passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-13adduser: safe username passing to passwd/addgroupDenys Vlasenko
2011-05-12trim help textDenys Vlasenko
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2010-10-28*: whitespace fixesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2008-12-07Fix forgotten license commentsDenis Vlasenko
2008-12-04- -4b and use proper define; add license noteBernhard Reutner-Fischer
2008-12-04Fold mkpasswd applet into cryptpw.Denis Vlasenko
2008-11-13libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko
2008-11-10libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-15cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko
2008-06-12uclibc insists on having 70k static buffer for crypt.Denis Vlasenko
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis 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-20chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko
2007-05-30whitespace fixesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-05-09cryptpw: size reductionDenis Vlasenko
2007-05-08cryptpw: forgot svn add... how typical of me :(Denis Vlasenko