1201. [bug] Require that if 'callbacks' is passed to
dns_rdata_fromtext(), callbacks->error and
- callbacks->warn are initalised.
+ callbacks->warn are initialized.
1200. [bug] Log 'errno' that we are unable to convert to
isc_result_t. [RT #2404]
589. [bug] The server could deadlock if a zone was updated
while being transferred out.
- 588. [bug] ctx->in_use was not being correctly initalised when
+ 588. [bug] ctx->in_use was not being correctly initialized when
when pushing a file for $INCLUDE. [RT #523]
587. [func] A warning is now printed if the "allow-update"
532. [func] Implement DNS UPDATE pseudo records using
DNS_RDATA_UPDATE flag.
- 531. [func] Rdata really should be initalized before being assigned
+ 531. [func] Rdata really should be initialized before being assigned
to (dns_rdata_fromwire(), dns_rdata_fromtext(),
dns_rdata_clone(), dns_rdata_fromregion()),
check that it is.
267. [func] Nsupdate is now provided in the distribution.
- 266. [bug] zone.c:save_nsrrset() node was not initalized.
+ 266. [bug] zone.c:save_nsrrset() node was not initialized.
265. [bug] dns_request_create() now works for TCP.
severity error;
}
- 262. [bug] 'master' was not initalized in zone.c:stub_callback().
+ 262. [bug] 'master' was not initialized in zone.c:stub_callback().
261. [func] Add dns_zone_markdirty().