diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | INSTALL | 5 |
2 files changed, 8 insertions, 3 deletions
@@ -1,3 +1,7 @@ | |||
1 | 20031017 | ||
2 | - (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. | ||
4 | |||
1 | 20031015 | 5 | 20031015 |
2 | - (dtucker) OpenBSD CVS Sync | 6 | - (dtucker) OpenBSD CVS Sync |
3 | - jmc@cvs.openbsd.org 2003/10/08 08:27:36 | 7 | - jmc@cvs.openbsd.org 2003/10/08 08:27:36 |
@@ -1361,4 +1365,4 @@ | |||
1361 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1365 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1362 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1366 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1363 | 1367 | ||
1364 | $Id: ChangeLog,v 1.3082 2003/10/15 16:22:39 tim Exp $ | 1368 | $Id: ChangeLog,v 1.3083 2003/10/17 06:32:11 dtucker Exp $ |
@@ -130,7 +130,8 @@ 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 without using PAM. | 133 | if your operating system uses MD5 passwords. The resulting binary will |
134 | support both MD5 and traditional crypt type passwords. | ||
134 | 135 | ||
135 | --with-utmpx enables utmpx support. utmpx support is automatic for | 136 | --with-utmpx enables utmpx support. utmpx support is automatic for |
136 | some platforms. | 137 | some platforms. |
@@ -198,4 +199,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
198 | http://www.openssh.com/ | 199 | http://www.openssh.com/ |
199 | 200 | ||
200 | 201 | ||
201 | $Id: INSTALL,v 1.60 2003/09/23 12:12:38 djm Exp $ | 202 | $Id: INSTALL,v 1.61 2003/10/17 06:32:11 dtucker Exp $ |