summaryrefslogtreecommitdiffstats
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 ea724b66..e6409e49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
implementations together which is hopefully more coherent.
- (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.
- (dtucker) [INSTALL] Give PAM its own heading.
+ - (dtucker) [INSTALL] Link to tcpwrappers.
20070816
- (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
@@ -3182,4 +3183,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4735 2007/08/17 12:12:14 dtucker Exp $
+$Id: ChangeLog,v 1.4736 2007/08/17 12:52:05 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index f9a498bc..001ebb66 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,6 +57,15 @@ passphrase requester. This is maintained separately at:
http://www.jmknoble.net/software/x11-ssh-askpass/
+TCP Wrappers:
+
+If you wish to use the TCP wrappers functionality you will need at least
+tcpd.h and libwrap.a, either in the standard include and library paths,
+or in the directory specified by --with-tcp-wrappers. Version 7.6 is
+known to work.
+
+http://ftp.porcupine.org/pub/security/index.html
+
S/Key Libraries:
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.
need the S/Key libraries and header files installed for this to work.
--with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny)
-support. You will need libwrap.a and tcpd.h installed.
+support.
--with-md5-passwords will enable the use of MD5 passwords. Enable this
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
http://www.openssh.com/
-$Id: INSTALL,v 1.83 2007/08/17 12:12:14 dtucker Exp $
+$Id: INSTALL,v 1.84 2007/08/17 12:52:05 dtucker Exp $