bugzilla-daemon at mindrot.org
2013-May-15 12:09 UTC
[Bug 2104] New: Windows/win32/mingw support
https://bugzilla.mindrot.org/show_bug.cgi?id=2104 Bug ID: 2104 Summary: Windows/win32/mingw support Classification: Unclassified Product: Portable OpenSSH Version: -current Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: Miscellaneous Assignee: unassigned-bugs at mindrot.org Reporter: ossman at cendio.se Created attachment 2268 --> https://bugzilla.mindrot.org/attachment.cgi?id=2268&action=edit win32.patch Attached patch makes it possible to build the ssh client for Windows. It is not a full port in that sshd is still not possible to build. But given the nature of Windows, the client is the most interesting piece. The patch is to a large extent #ifdef:s around headers that do not exist on Windows. The second large part is compatibility routines for stuff that is missing (like a sane select()). Diff is against CVS as of today (2013-05-15). -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2013-Jun-05 09:17 UTC
[Bug 2104] Windows/win32/mingw support
https://bugzilla.mindrot.org/show_bug.cgi?id=2104 Aaron Sowry <aeneby at gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aeneby at gmail.com -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2020-Jan-25 13:47 UTC
[Bug 2104] Windows/win32/mingw support
https://bugzilla.mindrot.org/show_bug.cgi?id=2104 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Resolution|--- |WORKSFORME Status|NEW |RESOLVED --- Comment #1 from Damien Miller <djm at mindrot.org> --- Microsoft now supports OpenSSH on Windows, so IMO this is obsolete -- 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.
bugzilla-daemon at mindrot.org
2021-Apr-23 04:55 UTC
[Bug 2104] Windows/win32/mingw support
https://bugzilla.mindrot.org/show_bug.cgi?id=2104 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- closing resolved bugs as of 8.6p1 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.
Possibly Parallel Threads
- [Bug 2121] New: Enable runtime loading of GSSAPI libraries
- [Bug 2073] New: solaris gssapi support
- [Bug 2072] New: don't like kerberos libs into ssh
- [Bug 2089] New: filter out bad host key algorithms
- [Bug 2077] New: avoid duplicating ".ssh" in a butt-load of defines