diff options
author | otto <> | 2019-01-14 06:23:06 +0000 |
---|---|---|
committer | otto <> | 2019-01-14 06:23:06 +0000 |
commit | 715034b8f674f25253f9f569e323a0633d1eaf3c (patch) | |
tree | 5fcd3fed314ce82bf8c2114844799e84be35e8f5 /src | |
parent | f708db7dc18c82cf5c5d92df6dd70e39bf79fe28 (diff) | |
download | openbsd-715034b8f674f25253f9f569e323a0633d1eaf3c.tar.gz openbsd-715034b8f674f25253f9f569e323a0633d1eaf3c.tar.bz2 openbsd-715034b8f674f25253f9f569e323a0633d1eaf3c.zip |
There are cases where a program doing dns requests wants to set the
Checking Disabled flag. Introduce a RES flag to do so. ok krw@
deraadt@ eric@
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/resolver.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index e371f7851c..e6b1f472b4 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.37 2017/02/27 11:38:08 jca Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.38 2019/01/14 06:23:06 otto Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -27,7 +27,7 @@ | |||
27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
29 | .\" | 29 | .\" |
30 | .Dd $Mdocdate: February 27 2017 $ | 30 | .Dd $Mdocdate: January 14 2019 $ |
31 | .Dt RES_INIT 3 | 31 | .Dt RES_INIT 3 |
32 | .Os | 32 | .Os |
33 | .Sh NAME | 33 | .Sh NAME |
@@ -199,6 +199,8 @@ uses 4096 bytes as input buffer size. | |||
199 | Request that the resolver uses | 199 | Request that the resolver uses |
200 | Domain Name System Security Extensions (DNSSEC), | 200 | Domain Name System Security Extensions (DNSSEC), |
201 | as defined in RFCs 4033, 4034, and 4035. | 201 | as defined in RFCs 4033, 4034, and 4035. |
202 | .It Dv RES_USE_CD | ||
203 | Set the Checking Disabled flag on queries. | ||
202 | .El | 204 | .El |
203 | .Pp | 205 | .Pp |
204 | The | 206 | The |