summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getrrsetbyname.3
diff options
context:
space:
mode:
authorjmc <>2003-05-30 21:37:59 +0000
committerjmc <>2003-05-30 21:37:59 +0000
commit986591b4f6cea288e444153e4adc77d36f27fa67 (patch)
tree5db7d0c66b823e60b008e6ce1115fb50b7ba008e /src/lib/libc/net/getrrsetbyname.3
parentb696b7e6e3431709a25bed8fdb16c96c42d1074e (diff)
downloadopenbsd-986591b4f6cea288e444153e4adc77d36f27fa67.tar.gz
openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.tar.bz2
openbsd-986591b4f6cea288e444153e4adc77d36f27fa67.zip
- section reorder
- macro cleanup
Diffstat (limited to '')
-rw-r--r--src/lib/libc/net/getrrsetbyname.321
1 files changed, 10 insertions, 11 deletions
diff --git a/src/lib/libc/net/getrrsetbyname.3 b/src/lib/libc/net/getrrsetbyname.3
index 5ff45cbbe3..a786ff8747 100644
--- a/src/lib/libc/net/getrrsetbyname.3
+++ b/src/lib/libc/net/getrrsetbyname.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getrrsetbyname.3,v 1.10 2003/05/01 19:04:02 jmc Exp $ 1.\" $OpenBSD: getrrsetbyname.3,v 1.11 2003/05/30 21:37:59 jmc Exp $
2.\" 2.\"
3.\" Copyright (C) 2000, 2001 Internet Software Consortium. 3.\" Copyright (C) 2000, 2001 Internet Software Consortium.
4.\" 4.\"
@@ -118,7 +118,7 @@ If the EDNS0 option is activated in
118.Xr resolv.conf 5 , 118.Xr resolv.conf 5 ,
119.Fn getrrsetbyname 119.Fn getrrsetbyname
120will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit. 120will request DNSSEC authentication using the EDNS0 DNSSEC OK (DO) bit.
121.Sh "RETURN VALUES" 121.Sh RETURN VALUES
122.Fn getrrsetbyname 122.Fn getrrsetbyname
123returns zero on success, and one of the following error 123returns zero on success, and one of the following error
124codes if an error occurred: 124codes if an error occurred:
@@ -139,20 +139,13 @@ other failure
139.Xr resolver 3 , 139.Xr resolver 3 ,
140.Xr resolv.conf 5 , 140.Xr resolv.conf 5 ,
141.Xr named 8 141.Xr named 8
142.Sh AUTHORS
143Jakob Schlyter
144.Aq jakob@openbsd.org
145.Sh HISTORY 142.Sh HISTORY
146.Fn getrrsetbyname 143.Fn getrrsetbyname
147first appeared in 144first appeared in
148.Ox 3.0 . 145.Ox 3.0 .
149The API first appeared in ISC BIND version 9. 146The API first appeared in ISC BIND version 9.
150.Sh BUGS 147.Sh AUTHORS
151The data in 148.An Jakob Schlyter Aq jakob@openbsd.org
152.Li *rdi_data
153should be returned in uncompressed wire format.
154Currently, the data is in compressed format and the caller can't
155uncompress since it doesn't have the full message.
156.Sh CAVEATS 149.Sh CAVEATS
157The 150The
158.Dv RRSET_VALIDATED 151.Dv RRSET_VALIDATED
@@ -164,3 +157,9 @@ This flag
164.Em should not 157.Em should not
165be trusted unless the transport between the nameserver and the resolver 158be trusted unless the transport between the nameserver and the resolver
166is secure (e.g. IPsec, trusted network, loopback communication). 159is secure (e.g. IPsec, trusted network, loopback communication).
160.Sh BUGS
161The data in
162.Li *rdi_data
163should be returned in uncompressed wire format.
164Currently, the data is in compressed format and the caller can't
165uncompress since it doesn't have the full message.