summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-17 16:30:54 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-17 16:30:54 +1000
commit60713e5e942d527c40d545ac5bdb22602fef80a9 (patch)
treec819cff9f1ae15a7d6828fdba8030120490ee37b
parent1393083590fb6667f4ceb4d675fed5593d0ac790 (diff)
- (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
MD5 passwords even if PAM support is enabled. From steev at detritus.net.
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL5
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 361f02f9..c7a06023 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20031017
+ - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with
+ MD5 passwords even if PAM support is enabled. From steev at detritus.net.
+
20031015
- (dtucker) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2003/10/11 08:26:43
@@ -1245,4 +1249,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.2994.2.51 2003/10/15 16:23:18 tim Exp $
+$Id: ChangeLog,v 1.2994.2.52 2003/10/17 06:30:54 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 0df6fba1..476bdbca 100644
--- a/INSTALL
+++ b/INSTALL
@@ -130,7 +130,8 @@ need the S/Key libraries and header files installed for this to work.
support. You will need libwrap.a and tcpd.h installed.
--with-md5-passwords will enable the use of MD5 passwords. Enable this
-if your operating system uses MD5 passwords without using PAM.
+if your operating system uses MD5 passwords. The resulting binary will
+support both MD5 and traditional crypt type passwords.
--with-utmpx enables utmpx support. utmpx support is automatic for
some platforms.
@@ -198,4 +199,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.56.2.4 2003/09/23 09:24:21 djm Exp $
+$Id: INSTALL,v 1.56.2.5 2003/10/17 06:30:55 dtucker Exp $