package/busybox: wget: URL-decode user:password before base64-encoding it into auth...
[openwrt/staging/dedeckeh.git] / package / busybox / patches / 310-passwd_access.patch
index 6d0affd16577ae8e9c4e50e2076c75fa29c7c7d3..b995599de7f1ad9c85074634cbcd3c9348f2e9b4 100644 (file)
@@ -3,7 +3,7 @@
 
 --- a/networking/httpd.c
 +++ b/networking/httpd.c
-@@ -1772,21 +1772,32 @@ static int check_user_passwd(const char 
+@@ -1700,21 +1700,32 @@ static int check_user_passwd(const char 
  
                if (ENABLE_FEATURE_HTTPD_AUTH_MD5) {
                        char *md5_passwd;