[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341

Darren Tucker  changed:

   What|Removed |Added

 Blocks|2594, 2360  |2647


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2360
[Bug 2360] Bugs intended to be fixed in 6.9
https://bugzilla.mindrot.org/show_bug.cgi?id=2594
[Bug 2594] Tracking bug for OpenSSH 7.4 release
https://bugzilla.mindrot.org/show_bug.cgi?id=2647
[Bug 2647] Tracking bug for OpenSSH 7.5 release
-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341

--- Comment #23 from Darren Tucker  ---
Comment from Ron Frederick on openssh-unix-dev@
(https://lists.mindrot.org/pipermail/openssh-unix-dev/2016-December/035584.html):

"""
Looking at this patch, it seems to me that it introduces a possible
exploit. The new code calls stat() on whatever string is set as the
display value, even before checking for display values that are meant
to refer to remote network hosts. If “ssh” is run in a directory
which happens to have a file/pipe/socket named to match one of those
network display values, this new code would return that it should
connect to this local socket rather than the remote host when doing the
forwarding.

While checking for “/tmp/launch” as a prefix is a problem now that
MacOS is putting these local sockets in paths starting with
“/private/tmp/com.apple.launchd”, I think this new code should at a
minimum require that the path start with a leading “/“ before
treating it as a local socket and doing a stat() on it.
"""

Sorry but this is now too late for 7.4.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2594] Tracking bug for OpenSSH 7.4 release

2016-12-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2594

Darren Tucker  changed:

   What|Removed |Added

 Depends on|2341|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2341
[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite
-- 
You are receiving this mail because:
You are watching the reporter of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2360] Bugs intended to be fixed in 6.9

2016-12-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2360

Darren Tucker  changed:

   What|Removed |Added

 Depends on|2341|


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2341
[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite
-- 
You are receiving this mail because:
You are watching the reporter of the bug.
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2647] Tracking bug for OpenSSH 7.5 release

2016-12-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2647

Darren Tucker  changed:

   What|Removed |Added

 Depends on||2341


Referenced Bugs:

https://bugzilla.mindrot.org/show_bug.cgi?id=2341
[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite
-- 
You are receiving this mail because:
You are watching the reporter of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341

--- Comment #24 from Darren Tucker  ---
for the next respin of the patch: also put the new function behind
#ifdef APPLE, otherwise it causes "unused function" warnings on
everything else.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2341] XQuartz X11 forwarding not working in OS X 10.10 Yosemite

2016-12-18 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2341

--- Comment #25 from Jakob Schlyter  ---
(In reply to Darren Tucker from comment #24)
> for the next respin of the patch: also put the new function behind
> #ifdef APPLE, otherwise it causes "unused function" warnings on
> everything else.

https://github.com/jschlyter/openssh-portable/commit/3100451bf5a0d2a23a0f927f603ddf0172a43763

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs