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

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Darren Tucker <[email protected]> ---
(In reply to Corinna Vinschen from comment #4)
> Privsep never worked fully on Cygwin.  It uses descriptor passing
> via AF_UNIX sockets which isn't implemented in Cygwin (yet).
> 
> So when privsep was introduced, only one half of it got used on
> Cygwin.
> The problem is, I don't remember which part of it.

If the sticking point is descriptor passing then that's used for pty
allocation in post-auth privsep, so that would make preauth the working
part.

There used to also be an anonymous mmap thing that got used for zlib
state passing, but since preauth zlib is now gone that shouldn't be an
issue.

-- 
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
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to