aboutsummaryrefslogtreecommitdiff
path: root/etc/hosts.allow
Commit message (Collapse)AuthorAgeFilesLines
* Move hosts.allow to lib/libwrap/Brad Davis2018-09-221-92/+0
| | | | | | | | | | This leverages CONFS to handle the install. Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17240 Notes: svn path=/head/; revision=338887
* Allow info to display correctly in for varying tabstop settingsSteven Hartland2014-12-241-9/+9
| | | | | | | | | | | The SAMPLE message and notes where tab seperated for some parts and hence displayed incorrectly unless tabstop was set to 8. Switch to spaces to it displays correctly independent of the tabstop setting. Sponsored by: Multiplay Notes: svn path=/head/; revision=276163
* Disable libwrap (TCP wrappers) support in rpcbind by default, introducingAlexander Motin2014-03-061-0/+1
| | | | | | | | | | | new command line options -W, to enable it when needed. On my tests this change by almost ten times improves rpcbind performance. No objections: many, net@ Notes: svn path=/head/; revision=262860
* Comment out lines that use example addresses and example.com names soRuslan Ermilov2006-08-291-15/+15
| | | | | | | | that local changes can be made more easily (without having to comment these lines, and making the diff more readable). Notes: svn path=/head/; revision=161710
* Since NIS is an RPC based service, add a note that when adjusting accessChristian S.J. Peron2006-06-011-0/+1
| | | | | | | | controls in NIS, similar access controls should be considered for the rpcbind as well. Notes: svn path=/head/; revision=159140
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+1
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* The libwrap built with NO_INET6=yes cannot parse an IPv6 address.Hajimu UMEMOTO2006-02-161-1/+3
| | | | | | | | | | So, mention it in comment. Submitted by: Dmitry Morozovsky <marck__at__rinet.ru> MFC after: 2 days Notes: svn path=/head/; revision=155756
* Use RFC 3849 address for examples.Hajimu UMEMOTO2004-08-031-2/+2
| | | | | | | | Pointed out by: mistral@imasy.or.jp MFC after: 1 week Notes: svn path=/head/; revision=133065
* allow ::1 explicitly.Hajimu UMEMOTO2004-08-031-1/+1
| | | | | | | | Pointed out by: mistral@imasy.or.jp MFC after: 1 week Notes: svn path=/head/; revision=133062
* Removed whitespace at BOF, EOL & EOF.Jens Schweikhardt2004-06-061-3/+3
| | | | Notes: svn path=/head/; revision=130151
* 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