From ac84b80afc13d5a96813e678ad5c86c6036f022e Mon Sep 17 00:00:00 2001 From: chip Date: Mon, 26 Nov 2001 19:57:30 +0000 Subject: 2001-11-26 Chip Salzenberg * utils/showmount/showmount.c (main): Don't assume that strings starting with digits are IP addresses. * utils/nfsd/nfsd.c (main): Close all fds and reopen 0,1,2 on /dev/null before nfssvc(). Use syslog to report nfssvc errors. * support/misc/tcpwrapper.c, utils/mountd/mountd.man, utils/rquotad/rquotad.man, utils/statd/statd.man: Fix comments and man pages: We check host names *and* addresses with tcpwrappers. --- support/misc/tcpwrapper.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'support/misc') diff --git a/support/misc/tcpwrapper.c b/support/misc/tcpwrapper.c index 8743a7b..d8a742f 100644 --- a/support/misc/tcpwrapper.c +++ b/support/misc/tcpwrapper.c @@ -25,9 +25,7 @@ * authorized by the /etc/hosts.{allow,deny} files. The local system is * always treated as an authorized host. The access control tables are never * consulted for requests from the local system, and are always consulted - * for requests from other hosts. Access control is based on IP addresses - * only; attempts to map an address to a host name might cause the - * portmapper to hang. + * for requests from other hosts. * * Author: Wietse Venema (wietse@wzv.win.tue.nl), dept. of Mathematics and * Computing Science, Eindhoven University of Technology, The Netherlands. -- cgit