summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-cygwin_util.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use Cygwin-specific matching only for users+groups.Darren Tucker2019-03-111-0/+1
| | | | Patch from vinschen at redhat.com, updated a little by me.
* Many typo fixes from Karsten WeissDamien Miller2018-04-101-1/+1
| | | | Spotted using https://github.com/lucasdemarchi/codespell
* Remove obsolete CVS $Id from source files.Darren Tucker2016-08-171-2/+0
| | | | | Since -portable switched to git the CVS $Id tags are no longer being updated and are becoming increasingly misleading. Remove them.
* - (djm) [configure.ac openbsd-compat/bsd-cygwin_util.c]Damien Miller2014-05-271-1/+5
| | | | | | [openbsd-compat/bsd-cygwin_util.h] On Cygwin, determine privilege separation user at runtime, since it may need to be a domain account. Patch from Corinna Vinschen.
* - (dtucker) [openbsd-compat/bsd-cygwin_util.h] Add missing functionDarren Tucker2014-01-181-1/+7
| | | | | | declarations that stopped being included when we stopped including <windows.h> from openbsd-compat/bsd-cygwin_util.h. Patch from vinschen at redhat.com.
* - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.hDarren Tucker2013-04-011-10/+7
| | | | | to avoid conflicting definitions of __int64, adding the required bits. Patch from Corinna Vinschen.
* - (dtucker) [openbsd-compat/bsd-cygwin_util.h] define WIN32_LEAN_AND_MEANDarren Tucker2012-08-281-1/+3
| | | | | for compatibility with future mingw-w64 headers. Patch from vinschen at redhat com.
* - (djm) [openbsd-compat/bsd-cygwin_util.h] #undef _WIN32 to avoid incorrectDamien Miller2012-03-301-1/+7
| | | | assumptions when building on Cygwin; patch from Corinna Vinschen
* - (djm) [ openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]Damien Miller2011-08-171-4/+2
| | | | binary_pipe is no longer required on Cygwin; patch from Corinna Vinschen
* - (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.cDarren Tucker2009-03-081-4/+1
| | | | | | 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.
* - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: onlyDarren Tucker2004-08-301-1/+3
| | | | | copy required environment variables on Cygwin. Patch from vinschen at redhat.com, ok djm@
* - (dtucker) [session.c openbsd-compat/bsd-cygwin_util.h] Move CygwinDarren Tucker2003-08-071-1/+6
| | | | specific defines and includes to bsd-cygwin_util.h. Fixes build error too.
* - (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]Darren Tucker2003-08-071-3/+1
| | | | Remove incorrect filenames from comments (file names are in Id tags).
* - (djm) Big KNF on openbsd-compat/Damien Miller2003-05-181-4/+4
|
* - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna VinschenKevin Steves2002-04-161-6/+22
|
* - (djm) Apply Cygwin pointer deref fix from Corinna VinschenDamien Miller2001-12-291-2/+2
| | | | <vinschen@redhat.com> Could be abused to guess valid usernames
* [contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,Tim Rice2001-11-271-1/+2
| | | | | | | 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>
* - Cygwin sftp/sftp-server binary mode patch from Corinna VinschenDamien Miller2001-04-131-1/+3
| | | | <vinschen@redhat.com>
* - (djm) Fix my breaking of cygwin builds, Patch from Corinna VinschenDamien Miller2001-02-181-2/+5
| | | | <vinschen@redhat.com> and myself.
* - (djm) Add CVS Id's to files that we have missedDamien Miller2001-02-091-0/+2
|
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-0/+28
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.