busybox/loginutils
Denis Vlasenko e45930e890 Fold mkpasswd applet into cryptpw.
mkpasswd is in Debian, OTOH cryptpw was added to busybox earlier.
Trying to make both camps happy by making those two applets just aliases.
They are command-line compatible. We can decide whether we want to drop one
(and which one) later.

function                                             old     new   delta
cryptpw_main                                         183     314    +131
static.methods                                        21       -     -21
packed_usage                                       25707   25648     -59
mkpasswd_main                                        307       -    -307
------------------------------------------------------------------------------
(add/remove: 0/2 grow/shrink: 1/1 up/down: 131/-387)         Total: -256 bytes
2008-12-04 12:05:26 +00:00
..
addgroup.c libbb: introduce and use xgetpwnam. ~ -150 bytes. 2008-12-03 19:05:55 +00:00
adduser.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
chpasswd.c - don't free user-supplied string (via -e) 2008-08-05 09:56:56 +00:00
Config.in Fold mkpasswd applet into cryptpw. 2008-12-04 12:05:26 +00:00
cryptpw.c Fold mkpasswd applet into cryptpw. 2008-12-04 12:05:26 +00:00
deluser.c *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on 2008-06-27 02:52:20 +00:00
getty.c remove a few superfluous includes 2008-11-25 13:33:11 +00:00
Kbuild Fold mkpasswd applet into cryptpw. 2008-12-04 12:05:26 +00:00
login.c *: a bit of code shrink 2008-11-09 00:15:11 +00:00
passwd.c libbb: introduce and use xgetpwnam. ~ -150 bytes. 2008-12-03 19:05:55 +00:00
su.c libbb: introduce and use xgetpwnam. ~ -150 bytes. 2008-12-03 19:05:55 +00:00
sulogin.c - add new applet mkpasswd(1) 2008-12-03 18:48:39 +00:00
vlock.c libbb: password/group function helpers rewritten by Tito: 2008-12-02 22:56:59 +00:00