2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

our NAPTR implementation does conform to RFC 2915.

This commit is contained in:
Brian Wellington 2001-01-18 22:05:41 +00:00
parent 7ed2d93fa4
commit 2a006fffe4
3 changed files with 4 additions and 6 deletions

View File

@ -26,8 +26,6 @@ Implement statistics similar to those in BIND 8
Write libdns overview document (even if it only says "don't use
libdns")
Check whether our NAPTR implementation conforms to RFC2915
Improve these error messages:
rndc: operation failed: verify failure (failed to verify signature)
rndc: reload command failure: verify failure

View File

@ -15,11 +15,11 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: naptr_35.c,v 1.37 2001/01/09 21:55:10 bwelling Exp $ */
/* $Id: naptr_35.c,v 1.38 2001/01/18 22:05:40 bwelling Exp $ */
/* Reviewed: Thu Mar 16 16:52:50 PST 2000 by bwelling */
/* RFC 2168 */
/* RFC 2915 */
#ifndef RDATA_IN_1_NAPTR_35_C
#define RDATA_IN_1_NAPTR_35_C

View File

@ -18,9 +18,9 @@
#ifndef IN_1_NAPTR_35_H
#define IN_1_NAPTR_35_H 1
/* $Id: naptr_35.h,v 1.17 2001/01/09 21:55:11 bwelling Exp $ */
/* $Id: naptr_35.h,v 1.18 2001/01/18 22:05:41 bwelling Exp $ */
/* RFC 2168 */
/* RFC 2915 */
typedef struct dns_rdata_in_naptr {
dns_rdatacommon_t common;