Date: Thu, 17 Jun 1999 02:16:11 -0700 (PDT) From: Sheldon Hearn <sheldonh@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/inetd Makefile inetd.8 inetd.c Message-ID: <199906170916.CAA39085@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
sheldonh 1999/06/17 02:16:11 PDT Modified files: usr.sbin/inetd Makefile inetd.8 inetd.c Log: Various fixes for inetd's TCP Wrappers support: 1) Handle forking and non-forking internal services correctly. Turn on wrapping for internal services because it works now. 2) Preserve server names for each service on HUP. 3) Honour hosts_options(5) severity option. 4) Add IMPLEMENTATION NOTES section to clarify TCP Wrappers usage and limitations. This change may cause previously allowed builtin services (e.g. daytime) to be denied in existing configurations. PR: 12097 Reviewed by: markm 1) Reported by: Pierre Beyssac <pb@fasterix.freenix.org> 2) Submitted by: Masachika ISHIZUKA <ishizuka@ish.org> 3) Submitted by: David Malone <dwmalone@maths.tcd.ie> Revision Changes Path 1.9 +2 -2 src/usr.sbin/inetd/Makefile 1.26 +4 -3 src/usr.sbin/inetd/inetd.8 1.50 +20 -19 src/usr.sbin/inetd/inetd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906170916.CAA39085>