Denys Vlasenko 12a432715f adduser: safe username passing to passwd/addgroup
passwd: support creating SHA passwords
random code shrink

function                                             old     new   delta
crypt_make_pw_salt                                     -      87     +87
adduser_main                                         883     904     +21
...
crypt_make_salt                                       99      89     -10
chpasswd_main                                        329     312     -17
packed_usage                                       28731   28691     -40
passwd_main                                         1070    1000     -70
cryptpw_main                                         310     224     -86
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 4/12 up/down: 154/-288)        Total: -134 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2011-05-13 03:19:01 +02:00
..
2011-02-03 00:05:48 +01:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2011-01-24 17:04:59 +01:00
2010-10-29 11:46:52 +02:00
2010-10-28 18:57:19 +02:00
2011-03-22 20:14:26 +01:00
2010-10-28 18:57:19 +02:00
2011-01-24 17:10:02 +01:00
2011-03-31 14:39:38 +02:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2011-02-10 10:01:49 +01:00
2010-10-28 18:57:19 +02:00
2011-03-12 02:19:50 +01:00
2010-07-26 01:49:12 +02:00
2010-10-19 23:07:49 +02:00
2010-10-29 11:46:52 +02:00
2010-10-28 18:57:19 +02:00
2011-02-12 01:56:25 +01:00
2011-01-17 14:23:42 +01:00
2010-11-03 02:48:43 +01:00
2011-01-25 23:21:46 +01:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00
2010-10-28 18:57:19 +02:00

Please see the LICENSE file for copyright information (GPLv2)

libbb is BusyBox's utility library.  All of this stuff used to be stuffed into
a single file named utility.c.  When I split utility.c to create libbb, some of
the very oldest stuff ended up without their original copyright and licensing
information (which is now lost in the mists of time).  If you see something
that you wrote that is mis-attributed, do let me know so we can fix that up.

	Erik Andersen
	<andersen@codepoet.org>