English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/dropbear/patches/130-ssh_ignore_o_and_x_args.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 744 - (show annotations) (download)
Thu Sep 28 10:42:55 2006 UTC (7 years, 4 months ago) by wbx
File size: 532 byte(s)
create stable branch, feature freeze, please send svn diff patches to wbx
1 diff -ruN dropbear-0.48-old/cli-runopts.c dropbear-0.48-new/cli-runopts.c
2 --- dropbear-0.48-old/cli-runopts.c 2006-03-09 16:06:03.000000000 +0100
3 +++ dropbear-0.48-new/cli-runopts.c 2006-03-11 12:28:54.000000000 +0100
4 @@ -188,6 +188,10 @@
5 debug_trace = 1;
6 break;
7 #endif
8 + case 'o':
9 + next = &dummy;
10 + case 'x':
11 + break;
12 case 'F':
13 case 'e':
14 case 'c':
15 @@ -199,7 +203,6 @@
16 #ifndef ENABLE_CLI_LOCALTCPFWD
17 case 'L':
18 #endif
19 - case 'o':
20 case 'b':
21 next = &dummy;
22 default:

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20