aboutsummaryrefslogtreecommitdiff
path: root/etc/hosts.allow
Commit message (Collapse)AuthorAgeFilesLines
* Enable TCP_WRAPPERs for the NIS server. The protection afforded isMark Murray2002-02-061-0/+6
| | | | | | | not massive, but usable. Notes: svn path=/head/; revision=90319
* Clear up what the line "ALL : PARANOID : RFC931 20 : deny" meansDavid Malone2001-08-181-1/+6
| | | | | | | | to tcp wrappers. The description is a little long, but hopefully accurate. Notes: svn path=/head/; revision=81890
* Fix a misleading commentBrian Somers2001-05-021-1/+1
| | | | | | | Submitted by: Mark Knight <markk@knigma.org> Notes: svn path=/head/; revision=76204
* "Portmapper" -> "Rpcbind" in a comment.Alexander Langer2001-04-261-1/+1
| | | | Notes: svn path=/head/; revision=76030
* s/portmap/rpcbindAlfred Perlstein2001-03-201-4/+4
| | | | | | | Pointed out by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=74537
* Add some examples for IPv6 addresses.Hajimu UMEMOTO2000-07-191-0/+6
| | | | | | | | PR: conf/18614 Submitted by: James Housley <jim@thehousleys.net> Notes: svn path=/head/; revision=63515
* Add IP addresses to the rules required to "Allow anything fromSheldon Hearn2000-05-051-3/+4
| | | | | | | | | localhost", since portmap(8) is included in "anything". Submitted by: Doug Barton <Doug@gorean.org> Notes: svn path=/head/; revision=60031
* Clarify the disposition of hosts.deny and provide a logicallyChris Timmons2000-03-281-6/+5
| | | | | | | | | consistent portmap example rule. Reviewed by: obrien, markm Obtained-good-ideas from: obrien Notes: svn path=/head/; revision=58750
* The default rule in this file actually sent mail to root as its defaultJordan K. Hubbard2000-02-171-3/+2
| | | | | | | | | action when denying access to a service. Unfortunately, this also makes a dandy denial-of-service attack possible. Change to just log the event and shoot a "go away" response back down the socket. Notes: svn path=/head/; revision=57284
* Fix English. Also use full spelling and reorg a little while I'm here.David E. O'Brien2000-01-251-5/+5
| | | | | | | Submitted by: Andy Farkas <andyf@speednet.com.au> Notes: svn path=/head/; revision=56585
* MFS: note that only IP addresses work when wrapping the portmapper.David E. O'Brien1999-11-251-2/+10
| | | | | | | | Make clearer we consider this only an example, and admins should really write this file for their needs. Notes: svn path=/head/; revision=53685
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add a sample entry for Exim, in preparation for the upcoming behaviourSheldon Hearn1999-08-031-1/+7
| | | | | | | | | change in the port, where TCP Wrapper support will become the default. Requested by: markm Notes: svn path=/head/; revision=49394
* Use /usr/bin/finger rather than `safe_finger'.David E. O'Brien1999-05-081-2/+2
| | | | Notes: svn path=/head/; revision=46667
* Use more politically correct examples, and expand the examples a bit.Mark Murray1999-04-081-5/+15
| | | | Notes: svn path=/head/; revision=45488
* Add an example hosts.allow for the (base system) tcp_wrappers.Mark Murray1999-03-281-0/+48
Anyone with good ideas for this is welcome to contribute. Notes: svn path=/head/; revision=45088