index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
openbsd-compat
/
bsd-cygwin_util.c
Age
Commit message (
Expand
)
Author
2019-03-13
Replace alloca with xcalloc.
Darren Tucker
2019-03-12
Use Cygwin-specific matching only for users+groups.
Darren Tucker
2019-02-22
Cygwin: implement case-insensitive Unicode user and group name matching
Corinna Vinschen
2019-02-22
Revert unintended parts of previous commit.
Darren Tucker
2019-02-22
Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"
Corinna Vinschen
2018-08-13
cygwin: add missing stdarg.h include
Corinna Vinschen
2016-08-02
Strip trailing whitespace.
Darren Tucker
2015-06-02
Replace strcpy with strlcpy.
Darren Tucker
2014-05-27
- (djm) [configure.ac openbsd-compat/bsd-cygwin_util.c]
Damien Miller
2013-06-02
- (dtucker) [M auth-chall.c auth-krb5.c auth-pam.c cipher-aes.c cipher-ctr.c
Darren Tucker
2013-04-01
- (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h
Darren Tucker
2012-02-14
- (djm) [openbsd-compat/bsd-cygwin_util.c] Add PROGRAMFILES to list of
Damien Miller
2011-08-17
- (djm) [ openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
Damien Miller
2010-02-28
- (djm) [openbsd-compat/bsd-cygwin_util.c] Reduce the set of environment
Damien Miller
2009-03-08
- (dtucker) [auth-passwd.c auth1.c auth2-kbdint.c auth2-none.c auth2-passwd.c
Darren Tucker
2008-07-17
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Remove long-unneeded compat
Darren Tucker
2006-09-01
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Fix implict declaration
Darren Tucker
2006-08-05
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Add headers required to compile
Darren Tucker
2006-05-04
- (dtucker) [auth-pam.c groupaccess.c monitor.c monitor_wrap.c scard-opensc.c
Darren Tucker
2006-03-26
- deraadt@cvs.openbsd.org 2006/03/19 18:51:18
Damien Miller
2006-02-12
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Make loop counter unsigned
Darren Tucker
2005-05-25
- (dtucker) [openbsd-compat/bsd-cygwin_util.c] Ensure sufficient memory
Darren Tucker
2004-08-30
- (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
Darren Tucker
2004-04-18
- (djm) [openbsd-compat/bsd-cygwin_util.c] Recent versions of Cygwin allow
Damien Miller
2003-08-07
- (dtucker) [openbsd-compat/bsd-cygwin_util.c openbsd-compat/bsd-cygwin_util.h]
Darren Tucker
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.c
Ben Lindstrom
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
2001-11-26
[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
Tim Rice
2001-07-18
- (bal) Allow sshd to switch user context without password for Cygwin.
Ben Lindstrom
2001-04-14
- Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
Damien Miller
2001-02-18
- (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen
Damien Miller
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