zsh-workers
 help / color / mirror / code / Atom feed
* [PATCH] ssh -Y
@ 2009-04-29 12:15 Ingmar Vanhassel
  2009-04-29 13:34 ` Benjamin R. Haskell
  0 siblings, 1 reply; 3+ messages in thread
From: Ingmar Vanhassel @ 2009-04-29 12:15 UTC (permalink / raw)
  To: Zsh hackers list; +Cc: Ingmar Vanhassel

---
 Completion/Unix/Command/_ssh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
index 293732c..438ecc2 100644
--- a/Completion/Unix/Command/_ssh
+++ b/Completion/Unix/Command/_ssh
@@ -75,6 +75,7 @@ _ssh () {
       '-V[show version number]' \
       '(-X)-x[disable X11 forwarding]' \
       '(-x)-X[enable X11 forwarding]' \
+      '-Y[enable trusted X11 forwarding]' \
       '-M[master mode for connection sharing]' \
       '-S:path to control socket:_files' \
       '-O:multiplex control command:(check exit)' \
-- 
1.6.1.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ssh -Y
  2009-04-29 12:15 [PATCH] ssh -Y Ingmar Vanhassel
@ 2009-04-29 13:34 ` Benjamin R. Haskell
  2009-04-29 14:46   ` Ingmar Vanhassel
  0 siblings, 1 reply; 3+ messages in thread
From: Benjamin R. Haskell @ 2009-04-29 13:34 UTC (permalink / raw)
  To: Zsh Workers

On Wed, 29 Apr 2009, Ingmar Vanhassel wrote:

> ---
>  Completion/Unix/Command/_ssh |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh
> index 293732c..438ecc2 100644
> --- a/Completion/Unix/Command/_ssh
> +++ b/Completion/Unix/Command/_ssh
> @@ -75,6 +75,7 @@ _ssh () {
>        '-V[show version number]' \
>        '(-X)-x[disable X11 forwarding]' \
>        '(-x)-X[enable X11 forwarding]' \
> +      '-Y[enable trusted X11 forwarding]' \
>        '-M[master mode for connection sharing]' \
>        '-S:path to control socket:_files' \
>        '-O:multiplex control command:(check exit)' \
> 


I had a merge conflict from this... should've sent it in sooner...

Aren't -X, -x, and -Y mutually exclusive?  Here's the way I'd incorporated 
'-Y':  (patch is against CVS)

Best,
Ben


Index: Completion/Unix/Command/_ssh
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v
retrieving revision 1.34
diff -u -w -r1.34 _ssh
--- Completion/Unix/Command/_ssh	29 Apr 2009 12:32:37 -0000	1.34
+++ Completion/Unix/Command/_ssh	29 Apr 2009 13:28:45 -0000
@@ -73,9 +73,9 @@
       '(-1 -t)-T[disable pseudo-tty allocation (protocol version 2 only)]' \
       '(-q)*-v[verbose mode]' \
       '-V[show version number]' \
-      '(-X)-x[disable X11 forwarding]' \
-      '(-x)-X[enable X11 forwarding]' \
-      '-Y[enable trusted X11 forwarding]' \
+      '(-X -Y)-x[disable X11 forwarding]' \
+      '(-x -Y)-X[enable (untrusted) X11 forwarding]' \
+      '(-x -X)-Y[enable trusted X11 forwarding]' \
       '-M[master mode for connection sharing]' \
       '-S:path to control socket:_files' \
       '-O:multiplex control command:(check exit)' \


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ssh -Y
  2009-04-29 13:34 ` Benjamin R. Haskell
@ 2009-04-29 14:46   ` Ingmar Vanhassel
  0 siblings, 0 replies; 3+ messages in thread
From: Ingmar Vanhassel @ 2009-04-29 14:46 UTC (permalink / raw)
  To: Zsh Workers

On Wed, Apr 29, 2009 at 09:34:12AM -0400, Benjamin R. Haskell wrote:
> I had a merge conflict from this... should've sent it in sooner...
> 
> Aren't -X, -x, and -Y mutually exclusive?  Here's the way I'd incorporated 
> '-Y':  (patch is against CVS)

Right, they are.

Thanks,
Ingmar

> Best,
> Ben
> 
> 
> Index: Completion/Unix/Command/_ssh
> ===================================================================
> RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_ssh,v
> retrieving revision 1.34
> diff -u -w -r1.34 _ssh
> --- Completion/Unix/Command/_ssh	29 Apr 2009 12:32:37 -0000	1.34
> +++ Completion/Unix/Command/_ssh	29 Apr 2009 13:28:45 -0000
> @@ -73,9 +73,9 @@
>        '(-1 -t)-T[disable pseudo-tty allocation (protocol version 2 only)]' \
>        '(-q)*-v[verbose mode]' \
>        '-V[show version number]' \
> -      '(-X)-x[disable X11 forwarding]' \
> -      '(-x)-X[enable X11 forwarding]' \
> -      '-Y[enable trusted X11 forwarding]' \
> +      '(-X -Y)-x[disable X11 forwarding]' \
> +      '(-x -Y)-X[enable (untrusted) X11 forwarding]' \
> +      '(-x -X)-Y[enable trusted X11 forwarding]' \
>        '-M[master mode for connection sharing]' \
>        '-S:path to control socket:_files' \
>        '-O:multiplex control command:(check exit)' \
> 

-- 
Exherbo KDE, X.org maintainer


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-04-29 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-29 12:15 [PATCH] ssh -Y Ingmar Vanhassel
2009-04-29 13:34 ` Benjamin R. Haskell
2009-04-29 14:46   ` Ingmar Vanhassel

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).