summaryrefslogtreecommitdiff
path: root/package/busybox/patches/310-passwd_access.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2011-11-23 19:41:36 +0000
committerNicolas Thill <nico@openwrt.org>2011-11-23 19:41:36 +0000
commitbe4f27f38b4238088cfd9cecbdae1e462ef3005a (patch)
tree5a5c7c0d8dd58039280ab9f67013dd675c505d3a /package/busybox/patches/310-passwd_access.patch
parente73515487465f48efffb4fc5c4d0d4d150953e96 (diff)
downloadmtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.zip
mtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.gz
mtk-20170518-be4f27f38b4238088cfd9cecbdae1e462ef3005a.tar.bz2
package/busybox: wget: URL-decode user:password before base64-encoding it into auth hdr (upstream fix)
SVN-Revision: 29299
Diffstat (limited to 'package/busybox/patches/310-passwd_access.patch')
-rw-r--r--package/busybox/patches/310-passwd_access.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/patches/310-passwd_access.patch b/package/busybox/patches/310-passwd_access.patch
index 6d0affd..b995599 100644
--- a/package/busybox/patches/310-passwd_access.patch
+++ b/package/busybox/patches/310-passwd_access.patch
@@ -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;