Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-17 | - (djm) [ openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h] | Damien Miller | |
binary_pipe is no longer required on Cygwin; patch from Corinna Vinschen | |||
2009-03-08 | - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c | Darren Tucker | |
auth2-pubkey.c session.c openbsd-compat/bsd-cygwin_util.{c,h} openbsd-compat/daemon.c] Remove support for Windows 95/98/ME and very old version of Cygwin. Patch from vinschen at redhat com. | |||
2004-08-30 | - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only | Darren Tucker | |
copy required environment variables on Cygwin. Patch from vinschen at redhat.com, ok djm@ | |||
2003-08-07 | - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move Cygwin | Darren Tucker | |
specific defines and includes to bsd-cygwin_util.h. Fixes build error too. | |||
2003-08-07 | - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h] | Darren Tucker | |
Remove incorrect filenames from comments (file names are in Id tags). | |||
2003-05-19 | - (djm) Big KNF on openbsd-compat/ | Damien Miller | |
2002-04-15 | - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna Vinschen | Kevin Steves | |
2001-12-29 | - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen | Damien Miller | |
<vinschen@redhat.com> Could be abused to guess valid usernames | |||
2001-11-26 | [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c, | Tim Rice | |
openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c] Allow SSHD to install as service under WIndows 9x/Me [configure.ac] Fix to allow linking against PCRE on Cygwin Patches by Corinna Vinschen <vinschen@redhat.com> | |||
2001-04-14 | - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen | Damien Miller | |
<vinschen@redhat.com> | |||
2001-02-18 | - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen | Damien Miller | |
<vinschen@redhat.com> and myself. | |||
2001-02-09 | - (djm) Add CVS Id's to files that we have missed | Damien Miller | |
2001-01-31 | - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff to | Ben Lindstrom | |
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them. |