automatically by converted to NZD databases.
To view the contents of an NZD or to roll back to
NZF format, use "named-nzd2nzf". To disable
- this feature, use "configure --without-lmdb".
- [RT #39837]
+ this feature, use "configure --without-lmdb".
+ [RT #39837]
4420. [func] nslookup now looks for AAAA as well as A by default.
[RT #40420]
dns_fixedname_init(&fixed);
dns_name_downcase(name, dns_fixedname_name(&fixed), NULL);
dns_name_format(dns_fixedname_name(&fixed), namebuf, buflen);
-
+
key->mv_data = namebuf;
key->mv_size = strlen(namebuf);
}
*/
strlcpy(tempname, view->new_zone_file, sizeof(tempname));
if (strlen(tempname) < sizeof(tempname) - 1) {
- strcat(tempname, "~");
+ strcat(tempname, "~");
isc_file_rename(view->new_zone_file, tempname);
}
const cfg_obj_t *voptions =
cfg_tuple_get(cfg->vconfig, "options");
result = delete_zoneconf(view, cfg->conf_parser,
- voptions,
+ voptions,
dns_zone_getorigin(zone),
NULL);
} else {
result = delete_zoneconf(view, cfg->conf_parser,
- cfg->config,
+ cfg->config,
dns_zone_getorigin(zone),
NULL);
}
in a database, rather than in a flat "NZF" file. This
dramatically improves performance for
<command>rndc delzone</command> and
- <command>rndc modzone</command>: deleting or changing
+ <command>rndc modzone</command>: deleting or changing
the contents of a database is much faster than rewriting
a text file.
</para>
REQUIRE(name != NULL);
if (value->rdclass != dns_rdataclass_in)
- return (ISC_R_FAILURE);
+ return (ISC_R_FAILURE);
if (name->labels == 0)
return (ISC_R_FAILURE);