aboutsummaryrefslogtreecommitdiff
path: root/etc/namedb
Commit message (Collapse)AuthorAgeFilesLines
* Add (commented out) directive and note regarding dumpfile locationMatthew Dillon1998-12-231-1/+7
| | | | | | | | | when running in a sandbox. Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=42027
* Since we do not pre-create /etc/namedb/s, add additional documentationMatthew Dillon1998-12-021-2/+6
| | | | | | | | | to the comments in named.conf to describe to the user how to create it. (named.conf does not use /etc/namedb/s by default anyway so us not pre-created it in the mtree does not hurt us terribly). Notes: svn path=/head/; revision=41460
* Reviewed by: freebsd-current, freebsd-securityMatthew Dillon1998-12-011-3/+7
| | | | | | | | | | | Adjust rc.conf to run named in sandbox, adjust mtree to add /etc/namedb/s subdirectory (user bind, group bind) to hold secondaries, adjust comments in named.conf to reflect new secondary scheme. (Note that core read-only zone files are left owned by root, increasing security even more). Notes: svn path=/head/; revision=41442
* Add Id keywordBrian Somers1998-09-131-0/+2
| | | | Notes: svn path=/head/; revision=39145
* Delete some large chunks of trailing whitespace since it was making somePeter Wemm1998-05-111-16/+16
| | | | | | | lines longer than 80 columns. Notes: svn path=/head/; revision=35947
* Add new named configuration template and remove old templateAndrey A. Chernov1998-05-072-62/+98
| | | | Notes: svn path=/head/; revision=35832
* Bring in the latest (08/22/1997) version from the Internic.Masafumi Max NAKANE1997-08-241-4/+4
| | | | Notes: svn path=/head/; revision=28646
* Make "make-localhost" Y2K safe by using "date +%Y" instead of "date +%y"Bill Fenner1997-08-111-1/+1
| | | | | | | | | | to pick the serial number. PR: misc/3465 Submitted by: sjr1@flash.net (Stephen J. Roznowski) Notes: svn path=/head/; revision=28055
* Upgrade to latest version of named.root (from InterNIC).Eivind Eklund1997-05-221-4/+14
| | | | | | | | | | PR: conf/3642 Submitted by: Josh Gilliam <soil@quick.net> (Well, suggestion. Root file from InterNIC) Notes: svn path=/head/; revision=25990
* Add some blurb about how to setup a secondary nameserver.Joerg Wunsch1997-05-081-11/+50
| | | | | | | Reviewed by: -hackers Notes: svn path=/head/; revision=25584
* Increase Retry interval from 300 to 900 to shut named warning thatAndrey A. Chernov1997-05-011-2/+2
| | | | | | | (300 < 900) maintainance interval Notes: svn path=/head/; revision=25368
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-232-2/+2
| | | | Notes: svn path=/head/; revision=23037
* Updated to Jan 22, 1997 revision from the InterNIC.David Greenman1997-02-181-2/+12
| | | | Notes: svn path=/head/; revision=22906
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Updated to Nov 8, 1995 version from internic.net.David Greenman1996-01-311-3/+3
| | | | Notes: svn path=/head/; revision=13783
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-301-10/+0
| | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=13123
* recording cvs-1.6 file deathPeter Wemm1995-12-301-26/+0
| | | | Notes: svn path=/cvs2svn/branches/ATT/; revision=13122
* Obtained from: FTP.RS.INTERNIC.NETJulian Elischer1995-09-121-4/+7
| | | | | | | | | | | | | | | | | | | | | | | The named.root file is out of date.. (well it was.. this fixes it..) 15,16c15,16 < ; last update: Aug 25, 1995 < ; related version of root zone: 1995082500 --- > ; last update: Sep 1, 1995 > ; related version of root zone: 1995090100 18,19c18,22 < . 3600000 IN NS NS.INTERNIC.NET. < NS.INTERNIC.NET. 3600000 A 198.41.0.4 --- > ; > ; formerly NS.INTERNIC.NET > ; > . 3600000 IN NS A.ROOT-SERVERS.NET. > A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 > Notes: svn path=/head/; revision=10681
* Update to latest version of named.root from the Internic. This versionGarrett Wollman1995-08-311-26/+46
| | | | | | | | | | is the first one to name all root servers X.root-servers.net rather than by their original names. Obtained from: Internic Registration Services Notes: svn path=/head/; revision=10497
* Convert from using old root.cache to new named.rootRodney W. Grimes1995-03-232-2/+3
| | | | Notes: svn path=/head/; revision=7273
* Import the official InterNIC Registration Services named.root fileRodney W. Grimes1995-03-231-0/+39
| | | | | | | | on a vendor branch for easy updates. Reviewed by: phk Notes: svn path=/cvs2svn/branches/InterNIC/; revision=7270
* Update root NS cache.Garrett Wollman1995-03-213-13/+66
| | | | | | | | | | | Delete bogus localhost.rev. Add prototype localhost.rev and a script to create it automatically. (NB to installl people: you should ask ``do you have a full-time connection o the Internet?'', run this script, and enable named if the answer is yes.) Notes: svn path=/head/; revision=7221
* Commented out sortlist entry; most users aren't located at UCB and soGarrett Wollman1993-11-071-2/+4
| | | | | | | | a different sortlist (if any) would be more appropriate. Users should configure manually. Notes: svn path=/head/; revision=707
* Updated to reflect current situation w.r.t. root name servers.Garrett Wollman1993-11-071-11/+12
| | | | Notes: svn path=/head/; revision=706
* Initial import of 386BSD 0.1 othersrc/etcRodney W. Grimes1993-06-203-0/+53
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37