spelling; whitespace
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
3438. [bug] Don't accept unknown data escape in quotes. [RT #32031]
|
||||
|
||||
3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialise
|
||||
3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialize
|
||||
buffers with constant data. [RT #32064]
|
||||
|
||||
3436. [bug] Check malloc/calloc return values. [RT #32088]
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
3428. [cleanup] dig: Add timezone to date output. [RT #2269]
|
||||
|
||||
3427. [bug] dig +trace incorrectly displayed name server
|
||||
3427. [bug] dig +trace incorrectly displayed name server
|
||||
addresses instead of names. [RT #31641]
|
||||
|
||||
3426. [bug] dnssec-checkds: Clearer output when records are not
|
||||
@@ -119,7 +119,7 @@
|
||||
range of possible values. Address portability issues.
|
||||
[RT #31938]
|
||||
|
||||
3422. [bug] Added a clear error message for when the SOA does not
|
||||
3422. [bug] Added a clear error message for when the SOA does not
|
||||
match the referral. [RT #31281]
|
||||
|
||||
3421. [bug] Named loops when re-signing if all keys are offline.
|
||||
@@ -129,15 +129,15 @@
|
||||
|
||||
3419. [bug] Memory leak on validation cancel. [RT #31869]
|
||||
|
||||
3418. [func] New XML schema (version 3.0) for the statistics channel
|
||||
adds query type statistics at the zone level, and
|
||||
flattens the XML tree and uses compressed format to
|
||||
optimize parsing. Includes new XSL that permits
|
||||
charting via the Google Charts API on browsers that
|
||||
support javascript in XSL. The old XML schema has been
|
||||
3418. [func] New XML schema (version 3.0) for the statistics channel
|
||||
adds query type statistics at the zone level, and
|
||||
flattens the XML tree and uses compressed format to
|
||||
optimize parsing. Includes new XSL that permits
|
||||
charting via the Google Charts API on browsers that
|
||||
support javascript in XSL. The old XML schema has been
|
||||
deprecated. [RT #30023]
|
||||
|
||||
3417. [placeholder]
|
||||
3417. [placeholder]
|
||||
|
||||
3416. [bug] Named could die on shutdown if running with 128 UDP
|
||||
dispatches per interface. [RT #31743]
|
||||
@@ -380,7 +380,7 @@
|
||||
memory via mmap(), allowing much faster zone loading.
|
||||
(Note: Because of pointer sizes and other
|
||||
considerations, this file format is platform-dependent;
|
||||
'fast' zone files cannot always be transfered from one
|
||||
'fast' zone files cannot always be transferred from one
|
||||
server to another.) [RT #25419]
|
||||
|
||||
3339. [func] Allow the maximum supported rsa exponent size to be
|
||||
@@ -399,7 +399,7 @@
|
||||
to get an answer. [RT #29492]
|
||||
|
||||
3334. [bug] Hold a zone table reference while performing a
|
||||
asyncronous load of a zone. [RT #28326]
|
||||
asynchronous load of a zone. [RT #28326]
|
||||
|
||||
3333. [bug] Setting resolver-query-timeout too low can cause
|
||||
named to not recover if it loses connectivity.
|
||||
@@ -466,7 +466,7 @@
|
||||
hash size. [RT #27057]
|
||||
|
||||
3318. [tuning] Reduce the amount of work performed while holding a
|
||||
bucket lock when finshed with a fetch context.
|
||||
bucket lock when finished with a fetch context.
|
||||
[RT #29239]
|
||||
|
||||
3317. [func] Add ECDSA support (RFC 6605). [RT #21918]
|
||||
@@ -492,7 +492,7 @@
|
||||
|
||||
3310. [test] Increase table size for mutex profiling. [RT #28809]
|
||||
|
||||
3309. [bug] resolver.c:fctx_finddone() was not threadsafe.
|
||||
3309. [bug] resolver.c:fctx_finddone() was not thread safe.
|
||||
[RT #27995]
|
||||
|
||||
3308. [placeholder]
|
||||
@@ -714,7 +714,7 @@
|
||||
have different serial numbers.
|
||||
|
||||
(Note: raw zonefiles generated by this version of
|
||||
BIND are no longer compatble with prior versions.
|
||||
BIND are no longer compatible with prior versions.
|
||||
To generate a backward-compatible raw zonefile
|
||||
using dnssec-signzone or named-compilezone, specify
|
||||
output format "raw=0" instead of simply "raw".)
|
||||
@@ -748,7 +748,7 @@
|
||||
3232. [bug] Zero zone->curmaster before return in
|
||||
dns_zone_setmasterswithkeys(). [RT #26732]
|
||||
|
||||
3231. [bug] named could fail to send a uncompressable zone.
|
||||
3231. [bug] named could fail to send a incompressible zone.
|
||||
[RT #26796]
|
||||
|
||||
3230. [bug] 'dig axfr' failed to properly handle a multi-message
|
||||
@@ -776,7 +776,7 @@
|
||||
3222. [cleanup] Replace dns_journal_{get,set}_bitws with
|
||||
dns_journal_{get,set}_sourceserial. [RT #26634]
|
||||
|
||||
3221. [bug] Fixed a potential coredump on shutdown due to
|
||||
3221. [bug] Fixed a potential core dump on shutdown due to
|
||||
referencing fetch context after it's been freed.
|
||||
[RT #26720]
|
||||
|
||||
@@ -816,7 +816,7 @@
|
||||
|
||||
3209. [func] Add "dnssec-lookaside 'no'". [RT #24858]
|
||||
|
||||
3208. [bug] 'dig -y' handle unknown tsig alorithm better.
|
||||
3208. [bug] 'dig -y' handle unknown tsig algorithm better.
|
||||
[RT #25522]
|
||||
|
||||
3207. [contrib] Fixed build error in Berkeley DB DLZ module. [RT #26444]
|
||||
@@ -824,7 +824,7 @@
|
||||
3206. [cleanup] Add ISC information to log at start time. [RT #25484]
|
||||
|
||||
3205. [func] Upgrade dig's defaults to better reflect modern
|
||||
nameserver behaviour. Enable "dig +adflag" and
|
||||
nameserver behavior. Enable "dig +adflag" and
|
||||
"dig +edns=0" by default. Enable "+dnssec" when
|
||||
running "dig +trace". [RT #23497]
|
||||
|
||||
@@ -835,7 +835,7 @@
|
||||
3203. [bug] Increase log level to 'info' for validation failures
|
||||
from expired or not-yet-valid RRSIGs. [RT #21796]
|
||||
|
||||
3202. [bug] NOEDNS caching on timeout was too agressive.
|
||||
3202. [bug] NOEDNS caching on timeout was too aggressive.
|
||||
[RT #26416]
|
||||
|
||||
3201. [func] 'rndc querylog' can now be given an on/off parameter
|
||||
@@ -1287,7 +1287,7 @@
|
||||
key. When possible, automatic signing will use that
|
||||
TTL when the key is published. [RT #23304]
|
||||
|
||||
3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistant
|
||||
3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistent
|
||||
timestamp when determining which keys are active.
|
||||
[RT #23642]
|
||||
|
||||
@@ -1301,7 +1301,7 @@
|
||||
3072. [bug] dns_dns64_aaaaok() potential NULL pointer dereference.
|
||||
[RT #20256]
|
||||
|
||||
3071. [bug] has_nsec could be used unintialised in
|
||||
3071. [bug] has_nsec could be used uninitialized in
|
||||
update.c:next_active. [RT #20256]
|
||||
|
||||
3070. [bug] dnssec-signzone potential NULL pointer dereference.
|
||||
@@ -1370,7 +1370,7 @@
|
||||
|
||||
3052. [test] Fixed last autosign test report. [RT #23256]
|
||||
|
||||
3051. [bug] NS records obsure DNAME records at the bottom of the
|
||||
3051. [bug] NS records obscure DNAME records at the bottom of the
|
||||
zone if both are present. [RT #23035]
|
||||
|
||||
3050. [bug] The autosign system test was timing dependent.
|
||||
@@ -1380,7 +1380,7 @@
|
||||
3049. [bug] Save and restore the gid when creating creating
|
||||
named.pid at startup. [RT #23290]
|
||||
|
||||
3048. [bug] Fully separate view key mangement. [RT #23419]
|
||||
3048. [bug] Fully separate view key management. [RT #23419]
|
||||
|
||||
3047. [bug] DNSKEY NODATA responses not cached fixed in
|
||||
validator.c. Tests added to dnssec system test.
|
||||
@@ -1720,7 +1720,7 @@
|
||||
no data response. [RT #21744]
|
||||
|
||||
2952. [port] win32: named-checkzone and named-checkconf failed
|
||||
to initialise winsock. [RT #21932]
|
||||
to initialize winsock. [RT #21932]
|
||||
|
||||
2951. [bug] named failed to generate a correct signed response
|
||||
in a optout, delegation only zone with no secure
|
||||
@@ -1766,7 +1766,7 @@
|
||||
in use. [RT# 21868]
|
||||
|
||||
2938. [bug] When generating signed responses, from a signed zone
|
||||
that uses NSEC3, named would use a uninitialised
|
||||
that uses NSEC3, named would use a uninitialized
|
||||
pointer if it needed to skip a NSEC3 record because
|
||||
it didn't match the selected NSEC3PARAM record for
|
||||
zone. [RT# 21868]
|
||||
@@ -1820,7 +1820,7 @@
|
||||
revisit the issue and complete the fix later.
|
||||
[RT #21710]
|
||||
|
||||
2930. [experimental] New "rndc addzone" and "rndc delzone" commads
|
||||
2930. [experimental] New "rndc addzone" and "rndc delzone" commands
|
||||
allow dynamic addition and deletion of zones.
|
||||
To enable this feature, specify a "new-zone-file"
|
||||
option at the view or options level in named.conf.
|
||||
@@ -1996,7 +1996,7 @@
|
||||
successfully responds to the query using plain DNS.
|
||||
[RT #20930]
|
||||
|
||||
2873. [bug] Cancelling a dynamic update via the dns/client module
|
||||
2873. [bug] Canceling a dynamic update via the dns/client module
|
||||
could trigger an assertion failure. [RT #21133]
|
||||
|
||||
2872. [bug] Modify dns/client.c:dns_client_createx() to only
|
||||
@@ -2038,7 +2038,7 @@
|
||||
|
||||
2860. [bug] named-checkconf's usage was out of date. [RT #21039]
|
||||
|
||||
2859. [bug] When cancelling validation it was possible to leak
|
||||
2859. [bug] When canceling validation it was possible to leak
|
||||
memory. [RT #20800]
|
||||
|
||||
2858. [bug] RTT estimates were not being adjusted on ICMP errors.
|
||||
@@ -2591,7 +2591,7 @@
|
||||
|
||||
2695. [func] DHCP/DDNS - update fdwatch code for use by
|
||||
DHCP. Modify the api to isc_sockfdwatch_t (the
|
||||
callback functon for isc_socket_fdwatchcreate)
|
||||
callback function for isc_socket_fdwatchcreate)
|
||||
to include information about the direction (read
|
||||
or write) and add isc_socket_fdwatchpoke.
|
||||
[RT #20253]
|
||||
@@ -2656,7 +2656,7 @@
|
||||
sets the time when a key is no longer used for
|
||||
signing but is still published.
|
||||
- The "unpublished" date (-U) is deprecated in
|
||||
favour of "deleted" (-D).
|
||||
favor of "deleted" (-D).
|
||||
[RT #20247]
|
||||
|
||||
2676. [bug] --with-export-installdir should have been
|
||||
@@ -3102,7 +3102,7 @@
|
||||
|
||||
2553. [bug] Reference leak on DNSSEC validation errors. [RT #19291]
|
||||
|
||||
2552. [bug] zero-no-soa-ttl-cache was not being honoured.
|
||||
2552. [bug] zero-no-soa-ttl-cache was not being honored.
|
||||
[RT #19340]
|
||||
|
||||
2551. [bug] Potential Reference leak on return. [RT #19341]
|
||||
@@ -3155,7 +3155,7 @@
|
||||
|
||||
2534. [func] Check NAPTR records regular expressions and
|
||||
replacement strings to ensure they are syntactically
|
||||
valid and consistant. [RT #18168]
|
||||
valid and consistent. [RT #18168]
|
||||
|
||||
2533. [doc] ARM: document @ (at-sign). [RT #17144]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user