summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cygwin_util.c
AgeCommit message (Collapse)Author
2005-05-25 - (dtucker) [openbsd-compat/bsd-cygwin_util.c] Ensure sufficient memoryDarren Tucker
allocation when retrieving core Windows environment. Add CYGWIN variable to propagated variables. Patch from vinschen at redhat.com, ok djm@
2004-08-30 - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: onlyDarren Tucker
copy required environment variables on Cygwin. Patch from vinschen at redhat.com, ok djm@
2004-04-18 - (djm) [openbsd-compat/bsd-cygwin_util.c] Recent versions of Cygwin allowDamien Miller
change of user context without a password, so relax auth method restrictions; from vinschen AT redhat.com; ok dtucker@
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-11-09 - (bal) Update ssh-host-config and minor rewrite of bsd-cygwin_util.cBen Lindstrom
ntsec now default if cygwin version beginning w/ version 56. Patch by Corinna Vinschen <vinschen@redhat.com>
2002-04-15 - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna VinschenKevin Steves
2001-12-29 - (djm) Apply Cygwin pointer deref fix from Corinna VinschenDamien 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-07-18 - (bal) Allow sshd to switch user context without password for Cygwin.Ben Lindstrom
Patch by Corinna Vinschen <vinschen@redhat.com>
2001-04-14 - Cygwin sftp/sftp-server binary mode patch from Corinna VinschenDamien Miller
<vinschen@redhat.com>
2001-02-18 - (djm) Fix my breaking of cygwin builds, Patch from Corinna VinschenDamien Miller
<vinschen@redhat.com> and myself.
2001-02-09 - (djm) Add CVS Id's to files that we have missedDamien Miller
2001-01-31 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen 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.