summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL8
2 files changed, 6 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 55c0ef223..5604deeca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
120030919
2 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
3 djast AT cs.toronto.edu
4
120030918 520030918
2 - (djm) Bug #652: Fix empty password auth 6 - (djm) Bug #652: Fix empty password auth
3 7
@@ -1118,4 +1122,4 @@
1118 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1122 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1119 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1123 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1120 1124
1121$Id: ChangeLog,v 1.3001 2003/09/18 08:25:46 djm Exp $ 1125$Id: ChangeLog,v 1.3002 2003/09/19 06:30:14 djm Exp $
diff --git a/INSTALL b/INSTALL
index 93070b105..a78112202 100644
--- a/INSTALL
+++ b/INSTALL
@@ -161,12 +161,6 @@ created.
161 161
162--with-xauth=PATH specifies the location of the xauth binary 162--with-xauth=PATH specifies the location of the xauth binary
163 163
164--with-ipv4-default instructs OpenSSH to use IPv4 by default for new
165connections. Normally OpenSSH will try attempt to lookup both IPv6 and
166IPv4 addresses. On Linux/glibc-2.1.2 this causes long delays in name
167resolution. If this option is specified, you can still attempt to
168connect to IPv6 addresses using the command line option '-6'.
169
170--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries 164--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries
171are installed. 165are installed.
172 166
@@ -217,4 +211,4 @@ Please refer to the "reporting bugs" section of the webpage at
217http://www.openssh.com/ 211http://www.openssh.com/
218 212
219 213
220$Id: INSTALL,v 1.56 2003/05/24 01:41:16 dtucker Exp $ 214$Id: INSTALL,v 1.57 2003/09/19 06:30:14 djm Exp $