projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: add rtl8366rb switch vlan fid support
[openwrt.git]
/
package
/
dropbear
/
patches
/
100-pubkey_path.patch
diff --git
a/package/dropbear/patches/100-pubkey_path.patch
b/package/dropbear/patches/100-pubkey_path.patch
index
25a8161
..
c1802f5
100644
(file)
--- a/
package/dropbear/patches/100-pubkey_path.patch
+++ b/
package/dropbear/patches/100-pubkey_path.patch
@@
-1,7
+1,6
@@
-diff -ur dropbear-0.52.orig/svr-authpubkey.c dropbear-0.52/svr-authpubkey.c
---- dropbear-0.52.orig/svr-authpubkey.c 2009-04-08 00:32:16.000000000 +0200
-+++ dropbear-0.52/svr-authpubkey.c 2009-04-08 00:44:11.000000000 +0200
-@@ -209,17 +209,21 @@
+--- a/svr-authpubkey.c
++++ b/svr-authpubkey.c
+@@ -209,17 +209,21 @@ static int checkpubkey(unsigned char* al
goto out;
}
goto out;
}
@@
-34,7
+33,7
@@
diff -ur dropbear-0.52.orig/svr-authpubkey.c dropbear-0.52/svr-authpubkey.c
if (authfile == NULL) {
goto out;
}
if (authfile == NULL) {
goto out;
}
-@@ -372,26 +376,35 @@
+@@ -372,26 +376,35 @@
static int checkpubkeyperms() {
goto out;
}
goto out;
}
This page took
0.036866 seconds
and
4
git commands to generate.