summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-08-17 22:52:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-08-17 22:52:05 +1000
commitfb206ded167f45dfe11abd6636afcfc78d9e3b3e (patch)
tree7c86d279c42ff325978c87116600b020ce0a8268
parent8ea84561c4eb5cd4a5c13f31054b02c6924b7261 (diff)
- (dtucker) [INSTALL] Link to tcpwrappers.
-rw-r--r--ChangeLog3
-rw-r--r--INSTALL13
2 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ea724b66c..e6409e49f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1020070816 1120070816
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 $
diff --git a/INSTALL b/INSTALL
index f9a498bcc..001ebb666 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,6 +57,15 @@ passphrase requester. This is maintained separately at:
57 57
58http://www.jmknoble.net/software/x11-ssh-askpass/ 58http://www.jmknoble.net/software/x11-ssh-askpass/
59 59
60TCP Wrappers:
61
62If you wish to use the TCP wrappers functionality you will need at least
63tcpd.h and libwrap.a, either in the standard include and library paths,
64or in the directory specified by --with-tcp-wrappers. Version 7.6 is
65known to work.
66
67http://ftp.porcupine.org/pub/security/index.html
68
60S/Key Libraries: 69S/Key Libraries:
61 70
62If you wish to use --with-skey then you will need the library below 71If 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.
168need the S/Key libraries and header files installed for this to work. 177need 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)
171support. You will need libwrap.a and tcpd.h installed. 180support.
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
174if your operating system uses MD5 passwords and the system crypt() does 183if 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
257http://www.openssh.com/ 266http://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 $