+1985. [protocol] DLV has now been assigned a official type code of
+ 32769. [RT #15807]
+
+ Note: care should be taken to ensure you upgrade
+ both named and dnssec-signzone at the same time for
+ zones with DLV records where named is the master
+ server for the zone. Also any zones that contain
+ DLV records should be removed when upgrading a slave
+ zone. You do not however have to upgrade all
+ servers for a zone with DLV records simultaniously.
+
1984. [func] dig, nslookup and host now advertise a 4096 byte
EDNS UDP buffer size by default. [RT #15855]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dlv_65323.c,v 1.4 2004/03/18 02:58:04 marka Exp $ */
+/* $Id: dlv_32769.c,v 1.2 2006/02/17 01:04:14 marka Exp $ */
/* draft-ietf-dnsext-delegation-signer-05.txt */
-#ifndef RDATA_GENERIC_DLV_65323_C
-#define RDATA_GENERIC_DLV_65323_C
+#ifndef RDATA_GENERIC_DLV_32769_C
+#define RDATA_GENERIC_DLV_32769_C
#define RRTYPE_DLV_ATTRIBUTES 0
fromtext_dlv(ARGS_FROMTEXT) {
isc_token_t token;
- REQUIRE(type == 65323);
+ REQUIRE(type == 32769);
UNUSED(type);
UNUSED(rdclass);
char buf[sizeof("64000 ")];
unsigned int n;
- REQUIRE(rdata->type == 65323);
+ REQUIRE(rdata->type == 32769);
REQUIRE(rdata->length != 0);
UNUSED(tctx);
fromwire_dlv(ARGS_FROMWIRE) {
isc_region_t sr;
- REQUIRE(type == 65323);
+ REQUIRE(type == 32769);
UNUSED(type);
UNUSED(rdclass);
towire_dlv(ARGS_TOWIRE) {
isc_region_t sr;
- REQUIRE(rdata->type == 65323);
+ REQUIRE(rdata->type == 32769);
REQUIRE(rdata->length != 0);
UNUSED(cctx);
REQUIRE(rdata1->type == rdata2->type);
REQUIRE(rdata1->rdclass == rdata2->rdclass);
- REQUIRE(rdata1->type == 65323);
+ REQUIRE(rdata1->type == 32769);
REQUIRE(rdata1->length != 0);
REQUIRE(rdata2->length != 0);
fromstruct_dlv(ARGS_FROMSTRUCT) {
dns_rdata_dlv_t *dlv = source;
- REQUIRE(type == 65323);
+ REQUIRE(type == 32769);
REQUIRE(source != NULL);
REQUIRE(dlv->common.rdtype == type);
REQUIRE(dlv->common.rdclass == rdclass);
dns_rdata_dlv_t *dlv = target;
isc_region_t region;
- REQUIRE(rdata->type == 65323);
+ REQUIRE(rdata->type == 32769);
REQUIRE(target != NULL);
REQUIRE(rdata->length != 0);
dns_rdata_dlv_t *dlv = source;
REQUIRE(dlv != NULL);
- REQUIRE(dlv->common.rdtype == 65323);
+ REQUIRE(dlv->common.rdtype == 32769);
if (dlv->mctx == NULL)
return;
static inline isc_result_t
additionaldata_dlv(ARGS_ADDLDATA) {
- REQUIRE(rdata->type == 65323);
+ REQUIRE(rdata->type == 32769);
UNUSED(rdata);
UNUSED(add);
digest_dlv(ARGS_DIGEST) {
isc_region_t r;
- REQUIRE(rdata->type == 65323);
+ REQUIRE(rdata->type == 32769);
dns_rdata_toregion(rdata, &r);
static inline isc_boolean_t
checkowner_dlv(ARGS_CHECKOWNER) {
- REQUIRE(type == 65323);
+ REQUIRE(type == 32769);
UNUSED(name);
UNUSED(type);
static inline isc_boolean_t
checknames_dlv(ARGS_CHECKNAMES) {
- REQUIRE(rdata->type == 65323);
+ REQUIRE(rdata->type == 32769);
UNUSED(rdata);
UNUSED(owner);
return (ISC_TRUE);
}
-#endif /* RDATA_GENERIC_DLV_65323_C */
+#endif /* RDATA_GENERIC_DLV_32769_C */
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: dlv_65323.h,v 1.3 2004/03/16 05:22:31 marka Exp $ */
+/* $Id: dlv_32769.h,v 1.2 2006/02/17 01:04:14 marka Exp $ */
/* draft-ietf-dnsext-delegation-signer-05.txt */
-#ifndef GENERIC_DLV_65323_H
-#define GENERIC_DLV_65323_H 1
+#ifndef GENERIC_DLV_32769_H
+#define GENERIC_DLV_32769_H 1
typedef struct dns_rdata_dlv {
dns_rdatacommon_t common;
unsigned char *digest;
} dns_rdata_dlv_t;
-#endif /* GENERIC_DLV_65323_H */
+#endif /* GENERIC_DLV_32769_H */
./lib/dns/rdata/generic/cert_37.h C 1999,2000,2001,2004,2005
./lib/dns/rdata/generic/cname_5.c C 1998,1999,2000,2001,2004
./lib/dns/rdata/generic/cname_5.h C 1998,1999,2000,2001,2004
-./lib/dns/rdata/generic/dlv_65323.c C 2004
-./lib/dns/rdata/generic/dlv_65323.h C 2004
+./lib/dns/rdata/generic/dlv_32769.c C 2004
+./lib/dns/rdata/generic/dlv_32769.h C 2004
./lib/dns/rdata/generic/dname_39.c C 1999,2000,2001,2004
./lib/dns/rdata/generic/dname_39.h C 1999,2000,2001,2004,2005
./lib/dns/rdata/generic/dnskey_48.c C 2003,2004,2005