[2662] in bugtraq
Re: syslogd
daemon@ATHENA.MIT.EDU (Perry E. Metzger)
Mon Jun 3 14:59:05 1996
Date: Mon, 3 Jun 1996 12:13:07 -0400
Reply-To: perry@piermont.com
From: "Perry E. Metzger" <perry@piermont.com>
To: Multiple recipients of list BUGTRAQ <BUGTRAQ@NETSPACE.ORG>
In-Reply-To: Your message of "Wed, 29 May 1996 02:49:18 GMT."
<199605290249.CAA13933@alfa.ist.utl.pt>
> >What solutions have people used to restrict which hosts can send stuff
> >to their syslogd?
I hacked NetBSD's syslogd so that with an option it only opens the
unix domain socket and not the UDP socket. The code is in the main
NetBSD sources.
Perry