aboutsummaryrefslogtreecommitdiff
path: root/libbb/crypt_make_salt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libbb: move crypt_make_salt() to pw_encrypt.c, reuseDenis Vlasenko2008-12-071-46/+0
| | | | | | | | | | bin-to-ascii64 conversion which does not require an array. function old new delta to64 29 33 +4 to64_msb_first 63 62 -1 ascii64 65 - -65
* Fix forgotten license commentsDenis Vlasenko2008-12-071-0/+1
|
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
| | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-201-6/+3
|
* cryptpw: forgot svn add... how typical of me :(Denis Vlasenko2007-05-081-0/+48