From owner-freebsd-bugs Tue Jun 8 5: 0:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0428214E0F for ; Tue, 8 Jun 1999 05:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34400; Tue, 8 Jun 1999 05:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 8 Jun 1999 05:00:03 -0700 (PDT) Message-Id: <199906081200.FAA34400@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/11960: inetd built in wrapping doesn't log like tcpd does. Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11960; it has been noted by GNATS. From: Sheldon Hearn To: David Malone Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/11960: inetd built in wrapping doesn't log like tcpd does. Date: Tue, 08 Jun 1999 13:58:30 +0200 The code as it stands sets the severities once. You're proposing to set the severities every time hosts_access() is called, but always to the same values that they were set to at the beginning. :-) Doesn't the tcp_wrappers library offer an interface for finding out what severity a particular service likes to be reported with? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message