From owner-freebsd-commit Thu Oct 12 10:18:57 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21917 for freebsd-commit-outgoing; Thu, 12 Oct 1995 10:18:57 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21904 for cvs-all-outgoing; Thu, 12 Oct 1995 10:18:52 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21891 for cvs-usrsbin-outgoing; Thu, 12 Oct 1995 10:18:50 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA21880 ; Thu, 12 Oct 1995 10:18:40 -0700 Date: Thu, 12 Oct 1995 10:18:40 -0700 From: "Garrett A. Wollman" Message-Id: <199510121718.KAA21880@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/syslogd syslogd.8 syslogd.c Sender: owner-commit@FreeBSD.org Precedence: bulk wollman 95/10/12 10:18:40 Modified: usr.sbin/syslogd syslogd.8 syslogd.c Log: Add a command-line option `-I' to disable logging from UDP. Document `-d' and `-I'. Add a BUGS section noting that logging from UDP is an unauthenticated remote disk-filling service, and probably should be disabled by default in the absence of some sort of authentication.