[PATCH]: Port of openssh-2.1.0p3 to Cygwin environment

Damien Miller djm at mindrot.org
Fri Jun 9 21:52:57 EST 2000


On Wed, 7 Jun 2000, Corinna Vinschen wrote:

> Hi all,
> 
> I have just successfully ported openssh-2.1.0p3 to Cygwin. As you
> may know, Cygwin is a GPLed POSIX layer for Windows OSes.
> To be serious: I don't _like_ Windows systems and sometimes I
> really hate that STUPID concessions which are necessary when
> trying to get U*X software working on Windoze but for some
> reason that's exactly the reason, why I love to work on Cygwin!

Thanks for the patch!

Cygwin does make working with nt a little more endurable :)

> Porting to Cygwin has two major goals:
> 
> - Care for all file access to differ `text mode' (files may have
>   \n or \r\n line endings) from `binary mode' (files are always
>   read as they are like in U*X).

This is the main problem with integrating the patch - it touched 
just about every open and fopen in the source. This make it more 
difficult to stay synched with the OpenBSD CVS tree (i.e lots more 
manual patching).

Is there any way to decrease the volume of these changes or isolate
them to a one-off #define?

I will give the diff a try over the weekend on our poor NT machine :)

Regards,
Damien Miller

-- 
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)








More information about the openssh-unix-dev mailing list