index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
loginutils
/
cryptpw.c
Age
Commit message (
Expand
)
Author
2021-02-02
cryptpw: typo in usage message
Ron Yorston
2020-12-13
help text: replace [OPTIONS] with actual options (if not too long)
Denys Vlasenko
2018-04-07
libbb: switch bb_ask_noecho() to "mallocing" string return API
Denys Vlasenko
2018-04-07
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...
Denys Vlasenko
2017-08-08
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-05
cryptpw, mkpasswd: make them NOEXEC
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-04-17
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-01-20
password utils: improve --help, make DEFAULT_PASSWD_ALGO visible if CHPASSWD
Denys Vlasenko
2017-01-15
cryptpw: support "rounds=NNNNNNN$" thing in salts
Denys Vlasenko
2016-07-06
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-03-31
make MKPASSWD a separate config option, not an automatic alias to cryptpw
Denys Vlasenko
2015-10-19
loginutils/*: convert to new-style "one file" applets
Denys Vlasenko
2013-06-30
cryptpw: do not segfault on EOF. Closes 6350
Denys Vlasenko
2012-01-08
passwd,cryptpw: make default encryption algorithm configurable
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-05-13
adduser: safe username passing to passwd/addgroup
Denys Vlasenko
2011-05-12
trim help text
Denys Vlasenko
2011-04-03
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-06-19
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2008-12-07
Fix forgotten license comments
Denis Vlasenko
2008-12-04
- -4b and use proper define; add license note
Bernhard Reutner-Fischer
2008-12-04
Fold mkpasswd applet into cryptpw.
Denis Vlasenko
2008-11-13
libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.
Denis Vlasenko
2008-11-10
libbb: add optionl support for SHA256/512 encrypted passwords
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-15
cryptpw: fix "cryptpw -a des -- TEXT" case
Denis Vlasenko
2008-06-12
uclibc 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 breakage
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-07-20
chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>
Denis Vlasenko
2007-05-30
whitespace fixes
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-09
cryptpw: size reduction
Denis Vlasenko
2007-05-08
cryptpw: forgot svn add... how typical of me :(
Denis Vlasenko