hush/loginutils
Denis Vlasenko 0c68a874e7 libbb: password/group function helpers rewritten by Tito:
function                                             old     new   delta
xgetpwuid                                              -      27     +27
uid2uname_utoa                                         -      22     +22
gid2group_utoa                                         -      22     +22
uid2uname                                              -      18     +18
gid2group                                              -      18     +18
buffer_fill_and_print                                179     196     +17
print_user                                            12      24     +12
print_group                                           12      24     +12
get_cached                                            89      99     +10
...
print_common                                         134     120     -14
vlock_main                                           415     396     -19
logger_main                                          410     387     -23
crontab_main                                         642     609     -33
bb_getpwuid                                           42       -     -42
bb_getgrgid                                           42       -     -42
bb_getug                                              80       -     -80
------------------------------------------------------------------------------
(add/remove: 6/3 grow/shrink: 9/11 up/down: 187/-296)        Total: -109 bytes
2008-12-02 22:56:59 +00:00
..
addgroup.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +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 libbb: add optionl support for SHA256/512 encrypted passwords 2008-11-10 18:52:35 +00:00
cryptpw.c libbb: remove glibc-style bloat from sha_crypt. -1130 bytes. 2008-11-13 12:23:46 +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 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> 2007-07-20 21:28:41 +00:00
login.c *: a bit of code shrink 2008-11-09 00:15:11 +00:00
passwd.c libbb: password/group function helpers rewritten by Tito: 2008-12-02 22:56:59 +00:00
su.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
sulogin.c *: a bit of code shrink 2008-11-09 00:15:11 +00:00
vlock.c libbb: password/group function helpers rewritten by Tito: 2008-12-02 22:56:59 +00:00