summaryrefslogtreecommitdiff
path: root/contrib/cygwin
AgeCommit message (Collapse)Author
2016-05-30Add missing ssh-host-config --name optionDarren Tucker
Patch from vinschen@redhat.com.
2014-11-26Avoid Cygwin ssh-host-config reading /etc/groupDamien Miller
Patch from Corinna Vinschen
2014-11-26allow custom service name for sshd on CygwinDamien Miller
Permits the use of multiple sshd running with different service names. Patch by Florian Friesdorf via Corinna Vinschen
2014-11-05Prepare scripts for next Cygwin releaseDamien Miller
Makes the Cygwin-specific ssh-user-config script independent of the existence of /etc/passwd. The next Cygwin release will allow to generate passwd and group entries from the Windows account DBs, so the scripts have to adapt. from Corinna Vinschen
2014-09-03 - (djm) [contrib/cygwin/ssh-host-config] Fix old code leading toDamien Miller
permissions/ACLs; from Corinna Vinschen
2014-08-20 - (djm) [contrib/cygwin/README] Correct build instructions; from CorinnaDamien Miller
2014-08-19 - (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README]Damien Miller
[contrib/redhat/openssh.spec contrib/suse/openssh.spec] Remove mentions of TCP wrappers.
2014-05-27 - (djm) [contrib/cygwin/ssh-host-config] Updated Cygwin ssh-host-configDamien Miller
from Corinna Vinschen, fixing a number of bugs and preparing for Cygwin 1.7.30.
2013-11-09 - (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation:Darren Tucker
rather than testing and generating each key, call ssh-keygen -A. Patch from vinschen at redhat.com.
2013-07-02 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-configDarren Tucker
contrib/cygwin/ssh-user-config] Modernizes and improve readability of the Cygwin README file (which hasn't been updated for ages), drop unsupported OSes from the ssh-host-config help text, and drop an unneeded option from ssh-user-config. Patch from vinschen at redhat com.
2012-06-22 - (dtucker) [contrib/cygwin/ssh-host-config] Ensure that user sshd runs asDarren Tucker
can logon as a service. Patch from vinschen at redhat com.
2011-10-25 - (dtucker) [contrib/cygwin/Makefile] Continue if installing a doc fileDarren Tucker
fails. Patch from Corinna Vinschen.
2011-02-21 - (dtucker) [contrib/cygwin/ssh-host-config] From Corinna: revamp of theDarren Tucker
Cygwin-specific service installer script ssh-host-config. The actual functionality is the same, the revisited version is just more exact when it comes to check for problems which disallow to run certain aspects of the script. So, part of this script and the also rearranged service helper script library "csih" is to check if all the tools required to run the script are available on the system. The new script also is more thorough to inform the user why the script failed. Patch from vinschen at redhat com.
2011-02-06 - (dtucker) [contrib/cygwin/ssh-{host,user}-config] Add ECDSA keyDarren Tucker
generation and simplify. Patch from Corinna Vinschen.
2010-06-17 - (tim) [contrib/cygwin/README] Remove a reference to the obsoleteTim Rice
minires-devel package, and to add the reference to the libedit-devel package since CYgwin now provides libedit. Patch from Corinna Vinschen.
2010-04-09 - (dtucker) [contrib/cygwin/Makefile] Don't overwrite files with the wrongDarren Tucker
ones. Based on a patch from Roumen Petrov.
2010-03-24 - (dtucker) [contrib/cygwin/ssh-host-config] Mount the Windows directoryDarren Tucker
containing the services file explicitely case-insensitive. This allows to tweak the Windows services file reliably. Patch from vinschen at redhat.
2010-03-11 - (tim) [contrib/cygwin/Makefile] Fix list of documentation files to installTim Rice
on a Cygwin installation. Patch from Corinna Vinschen.
2009-12-26 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1Tim Rice
Gzip all man pages. Patch from Corinna Vinschen.
2009-07-29 - (tim) [contrib/cygwin/ssh-user-config] Change script to call correct errorTim Rice
function. Patch from Corinna Vinschen.
2009-07-12 - (dtucker [contrib/cygwin/ssh-{host,user}-config] Add license text. PatchDarren Tucker
from Corinna Vinschen.
2009-07-07 - (dtucker) [contrib/cygwin/ssh-host-config] better support for automatedDarren Tucker
scripts and fix usage of eval. Patch from Corinna Vinschen.
2009-01-29 - (tim) [contrib/cygwin/ssh-host-config] Whitespace cleanup. No code changes.Tim Rice
2009-01-29 - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.Tim Rice
If the CYGWIN environment variable is empty, the installer script should not install the service with an empty CYGWIN variable, but rather without setting CYGWNI entirely.
2009-01-28 - (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.Tim Rice
Changes to work on Cygwin 1.5.x as well as on the new Cygwin 1.7.x. The information given for the setting of the CYGWIN environment variable is wrong for both releases so I just removed it, together with the unnecessary (Cygwin 1.5.x) or wrong (Cygwin 1.7.x) default setting.
2008-12-01 - (dtucker) [contrib/cygwin/{Makefile,ssh-host-config}] Add new doc filesDarren Tucker
and tweak the is-sshd-running check in ssh-host-config. Patch from vinschen at redhat com.
2008-07-14 - (djm) [contrib/cygwin/Makefile contrib/cygwin/ssh-host-config]Damien Miller
[contrib/cygwin/ssh-user-config contrib/cygwin/sshd-inetd] Revamped and simplified Cygwin ssh-host-config script that uses unified csih configuration tool. Requires recent Cygwin. Patch from vinschen AT redhat.com
2008-06-28 - (djm) [RFC.nroff contrib/cygwin/Makefile contrib/suse/openssh.spec]Damien Miller
RFC.nroff lacks a license, remove it (it is long gone in OpenBSD).
2008-02-23[contrib/cygwin/ssh-host-config]Tim Rice
Grammar changes on SYSCONFDIR LOCALSTATEDIR messages. Check more thoroughly that it's possible to create the /var/empty directory. Patch by vinschen AT redhat.com
2006-08-31 - (dtucker) [contrib/cygwin/ssh-host-config] Add SeTcbPrivilege privilegeDarren Tucker
while setting up the ssh service account. Patch from Corinna Vinschen.
2006-03-04 - (dtucker) [contrib/cygwin/ssh-host-config] Require use of lastlog as aDarren Tucker
file rather than directory, required as Cygwin will be importing lastlog(1). Also tightens up permissions on the file. Patch from vinschen@redhat.com.
2006-01-10 - (dtucker) [contrib/cygwin/ssh-host-config] Make sshd service depend onDarren Tucker
tcpip service so it's always started after IP is up. Patch from vinschen at redhat.com.
2005-10-25 - (dtucker) [contrib/cygwin/ssh-user-config] Remove duplicate yes/noDarren Tucker
prompt. Patch from vinschen at redhat.com.
2005-05-09 - (dtucker) [contrib/cygwin/ssh-host-config] Add a test and warning for aDarren Tucker
user-mode mounts in Cygwin installation. Patch from vinschen at redhat.com.
2005-03-13 - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for theDarren Tucker
localized name of the local administrators group more reliable. From vinschen at redhat.com.
2005-03-05 - (djm) [contrib/cygwin/README] Improve Cygwin build documentation. PatchDamien Miller
from vinschen at redhat.com
2004-09-21 - (dtucker) [contrib/cygwin/ssh-host-config] Update to match current CygwinDarren Tucker
install process. Patch from vinschen at redhat.com.
2004-07-09 - (tim) [contrib/cygwin/README] add minires-devel requirement. Patch fromTim Rice
vinschen AT redhat.com
2004-01-23 - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.Darren Tucker
Patch from vinschen at redhat.com.
2003-11-21 - djm@cvs.openbsd.org 2003/11/21 11:57:03Damien Miller
[everything] unexpand and delete whitespace at EOL; ok markus@ (done locally and RCS IDs synced)
2003-11-13 - (dtucker) [README ssh-host-config ssh-user-config Makefile] (AllDarren Tucker
contrib/cygwin). Major update from vinschen at redhat.com. - Makefile provides a `cygwin-postinstall' target to run right after `make install'. - Better support for Windows 2003 Server. - Try to get permissions as correct as possible. - New command line options to allow full automated host configuration. - Create configs from skeletons in /etc/defaults/etc. - Use /bin/bash, allows reading user input with readline support. - Remove really old configs from /usr/local.
2003-11-03 - (dtucker) [contrib/cygwin/ssh-host-config] Ensure entries in /etc/servicesDarren Tucker
are created correctly with CRLF line terminations. Patch from vinschen at redhat.com.
2003-09-22 - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config] UpdateDarren Tucker
ssh-host-config to match current defaults, bump README version. Patch from vinschen at redhat.com.
2003-08-22 - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keysDarren Tucker
rather that authorized_keys2. Patch from vinschen@redhat.com.
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-07-10[contrib/cygwin/ssh-host-config] explicitely sets the permissionsTim Rice
on /var/empty to 755 Patch by vinschen@redhat.com
2002-07-07[contrib/cygwin/ssh-host-config] sshd account creation fixesTim Rice
patch from vinschen@redhat.com
2002-07-05[contrib/cygwin/ssh-host-config] double slash corrctionTim Rice
from vinschen@redhat.com
2002-07-03 - (bal) Updated contrib/cygwin/ patch by vinschen@redhat.comBen Lindstrom
2002-04-29[contrib/caldera/openssh.spec] update fixUP to reflect changes in sshd_config.Tim Rice
[contrib/cygwin/README] remove reference to regex. patch from Corinna Vinschen <vinschen@redhat.com>