summaryrefslogtreecommitdiff
path: root/net/dlint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 1.3.3.David E. O'Brien1999-10-312-6/+4
| | | | | | | | | | | | | | | * Bug fix: grep -v changed to grep -iv (compare domains caselessly). * Bug fix: nameservers now sorted in SOA serial number order, largest first. This way you can dlint the primary server immediately after making changes to it (previously had to wait for secondaries to do their update). * Optimization: if any nameserver does not return an SOA record in Test 1, it is removed from the list of nameservers and a warning is reported. This way dlint won't use broken nameservers during the rest of the run. * Sanity check domain names of nameservers themselves: any nameserver with in-addr.arpa. in its name generates a warning and is skipped. Notes: svn path=/head/; revision=22744
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* lint for DNS zones (Domain Name Server zone verification utility)David E. O'Brien1998-12-235-0/+53
Notes: svn path=/head/; revision=15533