]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Various fixes for inetd's TCP Wrappers support:
authorSheldon Hearn <sheldonh@FreeBSD.org>
Thu, 17 Jun 1999 09:16:08 +0000 (09:16 +0000)
committerSheldon Hearn <sheldonh@FreeBSD.org>
Thu, 17 Jun 1999 09:16:08 +0000 (09:16 +0000)
commit1181cf3c527b0c66dd5a41f8720e5dc67e4b194a
treed090c46f381d2b4c15bc44c28910bdffdfddcb2c
parenta6bd23ccf6f8009ad095af4ad5416dfc185b7ff4
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>
usr.sbin/inetd/Makefile
usr.sbin/inetd/inetd.8
usr.sbin/inetd/inetd.c