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

Up: tazlito (4.6.1) - Small fix
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 24 16:46:08 2012 +0100 (2012-03-24)
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	Sat Mar 24 16:46:08 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,