summaryrefslogtreecommitdiffstats
path: root/support/misc
diff options
context:
space:
mode:
authorchip <chip>2001-11-26 19:57:30 +0000
committerchip <chip>2001-11-26 19:57:30 +0000
commitac84b80afc13d5a96813e678ad5c86c6036f022e (patch)
treef7ec7c94f0ac960c446df48be27f68e4733e10ac /support/misc
parent7a95c7d38ec451cf3736d485899d980216364c0f (diff)
downloadnfs-utils-ac84b80afc13d5a96813e678ad5c86c6036f022e.tar.gz
nfs-utils-ac84b80afc13d5a96813e678ad5c86c6036f022e.tar.xz
nfs-utils-ac84b80afc13d5a96813e678ad5c86c6036f022e.zip
2001-11-26 Chip Salzenberg <chip@pobox.com>
* 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.
Diffstat (limited to 'support/misc')
-rw-r--r--support/misc/tcpwrapper.c4
1 files changed, 1 insertions, 3 deletions
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.