WE HATE SPAM <[EMAIL PROTECTED]> writes: > In any case, lsh is one very nice piece of software. We'll move the rest > of our equipment from SSH and OpenSSH to lsh in August. Later this month > I'll try my hand at seeing how lshd runs under cygwin.
I don't know how the hairier unix features work under cygwin, in particular userauthentication, setuid and friends. But if anybody more knowledgable than me about the corresponding parts of the windows API:s, it might be possible to do a "native" port of lshd to windows by replacing io.c, unix_user.c, unix_process.c and unix_random.c. The rest of the code should be fairly portable, although posixish things like fd:s and dup() are used in a couple of places. Regards, /Niels
