summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--contrib/cygwin/README4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b78b88af..cfd255ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
120011229 120011229
2 - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen 2 - (djm) Apply Cygwin pointer deref fix from Corinna Vinschen
3 <vinschen@redhat.com> Could be abused to guess valid usernames 3 <vinschen@redhat.com> Could be abused to guess valid usernames
4 - (djm) Typo in contrib/cygwin/README Fix from Corinna Vinschen
5 <vinschen@redhat.com>
4 6
520011228 720011228
6 - (djm) Remove recommendation to use GNU make, we should support most 8 - (djm) Remove recommendation to use GNU make, we should support most
@@ -7112,4 +7114,4 @@
7112 - Wrote replacements for strlcpy and mkdtemp 7114 - Wrote replacements for strlcpy and mkdtemp
7113 - Released 1.0pre1 7115 - Released 1.0pre1
7114 7116
7115$Id: ChangeLog,v 1.1710 2001/12/29 03:08:28 djm Exp $ 7117$Id: ChangeLog,v 1.1711 2001/12/29 03:10:09 djm Exp $
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 7f7f9a33c..60d391691 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -83,12 +83,12 @@ If you start sshd as deamon via cygrunsrv.exe you MUST give the
83If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the 83If starting via inetd, copy sshd to eg. /usr/sbin/in.sshd and add the
84following line to your inetd.conf file: 84following line to your inetd.conf file:
85 85
86sshd stream tcp nowait root /usr/sbin/in.sshd sshd -i 86ssh stream tcp nowait root /usr/sbin/in.sshd sshd -i
87 87
88Moreover you'll have to add the following line to your 88Moreover you'll have to add the following line to your
89${SYSTEMROOT}/system32/drivers/etc/services file: 89${SYSTEMROOT}/system32/drivers/etc/services file:
90 90
91 sshd 22/tcp #SSH daemon 91 ssh 22/tcp #SSH daemon
92 92
93=========================================================================== 93===========================================================================
94The following restrictions only apply to Cygwin versions up to 1.3.1 94The following restrictions only apply to Cygwin versions up to 1.3.1