home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / nslint.txt < prev    next >
Text File  |  1997-09-22  |  1KB  |  42 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR NSLINT:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: nslint - Checks for problems in DNS files
  6.  
  7. Version: 1.7
  8.  
  9. Author(s): Craig Leres <nslint@ee.lbl.gov>
  10.  
  11. On the CD-ROM in: network/nslint.tar
  12.  
  13. Ftp source: ftp.ee.lbl.gov
  14.  
  15. Size on the CD: 225 KB (uncompressed)
  16.  
  17. Description:
  18.  
  19.     Nslint reads the nameserver configuration files and performs
  20.     a number of consistency checks on the dns records. If any
  21.     problems are discovered, error messages are displayed on
  22.     stderr and nslint exits with a non-zero status.
  23.  
  24.     Here is a short list of errors nslint detects:
  25.  
  26.         Records that are malformed.
  27.         Names that contain dots but are missing a trailing dot.
  28.         PTR records with names that are missing a trailing dot.
  29.         Names that contain illegal characters (rfc1034).
  30.         A records without matching PTR records
  31.         PTR records without matching A records
  32.         Addresses in use by more than one name.
  33.         Names with CNAME and other records (rfc1033).
  34.         Unknown service and/or protocol keywords in WKS records.
  35.         Missing quotes.
  36.     
  37.     -- Quoted from the man page for nslint 1.5.1
  38.  
  39. Advertised architectures: None specified.
  40.  
  41. Prerequisites: C compiler
  42.