summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-10-21 12:40:00 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-10-21 12:40:00 +1000
commit8dfd1fca8c42eaf6e37600012ad307ad2b1e8e28 (patch)
tree30d417b7631a4391256dc9cefe1e782c7e7320f3
parent60713e5e942d527c40d545ac5bdb22602fef80a9 (diff)
- (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
directly. Noted by Darren.Moffat at sun.com.
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL7
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c7a06023..3b3c97b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20031021
+ - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords
+ directly. Noted by Darren.Moffat at sun.com.
+
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.
@@ -1249,4 +1253,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.52 2003/10/17 06:30:54 dtucker Exp $
+$Id: ChangeLog,v 1.2994.2.53 2003/10/21 02:40:00 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 476bdbca..a4df4536 100644
--- a/INSTALL
+++ b/INSTALL
@@ -130,8 +130,9 @@ 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. The resulting binary will
-support both MD5 and traditional crypt type passwords.
+if your operating system uses MD5 passwords and the system crypt() does
+not support them directly (see the crypt(3/3c) man page). If enabled, the
+resulting binary will support both MD5 and traditional crypt passwords.
--with-utmpx enables utmpx support. utmpx support is automatic for
some platforms.
@@ -199,4 +200,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.56.2.5 2003/10/17 06:30:55 dtucker Exp $
+$Id: INSTALL,v 1.56.2.6 2003/10/21 02:40:01 dtucker Exp $