Date: Wed, 9 Jun 1999 07:40:02 -0700 (PDT) From: Sheldon Hearn <sheldonh@uunet.co.za> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/11960: inetd built in wrapping doesn't log like tcpd does. Message-ID: <199906091440.HAA39210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/11960; it has been noted by GNATS. From: Sheldon Hearn <sheldonh@uunet.co.za> To: David Malone <dwmalone@maths.tcd.ie> Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/11960: inetd built in wrapping doesn't log like tcpd does. Date: Wed, 09 Jun 1999 16:37:38 +0200 On Wed, 09 Jun 1999 15:07:12 +0100, David Malone wrote: > Two problems. First you reset deny_severity and allow_severity after > calling hosts_access and before calling syslog Um, I'm pretty sure you've misread the diff. > Second, with this method all connections are logged twice if you give -l, > once about line 541 and once after the tcp_wrapper stuff is done. I've only just tried it with -l now. :-) I notice that if I _don't_ specify a severity in hosts.allow, I don't receive _any_ message with a stock standard syslog.conf . When I specify severity auth.notice in syslog.conf, I only get _one_ message, the one generated in the LIBWRAP code at line 637. What's up? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906091440.HAA39210>