From fb206ded167f45dfe11abd6636afcfc78d9e3b3e Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 17 Aug 2007 22:52:05 +1000 Subject: [PATCH] - (dtucker) [INSTALL] Link to tcpwrappers. --- ChangeLog | 3 ++- INSTALL | 13 +++++++++++-- 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 @@ 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 f9a498bcc..001ebb666 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 $