diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | INSTALL | 13 |
2 files changed, 13 insertions, 3 deletions
@@ -6,6 +6,7 @@ | |||
6 | implementations together which is hopefully more coherent. | 6 | implementations together which is hopefully more coherent. |
7 | - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid. | 7 | - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid. |
8 | - (dtucker) [INSTALL] Give PAM its own heading. | 8 | - (dtucker) [INSTALL] Give PAM its own heading. |
9 | - (dtucker) [INSTALL] Link to tcpwrappers. | ||
9 | 10 | ||
10 | 20070816 | 11 | 20070816 |
11 | - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated | 12 | - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated |
@@ -3182,4 +3183,4 @@ | |||
3182 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3183 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3183 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3184 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3184 | 3185 | ||
3185 | $Id: ChangeLog,v 1.4735 2007/08/17 12:12:14 dtucker Exp $ | 3186 | $Id: ChangeLog,v 1.4736 2007/08/17 12:52:05 dtucker Exp $ |
@@ -57,6 +57,15 @@ passphrase requester. This is maintained separately at: | |||
57 | 57 | ||
58 | http://www.jmknoble.net/software/x11-ssh-askpass/ | 58 | http://www.jmknoble.net/software/x11-ssh-askpass/ |
59 | 59 | ||
60 | TCP Wrappers: | ||
61 | |||
62 | If you wish to use the TCP wrappers functionality you will need at least | ||
63 | tcpd.h and libwrap.a, either in the standard include and library paths, | ||
64 | or in the directory specified by --with-tcp-wrappers. Version 7.6 is | ||
65 | known to work. | ||
66 | |||
67 | http://ftp.porcupine.org/pub/security/index.html | ||
68 | |||
60 | S/Key Libraries: | 69 | S/Key Libraries: |
61 | 70 | ||
62 | If you wish to use --with-skey then you will need the library below | 71 | If you wish to use --with-skey then you will need the library below |
@@ -168,7 +177,7 @@ Integration Architecture. The default for OSF1 machines is enable. | |||
168 | need the S/Key libraries and header files installed for this to work. | 177 | need the S/Key libraries and header files installed for this to work. |
169 | 178 | ||
170 | --with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny) | 179 | --with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny) |
171 | support. You will need libwrap.a and tcpd.h installed. | 180 | support. |
172 | 181 | ||
173 | --with-md5-passwords will enable the use of MD5 passwords. Enable this | 182 | --with-md5-passwords will enable the use of MD5 passwords. Enable this |
174 | if your operating system uses MD5 passwords and the system crypt() does | 183 | if your operating system uses MD5 passwords and the system crypt() does |
@@ -257,4 +266,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
257 | http://www.openssh.com/ | 266 | http://www.openssh.com/ |
258 | 267 | ||
259 | 268 | ||
260 | $Id: INSTALL,v 1.83 2007/08/17 12:12:14 dtucker Exp $ | 269 | $Id: INSTALL,v 1.84 2007/08/17 12:52:05 dtucker Exp $ |