diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | INSTALL | 7 |
2 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20031021 | ||
2 | - (dtucker) [INSTALL] Some system crypt() functions support MD5 passwords | ||
3 | directly. Noted by Darren.Moffat at sun.com. | ||
4 | |||
1 | 20031017 | 5 | 20031017 |
2 | - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with | 6 | - (dtucker) [INSTALL] Note that --with-md5 is now required on platforms with |
3 | MD5 passwords even if PAM support is enabled. From steev at detritus.net. | 7 | MD5 passwords even if PAM support is enabled. From steev at detritus.net. |
@@ -1365,4 +1369,4 @@ | |||
1365 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1369 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1366 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1370 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1367 | 1371 | ||
1368 | $Id: ChangeLog,v 1.3083 2003/10/17 06:32:11 dtucker Exp $ | 1372 | $Id: ChangeLog,v 1.3084 2003/10/21 02:41:14 dtucker Exp $ |
@@ -130,8 +130,9 @@ need the S/Key libraries and header files installed for this to work. | |||
130 | support. You will need libwrap.a and tcpd.h installed. | 130 | support. You will need libwrap.a and tcpd.h installed. |
131 | 131 | ||
132 | --with-md5-passwords will enable the use of MD5 passwords. Enable this | 132 | --with-md5-passwords will enable the use of MD5 passwords. Enable this |
133 | if your operating system uses MD5 passwords. The resulting binary will | 133 | if your operating system uses MD5 passwords and the system crypt() does |
134 | support both MD5 and traditional crypt type passwords. | 134 | not support them directly (see the crypt(3/3c) man page). If enabled, the |
135 | resulting binary will support both MD5 and traditional crypt passwords. | ||
135 | 136 | ||
136 | --with-utmpx enables utmpx support. utmpx support is automatic for | 137 | --with-utmpx enables utmpx support. utmpx support is automatic for |
137 | some platforms. | 138 | some platforms. |
@@ -199,4 +200,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
199 | http://www.openssh.com/ | 200 | http://www.openssh.com/ |
200 | 201 | ||
201 | 202 | ||
202 | $Id: INSTALL,v 1.61 2003/10/17 06:32:11 dtucker Exp $ | 203 | $Id: INSTALL,v 1.62 2003/10/21 02:41:14 dtucker Exp $ |