Module Name:    src
Committed By:   christos
Date:           Sun Sep  9 18:09:24 UTC 2012

Modified Files:
        src/share/man/man5: resolv.conf.5

Log Message:
default to not checking host and mail names per rfc-2181


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/share/man/man5/resolv.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man5/resolv.conf.5
diff -u src/share/man/man5/resolv.conf.5:1.29 src/share/man/man5/resolv.conf.5:1.30
--- src/share/man/man5/resolv.conf.5:1.29	Sun Sep  9 13:11:23 2012
+++ src/share/man/man5/resolv.conf.5	Sun Sep  9 14:09:24 2012
@@ -1,4 +1,4 @@
-.\"	$NetBSD: resolv.conf.5,v 1.29 2012/09/09 17:11:23 wiz Exp $
+.\"	$NetBSD: resolv.conf.5,v 1.30 2012/09/09 18:09:24 christos Exp $
 .\"
 .\" Copyright (c) 1986, 1991 The Regents of the University of California.
 .\" All rights reserved.
@@ -179,6 +179,14 @@ which disables the modern BIND checking 
 for invalid characters such as underscore
 .Pq Sq _ ,
 non-ASCII, or control characters.
+This is the default.
+.It Sy check-names
+clears
+.Dv RES_NOCHECKNAME
+in
+.Ft _res.options ,
+which enables the modern BIND checking of incoming host names and mail names
+as described above.
 .It Sy edns0
 attach OPT pseudo-RR for ENDS0 extension specified in RFC 2671,
 to inform DNS server of our receive buffer size.

Reply via email to