Bugzilla – Attachment 1583 Details for
Bug 1543
~C always opens command prompt on master session
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
disable ~C for multiplexed slave connections
tildec.diff (text/plain), 798 bytes, created by
Damien Miller
on 2008-12-08 08:22:20 AEDT
(
hide
)
Description:
disable ~C for multiplexed slave connections
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2008-12-08 08:22:20 AEDT
Size:
798 bytes
patch
obsolete
>Index: clientloop.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/clientloop.c,v >retrieving revision 1.205 >diff -u -p -r1.205 clientloop.c >--- clientloop.c 2 Dec 2008 19:01:07 -0000 1.205 >+++ clientloop.c 7 Dec 2008 21:21:55 -0000 >@@ -1033,7 +1033,6 @@ process_escapes(Channel *c, Buffer *bin, > Supported escape sequences:\r\n\ > %c. - terminate session\r\n\ > %cB - send a BREAK to the remote system\r\n\ >- %cC - open a command line\r\n\ > %cR - Request rekey (SSH protocol 2 only)\r\n\ > %c# - list forwarded connections\r\n\ > %c? - this message\r\n\ >@@ -1078,6 +1077,8 @@ Supported escape sequences:\r\n\ > continue; > > case 'C': >+ if (c && c->ctl_fd != -1) >+ goto noescape; > process_cmdline(); > continue; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1543
: 1583