[Bug 2416] [PATCH] Allow forwarding of stdio to streamlocal end points

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed Jun 24 18:12:02 AEST 2015


https://bugzilla.mindrot.org/show_bug.cgi?id=2416

--- Comment #1 from Salvador Fandiño <sfandino at yahoo.com> ---
Some comments about the patch before I forget about them:

The same variables that were hosting the hostname now also can host the
socket path. The magic port number PORT_STREAMLOCAL (-2) is used to
indicate that it is a socket path.

I have to promote a couple of function argument from u_short to u_int
to let the PORT_STREAMLOCAL pass unmangled (as
(u_short)PORT_STREAMLOCAL results in a valid TCP port number).

I have done a s/host/path/ in some variable names. That's consistent
with the naming of the hostname/path slot in the Channel structure.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list