Date: Wed, 9 Jun 1999 07:10:02 -0700 (PDT) From: David Malone <dwmalone@maths.tcd.ie> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/11960: inetd built in wrapping doesn't log like tcpd does. Message-ID: <199906091410.HAA35566@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: David Malone <dwmalone@maths.tcd.ie> To: Sheldon Hearn <sheldonh@uunet.co.za> 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 15:07:12 +0100 > Okay, could you do me a favour and see if you're happy with these diffs. > They're a compromise, in that you still have to run inetd -l to log > successful connections. Two problems. First you reset deny_severity and allow_severity after calling hosts_access and before calling syslog - this means you clobber whatever hosts_access set them to. 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. We either need to zap this first log line, or make a flag for tcpd style logging (-t?). > You should apply them to clean inetd sources, not whatever we've got so > far. :-) You want diffs for your diffs? ;-) David. 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?199906091410.HAA35566>