wok-current diff busybox/stuff/busybox-1.18-httpd.u @ rev 11604

Add rrdtool-lua
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 19 08:45:27 2012 +0100 (2012-01-19)
parents 8acb23611799
children
line diff
     1.1 --- a/busybox/stuff/busybox-1.18-httpd.u	Thu Dec 01 21:53:35 2011 +0100
     1.2 +++ b/busybox/stuff/busybox-1.18-httpd.u	Thu Jan 19 08:45:27 2012 +0100
     1.3 @@ -194,7 +194,7 @@
     1.4  +			/* this cfg entry is '*' or matches username from peer */
     1.5  +
     1.6  +			/* encrypt pwd from peer and check match with local one */
     1.7 -+			{
     1.8 ++			if (passwd[0] == '$' && passwd[1] == '1' && passwd[2] == '$') {
     1.9  +				char *encrypted = pw_encrypt(
    1.10  +					/* pwd: */  colon_after_user + 1,
    1.11  +					/* salt: */ passwd,