From owner-freebsd-stable Wed Jul 21 12:40:11 1999 Delivered-To: freebsd-stable@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 0C80714C0F for ; Wed, 21 Jul 1999 12:40:03 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 1172BN-0006iX-00 for stable@freebsd.org; Wed, 21 Jul 1999 21:37:37 +0200 From: Sheldon Hearn To: stable@freebsd.org Subject: HEADS UP! Inetd wrapping OFF by default Date: Wed, 21 Jul 1999 21:37:37 +0200 Message-ID: <25824.932585857@axl.noc.iafrica.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, I've just committed a change to inetd that will effectively turn TCP Wrapping off for anyone who has an installed /etc/rc.conf that specifies an inetd_flags value, as well as anyone who makes world without running mergemaster to update /etc/defaults/rc.conf . This will not be a problem for most people. Inetd now takes command-line options to enable wrapping. This was a decision taken with the approval of our release engineer in an attempt to revert a backward-compatibility problem introduced in 3.2-RELEASE. The relevant changes to the manpage follow: " SYNOPSIS inetd [-d] [-l] [-w] [-W] [-c maximum] [-C rate] [-a address] [-p filename] [-R rate] [configuration file] [...] DESCRIPTION [...] -w Turn on TCP Wrapping for external services. See the IMPLEMENTATION NOTES section for more information on TCP Wrappers support. -W Turn on TCP Wrapping for internal services which are built in to inetd. " Please do read the IMPLEMENTATION NOTES and take care on your next ``make world''. Particularly, note that limited dgram wrapping is now possible, so be careful if you've been relying in your /etc/hosts.allow on the fact that we haven't been offerinrg wrapping for dgram services. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message