aboutsummaryrefslogtreecommitdiff
path: root/loginutils/cryptpw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cryptpw: typo in usage messageRon Yorston2021-02-021-3/+3
* help text: replace [OPTIONS] with actual options (if not too long)Denys Vlasenko2020-12-131-9/+1
* libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-1/+1
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-1/+1
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+4
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-2/+2
* cryptpw, mkpasswd: make them NOEXECDenys Vlasenko2017-08-051-3/+3
* config: deindent all help textsDenys Vlasenko2017-07-211-5/+5
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-2/+2
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWDDenys Vlasenko2017-01-201-4/+4
* cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko2017-01-151-2/+4
* getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-2/+2
* make MKPASSWD a separate config option, not an automatic alias to cryptpwDenys Vlasenko2016-03-311-21/+11
* loginutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-0/+12
* cryptpw: do not segfault on EOF. Closes 6350Denys Vlasenko2013-06-301-7/+12
* passwd,cryptpw: make default encryption algorithm configurableDenys Vlasenko2012-01-081-1/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-2/+0
* adduser: safe username passing to passwd/addgroupDenys Vlasenko2011-05-131-22/+5
* trim help textDenys Vlasenko2011-05-121-2/+2
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+39
* *: whitespace fixesDenys Vlasenko2010-10-281-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-2/+2
* getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko2009-06-191-1/+1
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+2
* - -4b and use proper define; add license noteBernhard Reutner-Fischer2008-12-041-3/+5
* Fold mkpasswd applet into cryptpw.Denis Vlasenko2008-12-041-54/+90
* libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko2008-11-131-2/+7
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-7/+21
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko2008-06-151-7/+7
* uclibc insists on having 70k static buffer for crypt.Denis Vlasenko2008-06-121-1/+31
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* 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
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-201-2/+2
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* cryptpw: size reductionDenis Vlasenko2007-05-091-18/+9
* cryptpw: forgot svn add... how typical of me :(Denis Vlasenko2007-05-081-0/+37