NetBSD/usr.sbin/syslogd
lukem 315a29d6de * in secure mode (-s), still open the inet sockets but do a shutdown(,SHUT_RD)
on each of them, and don't bother listening on them. this allows messages
  to be forwarded even with -s enabled.

  XXX: not 100% sure if this is susceptable to a DoS, e.g someone filling
  up kernel buffers with a backlog of packets not being read, but shutdown(2)
  should prevent that even if it possibly doesn't at this time.

* minor KNF
2000-02-18 09:44:46 +00:00
..
Makefile IPv6 support in syslogd. actually we need library update as well. 1999-12-02 16:17:29 +00:00
pathnames.h RCSID police. 1999-12-07 11:30:27 +00:00
syslog.conf.5 - Fix location of RCS Id string. 1999-11-30 12:08:49 +00:00
syslogd.8 - Fix location of RCS Id string. 1999-11-30 12:08:49 +00:00
syslogd.c * in secure mode (-s), still open the inet sockets but do a shutdown(,SHUT_RD) 2000-02-18 09:44:46 +00:00