diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/getrrsetbyname.3 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/lib/libc/net/getrrsetbyname.3 b/src/lib/libc/net/getrrsetbyname.3 index 19a89d985e..1cec0c726b 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.3 2001/08/06 15:10:23 jakob Exp $ | 1 | .\" $OpenBSD: getrrsetbyname.3,v 1.4 2001/08/08 16:28:43 jakob Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. | 3 | .\" Copyright (C) 2000, 2001 Internet Software Consortium. |
4 | .\" | 4 | .\" |
@@ -151,3 +151,13 @@ The data in | |||
151 | should be returned in uncompressed wire format. | 151 | should be returned in uncompressed wire format. |
152 | Currently, the data is in compressed format and the caller can't | 152 | Currently, the data is in compressed format and the caller can't |
153 | uncompress since it doesn't have the full message. | 153 | uncompress since it doesn't have the full message. |
154 | .Sh CAVEATS | ||
155 | The | ||
156 | .Dv RRSET_VALIDATED | ||
157 | flag in | ||
158 | .Li rri_flags | ||
159 | is set if the AD (autenticated data) bit in the DNS answer is | ||
160 | set. This flag | ||
161 | .Em should not | ||
162 | be trusted unless the transport between the nameserver and the resolver | ||
163 | is secure (e.g. IPsec, trusted network, loopback communication). | ||