CHANGES revision b7161f9898405faee05ba72a63ad10e4541f1346
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews4424. [experimental] Named now sends _ta-XXXX.<trust-anchor>/NULL queries
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews to provide feedback to the trust-anchor administrators
c6d4f781529d2f28693546b25b2967d44ec89e60Mark Andrews about how key rollovers are progressing as per
c9eaf357a31ea5eaeeed24f2f4e800a6ef9512e0Mark Andrews draft-ietf-dnsop-edns-key-tag-02. This can be
c9eaf357a31ea5eaeeed24f2f4e800a6ef9512e0Mark Andrews disabled using 'trust-anchor-telemetry no;'.
3fc7753efdc33559978ce61785961b1305944077Mark Andrews4423. [maint] Added missing IPv6 address 2001:500:84::b for
219a8f14a864aca47c340729dfff008a5050dd26Mark Andrews4422. [port] Silence clang warnings in dig.c and dighost.c.
d14e4f3a9916f2159de4c5995006195072e05085Mark Andrews4421. [func] When built with LMDB (Lightning Memory-mapped
d14e4f3a9916f2159de4c5995006195072e05085Mark Andrews Database), named will now use a database to store
fde1a334ee0d437ccbada347ff09e8ea0eaff221Mark Andrews the configuration for zones added by "rndc addzone"
fde1a334ee0d437ccbada347ff09e8ea0eaff221Mark Andrews instead of using a flat NZF file. This improves
8549bc9b78d7664ac99436d36a1ce615f772378aMark Andrews performance of "rndc delzone" and "rndc modzone"
8549bc9b78d7664ac99436d36a1ce615f772378aMark Andrews significantly. Existing NZF files will
a957b9ccdccf519018e06213a27e1b70b8dc4640Mark Andrews automatically by converted to NZD databases.
4ff0e3c8afbbbc30473701c47d75e1d7829bae3eMark Andrews To view the contents of an NZD or to roll back to
4ff0e3c8afbbbc30473701c47d75e1d7829bae3eMark Andrews NZF format, use "named-nzd2nzf". To disable
9a33e2d135b0de7d2e2d768f2b9c45b2627fe4e6Mark Andrews this feature, use "configure --without-lmdb".
dc6da18ccbb808d21f123cc6bda399b44ad11445Mark Andrews4420. [func] nslookup now looks for AAAA as well as A by default.
94b58e01ae98764a045e18581d7aaf05d2889e60Mark Andrews4419. [bug] Don't cause undefined result if the label of an
94b58e01ae98764a045e18581d7aaf05d2889e60Mark Andrews entry in catalog zone is changed. [RT #42708]
a687a0592bbe3a582860eb5f03725bf80d7ac1d8Mark Andrews4418. [bug] Fix a compiler warning in GSSAPI code. [RT #42879]
a295fbb55cfed38bcf2853c60410cce52ab6cebbMark Andrews4417. [bug] dnssec-keymgr could fail to create successor keys
a295fbb55cfed38bcf2853c60410cce52ab6cebbMark Andrews if the prepublication interval was set to a value
a295fbb55cfed38bcf2853c60410cce52ab6cebbMark Andrews smaller than the default. [RT #42820]
6eb8591f005f3e270d9ffb23769753952d0ec286Mark Andrews4416. [bug] dnssec-keymgr: Domain names in policy files could
6eb8591f005f3e270d9ffb23769753952d0ec286Mark Andrews fail to match due to trailing dots. [RT #42807]
a1bc94109313bf4ebb6e6ff655d71d45582d2e43Mark Andrews4415. [bug] dnssec-keymgr: Expired/deleted keys were not always
a1bc94109313bf4ebb6e6ff655d71d45582d2e43Mark Andrews excluded. [RT #42884]
d9c4f954a1ddf7fcd5bf86bb7bbc12f669f81507Mark Andrews4414. [bug] Corrected a bug in the MIPS implementation of
d9c4f954a1ddf7fcd5bf86bb7bbc12f669f81507Mark Andrews isc_atomic_xadd(). [RT #41965]
6657a9e2d8c039be0bec367cae59a91d77ccaad4Mark Andrews4413. [bug] GSSAPI negotiation could fail if GSS_S_CONTINUE_NEEDED
6657a9e2d8c039be0bec367cae59a91d77ccaad4Mark Andrews was returned. [RT #42733]
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews --- 9.11.0b2 released ---
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews4412. [cleanup] Make fixes for GCC 6. ISC_OFFSET_MAXIMUM macro was
118394ef2ec7cef253c55359a3d70d202ddc2fa0Mark Andrews removed. [RT #42721]
6178552326050b16f5706ee63c931e9388d74318Mark Andrews4411. [func] "rndc dnstap -roll" automatically rolls the
69836f45cff130ab11a1f5a662e8bf8aaf390de2Mark Andrews dnstap output file; the previous version is
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews saved with ".0" suffix, and earlier versions
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews with ".1" and so on. An optional numeric argument
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews indicates how many prior files to save. [RT #42830]
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews4410. [bug] Address use after free and memory leak with dnstap.
08c90261660649ca7d92065f6f13a61ec5a9a86dMark Andrews4409. [bug] DNS64 should exclude mapped addresses by default when
f8f65e2de40b1e9874b88f392f3abeb057ce6172Mark Andrews an exclude acl is not defined. [RT #42810]
f8f65e2de40b1e9874b88f392f3abeb057ce6172Mark Andrews4408. [func] Continue waiting for expected response when we the
05d32f6b0f6590ca22136b753309f070ce769000Mark Andrews response we get does not match the request. [RT #41026]
05d32f6b0f6590ca22136b753309f070ce769000Mark Andrews4407. [performance] Use GCC builtin for clz in RPZ lookup code.
2b66a51a7d72e9cc07917fb583ad528b0539d2a3Mark Andrews4406. [security] getrrsetbyname with a non absolute name could
2b66a51a7d72e9cc07917fb583ad528b0539d2a3Mark Andrews trigger an infinite recursion bug in lwresd
2b66a51a7d72e9cc07917fb583ad528b0539d2a3Mark Andrews and named with lwres configured if when combined
e9733bc599f30033ffe7af69f5fca254fb59d46eMark Andrews with a search list entry the resulting name is
e9733bc599f30033ffe7af69f5fca254fb59d46eMark Andrews too long. (CVE-2016-2775) [RT #42694]
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews4405. [bug] Change 4342 introduced a regression where you could
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews not remove a delegation in a NSEC3 signed zone using
332ed11af0e9837421160ab67619e025520a73f4Mark Andrews OPTOUT via nsupdate. [RT #42702]
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews4404. [misc] Allow krb5-config to be used when configuring gssapi.
fabf2ee6b01ee06a0de940b83d53cf57f9f79265Mark Andrews4403. [bug] Rename variables and arguments that shadow: basename,
1c91b0a6516319d81670da2325e2bd08a7703707Mark Andrews clone and gai_error.
1c91b0a6516319d81670da2325e2bd08a7703707Mark Andrews4402. [bug] protoc-c is now a hard requirement for --enable-dnstap.
2a90390deeff6ba07125bfb2c81ab4b582eb2777Mark Andrews --- 9.11.0b1 released ---
2a90390deeff6ba07125bfb2c81ab4b582eb2777Mark Andrews4401. [misc] Change LICENSE to MPL 2.0.
be2c2c29a88db96bd51f11d671ec207f0b6b0d45Mark Andrews4400. [bug] ttl policy was not being inherited in policy.py.
503ab4e136b843ef431f904709698231f1bc39e3Mark Andrews4399. [bug] policy.py 'ECCGOST', 'ECDSAP256SHA256', and
503ab4e136b843ef431f904709698231f1bc39e3Mark Andrews 'ECDSAP384SHA384' don't have settable keysize.
cf224bbf7bab87bc28b12f5b30f5ca3f3e5bf604Mark Andrews4398. [bug] Correct spelling of ECDSAP256SHA256 in policy.py.
00afe78ab290fec3041731c1fac146a24f556de4Mark Andrews4397. [bug] Update Windows python support. [RT #42538]
2674e1a455d4f71de09b2b60e7a8304b9a305588Mark Andrews4396. [func] dnssec-keymgr now takes a '-r randomfile' option.
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews4395. [bug] Improve out-of-tree installation of python modules.
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews4394. [func] Add rndc command "dnstap-reopen" to close and
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews reopen dnstap output files. [RT #41803]
60ab03125c137c48a6b2ed6df1d2c8657757e09dMark Andrews4393. [bug] Address potential NULL pointer dereferences in
405ae948cc01c5fb9fee511ce32de86f8077e01bMark Andrews dnstap code.
57e4191a112bf57a1eab6d37212df2531b6f8a16Mark Andrews4392. [func] Collect statistics for RSSAC02v3 traffic-volume,
7d116211ec7b063891130f191e3ed437b45dba70Mark Andrews traffic-sizes and rcode-volume reporting. [RT #41475]
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews4391. [contrib] Fix leaks in contrib DLZ code. [RT #42707]
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews4390. [doc] Description of masters with TSIG, allow-query and
faa4af28cff84d7ac45c1da98e40c00f65a24aa3Mark Andrews allow-transfer options in catalog zones. [RT #42692]
eba8a27e55258ee4470d7c3caa6bb3a335b9731eMark Andrews4389. [test] Rewritten test suite for catalog zones. [RT #42676]
8af4e7aa4e2a6fe84bf4ebe09ca1d4ef1d8ab593Mark Andrews4388. [func] Support for master entries with TSIG keys in catalog
8af4e7aa4e2a6fe84bf4ebe09ca1d4ef1d8ab593Mark Andrews zones. [RT #42577]
d08c5dfcd4d1f69004c1382ffc00cc1848dcd1a3Mark Andrews4387. [bug] Change 4336 was not complete leading to SERVFAIL
982a2cfef37a39842ff53dc2e00b947c554fa78eTatuya JINMEI 神明達哉 being return as NS records expired. [RT #42683]
16ee4fe11bad616a76c79e9f626a7e04a88ef4abMark Andrews4386. [bug] Remove shadowed overmem function/variable. [RT #42706]
16ee4fe11bad616a76c79e9f626a7e04a88ef4abMark Andrews4385. [func] Add support for allow-query and allow-transfer ACLs
a5b66bf342440688739d7207e437bf743e8b7ac0Mark Andrews to catalog zones. [RT #42578]
982e072a5000bfc072aee8b34f64112cf54369a5Mark Andrews4384. [bug] Change 4256 accidentally disabled logging of the
982e072a5000bfc072aee8b34f64112cf54369a5Mark Andrews rndc command. [RT #42654]
e24089c5c33f31a39cea0123765165fa31308343Tatuya JINMEI 神明達哉4383. [bug] Correct spelling error in stats channel description of
9547d3e03bb082d73aeabb497b60632ebfdc78a6Mark Andrews "EDNS client subnet option received". [RT #42633]
6f3c2ee187d690f96ffef3ba5a6c2e112bb3798cMark Andrews4382. [bug] rndc {addzone,modzone,delzone,showzone} should all
9547d3e03bb082d73aeabb497b60632ebfdc78a6Mark Andrews compare the zone name using a canonical format.
9de05727e334336ceb0abcca404d770abd23b876Mark Andrews4381. [bug] Missing "zone-directory" option in catalog zone
7c61d798f54f7c19f87d46a0df775e0e58fe7d30Mark Andrews definition caused BIND to crash. [RT #42579]
e23932d3c8c154cff3fea0ecff64e26c6ac6f5d8Mark Andrews --- 9.11.0a3 released ---
72160d9b51d902a7cf18de84953bc651941f73c2Mark Andrews4380. [experimental] Added a "zone-directory" option to "catalog-zones"
72160d9b51d902a7cf18de84953bc651941f73c2Mark Andrews syntax, allowing local masterfiles for slaves
72160d9b51d902a7cf18de84953bc651941f73c2Mark Andrews that are provisioned by catalog zones to be stored
885e60828681cecd17bccbe5ceff8f4e75ef4c5cMark Andrews in a directory other than the server's working
8ec056723666c71a499880ffa415661f37ffd08eMark Andrews directory. [RT #42527]
037b732f88edc943f3141e0342dc993156e3abf3Mark Andrews4379. [bug] An INSIST could be triggered if a zone contains
80a609bf44ee09766aeb9ae02cfbf7f9fe86dd83Mark Andrews RRSIG records with expiry fields that loop
80a609bf44ee09766aeb9ae02cfbf7f9fe86dd83Mark Andrews using serial number arithmetic. [RT #40571]
b89095ba15e9163f2bacc46239d8f69d1a2b9ad3Tatuya JINMEI 神明達哉4378. [contrib] #include <isc/string.h> for strlcat in zone2ldap.c.
bd5c8a564b21781fe6b608fe6a75c2e7152200acTatuya JINMEI 神明達哉4377. [bug] Don't reuse zero TTL responses beyond the current
85708f9aabbfe31fc648c90258ae18ce0edc3488Mark Andrews client set (excludes ANY/SIG/RRSIG queries).
49732e4d6008d7d99dfce596a17e17aa13425502Mark Andrews4376. [experimental] Added support for Catalog Zones, a new method for
49732e4d6008d7d99dfce596a17e17aa13425502Mark Andrews provisioning secondary servers in which a list of
cae2cb086244dfb883739edbe79e34756079f70eMark Andrews zones to be served is stored in a DNS zone and can
cae2cb086244dfb883739edbe79e34756079f70eMark Andrews be propagated to slaves via AXFR/IXFR. [RT #41581]
cf0bcc2c80ca99f1e6e53dcdd0eba03fe70723dfMark Andrews4375. [func] Add support for automatic reallocation of isc_buffer
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews to isc_buffer_put* functions. [RT #42394]
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews4374. [bug] Use SAVE/RESTORE macros in query.c to reduce the
0da29be670f6fa5b2a6320d9d843bc8b802c153aMark Andrews probability of reference counting errors as seen
03e200df5dc283f24a6a349f0b31d3eab26da893Mark Andrews in 4365. [RT #42405]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4373. [bug] Address undefined behaviour in getaddrinfo. [RT #42479]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4372. [bug] Address undefined behaviour in libt_api. [RT #42480]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4371. [func] New "minimal-any" option reduces the size of UDP
5be3685b0e57677c0cc03113099cb8f99f9a070bMark Andrews responses for qtype ANY by returning a single
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews arbitrarily selected RRset instead of all RRsets.
5be3685b0e57677c0cc03113099cb8f99f9a070bMark Andrews Thanks to Tony Finch. [RT #41615]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4370. [bug] Address python3 compatibility issues with RNDC module.
715361d0c3800e5ad886e5df971936ce6cd1ca89Mark Andrews [RT #42499] [RT #42506]
715361d0c3800e5ad886e5df971936ce6cd1ca89Mark Andrews --- 9.11.0a2 released ---
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4369. [bug] Fix 'make' and 'make install' out-of-tree python
3d711f2f75cb9a9ddcbf1fca9b2de192e75340e6Mark Andrews support. [RT #42484]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4368. [bug] Fix a crash when calling "rndc stats" on some
a268fec7f54a89a0772a91da0511c8eae09e6157Mark Andrews Windows builds because some Visual Studio compilers
a268fec7f54a89a0772a91da0511c8eae09e6157Mark Andrews generated crashing code for the "%z" printf()
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews format specifier. [RT #42380]
4e1d3e67cdc76609bad5f0310ac48de10b442b9fMark Andrews4367. [bug] Remove unnecessary assignment of loadtime in
4e1d3e67cdc76609bad5f0310ac48de10b442b9fMark Andrews zone_touched. [RT #42440]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4366. [bug] Address race condition when updating rbtnode bit
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews fields. [RT #42379]
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews4365. [bug] Address zone reference counting errors involving
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews nxdomain-redirect. [RT #42258]
6b79e960e6ba2991aeb02a6c39af255ab7f06d99Mark Andrews4364. [port] freebsd: add -Wl,-E to loader flags [RT #41690]
74a14c4eb8518a9cc31cb5a918547a93d0c0e838Mark Andrews4363. [port] win32: Disable explicit triggering UAC when running
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews BINDInstall.
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews4362. [func] Changed rndc reconfig behaviour so that newly added
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews zones are loaded asynchronously and the loading does
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews not block the server. [RT #41934]
261a6a1f7d95eaf0cd882f3123dcfd775517a54fMark Andrews4361. [cleanup] Where supported, file modification times returned
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews by isc_file_getmodtime() are now accurate to the
7c678cfe0bd477ded2995b9490d72edf7bc76a84Mark Andrews nanosecond. [RT #41968]
a20e888bde4b307050d76e09266b2fb49f03bc30Mark Andrews4360. [bug] Silence spurious 'bad key type' message when there is
a20e888bde4b307050d76e09266b2fb49f03bc30Mark Andrews a existing TSIG key. [RT #42195]
f4f0eedb8916a824124cf56d4c3f18eb6c77b42eMark Andrews4359. [bug] Inherited 'also-notify' lists were not being checked
f4f0eedb8916a824124cf56d4c3f18eb6c77b42eMark Andrews by named-checkconf. [RT #42174]
611ec5dd43d31fd6385f1a94c2f0865375f452b4Mark Andrews4358. [test] Added American Fuzzy Lop harness that allows
611ec5dd43d31fd6385f1a94c2f0865375f452b4Mark Andrews feeding fuzzed packets into BIND.
01b8bc018d83e757b0578723977b0a71e1e626f8Mark Andrews4357. [func] Add the python RNDC module. [RT #42093]
8abe06b25d245ab2955d81525bfe6bd29b80908eMark Andrews4356. [func] Add the ability to specify whether to wait for
8abe06b25d245ab2955d81525bfe6bd29b80908eMark Andrews nameserver addresses to be looked up or not to
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews RPZ with a new modifying directive 'nsip-wait-recurse'.
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4355. [func] "pkcs11-list" now displays the extractability
b5ad6dfea4cc3e7d1d322ac99f1e5a31096837c4Mark Andrews attribute of private or secret keys stored in
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews an HSM, as either "true", "false", or "never"
6e9efadbea9febb0494e713e54dfea6f7ef70383Mark Andrews Thanks to Daniel Stirnimann. [RT #36557]
aa0f0779d1ea7150991c3e6eec1cc532086c13fdMark Andrews4354. [bug] Check that the received HMAC length matches the
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews expected length prior to check the contents on the
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews control channel. This prevents a OOB read error.
18d0b5e54be891a1aa938c165b6d439859121ec8Mark Andrews This was reported by Lian Yihan, <lianyihan@360.cn>.
0563d476dea35a60a59857cc8bd26ef276d78799Mark Andrews4353. [cleanup] Update PKCS#11 header files. [RT #42175]
b2f160f266005ceaed77a3f575109f74cd13d548Mark Andrews4352. [cleanup] The ISC DNSSEC Lookaside Validation (DLV) service
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews is scheduled to be disabled in 2017. A warning is
0bb7c66ef8e3e8740cbac4a4de607060dfc4d6c8Mark Andrews now logged when named is configured to use it,
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews either explicitly or via "dnssec-lookaside auto;"
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4351. [bug] 'dig +noignore' didn't work. [RT #42273]
7216566bd596f8fbc98eafd5e9359ec7fa92c8b8Mark Andrews4350. [contrib] Declare result in dlz_filesystem_dynamic.c.
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews4349. [contrib] kasp2policy: A python script to create a DNSSEC
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews policy file from an OpenDNSSEC KASP XML file.
42b37d29c7709ce5bfe0110d07f1ec163be220d2Mark Andrews4348. [func] dnssec-keymgr: A new python-based DNSSEC key
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews management utility, which reads a policy definition
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews file and can create or update DNSSEC keys as needed
7c386b0c3194aa18089c6fa2e9856b576ec99c81Mark Andrews to ensure that a zone's keys match policy, roll over
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews correctly on schedule, etc. Thanks to Sebastian
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews Castro for assistance in development. [RT #39211]
fd780f3d47179d68ba2d4661fb9cac9ce1e74928Mark Andrews4347. [port] Corrected a build error on x86_64 Solaris. [RT #42150]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4346. [bug] Fixed a regression introduced in change #4337 which
2bef3713093349af52ba61eaab07adf3207da873Mark Andrews caused signed domains with revoked KSKs to fail
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews validation. [RT #42147]
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews4345. [contrib] perftcpdns mishandled the return values from
bcf369e513a1cc2209e2a987f5772afa79813540Mark Andrews clock_nanosleep. [RT #42131]
016c0a82f1ce3fe4d362d7c9cf8de4377ffaf5a9Mark Andrews4344. [port] Address openssl version differences. [RT #42059]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4343. [bug] dns_dnssec_syncupdate misdeclared in <dns/dnssec.h>.
9b80f3a7c739a99b498a37a711a51b6a88df3a78Mark Andrews4342. [bug] 'rndc flushtree' could fail to clean the tree if there
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews wasn't a node at the specified name. [RT #41846]
83a56f1e4f2d11fa895ceff4342fff7157910036Mark Andrews --- 9.11.0a1 released ---
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4341. [bug] Correct the handling of ECS options with
1425217e5c3a2cbab7f8344e600e0c16047289ffMark Andrews address family 0. [RT #41377]
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews4340. [performance] Implement adaptive read-write locks, reducing the
e8e62bb7829e88fc56360f7edc021dc8493a8704Mark Andrews overhead of locks that are only held briefly.
e7fb847ed570dd8c1bcdacabb3d69bd81feb79aeMark Andrews4339. [test] Use "mdig" to test pipelined queries. [RT #41929]
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews4338. [bug] Reimplement change 4324 as it wasn't properly doing
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews all the required book keeping. [RT #41941]
ab9871e71eac6b33ce92a0ad26dc50d0ff241e3bMark Andrews4337. [bug] The previous change exposed a latent flaw in
539f477cd03db1ac173bcb5257da136283e57849Mark Andrews key refresh queries for managed-keys when
2c6f9101f99cc663074376a5cc1d954d33bdbe36Mark Andrews a cached DNSKEY had TTL 0. [RT #41986]
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews4336. [bug] Don't emit records with zero ttl unless the records
1fc4793844c9613b17866c33dbeab8aaa94b66ffMark Andrews were learnt with a zero ttl. [RT #41687]
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews4335. [bug] zone->view could be detached too early. [RT #41942]
1c153afce556ff3c687986fb7c4a0b0a7f5e7cd8Mark Andrews4334. [func] 'named -V' now reports zlib version. [RT #41913]
81bdad57bd2c0c4b9a0684fe6e222ba95da625ecMark Andrews4333. [maint] L.ROOT-SERVERS.NET is now 199.7.83.42 and
116e6b4257e3efceca3e82af1e695579129af93dMark Andrews 2001:500:9f::42.
a5768d889b4e139e78f2b1d9433f3e9f8d225ff4Mark Andrews4332. [placeholder]
3d247992c4a500caa7703edaee68612e545af602Mark Andrews4331. [func] When loading managed signed zones detect if the
5c08d19fb17f0684e6424b94910cef61cec7592fMark Andrews RRSIG's inception time is in the future and regenerate
3d247992c4a500caa7703edaee68612e545af602Mark Andrews the RRSIG immediately. [RT #41808]
5c08d19fb17f0684e6424b94910cef61cec7592fMark Andrews4330. [protocol] Identify the PAD option as "PAD" when printing out
9eca2b9b95df456545e1bc298c8337400aa24e8eMark Andrews4329. [func] Warn about a common misconfiguration when forwarding
cd5f6549b33bf2481538b77934d69313f452ff4bMark Andrews RFC 1918 zones. [RT #41441]
05331ce161276d879711342fadbc6144af7f5ba6Mark Andrews4328. [performance] Add dns_name_fromwire() benchmark test. [RT #41694]
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews4327. [func] Log query and depth counters during fetches when
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews querytrace (./configure --enable-querytrace) is
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews enabled (helps in diagnosing). [RT #41787]
c5223c9cb7c22620d5ee6611228673e95b48a270Mark Andrews4326. [protocol] Add support for AVC. [RT #41819]
2fa0485e9e969dd42dd10339354d7949db46111aMark Andrews4325. [func] Add a line to "rndc status" indicating the
2fa0485e9e969dd42dd10339354d7949db46111aMark Andrews hostname and operating system details. [RT #41610]
7d5b32acb1898844afa19123d07483b46edac7cbMark Andrews4324. [bug] When deleting records from a zone database, interior
7d5b32acb1898844afa19123d07483b46edac7cbMark Andrews nodes could be left empty but not deleted, damaging
437404e8313481329baa5897eeda8c45bf748553Mark Andrews search performance afterward. [RT #40997]
841fc0fd70881499b62f15e35980dd14b905ba45Mark Andrews4323. [bug] Improve HTTP header processing on statschannel.
e5a5c60a5e690ee9858c9e3facba189b8646f0b7Mark Andrews4322. [security] Duplicate EDNS COOKIE options in a response could
16b9ee24b96a1c1d21d809e88238091c4afa25c9Mark Andrews trigger an assertion failure. (CVE-2016-2088)
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein4321. [bug] Zones using mapped files containing out-of-zone data
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein could return SERVFAIL instead of the expected NODATA
60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2Rob Austein or NXDOMAIN results. [RT #41596]
da53179d1055c75e64dc2c9623b38cb2b8629eb6Mark Andrews4320. [bug] Insufficient memory allocation when handling
da53179d1055c75e64dc2c9623b38cb2b8629eb6Mark Andrews "none" ACL could cause an assertion failure in
2941824604f9c5aa70f216d1f2941b3c59aa37dcMark Andrews named when parsing ACL configuration. [RT #41745]
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews4319. [security] Fix resolver assertion failure due to improper
b4028939fdffc92cf659764deb9c6e3c805cc948Mark Andrews DNAME handling when parsing fetch reply messages.
9840a0767d02f6c6b9d1f73d54e0cab2e8192a93Mark Andrews (CVE-2016-1286) [RT #41753]
9840a0767d02f6c6b9d1f73d54e0cab2e8192a93Mark Andrews4318. [security] Malformed control messages can trigger assertions
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein in named and rndc. (CVE-2016-1285) [RT #41666]
57ed0bab5b92f66af3dc3b86081bd42ab8d4ba09Rob Austein4317. [bug] Age all unused servers on fetch timeout. [RT #41597]
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein4316. [func] Add option to tools to print RRs in unknown
1cb73c69f76c8c2c66b767a8b9ad04f3988cf6a9Mark Andrews presentation format [RT #41595].
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews4315. [bug] Check that configured view class isn't a meta class.
c651f15b30f1dae5cc2f00878fb5da5b3a35a468Mark Andrews [RT #41572].
f754fa97bc698cc251d227173a95e4d39a88ac01Mark Andrews4314. [contrib] Added 'dnsperf-2.1.0.0-1', a set of performance
f754fa97bc698cc251d227173a95e4d39a88ac01Mark Andrews testing tools provided by Nominum, Inc.
40a547174fb7d14f74bc375f076c8c390498f68eMark Andrews4313. [bug] Handle ns_client_replace failures in test mode.
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews4312. [bug] dig's unknown DNS and EDNS flags (MBZ value) logging
959fb01017fa83578e7c8776ed3baba3076a2409Mark Andrews was not consistent. [RT #41600]
d73541ea2eebe01cafc5ff1b2ba4b9a8f75237b1Mark Andrews4311. [bug] Prevent "rndc delzone" from being used on
d73541ea2eebe01cafc5ff1b2ba4b9a8f75237b1Mark Andrews response-policy zones. [RT #41593]
46cb442c5c53f16ece23bfe7f7f7bf44f78b0e46Mark Andrews4310. [performance] Use __builtin_expect() where available to annotate
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews conditions with known behavior. [RT #41411]
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews4309. [cleanup] Remove the spurious "none" filename from log messages
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews when processing built-in configuration. [RT #41594]
0f222d322b25373c4ef59d7c79f265b082ee98cdMark Andrews4308. [func] Added operating system details to "named -V"
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews output. [RT #41452]
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews4307. [bug] "dig +subnet" and "mdig +subnet" could send
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews incorrectly-formatted Client Subnet options
ae4f85dde3abb7d4afef9e869a83783cbf0aa29cMark Andrews if the prefix length was not divisible by 8.
2132a56b5c6628925838165ae0640e55e3f36188Mark Andrews Also fixed a memory leak in "mdig". [RT #45178]
b514e0cd0e7959a98dd59665553c8a3635ada10eMark Andrews4306. [maint] Added a PKCS#11 openssl patch supporting
b514e0cd0e7959a98dd59665553c8a3635ada10eMark Andrews version 1.0.2f [RT #38312]
d9ec2891475b8ed894a524a83370cfce30328569Mark Andrews4305. [bug] dnssec-signzone was not removing unnecessary rrsigs
6e8a8077faf96d8da0b6cf738913f5f1f86e4008Mark Andrews from the zone's apex. [RT #41483]
5cb7e15551f502ab6948689cf3bc7dac6b56571eMark Andrews4304. [port] xfer system test failed as 'tail -n +value' is not
5cb7e15551f502ab6948689cf3bc7dac6b56571eMark Andrews portable. [RT #41315]
bb99a72b219ad4f1daa80c636883ab485174c9a6Mark Andrews4303. [bug] "dig +subnet" was unable to send a prefix length of
5a6874e4ed544186ccb8519765be8c3a1804e033Mark Andrews zero, as it was incorrectly changed to 32 for v4
3b4405aba93729eead9f8f006d426f24fc4c3d78Mark Andrews prefixes or 128 for v6 prefixes. In addition to
3b4405aba93729eead9f8f006d426f24fc4c3d78Mark Andrews fixing this, "dig +subnet=0" has been added as a
2ab6dfca4b7432de4fb7da4cd21ee0e02a695c01Mark Andrews short form for 0.0.0.0/0. The same changes have
c553b3308e34edfaddbec57b3308bbbe362ef715Mark Andrews also been made in "mdig". [RT #41553]
24efdccd68d157b400bf68926798bc8f3f71c24cMark Andrews4302. [port] win32: fixed a build error in VS 2015. [RT #41426]
a5bb4ad5dbd08f9178e807b1e55cb449b69d8173Mark Andrews4301. [bug] dnssec-settime -p [DP]sync was not working. [RT #41534]
5e5b467e8c8abda496b7896241a46b05256cd22cMark Andrews4300. [bug] A flag could be set in the wrong field when setting
5e5b467e8c8abda496b7896241a46b05256cd22cMark Andrews up non-recursive queries; this could cause the
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews SERVFAIL cache to cache responses it shouldn't.
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews New querytrace logging has been added which
713ad87a7f95d06f4bb3e0b92b91172cbebd6c68Mark Andrews identified this error. [RT #41155]
cb2d565b507027f9e5664fa7e167bb24faa7c8fbMark Andrews4299. [bug] Check that exactly totallen bytes are read when
4f21f7feaff27d5356827e39a4537a60a5e4054cMark Andrews reading a RRset from raw files in both single read
4f21f7feaff27d5356827e39a4537a60a5e4054cMark Andrews and incremental modes. [RT #41402]
1439214380abcc123e27a42d43a23ba441209ebeMark Andrews4298. [bug] dns_rpz_add errors in loadzone were not being
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews propagated up the call stack. [RT #41425]
7d9b632906c756b215d65a3a08d77fe022807c2dMark Andrews4297. [test] Ensure delegations in RPZ zones fail robustly.
52188225731669cd571984c45a1407a55c74ee78Mark Andrews4296. [bug] TCP packet sizes were calculated incorrectly in the
52188225731669cd571984c45a1407a55c74ee78Mark Andrews stats channel; they could be counted in the wrong
52188225731669cd571984c45a1407a55c74ee78Mark Andrews histogram bucket. [RT #40587]
52188225731669cd571984c45a1407a55c74ee78Mark Andrews4295. [bug] An unchecked result in dns_message_pseudosectiontotext()
3cbc87c31f76262980d54ddbcdda7875be37b684Mark Andrews could allow incorrect text formatting of EDNS EXPIRE
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews options. [RT #41437]
bc29bb9062ab804cd79f4a1f8f366af8a040b636Mark Andrews4294. [bug] Fixed a regression in which "rndc stop -p" failed
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews to print the PID. [RT #41513]
5a4854e226ce5eca99bcfb5557b36ea210bb25bcMark Andrews4293. [bug] Address memory leak on priming query creation failure.
989d7b844bdf2d804fda57b9b53a4eff3a6bea91Mark Andrews4292. [placeholder]
d5af5bb38b9b2626b97626569adde258c8f6b808Mark Andrews4291. [cleanup] Added a required include to dns/forward.h. [RT #41474]
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews4290. [func] The timers returned by the statistics channel
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews (indicating current time, server boot time, and
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews most recent reconfiguration time) are now reported
c941e32d221fbb0cb760e3bc24c7f221c0cf8b97Mark Andrews with millisecond accuracy. [RT #40082]
77b101ced9801cdb226919784bfc1aa0650ace6aMark Andrews4289. [bug] The server could crash due to memory being used
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews after it was freed if a zone transfer timed out.
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews4288. [bug] Fixed a regression in resolver.c:possibly_mark()
a903095bf4512dae561c7f6fc7854a51bebf334aMark Andrews which caused known-bogus servers to be queried
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews anyway. [RT #41321]
e174044290953a2499f574e35cc9c22ba126a303Mark Andrews4287. [bug] Silence an overly noisy log message when message
25899e7f1ff0db5322362ada01f7aec3006ff0beTatuya JINMEI 神明達哉 parsing fails. [RT #41374]
4f082b58b17ce39087930d5affc2ada90ef386e6Mark Andrews4286. [security] render_ecs errors were mishandled when printing out
3d79c437d8cc10651b22601b55f4098b4cfe5979Mark Andrews a OPT record resulting in a assertion failure.
0da70bc50a320a3bb16aa7cecb2727fed2c0683cMark Andrews (CVE-2015-8705) [RT #41397]
0da70bc50a320a3bb16aa7cecb2727fed2c0683cMark Andrews4285. [security] Specific APL data could trigger a INSIST.
686bcdcb4c63e8dd9bbe9607265061a4d3934bbcMark Andrews (CVE-2015-8704) [RT #41396]
686bcdcb4c63e8dd9bbe9607265061a4d3934bbcMark Andrews4284. [bug] Some GeoIP options were incorrectly documented
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 using abbreviated forms which were not accepted by
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 named. The code has been updated to allow both
5597be9bb88de138dfec9fa9176708443813925eTatuya JINMEI 神明達哉 long and abbreviated forms. [RT #41381]
6be278a81c24c6729aeaae4ba3a7ddd5030d8451Tatuya JINMEI 神明達哉4283. [bug] OPENSSL_config is no longer re-callable. [RT #41348]
5cf023372424c1a59fda4a994e3c85c08c26e2f1Tatuya JINMEI 神明達哉4282. [func] 'dig +[no]mapped' determine whether the use of mapped
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews IPv4 addresses over IPv6 is permitted or not. The
fde0a3f89b9c42e9e4ef9aaf8e044e6b18c4978cMark Andrews default is +mapped. [RT #41307]
39c7fc7e00af20144b94ef332943f62c1b3a622fMark Andrews4281. [bug] Teach dns_message_totext about BADCOOKIE. [RT #41257]
073dfc245fd921958b1ccd869ed3471f828cf283Mark Andrews4280. [performance] Use optimal message sizes to improve compression
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews in AXFRs. This reduces network traffic. [RT #40996]
9738408dcbd4c1f7eb2b105c83388608fafd7808Mark Andrews4279. [test] Don't use fixed ports when unit testing. [RT #41194]
e9aca33f362d017fe0d5f7b729bce646038cf1eeMark Andrews4278. [bug] 'delv +short +[no]split[=##]' didn't work as expected.
5cf146c586f69af7c65e4a4f612ae3ef6c9cf8deMark Andrews4277. [performance] Improve performance of the RBT, the central zone
5cf146c586f69af7c65e4a4f612ae3ef6c9cf8deMark Andrews datastructure: The aux hashtable was improved,
2a2e9c7a1a8cded637be17f32dc1bbdef519ca81Mark Andrews hash function was updated to perform more
8a713ca49ddddb36e432d4717800f9258a5c2ea9Mark Andrews uniform mapping, uppernode was added to
8a713ca49ddddb36e432d4717800f9258a5c2ea9Mark Andrews dns_rbtnode, and other cleanups and performance
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews improvements were made. [RT #41165]
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews4276. [protocol] Add support for SMIMEA. [RT #40513]
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews4275. [performance] Lazily initialize dns_compress->table only when
0ad024cc4272894e877e3a7896f80a2892bc703cMark Andrews compression is enabled. [RT #41189]
f93d6e86ded924cb23d80a6d45a4c830b57984ddMark Andrews4274. [performance] Speed up typemap processing from text. [RT #41196]
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews4273. [bug] Only call dns_test_begin() and dns_test_end() once each
e50b75e36ca79f84e2c9b2a12f6e28cbf22aaa83Mark Andrews in nsec3_test as it fails with GOST if called multiple
797944723c8de672430cc59c11bf4eeacd913649Mark Andrews4272. [bug] dig: the +norrcomments option didn't work with +multi.
11b399514e4af7f370fe3948c3e3779a182ac5acMark Andrews4271. [test] Unit tests could deadlock in isc__taskmgr_pause().
14a97c343bc3adb840b13d515a8298c18f15be52Mark Andrews4270. [security] Update allowed OpenSSL versions as named is
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews potentially vulnerable to CVE-2015-3193.
164e2a6f83cc3172bc9ba0c97a326a5eca80bc18Mark Andrews4269. [bug] Zones using "map" format master files currently
e90994e3f358bdc6fe03005da08567c807a14c1dMark Andrews don't work as policy zones. This limitation has
e90994e3f358bdc6fe03005da08567c807a14c1dMark Andrews now been documented; attempting to use such zones
7087b3dc9298e85909df7a10f83bbd0588310f0cMark Andrews in "response-policy" statements is now a
4844ed026a9b5a91044e76399cee80a6514cbf0dMark Andrews configuration error. [RT #38321]
db2649bad98fc08054feb1a1ed234d8b9b011ea8Mark Andrews4268. [func] "rndc status" now reports the path to the
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews configuration file. [RT #36470]
ad5bc22a819190839bdcc4d102d023782dc23660Mark Andrews4267. [test] Check sdlz error handling. [RT #41142]
82572925f8942b599667bf47f22403f5dfd79ab9Mark Andrews4266. [placeholder]
b326d7e3a3a50eb65dd06db007d2fddc62606bbfMark Andrews4265. [bug] Address unchecked isc_mem_get calls. [RT #41187]
508f61f8d699c46f962b682f388e54b446a7194dMark Andrews4264. [bug] Check const of strchr/strrchr assignments match
508f61f8d699c46f962b682f388e54b446a7194dMark Andrews argument's const status. [RT #41150]
f450814ab8989820a7bc9a2c484eb9f2c1c7b915Mark Andrews4263. [contrib] Address compiler warnings in mysqldyn module.
48f929d315bafeeffe0a37082ab4c9661a928c39Mark Andrews4262. [bug] Fixed a bug in epoll socket code that caused
0e93730a02a4cafbc5cdfaa04b2d813a0c11b205Mark Andrews sockets to not be registered for ready
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews notification in some cases, causing named to not
93f429295a682f44940c8f4e2b05773c50da4e7dMark Andrews read from or write to them, resulting in what
c04f4437ff8b2aba326e5099eae0cacb7de6f74bMark Andrews appear to the user as blocked connections.
494576ce20cfd98d74955698cf8f7b37dce2f740Mark Andrews4261. [maint] H.ROOT-SERVERS.NET is 198.97.190.53 and 2001:500:1::53.
a36db48f57a59d82af0cf8cfecbdb7620aa3cc47Mark Andrews4260. [security] Insufficient testing when parsing a message allowed
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews records with an incorrect class to be be accepted,
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews triggering a REQUIRE failure when those records
531f6c355bde4b280d1dea749dd1bcdf6b2f8701Mark Andrews were subsequently cached. (CVE-2015-8000) [RT #40987]
3ea6d4dc33482a752553c59ed94bcecd23d254b0Mark Andrews4259. [func] Add an option for non-destructive control channel
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews access using a "read-only" clause. In such
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews cases, a restricted set of rndc commands are
6e1141e6e83b3907b8b187d97932f30fa82470efMark Andrews allowed for querying information from named.
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews4258. [bug] Limit rndc query message sizes to 32 KiB. This should
e954ec198e535f8a7e17d72241233f825b0df6a6Mark Andrews not break any legitimate rndc commands, but will
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews prevent a rogue rndc query from allocating too
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews much memory. [RT #41073]
aceae69c7f3e76e8842de178851928619c65b61cMark Andrews4257. [cleanup] Python scripts reported incorrect version. [RT #41080]
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews4256. [bug] Allow rndc command arguments to be quoted so as
113598f67787f0ed0dcfe23b26d1e5d93256c0acMark Andrews to allow spaces. [RT #36665]
dba1bc96f6f4fbbb48ab7b041964d44242731b17Mark Andrews4255. [performance] Add 'message-compression' option to disable DNS
b68fe6c0fbfee1dc0659661993de5c6727b66c76Mark Andrews compression in responses. [RT #40726]
136e739d0d7267a8ce72468233fa795359db62faMark Andrews4254. [bug] Address missing lock when getting zone's serial.
beb92a43a7451981fad54c98c809d50c1b16c1e9Mark Andrews4253. [security] Address fetch context reference count handling error
beb92a43a7451981fad54c98c809d50c1b16c1e9Mark Andrews on socket error. (CVE-2015-8461) [RT#40945]
85bba08193debe026883d2d6bebbb0f7a01d7ba7Mark Andrews4252. [func] Add support for automating the generation CDS and
85bba08193debe026883d2d6bebbb0f7a01d7ba7Mark Andrews CDNSKEY rrsets to named and dnssec-signzone.
4091f8dfb71b78b53acd1b25f74e26c384750c03Mark Andrews4251. [bug] NTAs were deleted when the server was reconfigured
5173d52b3eb9715259a2890614f869c6baeb18e1Mark Andrews or reloaded. [RT #41058]
74ff5f080abdffa7823ff93da74969cd9fa25308Mark Andrews4250. [func] Log the TSIG key in use during inbound zone
a10ae596379471b0dc76ebd8025d91bf2b90bafcMark Andrews transfers. [RT #41075]
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews4249. [func] Improve error reporting of TSIG / SIG(0) records in
09ba9eacebdffc689da9851ce3bd932aedd1deddMark Andrews the wrong location. [RT #41030]
c202b9f4dd7438252d77a4dd8936b7a051431a0bMark Andrews4248. [performance] Add an isc_atomic_storeq() function, use it in
d844741f5516bce45f8897435342731edb2307cbMark Andrews stats counters to improve performance.
53e8e0e27a3db745548a7989639b91d16f841c1fMark Andrews [RT #39972] [RT #39979]
d0c827c9c6a21a0708d97314406ff34d79bed5d8Mark Andrews4247. [port] Require both HAVE_JSON and JSON_C_VERSION to be
d0c827c9c6a21a0708d97314406ff34d79bed5d8Mark Andrews defined to report json library version. [RT #41045]
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews4246. [test] Ensure the statschannel system test runs when BIND
6f691d4893bb29cd6658b75860d93797f091da0dMark Andrews is not built with libjson. [RT #40944]
3d75a3aef3c26c1957f393e4626177484f53a9d4Mark Andrews4245. [placeholder]
4e259c5a2321e994708fb1fe04cd4da30aa3b612Mark Andrews4244. [bug] The parser was not reporting that use-ixfr is obsolete.
fcdef14f4a82138fe835a5c3a20d5667e6f4a26cMark Andrews4243. [func] Improved stats reporting from Timothe Litt. [RT #38941]
e9a0e12b2b732285e00e0d9436961d0fe3655aa6Mark Andrews4242. [bug] Replace the client if not already replaced when
e94754428d472bdde2cba0efdd549bac2e87b98bMark Andrews prefetching. [RT #41001]
23f2338819fd1a38a828b417eb05be95207e76e2Mark Andrews4241. [doc] Improved the TSIG, TKEY, and SIG(0) sections in
a53259c4cc558f86dd008eccc60cc89b6734a03cMark Andrews the ARM. [RT #40955]
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews4240. [port] Fix LibreSSL compatibility. [RT #40977]
a8be540f55786eb9db43ae52bcc891529602c850Mark Andrews4239. [func] Changed default servfail-ttl value to 1 second from 10.
4c8df3b2e8858e97debfe3fb771fe03f22b04d1eMark Andrews Also, the maximum value is now 30 instead of 300.
72379d863a3bb135e7da36e344b731a59b8c3e33Mark Andrews4238. [bug] Don't send to servers on net zero (0.0.0.0/8).
e021f388dfc2ac024a103def34818af73e7e869fMark Andrews4237. [doc] Upgraded documentation toolchain to use DocBook 5
dd95acdbce0e2a2775391709cdfca0a9eda7e8f7Mark Andrews and dblatex. [RT #40766]
c5eebaf6f1311662f8120a8b560e2dbbfd5c92e8Mark Andrews4236. [performance] On machines with 2 or more processors (CPU), the
71e7ac828e9f4f2b124455b00c3d11560aa5d4c1Mark Andrews default value for the number of UDP listeners
71e7ac828e9f4f2b124455b00c3d11560aa5d4c1Mark Andrews has been changed to the number of detected
1e6d80a391137b26e7250e72f6b28eb92c2b9952Mark Andrews processors minus one. [RT #40761]
892c9a8817a454fbac32b099eb55af453b19ce86Mark Andrews4235. [func] Added support in named for "dnstap", a fast method of
af4b677e0de9c4ce67a5187039681a58f73b86eaMark Andrews capturing and logging DNS traffic, and a new command
3aca8e5bf3740bbcc3bb13dde242d7cc369abb27Mark Andrews "dnstap-read" to read a dnstap log file. Use
f34970d390482ceea61bd4d5bcd6ead7828157daMark Andrews "configure --enable-dnstap" to enable this
4d86cda3d7eb31578c9088c51a26643d43799533Mark Andrews feature (note that this requires libprotobuf-c
cbfce73e8e020c1d08c7be7b48a849d8333eb9bfMark Andrews and libfstrm). See the ARM for configuration details.
84a5b69f0029952e33c96695f0a7d26c2bb8f7ccMark Andrews Thanks to Robert Edmonds of Farsight Security.
73fb13fe97cf2f1d93d5e2ea56583fdb2f40b6f3Mark Andrews4234. [func] Add deflate compression in statistics channel HTTP
6f1ad0fc645250c240f21a9201e8cdb0f263c218Mark Andrews server. [RT #40861]
e3d982f4a8e8a974231042ff4303ed8e82dfbdf9Mark Andrews4233. [test] Add tests for CDS and CDNSKEY with delegation-only.
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews4232. [contrib] Address unchecked memory allocation calls in
e743a2b3b729df76956e903ac6a3dc3d6eea6df6Mark Andrews query-loc and zone2ldap. [RT #40789]
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews4231. [contrib] Address unchecked calloc call in dlz_mysqldyn_mod.c.
a79348a6db5eb8a5ea69c3989727418ad5a8f224Mark Andrews4230. [contrib] dlz_wildcard_dynamic.c:dlz_create could return a
fed3d5c2fc3fa8e1547e8b5c28c01f1095e17e5fMark Andrews uninitialized result. [RT #40839]
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews4229. [bug] A variable could be used uninitialized in
2651dcdf758ed1db3379d7004067fb46d308ed1cMark Andrews dns_update_signaturesinc. [RT #40784]
21094b43a2dc4e1f569a9ed894f5369470cd1a7fMark Andrews4228. [bug] Address race condition in dns_client_destroyrestrans.
81e6a5849d61c2e710d628cf9a7b7282eaa88c46Mark Andrews4227. [bug] Silence static analysis warnings. [RT #40828]
4181218570e915959dd203c18f8cf4a03dca5d68Mark Andrews4226. [bug] Address a theoretical shutdown race in
4181218570e915959dd203c18f8cf4a03dca5d68Mark Andrews zone.c:notify_send_queue(). [RT #38958]
cd0a7c71c0edd9540a7e917a2389a3ad0accc835Mark Andrews4225. [port] freebsd/openbsd: Use '${CC} -shared' for building
ad98a8699371c9c449982fbbd8ceda91ad745f2aMark Andrews shared libraries. [RT #39557]
c1807114ce574896694e3f449c73b098fe91730fMark Andrews4224. [func] Added support for "dyndb", a new interface for loading
c1807114ce574896694e3f449c73b098fe91730fMark Andrews zone data from an external database, developed by
c1807114ce574896694e3f449c73b098fe91730fMark Andrews Red Hat for the FreeIPA project.
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews DynDB drivers fully implement the BIND database
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews API, and are capable of significantly better
276f1d9a380affd06e5fd9a29c30d0ebd433ed36Mark Andrews performance and functionality than DLZ drivers,
055597532db52233e80f617b8b015e8caadcb577Mark Andrews while taking advantage of advanced database
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews features not available in BIND such as multi-master
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews replication.
61a4d5e7d86f3abcd63aa9254900a0cee3444215Mark Andrews Thanks to Adam Tkac and Petr Spacek of Red Hat.
055597532db52233e80f617b8b015e8caadcb577Mark Andrews4223. [func] Add support for setting max-cache-size to percentage
055597532db52233e80f617b8b015e8caadcb577Mark Andrews of available physical memory, set default to 90%.
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews4222. [func] Bias IPv6 servers when selecting the next server to
6cdae8730d5a287c30987516c6f99962d4e8e6beMark Andrews query. [RT #40836]
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews4221. [bug] Resource leak on DNS_R_NXDOMAIN in fctx_create.
40e7c805a8f38ad9b20dd6c688496fc09fc971c2Mark Andrews4220. [doc] Improve documentation for zone-statistics.
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews4219. [bug] Set event->result to ISC_R_WOULDBLOCK on EWOULDBLOCK,
073bd4c4bcc2f2597521578dc6ae0f49a065626cMark Andrews EGAIN when these soft error are not retried for
af5273ceab514c55ddcd7ebaed5d598150b6b8faMark Andrews isc_socket_send*().
af5273ceab514c55ddcd7ebaed5d598150b6b8faMark Andrews4218. [bug] Potential null pointer dereference on out of memory
411c61d6fbf5a27c78650b9a1b3c69ac2640c929Mark Andrews if mmap is not supported. [RT #40777]
3c20ae76389dd7bd2fbbb5145f51fe7f72f97f14Mark Andrews4217. [protocol] Add support for CSYNC. [RT #40532]
2d2e0fff8e168012bc34a40ee24476eddab901ecMark Andrews4216. [cleanup] Silence static analysis warnings. [RT #40649]
314cac23654229f5df93af0c41231fd3c2187621Mark Andrews4215. [bug] nsupdate: skip to next request on GSSTKEY create
314cac23654229f5df93af0c41231fd3c2187621Mark Andrews failure. [RT #40685]
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews4214. [protocol] Add support for TALINK. [RT #40544]
c42ab597c433e2410473b5daef8a70f12263cfc1Mark Andrews4213. [bug] Don't reuse a cache across multiple classes.
5ec95dc3cbba160d03be874941930bdf3e515bbdMark Andrews4212. [func] Re-query if we get a bad client cookie returned over
31affb2ca39c483670ba71042ce4c984ac257232Mark Andrews UDP. [RT #40748]
aeb33b58e1979b716d1eb0521df8bc3a0aa41a52Mark Andrews4211. [bug] Ensure that lwresd gets at least one task to work
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews with if enabled. [RT #40652]
9e50b6806e428c817bc9537457db8f0a0aeee167Mark Andrews4210. [cleanup] Silence use after free false positive. [RT #40743]
43fe2897fc80bbec2115310ca79d432a252f3ea4Mark Andrews4209. [bug] Address resource leaks in dlz modules. [RT #40654]
0553f5554f2ecfa137565b83378f566edc8fe6abMark Andrews4208. [bug] Address null pointer dereferences on out of memory.
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews4207. [bug] Handle class mismatches with raw zone files.
50a3801fa7845d1d345af76a379434f54fd6a84bMark Andrews4206. [bug] contrib: fixed a possible NULL dereference in
fb827ed6df9a473770fb69a75a455b4ad0d14f52Mark Andrews DLZ wildcard module. [RT #40745]
31a71adf14d106260127079f6ea26bea600163e9Mark Andrews4205. [bug] 'named-checkconf -p' could include unwanted spaces
31a71adf14d106260127079f6ea26bea600163e9Mark Andrews when printing tuples with unset optional fields.
110fbe3a1315b38f1491546d82937a01c40f5fdbMark Andrews4204. [bug] 'dig +trace' failed to lookup the correct type if
561863ed947f18c8bfcaa631ad83a6bee3b7200bMark Andrews the initial root NS query was retried. [RT #40296]
3b9a0696f99c40222e50ddae4d0dd9611737c1daMark Andrews4203. [test] The rrchecker system test now tests conversion
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews to and from unknown-type format. [RT #40584]
7a1cba6262f099aa5ecf9ed4db9c0345489653ccMark Andrews4202. [bug] isccc_cc_fromwire() could return an incorrect
12e8e73d76f78649cb61ba161eb51faf851ddb4aMark Andrews result. [RT #40614]
bce2d35b4879d7878e339a9c60db9364508e38fdMark Andrews4201. [func] The default preferred-glue is now the address record
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews type of the transport the query was received
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews over. [RT #40468]
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews4200. [cleanup] win32: update BINDinstall to be BIND release
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews independent. [RT #38915]
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews4199. [protocol] Add support for NINFO, RKEY, SINK, TA.
51f99a878d7449a4280b2a8db4c84acb3735f259Mark Andrews [RT #40545] [RT #40547] [RT #40561] [RT #40563]
bff602d4acc7e3facc28b8931538b77d53681f15Mark Andrews4198. [placeholder]
86c3e4bb9663719cfa16e493a145c4ff0d6f745fMark Andrews4197. [bug] 'named-checkconf -z' didn't handle 'in-view' clauses.
4ab6d6464f5490a30acf1e292c7f3f26dc99d6dbMark Andrews4196. [doc] Improve how "enum + other" types are documented.
722ebc3a47ffd2ac8f0b1a231dbd0cfd485ea2ffMark Andrews4195. [bug] 'max-zone-ttl unlimited;' was broken. [RT #40608]
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews4194. [bug] named-checkconf -p failed to properly print a port
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews range. [RT #40634]
3f79a8b6f1b50f8e1bc2f274bcfe91d6af74f161Mark Andrews4193. [bug] Handle broken servers that return BADVERS incorrectly.
c93003b0a6c063c15495f66300a1822481728fcaMark Andrews4192. [bug] The default rrset-order of random was not always being
4f32995bf6af48ab410b6d14b160348f5ffe0556Mark Andrews applied. [RT #40456]
a4743d3d26c4dde69b80fd69bca83e0c28063425Mark Andrews4191. [protocol] Accept DNS-SD non LDH PTR records in reverse zones
817a7fb62d05222fb287bbcde910ab3669f6d237Mark Andrews as per RFC 6763. [RT #37889]
2a71a21346ce6a098b7daf98358d5bdced8e6eb6Mark Andrews4190. [protocol] Accept Active Directory gc._msdcs.<forest> name as
2a71a21346ce6a098b7daf98358d5bdced8e6eb6Mark Andrews valid with check-names. <forest> still needs to be
8147940ae7a7280ba12dd35614b9c987b38363faMark Andrews LDH. [RT #40399]
a90cf89180ae8d9dfd281288cdc75940e46bfdd0Mark Andrews4189. [cleanup] Don't exit on overly long tokens in named.conf.
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews4188. [bug] Support HTTP/1.0 client properly on the statistics
d6fe7ba94969ee51a3f4298a735fbc6e11691ad8Mark Andrews channel. [RT #40261]
9cc53f2a0819301c2de7ab93197eee11e8a365e7Mark Andrews4187. [func] When any RR type implementation doesn't
9cc53f2a0819301c2de7ab93197eee11e8a365e7Mark Andrews implement totext() for the RDATA's wire
68ae0f83c00d9e06693f5b138a0ced5a6ceccc5cMark Andrews representation and returns ISC_R_NOTIMPLEMENTED,
68ae0f83c00d9e06693f5b138a0ced5a6ceccc5cMark Andrews such RDATA is now printed in unknown
326449ec24b069f5ef59c8e282ae22a50aa27049Mark Andrews presentation format (RFC 3597). RR types affected
207f0a15bb486d8dc27cf5ff963fac6068ee2972Mark Andrews include LOC(29) and APL(42). [RT #40317].
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews4186. [bug] Fixed an RPZ bug where a QNAME would be matched
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews against a policy RR with wildcard owner name
16a68807e13caea3183a41a5292f1b3f48b81a26Mark Andrews (trigger) where the QNAME was the wildcard owner
a1ed9109a60911df561628e49c5c29e3b0506801Mark Andrews name's parent. For example, the bug caused a query
ed18f744963c431ff76489aa01ec6fc9fac137fbMark Andrews with QNAME "example.com" to match a policy RR with
ed18f744963c431ff76489aa01ec6fc9fac137fbMark Andrews "*.example.com" as trigger. [RT #40357]
5639d60b40db2051eb7e737d86635c621ffbfa12Mark Andrews4185. [bug] Fixed an RPZ bug where a policy RR with wildcard
5639d60b40db2051eb7e737d86635c621ffbfa12Mark Andrews owner name (trigger) would prevent another policy RR
d0deea590e6e175c77f9b5f972fea3fc7a63577aMark Andrews with its parent owner name from being
689023771c563d8660e45d439a207e06e96de28fMark Andrews loaded. For example, the bug caused a policy RR
689023771c563d8660e45d439a207e06e96de28fMark Andrews with trigger "example.com" to not have any
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews effect when a previous policy RR with trigger
fb2c34419d268d36acb222e08e6f789b45a81306Mark Andrews "*.example.com" existed in that RPZ zone.
30b41c205cec69f7bde2d9afb16557b6c1e7a531Mark Andrews4184. [bug] Fixed a possible memory leak in name compression
3a1d86e8f51c953c2407e112e15b47328b6ee4feMark Andrews when rendering long messages. (Also, improved
09b24007634d53673fa4a1468416d4e9ee232b7aMark Andrews wire_test for testing such messages.) [RT #40375]
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉4183. [cleanup] Use timing-safe memory comparisons in cryptographic
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 code. Also, the timing-safe comparison functions have
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 been renamed to avoid possible confusion with
455bb19b5dbf5dce6e625349acf5018fc4823adbTatuya JINMEI 神明達哉 memcmp(). Thanks to Loganaden Velvindron of
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews AFRINIC. [RT #40148]
5e4346a4f9f9ed474d20a4ff05f1bbcb47f9342dMark Andrews4182. [cleanup] Use mnemonics for RR class and type comparisons.
7f2a6b0ef762b4cef9b0b2b59e7f44e4d2d4d32dMark Andrews4181. [bug] Queued notify messages could be dequeued from the
e37dff26c6bb6e2ffbba7b089ca3599d5e3e04fbMark Andrews wrong rate limiter queue. [RT #40350]
b712879fcb6d584bb16b3f39ec1fb6ee176e4a03Mark Andrews4180. [bug] Error responses in pipelined queries could
21d2ebd23d1ff59d0c081baeab1a97aae1baf4a4Mark Andrews cause a crash in client.c. [RT #40289]
f697150aefb5d64e5bed4111aa2596a268ee8848Mark Andrews4179. [bug] Fix double frees in getaddrinfo() in libirs.
c5826852e6c789f59b301f8197e65a1dd4e09a44Mark Andrews4178. [bug] Fix assertion failure in parsing UNSPEC(103) RR from
c5826852e6c789f59b301f8197e65a1dd4e09a44Mark Andrews text. [RT #40274]
c0d2891f6e08fcf5379dfb9a1bf8fbbb63f1952aMark Andrews4177. [bug] Fix assertion failure in parsing NSAP records from
c426fddf168a3cdfc1c4c162365d440c89148ae4Mark Andrews text. [RT #40285]
cb75f7ce19e11e3dfedee5a50a331bf53cd2c36bMark Andrews4176. [bug] Address race issues with lwresd. [RT #40284]
1a6204b6f26677cad76ea5644dc0624aac49b451Mark Andrews4175. [bug] TKEY with GSS-API keys needed bigger buffers.
9f7d51ee3290e2a064d71016a6bd555b47134a7cMark Andrews4174. [bug] "dnssec-coverage -r" didn't handle time unit
d8c2b1787119de43dd6b7e3927ff193ed5df682fMark Andrews suffixes correctly. [RT #38444]
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews4173. [bug] dig +sigchase was not properly matching the trusted
8bcfe7952124a7aab5ae9fbb9420417b5be12721Mark Andrews key. [RT #40188]
351696ef9e44e31e200afc0b019f24af6b597471Rob Austein4172. [bug] Named / named-checkconf didn't handle a view of CLASS0.
1672cff96d0b02badab6f94524e10285dde851fcMark Andrews4171. [bug] Fixed incorrect class checks in TSIG RR
e9f33cdca0565d049941117d30e4c37ab3c5e990Mark Andrews implementation. [RT #40287]
cf6b36171770dc14b6572003b4e8aeaa22536dd4Mark Andrews4170. [security] An incorrect boundary check in the OPENPGPKEY
9105a6a730bfb8472c48230629c5a0aebb88c422Mark Andrews rdatatype could trigger an assertion failure.
9105a6a730bfb8472c48230629c5a0aebb88c422Mark Andrews (CVE-2015-5986) [RT #40286]
9aa7706900e2451fcd6e44ffe4a45b042ec34cf3Mark Andrews4169. [test] Added a 'wire_test -d' option to read input as
9aa7706900e2451fcd6e44ffe4a45b042ec34cf3Mark Andrews raw binary data, for use as a fuzzing harness.
3b2032121d6e8ae1f4ad24b31a69e1a4b33c91a0Mark Andrews4168. [security] A buffer accounting error could trigger an
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews assertion failure when parsing certain malformed
e30e7913c9f0978ae60b4e4572034a4b9ffb46deMark Andrews DNSSEC keys. (CVE-2015-5722) [RT #40212]
65356eb978747c5e68d4c6b3909642cebb8479f8Mark Andrews4167. [func] Update rndc's usage output to include recently added
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews commands. Thanks to Tony Finch for submitting a
e8346a529a2777d1867e0bbb3440279cbddbd808Mark Andrews patch. [RT #40010]
7de69feda2f66658ce66a8700d64ffb88d47bb6aMark Andrews4166. [func] Print informative output from rndc showzone when
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews allow-new-zones is not enabled for a view. Thanks to
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews Tony Finch for submitting a patch. [RT #40009]
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews4165. [security] A failure to reset a value to NULL in tkey.c could
49210da3fb6a9268725b2a7db864ade531e5d403Mark Andrews result in an assertion failure. (CVE-2015-5477)
5b4a9ac6bfba91acd3ba976e75b14ee065d6f95eMark Andrews4164. [bug] Don't rename slave files and journals on out of memory.
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews4163. [bug] Address compiler warnings. [RT #40024]
b0196673ab41b4f17e1c45fba160f3ea2623a06fMark Andrews4162. [bug] httpdmgr->flags was not being initialized. [RT #40017]
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews4161. [test] Add JSON test for traffic size stats; also test
40fe5e7ac29b695438528c190140fec27d8d1018Mark Andrews for consistency between "rndc stats" and the XML
d562cb04df022606af43c7bee3111e4d17cbe4b2Mark Andrews and JSON statistics channel contents. [RT #38700]
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews4160. [placeholder]
1d8abe0521c8e084dfcdd821173c10e0b416aeb3Mark Andrews4159. [cleanup] Alphabetize dig's help output. [RT #39966]
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews4158. [placeholder]
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews4157. [placeholder]
18afcb70285f2204b1586c351dd4af0a01d33f75Mark Andrews4156. [func] Added statistics counters to track the sizes
32c7aa3dd18d57979990574ddb008437b59c2428Rob Austein of incoming queries and outgoing responses in
32c7aa3dd18d57979990574ddb008437b59c2428Rob Austein histogram buckets, as specified in RSSAC002.
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews4155. [func] Allow RPZ rewrite logging to be configured on a
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews per-zone basis using a newly introduced log clause in
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews the response-policy option. [RT #39754]
7389e8330d62a059b8923fb8ca6f933caeb559d9Mark Andrews4154. [bug] A OPT record should be included with the FORMERR
bb50eb10edbfa31f53699304d6838716d700b85bMark Andrews response when there is a malformed EDNS option.
3d8dfd44a3be708f00380064411c16b2fa28303aMark Andrews4153. [bug] Dig should zero non significant +subnet bits. Check
a46445468bb39318ad2a4291ace371a8c4ff9ac6Mark Andrews that non significant ECS bits are zero on receipt.
5f059eef4360bc6c35a38241deb2561884dd9001Mark Andrews4152. [func] Implement DNS COOKIE option. This replaces the
e180037bc15a98cac0b91ffcf464e9c96918294bMark Andrews experimental SIT option of BIND 9.10. The following
e180037bc15a98cac0b91ffcf464e9c96918294bMark Andrews named.conf directives are available: send-cookie,
eeac8cfcd3ad738b435ad82fcd5c6387da643f90Mark Andrews cookie-secret, cookie-algorithm, nocookie-udp-size
99ba7fc5ff50823248155f4f2954ece0271b4354Mark Andrews and require-server-cookie. The following dig options
99ba7fc5ff50823248155f4f2954ece0271b4354Mark Andrews are available: +[no]cookie[=value] and +[no]badcookie.
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews4151. [bug] 'rndc flush' could cause a deadlock. [RT #39835]
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews4150. [bug] win32: listen-on-v6 { any; }; was not working. Apply
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews minimal fix. [RT #39667]
cc3aafe737334d444781f8a34ffaf459e075bb9aMark Andrews4149. [bug] Fixed a race condition in the getaddrinfo()
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews implementation in libirs, which caused the delv
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews utility to crash with an assertion failure when using
68fb0934fd5e2f8f95a2f43e26b1208f7cbc4307Mark Andrews the '@server' syntax with a hostname argument.
3386e927950e1bacd2ae7bfdc03ee17885bd9993Mark Andrews4148. [bug] Fix a bug when printing zone names with '/' character
3386e927950e1bacd2ae7bfdc03ee17885bd9993Mark Andrews in XML and JSON statistics output. [RT #39873]
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews4147. [bug] Filter-aaaa / filter-aaaa-on-v4 / filter-aaaa-on-v6
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews was returning referrals rather than nodata responses
b8694095f0109e23d9aaa3e84f840829b014c417Mark Andrews when the AAAA records were filtered. [RT #39843]
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews4146. [bug] Address reference leak that could prevent a clean
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews shutdown. [RT #37125]
23fdb6a5a3d3d0e427682b68eea9553d2d326ad4Mark Andrews4145. [bug] Not all unassociated adb entries where being printed.
e6c95fe56b0491b533f2ca5a3ed8e8e9f74f4fd2Mark Andrews4144. [func] Add statistics counters for nxdomain redirections.
1c52f228e9e2d8784273b7af76794031e480e5e8Mark Andrews4143. [placeholder]
ea0b0c283be744d8b5810927b9981a9afe2f900dMark Andrews4142. [bug] rndc addzone with view specified saved NZF config
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews that could not be read back by named. This has now
c315e5cfead876251ee4ff5600ee67303b2729a4Mark Andrews been fixed. [RT #39845]
c956fbfbbd536407a2f0ef8f138c27729d31744dMark Andrews4141. [bug] A formatting bug caused rndc zonestatus to print
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews negative numbers for large serial values. This has
e5477896ce19a38c3b45e93c144e075565b79e9cMark Andrews now been fixed. [RT #39854]
c52d94fa4b7eaf8b7be9dfda15f9fc2c01041d51Mark Andrews4140. [cleanup] Remove redundant nzf_remove() call during delzone.
e94cf7074d8ac30820a715211ae914387996cca9Mark Andrews4139. [doc] Fix rpz-client-ip documentation. [RT #39783]
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews4138. [security] An uninitialized value in validator.c could result
7e2c0c16d6e03058650f536a5b43cb21598ec91fMark Andrews in an assertion failure. (CVE-2015-4620) [RT #39795]
6ecbd11029fa201b5f273f4ef016617dc35206aeMark Andrews4137. [bug] Make rndc reconfig report configuration errors the
738bffe2ee7dd6f3efeae8e2cca9017acc9c5f94Mark Andrews same way rndc reload does. [RT #39635]
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews4136. [bug] Stale statistics counters with the leading
8d5b4ce1eb7914205c6433d6575f6d11cd7a9509Mark Andrews '#' prefix (such as #NXDOMAIN) were not being
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews updated correctly. This has been fixed. [RT #39141]
c0707105f60934d59321c2fccbc254f9e31ff28aMark Andrews4135. [cleanup] Log expired NTA at startup. [RT #39680]
50e45d74340656422b21a5513f2d7138dfe24b7aMark Andrews4134. [cleanup] Include client-ip rules when logging the number
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews of RPZ rules of each type. [RT #39670]
be00eb0795d2def3452de0da2adde74e7eda6982Mark Andrews4133. [port] Update how various json libraries are handled.
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews4132. [cleanup] dig: added +rd as a synonym for +recurse,
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews added +class as an unabbreviated alternative
5ba04ba7a99371afcd4d988854ee71bffdb20df4Mark Andrews to +cl. [RT #39686]
f6f0bf7d4bb135ba1a421520076a47a61b6870fcMark Andrews4131. [bug] Addressed further problems with reloading RPZ
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews zones. [RT #39649]
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews4130. [bug] The compatibility shim for *printf() misprinted some
4e681da26da4fff442b3ae24b0da2de1f240c43cMark Andrews large numbers. [RT #39586]
4499c6cd5e376c59e06cd0be61f3620a1336bc5fMark Andrews4129. [port] Address API changes in OpenSSL 1.1.0. [RT #39532]
4a6f552617fe422ad90826e48c2a3446e3a2574bMark Andrews4128. [bug] Address issues raised by Coverity 7.6. [RT #39537]
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews4127. [protocol] CDS and CDNSKEY need to be signed by the key signing
392cd518b3aff35c0396f84884cd51680edd68a1Mark Andrews key as per RFC 7344, Section 4.1. [RT #37215]
74def1c9c1880480bb62eb881e8a7ce28f9f7a20Mark Andrews4126. [bug] Addressed a regression introduced in change #4121.
da059d6dd4035c1f4736e7978065c4d51893b136Mark Andrews4125. [test] Added tests for dig, renamed delv test to digdelv.
78ef0ebab3a4039f8efc8afdb7ee4b936ffc34caMark Andrews4124. [func] Log errors or warnings encountered when parsing the
f620c5e527746a2ec3d90a11d21abd8a114746dfTatuya JINMEI 神明達哉 internal default configuration. Clarify the logging
d9147148dde80db2ce3390ded26333d106d3c10bTatuya JINMEI 神明達哉 of errors and warnings encountered in rndc
ec3f1d35170225c74d11c27bb184e250d150b209Tatuya JINMEI 神明達哉 addzone or modzone parameters. [RT #39440]
75654de87118c587629b5dc6882b6c1925d34983Tatuya JINMEI 神明達哉4123. [port] Added %z (size_t) format options to the portable
71839e2a424a904a60429a380ee7685464022e4bMark Andrews internal printf/sprintf implementation. [RT #39586]
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews4122. [bug] The server could match a shorter prefix than what was
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews available in CLIENT-IP policy triggers, and so, an
578f588228f5e04ccf648b6ae596f396ad6a22c9Mark Andrews unexpected action could be taken. This has been
e0199985cfe68e8556cf0060ad8f7effbcdc5628Mark Andrews corrected. [RT #39481]
38e8022ace865803bdd609c9763cd7d7ba2818dcMark Andrews4121. [bug] On servers with one or more policy zones
38e8022ace865803bdd609c9763cd7d7ba2818dcMark Andrews configured as slaves, if a policy zone updated
445acbbea8bd5143749e97a8ff247a808321aa6cMark Andrews during regular operation (rather than at
8407fbc61d73caa766c0689558525d0a76296c86Mark Andrews startup) using a full zone reload, such as via
8407fbc61d73caa766c0689558525d0a76296c86Mark Andrews AXFR, a bug could allow the RPZ summary data to
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews fall out of sync, potentially leading to an
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews assertion failure in rpz.c when further
08b40678f36df355db8e7b84fa4e74f726dd2b3eMark Andrews incremental updates were made to the zone, such
b9625d9be5d89015b75cc7c25088a8d1a3bb7655Mark Andrews as via IXFR. [RT #39567]
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews4120. [bug] A bug in RPZ could cause the server to crash if
267a22597fc1c5ffd81532ec1afad36b729f6cb4Tatuya JINMEI 神明達哉 policy zones were updated while recursion was
cc32d38366fa680fc29f9fb17bd3ebe515835445Mark Andrews pending for RPZ processing of an active query.
3dc3d557be91d59317b34fc5a9ae79b1925d5878Mark Andrews4119. [test] Allow dig to set the message opcode. [RT #39550]
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews4118. [bug] Teach isc-config.sh about irs. [RT #39213]
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews4117. [protocol] Add EMPTY.AS112.ARPA as per RFC 7534.
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews4116. [bug] Fix a bug in RPZ that could cause some policy
86548554f6180bbe051c8cd8f03c93fc9b6a7825Mark Andrews zones that did not specifically require
5ed76fa7ea83d3ce7a33d365aa3b84410c3b8773Mark Andrews recursion to be treated as if they did;
5ed76fa7ea83d3ce7a33d365aa3b84410c3b8773Mark Andrews consequently, setting qname-wait-recurse no; was
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews sometimes ineffective. [RT #39229]
ad3b537a241f40bbb3fdc4de252881c42645021bMark Andrews4115. [func] "rndc -r" now prints the result code (e.g.,
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews ISC_R_SUCCESS, ISC_R_TIMEOUT, etc) after
b21b49a1d43dbc44d2b15674ce03a13562165566Mark Andrews running the requested command. [RT #38913]
ea38808b7dc1b2e760f18f2cc3ae07deaf15ba1aMark Andrews4114. [bug] Fix a regression in radix tree implementation
de6ceebf98bedee0b1e1e81d078befbd728b801cMark Andrews introduced by ECS code. This bug was never
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews released, but it was reported by a user testing
349f684cf175422918d10e91e7bee747c18ae840Mark Andrews master. [RT #38983]
ed6e3610e3e56aac554dc93cad461a0016e961f9Mark Andrews4113. [test] Check for Net::DNS is some system test
1cf54d1966b3de8f6593e9e80eae9a80a1c011adMark Andrews prerequisites. [RT #39369]
c3c72c1033b9d085b1a1fe74a9e3efb6db724ce2Mark Andrews4112. [bug] Named failed to load when "root-delegation-only"
b4fe7caac90b28629d207b40a77862e2535f925cMark Andrews was used without a list of domains to exclude.
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews4111. [doc] Alphabetize rndc man page. [RT #39360]
c2ec022f5784a2ff844f7d062c2022197dc4ad09Mark Andrews4110. [bug] Address memory leaks / null pointer dereferences
46ed893dd0c8096d2bcbf31e6dcf79b2786e7b7fMark Andrews on out of memory. [RT #39310]
1ae75c1024eb0475c2be352b8707772e16332ad0Mark Andrews4109. [port] linux: support reading the local port range from
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews4108. [func] An additional NXDOMAIN redirect method (option
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews "nxdomain-redirect") has been added, allowing
ed76ec2056f92ae846b260ccfb4f93e3b3f6bdebMark Andrews redirection to a specified DNS namespace instead
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews of a single redirect zone. [RT #37989]
ea17e969771f19485dc7ab2f731d641128a9ee3bMark Andrews4107. [bug] Address potential deadlock when updating zone content.
5eb0659963ec2aa5158425b39620ec1b30c83c7bMark Andrews4106. [port] Improve readline support. [RT #38938]
6fac7ff1f9ec9c3873d3b55c5079fa79aba1f146Mark Andrews4105. [port] Misc fixes for Microsoft Visual Studio
6fac7ff1f9ec9c3873d3b55c5079fa79aba1f146Mark Andrews 2015 CTP6 in 64 bit mode. [RT #39308]
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews4104. [bug] Address uninitialized elements. [RT #39252]
fb827ed6df9a473770fb69a75a455b4ad0d14f52Mark Andrews4103. [port] Misc fixes for Microsoft Visual Studio
4995dba770c1f5f421cf22a2e9e138586a153765Mark Andrews 2015 CTP6. [RT #39267]
b39213ce599dc433c6f99144c97ca3d562f40344Mark Andrews4102. [bug] Fix a use after free bug introduced in change
154bd87b5c9d603329dd691b822525c6885f21d4Mark Andrews #4094. [RT #39281]
8862388bcb44f634cbfc3e69f11ff4cb76590a4bMark Andrews4101. [bug] dig: the +split and +rrcomments options didn't
6ec0f98cf6e88aeba1615763fdec253bf391f22eMark Andrews work with +short. [RT #39291]
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews4100. [bug] Inherited owernames on the line immediately following
80cc19dc262cead5a8af41838ebfae5a6e587605Mark Andrews a $INCLUDE were not working. [RT #39268]
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews4099. [port] clang: make unknown commandline options hard errors
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews when determining what options are supported.
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews4098. [bug] Address use-after-free issue when using a
8d414d155953f89a4eff40f16878438a8c9228f3Mark Andrews predecessor key with dnssec-settime. [RT #39272]
7c82b7ae3f3006e20d00529a15372d6cba133c20Mark Andrews4097. [func] Add additional logging about xfrin transfer status.
0b9af9eb37f624033652f6cc463262474ee13344Mark Andrews4096. [bug] Fix a use after free of query->sendevent.
3b1fce680f1dbe9467cd3b0ab3138ea52d5a976fMark Andrews4095. [bug] zone->options2 was not being properly initialized.
0822cc50657c972c6a5ee29cba9506847c7ea7c2Mark Andrews4094. [bug] A race during shutdown or reconfiguration could
bdb609f5874056f6f1cd212ebf8700132e683fe5Mark Andrews cause an assertion in mem.c. [RT #38979]
c5cde9d5a70c921da901a23845e740ccc7a8c4e4Mark Andrews4093. [func] Dig now learns the SIT value from truncated
bae21f249ead77e442a025b9b18d90e21ebf72ceMark Andrews responses when it retries over TCP. [RT #39047]
a3a09ca2497e925a9f0ba76f1525c6c60e5d5094Mark Andrews4092. [bug] 'in-view' didn't work for zones beneath a empty zone.
9c3df90dd3767bcc14c4028fb3d81b26d056e821Mark Andrews4091. [cleanup] Some cleanups in isc mem code. [RT #38896]
50105afc551903541608b11851d73278b23579a3Mark Andrews4090. [bug] Fix a crash while parsing malformed CAA RRs in
50105afc551903541608b11851d73278b23579a3Mark Andrews presentation format, i.e., from text such as
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews from master files. Thanks to John Van de
1285fa26e632e3b386435b730b47b5ff1a03e553Mark Andrews Meulebrouck Brendgard for discovering and
5a680f4170ba77be1e31cf1fc40ab43856919078Mark Andrews reporting this problem. [RT #39003]
ad35e0aec9dae18ee31e760beab1602f7eb4ef05Mark Andrews4089. [bug] Send notifies immediately for slave zones during
2047977ce2dfcfe3a0fa2d638c3242841310fad3Mark Andrews startup. [RT #38843]
8c5d451ea2898586c00932efeb5123b41afc9650Mark Andrews4088. [port] Fixed errors when building with libressl. [RT #38899]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews4087. [bug] Fix a crash due to use-after-free due to sequencing
fa7ee558e0536a94bfdb154a7c7ba298535459c4Mark Andrews of tasks actions. [RT #38495]
1d7cbe71b99ea0e883a4cf8af8a91bba04a3597eMark Andrews4086. [bug] Fix out-of-srcdir build with native pkcs11. [RT #38831]
7436bb66c610c039ca3dec12aac5024037898910Mark Andrews4085. [bug] ISC_PLATFORM_HAVEXADDQ could be inconsistently set.
e9964e7db4467722300c0d7d52ec1d7a51a784c1Mark Andrews4084. [bug] Fix a possible race in updating stats counters.
89783da064f4f9bf2e82d2b3941ddeffe2a8c30dMark Andrews4083. [cleanup] Print the number of CPUs and UDP listeners
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews consistently in the log and in "rndc status"
a03848252fa85734ca75beae3d0b01bb503c0a8bMark Andrews output; indicate whether threads are supported
d7282a5fe88699990943df5ee6a7a48ee7ee2f7bMark Andrews in "named -V" output. [RT #38811]
d7282a5fe88699990943df5ee6a7a48ee7ee2f7bMark Andrews4082. [bug] Incrementally sign large inline zone deltas.
3ad4e307b64bcf8baa984e10a4e7549dbeaea31dMark Andrews4081. [cleanup] Use dns_rdatalist_init consistently. [RT #38759]
3f08fb69eb3b5f6eaa3c57160dff0998e1569283Mark Andrews4080. [func] Completed change #4022, adding a "lock-file" option
9ce4318edbab0b50f21df9ce28beb6fde71943ecMark Andrews to named.conf to override the default lock file,
91c79af4755df2d892511512e0fc886639518a92Mark Andrews in addition to the "named -X <filename>" command
91c79af4755df2d892511512e0fc886639518a92Mark Andrews line option. Setting the lock file to "none"
bf74532c942054bccc3df5227009ce52063a9dafMark Andrews using either method disables the check completely.
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews4079. [func] Preserve the case of the owner name of records to
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews the RRset level. [RT #37442]
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews4078. [bug] Handle the case where CMSG_SPACE(sizeof(int)) !=
74cb99072c4b0ebd2ccafcfa284288fa760f7a1aMark Andrews CMSG_SPACE(sizeof(char)). [RT #38621]
902aebfb5ad7c735f74f700da288dc4519b83123Mark Andrews4077. [test] Add static-stub regression test for DS NXDOMAIN
22cd704fca51434f7aba193fd94d3291cc94ba2bMark Andrews return making the static stub disappear. [RT #38564]
0e4f7c9d4e1a4bb66f0702e9f9975c392a15918bMark Andrews4076. [bug] Named could crash on shutdown with outstanding
7554feaef6057f5ea2926076900ac7634b911456Mark Andrews reload / reconfig events. [RT #38622]
dbc4666b1b153775001613af160541da986429b2Mark Andrews4075. [placeholder]
aa20b1b625dc406e1d9c3ff95d2a4af432e119faMark Andrews4074. [cleanup] Cleaned up more warnings from gcc -Wshadow. [RT #38708]
54a8b1e6ede781e9f4059512530046db8c4de1ddMark Andrews4073. [cleanup] Add libjson-c version number reporting to
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews "named -V"; normalize version number formatting.
c4b8c7555d4abcfa4706c0551b00d71554250936Mark Andrews4072. [func] Add a --enable-querytrace configure switch for
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews very verbose query trace logging. (This option
4b28ee17ca96def8c7e7a8a45af55da81545f20aMark Andrews has a negative performance impact and should be
f7e94169a9814c8e7d2ac8ac62bf0ccafb5a2cb6Mark Andrews used only for debugging.) [RT #37520]
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews4071. [cleanup] Initialize pthread mutex attrs just once, instead of
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews doing it per mutex creation. [RT #38547]
774c3a62d9adca187b44fe90919bb409a43a2f2aMark Andrews4070. [bug] Fix a segfault in nslookup in a query such as
807d4a4c54ab9a328afeb5f69dc680ffbcb384c8Tatuya JINMEI 神明達哉 "nslookup isc.org AMS.SNS-PB.ISC.ORG -all".
1f058fb7d18d43e26ab0c9e8ce2ff6615740186aMark Andrews4069. [doc] Reorganize options in the nsupdate man page.
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews4068. [bug] Omit unknown serial number from JSON zone statistics.
f8dfdef682c54f61cacebfb31260f3d6ba4ea54aMark Andrews4067. [cleanup] Reduce noise from RRL when query logging is
b3d3e578410209d849efb59c9ea4925ca5c9ca68Mark Andrews disabled. [RT #38648]
ea40cebe2b51bd2b3c228ac6d08a3cfeca17960aMark Andrews4066. [doc] Reorganize options in the dig man page. [RT #38516]
96c973a6a96f10c93ede4c66964ceae47535a07aMark Andrews4065. [test] Additional RFC 5011 tests. [RT #38569]
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews4064. [contrib] dnssec-keyset.sh: Generates a specified number
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews of DNSSEC keys with timing set to implement a
9cf0970f43a41fe78a78d878f1d45c65f0b733d3Mark Andrews pre-publication key rollover strategy. Thanks
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews to Jeffry A. Spain. [RT #38459]
ad430189fb0028e41ae722f6e3c465b4bdd47af1Mark Andrews4063. [bug] Asynchronous zone loads were not handled
90c4900d5cf1a1b556ae4c1de6338b2e7475ee55Mark Andrews correctly when the zone load was already in
b857ba993de91a3863de92db6462afdbec47d993Mark Andrews progress; this could trigger a crash in zt.c.
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews4062. [bug] Fix an out-of-bounds read in RPZ code. If the
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews read succeeded, it doesn't result in a bug
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews during operation. If the read failed, named
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews could segfault. [RT #38559]
35541328a8c18ba1f984300dfe30ec8713c90031Mark Andrews4061. [bug] Handle timeout in legacy system test. [RT #38573]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4060. [bug] dns_rdata_freestruct could be called on a
029a79c8807a5378a31f0f92e9c600bd46be17c9Mark Andrews uninitialized structure when handling a error.
61fb42c4ef45d88e115bd769c30c4f36b461870bMark Andrews4059. [bug] Addressed valgrind warnings. [RT #38549]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews4058. [bug] UDP dispatches could use the wrong pseudorandom
9cc75a3e5b0b54c5015e3f73a4a64d273560d5e3Mark Andrews number generator context. [RT #38578]
c3f9bda20f0993bc7aa4c654e7e2082adfbaa47fMark Andrews4057. [bug] 'dnssec-dsfromkey -T 0' failed to add ttl field.
f0e57c23e01731ed9e7f2dae585e6c643e590111Mark Andrews4056. [bug] Expanded automatic testing of trust anchor
f0e57c23e01731ed9e7f2dae585e6c643e590111Mark Andrews management and fixed several small bugs including
dbbcb98a7069e5b79c5100b3c9cc3f3e5704d14eMark Andrews a memory leak and a possible loss of key state
c52ae25dd70636c673d4a299859137a1c8ba611aMark Andrews information. [RT #38458]
6286983c506433d642b23e64845c50be30f2a7f6Mark Andrews4055. [func] "rndc managed-keys" can be used to check status
6286983c506433d642b23e64845c50be30f2a7f6Mark Andrews of trust anchors or to force keys to be refreshed,
d0aebc5a55b6145297d94f8aee939852357c59fcMark Andrews Also, the managed keys data file has easier-to-read
d0aebc5a55b6145297d94f8aee939852357c59fcMark Andrews comments. [RT #38458]
f470686d921e6aa26726109226310a42ad8a44f3Mark Andrews4054. [func] Added a new tool 'mdig', a lightweight clone of
f470686d921e6aa26726109226310a42ad8a44f3Mark Andrews dig able to send multiple pipelined queries.
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews4053. [security] Revoking a managed trust anchor and supplying
fd447061627e77db3ccf2536e14134e50647b9beMark Andrews an untrusted replacement could cause named
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews to crash with an assertion failure.
9f1bca36e43f076ab49d8de51301cb3c2dc04995Mark Andrews (CVE-2015-1349) [RT #38344]
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews4052. [bug] Fix a leak of query fetchlock. [RT #38454]
0e0d2891c08b70886f811d627bfb91a0c5e07dfcMark Andrews4051. [bug] Fix a leak of pthread_mutexattr_t. [RT #38454]
7052e191ce63fdf063a977695718ff426a27628eMark Andrews4050. [bug] RPZ could send spurious SERVFAILs in response
7052e191ce63fdf063a977695718ff426a27628eMark Andrews to duplicate queries. [RT #38510]
7052e191ce63fdf063a977695718ff426a27628eMark Andrews4049. [bug] CDS and CDNSKEY had the wrong attributes. [RT #38491]
62bdc6103b8245b812eef9faabee8e644afcc25fMark Andrews4048. [bug] adb hash table was not being grown. [RT #38470]
185fd227381269568e193147a98f292210a16f2cMark Andrews4047. [cleanup] "named -V" now reports the current running versions
fb31e2890814be0ac3c343d91144f89ce5e05784Mark Andrews of OpenSSL and the libxml2 libraries, in addition to
d5ad558234adfef1b847b534dd7b4c6302cc5ea3Mark Andrews the versions that were in use at build time.
ce75d8bec3e93ef9fbd4a235f14f99483b3f238fMark Andrews4046. [bug] Accounting of "total use" in memory context
62700b67eb8abb7d13f9c3c1bc4b60a1477d35d8Mark Andrews statistics was not correct. [RT #38370]
f853c77478af94109291ea93f800444b949be558Mark Andrews4045. [bug] Skip to next master on dns_request_createvia4 failure.
7ad4d54f29c315cbcb241ca5fc12ba1e0744358bMark Andrews4044. [bug] Change 3955 was not complete, resulting in an assertion
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failure if the timing was just right. [RT #38352]
5e41884b4a1871eb83e66f0d68ca4d04bbbc857eMark Andrews4043. [func] "rndc modzone" can be used to modify the
5e41884b4a1871eb83e66f0d68ca4d04bbbc857eMark Andrews configuration of an existing zone, using similar
54a565b1409a0c259ee3b20791db1b4636addc5eMark Andrews syntax to "rndc addzone". [RT #37895]
93a90ddd6b588a381b6894974a2d48727f19d42bMark Andrews4042. [bug] zone.c:iszonesecure was being called too late.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews4041. [func] TCP sockets can now be shared while connecting.
30b89a5ad95b5775abf6cce8ecc84a061babf76dMark Andrews (This will be used to enable client-side support
8f2b99738760449de3431b191c0c9c0ea08fdc2eMark Andrews of pipelined queries.) [RT #38231]
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews4040. [func] Added server-side support for pipelined TCP
6342df69b05f2f62d060fd4affdf536e51504084Mark Andrews queries. Clients may continue sending queries via
5caf500beeb91b96a2bb2fd55080141569aead97Mark Andrews TCP while previous queries are being processed
881702c9c0079cd48a45054fd90d043f3a8b7e11Mark Andrews in parallel. (The new "keep-response-order"
6f808593181c16d5a7625cb527a5755872f9680cMark Andrews option allows clients to be specified for which
012dedf87438043ff00d4deec8b488eec2be2a1cMark Andrews the old behavior will still be used.) [RT #37821]
6f808593181c16d5a7625cb527a5755872f9680cMark Andrews4039. [cleanup] Cleaned up warnings from gcc -Wshadow. [RT #37381]
1576cde466a8de10e84f9887ec073ebaf5973aefMark Andrews4038. [bug] Add 'rpz' flag to node and use it to determine whether
1edbf336252ea6a94d58f3f1a135567e2956e8caMark Andrews to call dns_rpz_delete. This should prevent unbalanced
e407562a75eb93073bb72089cced150d7ffe4d4fTatuya JINMEI 神明達哉 add / delete calls. [RT #36888]
8cb1558ff82868e45e76aa64e2ff72986aeebce2Tatuya JINMEI 神明達哉4037. [bug] also-notify was ignoring the tsig key when checking
6da7c87a77ecfd9ccce36f96b4ccd20e1b9cccf1Tatuya JINMEI 神明達哉 for duplicates resulting in some expected notify
6da7c87a77ecfd9ccce36f96b4ccd20e1b9cccf1Tatuya JINMEI 神明達哉 messages not being sent. [RT #38369]
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉4036. [bug] Make call to open a temporary file name safe during
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 NZF creation. [RT #38331]
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉4035. [bug] Close temporary and NZF FILE pointers before moving
d0eb2cc33c5db3366a16b1cb0abcca6ec7c8ee3cTatuya JINMEI 神明達哉 the former into the latter's place, as required on
668767dc6471dfed4741869c8dd20af8e9ace3cdTatuya JINMEI 神明達哉 Windows. [RT #38332]
bb030ee88e51488a464146dfce4db74d16e05a0cMark Andrews4034. [func] When added, negative trust anchors (NTA) are now
634d053dfe806ee6a3d9ed5c2bda7f68ba410de4Tatuya JINMEI 神明達哉 saved to files (viewname.nta), in order to
e724512f2be8d3de5f2982ebba0b2cdaf8325702Mark Andrews persist across restarts of the named server.
b6d52ee5bea1b9d9074698e693b49ce96edff47bMark Andrews4033. [bug] Missing out of memory check in request.c:req_send.
8d42bb315ce6745e5631eda4eac59d3b981e58c6Mark Andrews4032. [bug] Built-in "empty" zones did not correctly inherit the
8d42bb315ce6745e5631eda4eac59d3b981e58c6Mark Andrews "allow-transfer" ACL from the options or view.
4efe32b8bb512ac03a139b77f008600c5a3624eaMark Andrews4031. [bug] named-checkconf -z failed to report a missing file
4efe32b8bb512ac03a139b77f008600c5a3624eaMark Andrews with a hint zone. [RT #38294]
89639a5e13cace9166bf14931b9e1ce9dc8c47a3Mark Andrews4030. [func] "rndc delzone" is now applicable to zones that were
94be8e357c37c843027e899bb277a314ea828a4cMark Andrews configured in named.conf, as well as zones that
94be8e357c37c843027e899bb277a314ea828a4cMark Andrews were added via "rndc addzone". (Note, however, that
94be8e357c37c843027e899bb277a314ea828a4cMark Andrews if named.conf is not also modified, the deleted zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews will return when named is reloaded.) [RT #37887]
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews4029. [func] "rndc showzone" displays the current configuration
49fcdcd940274fedcb9cf943f0ee8144369527fdMark Andrews of a specified zone. [RT #37887]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4028. [bug] $GENERATE with a zero step was not being caught as a
93d6dfaf66258337985427c86181f01fc51f0bb4Mark Andrews error. A $GENERATE with a / but no step was not being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews caught as a error. [RT #38262]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4027. [port] Net::DNS 0.81 compatibility. [RT #38165]
1160ecfd146301ff0d053ed054e5276f33f28b4eMark Andrews4026. [bug] Fix RFC 3658 reference in dig +sigchase. [RT #38173]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4025. [port] bsdi: failed to build. [RT #38047]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews4024. [bug] dns_rdata_opt_first, dns_rdata_opt_next,
73d74334741756eab4a9afd8d3c4e7c08da9a844Mark Andrews dns_rdata_opt_current, dns_rdata_txt_first,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_rdata_txt_next and dns_rdata_txt_current were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews documented but not implemented. These have now been
baee883e378402698eeb7326538a7d432c8350d1Mark Andrews implemented.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_rdata_spf_first, dns_rdata_spf_next and
0b1da8124c817270f5dfe46cd0211b993c931a91Mark Andrews dns_rdata_spf_current were documented but not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implemented. The prototypes for these
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews functions have been removed. [RT #38068]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4023. [bug] win32: socket handling with explicit ports and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews invoking named with -4 was broken for some
0b1da8124c817270f5dfe46cd0211b993c931a91Mark Andrews configurations. [RT #38068]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4022. [func] Stop multiple spawns of named by limiting number of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews processes to 1. This is done by using a lockfile and
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews checking whether we can listen on any configured
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews TCP interfaces. [RT #37908]
da34d92aeee25dedd6affd69623dc7d0aba2cc23Mark Andrews4021. [bug] Adjust max-recursion-queries to accommodate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the need for more queries when the cache is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews empty. [RT #38104]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4020. [bug] Change 3736 broke nsupdate's SOA MNAME discovery
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resulting in updates being sent to the wrong server.
fefe1106d96d3a89b21315f665b36a67cdea3840Mark Andrews4019. [func] If named is not configured to validate the answer
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews then allow fallback to plain DNS on timeout even
4607e7a9b8dfb1b41c70e51c2b603daaf22cf302Mark Andrews when we know the server supports EDNS. [RT #37978]
2f025ec6fe68421d942330afaf1980b7a4976e30Mark Andrews4018. [placeholder]
c528ef03d9cdfd7eed4fe6b93563dd599bbb25b0Mark Andrews4017. [test] Add system test to check lookups to legacy servers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with broken DNS behavior. [RT #37965]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4016. [bug] Fix a dig segfault due to bad linked list usage.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4015. [bug] Nameservers that are skipped due to them being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CNAMEs were not being logged. They are now logged
1b5a72829324a0d2fa327a270caea8fd02ae8779Mark Andrews to category 'cname' as per BIND 8. [RT #37935]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4014. [bug] When including a master file origin_changed was
5e9f6125246cec57771bcdeefed03153d41c23fdMark Andrews not being properly set leading to a potentially
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews spurious 'inherited owner' warning. [RT #37919]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4013. [func] Add a new tcp-only option to server (config) /
3184ff5e45c8f821e5165ea60d674bfb87faf5b8Mark Andrews peer (struct) to use TCP transport to send
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews queries (in place of UDP transport with a
1e107b3d7b54de5022c3328423164e533afcc15eMark Andrews TCP fallback on truncated (TC set) response).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4012. [cleanup] Check returned status of OpenSSL digest and HMAC
87c7b822b7bcdd8bec7ba1c01937286308b4847cMark Andrews functions when they return one. Note this applies
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews only to FIPS capable OpenSSL libraries put in
17a14e451df80b3d82278e5c925682ade3263dbcMark Andrews FIPS mode and MD5. [RT #37944]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4011. [bug] master's list port and dscp inheritance was not
a4b3e51a8f1c9742c0f7d9f7d70f1ad926985145Mark Andrews properly implemented. [RT #37792]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4010. [cleanup] Clear the prefetchable state when initiating a
c282d16311ce06b6bcb594be716cde4ad5c40af9Mark Andrews prefetch. [RT #37399]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4009. [func] delv: added a +tcp option. [RT #37855]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4008. [contrib] Updated zkt to latest version (1.1.3). [RT #37886]
4bb16c5856e5c6b05ac43c60f9f9376641bdcccfMark Andrews4007. [doc] Remove acl forward reference restriction. [RT #37772]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4006. [security] A flaw in delegation handling could be exploited
c676c1b4978bfe2d00bdf5085fd44544067f9de4Mark Andrews to put named into an infinite loop. This has
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews been addressed by placing limits on the number
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of levels of recursion named will allow (default 7),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and the number of iterative queries that it will
ffdfae8e4188c143297393f80f22134503372452Mark Andrews send (default 50) before terminating a recursive
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews query (CVE-2014-8500).
471e0563c7965c556c759775882cd3448dae78eaMark Andrews The recursion depth limit is configured via the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "max-recursion-depth" option, and the query limit
743ffc91bdd462be6f91b3bab8f440c6a69f0770Mark Andrews via the "max-recursion-queries" option. [RT #37580]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4005. [func] The buffer used for returning text from rndc
743ffc91bdd462be6f91b3bab8f440c6a69f0770Mark Andrews commands is now dynamically resizable, allowing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews arbitrarily large amounts of text to be sent back
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the client. (Prior to this change, it was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews possible for the output of "rndc tsig-list" to be
072e21c2bbf0907706b18a4a3857913e79d380fbMark Andrews truncated.) [RT #37731]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4004. [bug] When delegations had AAAA glue but not A, a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reference could be leaked causing an assertion
3ca4b8062f845489a9c7e33a4af63cf9c863c1d4Mark Andrews failure on shutdown. [RT #37796]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4003. [security] When geoip-directory was reconfigured during
72ddc4cef9c6a6de53aae530dea1ddbb90631131Mark Andrews named run-time, the previously loaded GeoIP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews data could remain, potentially causing wrong
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ACLs to be used or wrong results to be served
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews based on geolocation (CVE-2014-8680). [RT #37720]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4002. [security] Lookups in GeoIP databases that were not
ad4b2f37e0f51a90c160edbe8633589ce42e60b9Mark Andrews loaded could cause an assertion failure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (CVE-2014-8680). [RT #37679]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews4001. [security] The caching of GeoIP lookups did not always
072e21c2bbf0907706b18a4a3857913e79d380fbMark Andrews handle address families correctly, potentially
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resulting in an assertion failure (CVE-2014-8680).
9c1eb2279d715188bf631d98d103f6f81a3c76fbMark Andrews4000. [bug] NXDOMAIN redirection incorrectly handled NXRRSET
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from the redirect zone. [RT #37722]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3999. [func] "mkeys" and "nzf" files are now named after
f95231835fdcd8d5f58486c9f9993602f27fe157Mark Andrews their corresponding views, unless the view name
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contains characters that would be incompatible
21f1794606dce19928cf455029e173321f166380Mark Andrews with use in a filename (i.e., slash, backslash,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or capital letters). If a view name does contain
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews these characters, the files will still be named
0cb25226fba18befbe40156c93845f2fc9bf3524Mark Andrews using a cryptographic hash of the view name.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Regardless of this, if a file using the old name
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews format is found to exist, it will continue to be
2610933abd985bdea28801c35d740d2cab2f137aMark Andrews used. [RT #37704]
7a857bdb6828e75eec5a7080e4670ce199875922Mark Andrews3998. [bug] isc_radix_search was returning matches that were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews too precise. [RT #37680]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3997. [protocol] Add OPENGPGKEY record. [RT# 37671]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3996. [bug] Address use after free on out of memory error in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews keyring_add. [RT #37639]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3995. [bug] receive_secure_serial holds the zone lock for too
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews long. [RT #37626]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3994. [func] Dig now supports setting the last unassigned DNS
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews header flag bit (dig +zflag). [RT #37421]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3993. [func] Dig now supports EDNS negotiation by default.
f5af519ab547bc80c51387529103e4e852a1171eMark Andrews (dig +[no]ednsnegotiation).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Note: This is disabled by default in BIND 9.10
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and enabled by default in BIND 9.11. [RT #37604]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3992. [func] DiG can now send queries without questions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (dig +header-only). [RT #37599]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3991. [func] Add the ability to buffer logging output by specifying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "buffered yes;" when defining a channel. [RT #26561]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3990. [testing] Add tests for unknown DNSSEC algorithm handling.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3989. [cleanup] Remove redundant dns_db_resigned calls. [RT #35748]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3988. [func] Allow the zone serial of a dynamically updatable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone to be updated via "rndc signing -serial".
806c235ecf533b98d068b3f8df9d7abbe1e30cf9Mark Andrews3987. [port] Handle future Visual Studio 14 incompatible changes.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3986. [doc] Add the BIND version number to page footers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the ARM. [RT #37398]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3985. [doc] Describe how +ndots and +search interact in dig.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3984. [func] Accept 256 byte long PINs in native PKCS#11
8ca42f6318be756354b70260050132545aa680d3Mark Andrews crypto. [RT #37410]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3983. [bug] Change #3940 was incomplete: negative trust anchors
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could be set to last up to a week, but the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "nta-lifetime" and "nta-recheck" options were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews still limited to one day. [RT #37522]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3982. [doc] Include release notes in product documentation.
ea6fe0d54f36754c195b3b8dac47c81f7993677eMark Andrews3981. [bug] Cache DS/NXDOMAIN independently of other query types.
6bd8cee98332533a4fa705b82ca9ec1606738ba9Mark Andrews3980. [bug] Improve --with-tuning=large by self tuning of SO_RCVBUF
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews size. [RT #37187]
0c2509b0b9f9e455fa9d347d08f6ba9abd86d418Mark Andrews3979. [bug] Negative trust anchor fetches were not properly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews managed. [RT #37488]
8b5de9701428e2b5eb50aba96af23dc1186124ddMark Andrews3978. [test] Added a unit test for Diffie-Hellman key
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews computation, completing change #3974. [RT #37477]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3977. [cleanup] "rndc secroots" reported a "not found" error when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews there were no negative trust anchors set. [RT #37506]
6a2f7bba6f4df137ab3f781fe07b0b88e72e0b19Mark Andrews3976. [bug] When refreshing managed-key trust anchors, clear
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews any cached trust so that they will always be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews revalidated with the current set of secure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews roots. [RT #37506]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3975. [bug] Don't populate or use the bad cache for queries that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews don't request or use recursion. [RT #37466]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3974. [bug] Handle DH_compute_key() failure correctly in
53cf67186506f9557aaf2149898dd76715803db2Mark Andrews3973. [test] Added hooks for Google Performance Tools CPU profiler,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews including real-time/wall-clock profiling. Use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "configure --with-gperftools-profiler" to enable.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3972. [bug] Fix host's usage statement. [RT #37397]
888bb8bf68ba1a2b032a64122efd9125a9155ad7Mark Andrews3971. [bug] Reduce the cascading failures due to a bad $TTL line
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in named-checkconf / named-checkzone. [RT #37138]
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews3970. [contrib] Fixed a use after free bug in the SDB LDAP driver.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3969. [test] Added 'delv' system test. [RT #36901]
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews3968. [bug] Silence spurious log messages when using 'named -[46]'.
b312748a11d27fe387984973ba79975a9d6863c4Mark Andrews3967. [test] Add test for inlined signed zone in multiple views
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with different DNSKEY sets. [RT #35759]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3966. [bug] Missing dns_db_closeversion call in receive_secure_db.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3965. [func] Log outgoing packets and improve packet logging to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support logging the remote address. [RT #36624]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3964. [func] nsupdate now performs check-names processing.
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews3963. [test] Added NXRRSET test cases to the "dlzexternal"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews system test. [RT #37344]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews3962. [bug] 'dig +topdown +trace +sigchase' address unhandled error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews conditions. [RT #34663]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3961. [bug] Forwarding of SIG(0) signed UPDATE messages failed with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews BADSIG. [RT #37216]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3960. [bug] 'dig +sigchase' could loop forever. [RT #37220]
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews3959. [bug] Updates could be lost if they arrived immediately
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews after a rndc thaw. [RT #37233]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3958. [bug] Detect when writeable files have multiple references
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark Andrews in named.conf. [RT #37172]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3957. [bug] "dnssec-keygen -S" failed for ECCGOST, ECDSAP256SHA256
22a9cd54c072545d13788ceead759911fe8cfe34Mark Andrews and ECDSAP384SHA384. [RT #37183]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3956. [func] Notify messages are now rate limited by notify-rate and
21ba6c18e4ccc73933af5cf28701a5cc3b7963ecMark Andrews startup-notify-rate instead of serial-query-rate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3955. [bug] Notify messages due to changes are no longer queued
c960dffe35970da729219b72f2e41350d3b64c35Mark Andrews behind startup notify messages. [RT #24454]
5da49e379c79fbd597cf0d47e7697b65991f761fMark Andrews3954. [bug] Unchecked mutex init in dlz_dlopen_driver.c [RT #37112]
31b3dc1c6b4fe99a2af2ee63314e842af4a20070Mark Andrews3953. [bug] Don't escape semi-colon in TXT fields. [RT #37159]
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews3952. [bug] dns_name_fullcompare failed to set *nlabelsp when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews two name pointers were the same. [RT #37176]
a207a2835e37de52e11d4c143c0425e749409c46Mark Andrews3951. [func] Add the ability to set yet-to-be-defined EDNS flags
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to dig (+ednsflags=#). [RT #37142]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3950. [port] Changed the bin/python Makefile to work around a
838d608e6f37038f2fb43980a7a9d6b6a490db36Mark Andrews bmake bug in FreeBSD 10 and NetBSD 6. [RT #36993]
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews3949. [experimental] Experimental support for draft-andrews-edns1 by sending
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews EDNS(1) queries (define DRAFT_ANDREWS_EDNS1 when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews building). Add support for limiting the EDNS version
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews advertised to servers: server { edns-version 0; };
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews Log the EDNS version received in the query log.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3948. [port] solaris: RCVBUFSIZE was too large on Solaris with
c7fc6434fe5949c8e3f76bf69f5655eb3a76dfaeMark Andrews --with-tuning=large. [RT #37059]
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews3947. [cleanup] Set the executable bit on libraries when using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews libtool. [RT #36786]
421e4cf66e4cba0b0751a34a9c027e39fe0474f9Mark Andrews3946. [cleanup] Improved "configure" search for a python interpreter.
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews3945. [bug] Invalid wildcard expansions could be incorrectly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews accepted by the validator. [RT #37093]
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews3944. [test] Added a regression test for "server-id". [RT #37057]
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews3943. [func] SERVFAIL responses can now be cached for a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews limited time (configured by "servfail-ttl",
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default 10 seconds, limit 30). This can reduce
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews the frequency of retries when an authoritative
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server is known to be failing, e.g., due to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ongoing DNSSEC validation problems. [RT #21347]
5f89a1ee9e0fe64211d050db5d3e7a5ea282c282Mark Andrews3942. [bug] Wildcard responses from a optout range should be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews marked as insecure. [RT #37072]
ff2ef33a84550fa5dbd9e8fdcd82a33288f053adMark Andrews3941. [doc] Include the BIND version number in the ARM. [RT #37067]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3940. [func] "rndc nta" now allows negative trust anchors to be
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews set for up to one week. [RT #37069]
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews3939. [func] Improve UPDATE forwarding performance by allowing TCP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews connections to be shared. [RT #37039]
8da0b50e8a8c74602eca97e261ce4ad457df5048Mark Andrews3938. [func] Added quotas to be used in recursive resolvers
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews that are under high query load for names in zones
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews whose authoritative servers are nonresponsive or
5b76a09697bfc76f5acefd65d5b37b1214d271a8Mark Andrews are experiencing a denial of service attack.
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews - "fetches-per-server" limits the number of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews simultaneous queries that can be sent to any
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews single authoritative server. The configured
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews value is a starting point; it is automatically
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews adjusted downward if the server is partially or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews completely non-responsive. The algorithm used to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews adjust the quota can be configured via the
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews "fetch-quota-params" option.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - "fetches-per-zone" limits the number of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews simultaneous queries that can be sent for names
d92770e851ebbc1005b3bf121e3c9f13b67a3f42Mark Andrews within a single domain. (Note: Unlike
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "fetches-per-server", this value is not
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews self-tuning.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - New stats counters have been added to count
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews queries spilled due to these quotas.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews See the ARM for details of these options. [RT #37125]
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews3937. [func] Added some debug logging to better indicate the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews conditions causing SERVFAILs when resolving.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3936. [func] Added authoritative support for the EDNS Client
99776003811a413457a2c35a808ad860df877d24Mark Andrews Subnet (ECS) option.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ACLs can now include "ecs" elements which specify
2ffb3eb384ae71ae9f8edbf5fa2219d965ff0552Mark Andrews an address or network prefix; if an ECS option is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews included in a DNS query, then the address encoded
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the option will be matched against "ecs" ACL
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also, if an ECS address is included in a query,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews then it will be used instead of the client source
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews address when matching "geoip" ACL elements. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews behavior can be overridden with "geoip-use-ecs no;".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (Note: to enable "geoip" ACLs, use "configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --with-geoip". This requires libGeoIP version
52fc1457e44c476a81ec9dee6a664958cb64b8e2Mark Andrews 1.5.0 or higher.)
6526fd032fc418411da3af4201214e95c113d3e2Mark Andrews When "ecs" or "geoip" ACL elements are used to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews select a view for a query, the response will include
b8fff4f0d70bb9c5e53023ad0dae0acda67b5cdaMark Andrews an ECS option to indicate which client network the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews answer is valid for.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (Thanks to Vincent Bernat.) [RT #36781]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3935. [bug] "geoip asnum" ACL elements would not match unless
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the full organization name was specified. They
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉 can now match against the AS number alone (e.g.,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews AS1234). [RT #36945]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3934. [bug] Catch bad 'sit-secret' in named-checkconf. Improve
af2be1a46813e228cb9d71230d3f41222fdb69baTatuya JINMEI 神明達哉 sit-secret documentation. [RT #36980]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3933. [bug] Corrected the implementation of dns_rdata_casecompare()
2945ac15af547df0268e449252902ead599e2451Mark Andrews for the HIP rdata type. [RT #36911]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3932. [test] Improved named-checkconf tests. [RT #36911]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3931. [cleanup] Cleanup how dlz grammar is defined. [RT #36879]
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews3930. [bug] "rndc nta -r" could cause a server hang if the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NTA was not found. [RT #36909]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3929. [bug] 'host -a' needed to clear idnoptions. [RT #36963]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3928. [test] Improve rndc system test. [RT #36898]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3927. [bug] dig: report PKCS#11 error codes correctly when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compiled with --enable-native-pkcs11. [RT #36956]
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews3926. [doc] Added doc for geoip-directory. [RT #36877]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3925. [bug] DS lookup of RFC 1918 empty zones failed. [RT #36917]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3924. [bug] Improve 'rndc addzone' error reporting. [RT #35187]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews3923. [bug] Sanity check the xml2-config output. [RT #22246]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews3922. [bug] When resigning, dnssec-signzone was removing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews all signatures from delegation nodes. It now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews retains DS and (if applicable) NSEC signatures.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3921. [bug] AD was inappropriately set on RPZ responses. [RT #36833]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3920. [doc] Added doc for masterfile-style. [RT #36823]
550085fed1d0af54ba5b2f588898afec158195deMark Andrews3919. [bug] dig: continue to next line if a address lookup fails
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in batch mode. [RT #36755]
f411c2e81cbfcf89ee073a0e31ac902a42fc8f22Mark Andrews3918. [doc] Update check-spf documentation. [RT #36910]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3917. [bug] dig, nslookup and host now continue on names that are
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉 too long after applying a search list elements.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3916. [contrib] zone2sqlite checked wrong result code. Address
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews compiler warnings. [RT #36931]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3915. [bug] Address a assertion if a route event arrived while
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews shutting down. [RT #36887]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3914. [bug] Allow the URI target and CAA value fields to
1b5b46942d149f891bb91e90c6f52944b77c8a68Mark Andrews be zero length. [RT #36737]
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark Andrews3913. [bug] Address race issue in dispatch. [RT #36731]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3912. [bug] Address some unrecoverable lookup failures. [RT #36330]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3911. [func] Implement EDNS EXPIRE option client side, allowing
39fe146f2ab82cb8e49caa319a3345174fa2d69aMark Andrews a slave server to set the expiration timer correctly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when transferring zone data from another slave
bd3946db298667e769804b2e978df2d6dcd85e29Mark Andrews server. [RT #35925]
ab5d8edc1bd391a1b306db68114fac303484b30fMark Andrews3910. [bug] Fix races to free event during shutdown. [RT #36720]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3909. [bug] When computing the number of elements required for a
8689f943a4859a8f68344236a1dcb81299a98347Mark Andrews acl count_acl_elements could have a short count leading
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to a assertion failure. Also zero out new acl elements
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in dns_acl_merge. [RT #36675]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3908. [bug] rndc now differentiates between a zone in multiple
d8ec783e6dc0bd16a80b30d9888306b1faae6037Mark Andrews views and a zone that doesn't exist at all. [RT #36691]
5bd76af084edfdcd1cb4db9453ac781d32dde6f7Mark Andrews3907. [cleanup] Alphabetize rndc help. [RT #36683]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3906. [protocol] Update URI record format to comply with
8bcb0f297b50e80e3c7aab1a41b94d937acf4dc0Mark Andrews draft-faltstrom-uri-08. [RT #36642]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3905. [bug] Address deadlock between view.c and adb.c. [RT #36341]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3904. [func] Add the RPZ SOA to the additional section. [RT36507]
5c10f54fe38795cbd3d5cf22e3fbd1d22b8226e4Mark Andrews3903. [bug] Improve the accuracy of DiG's reported round trip
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews time. [RT 36611]
a6211a2f234767a015a6a30b85d5da087fa907f1Mark Andrews3902. [bug] liblwres wasn't handling link-local addresses in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nameserver clauses in resolv.conf. [RT #36039]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3901. [protocol] Added support for CAA record type (RFC 6844).
e72d4d8929fec51153e4fd0d1cf632cd59335495Mark Andrews3900. [bug] Fix a crash in PostgreSQL DLZ driver. [RT #36637]
0ae34c3f6222ece01e0f710c7c0311f5cf9d9c0fMark Andrews3899. [bug] "request-ixfr" is only applicable to slave and redirect
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zones. [RT #36608]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3898. [bug] Too small a buffer in tohexstr() calls in test code.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3897. [bug] RPZ summary information was not properly being updated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews after a AXFR resulting in changes sometimes being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ignored. [RT #35885]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3896. [bug] Address performance issues with DSCP code on some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews platforms. [RT #36534]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3895. [func] Add the ability to set the DSCP code point to dig.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3894. [bug] Buffers in isc_print_vsnprintf were not properly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initialized leading to potential overflows when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews printing out quad values. [RT #36505]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3893. [bug] Peer DSCP values could be returned without being set.
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews3892. [bug] Setting '-t aaaa' in .digrc had unintended side
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews effects. [RT #36452]
87f4715d6c0a22f3449eb3291c91aa45ba86c955Mark Andrews3891. [bug] Use ${INSTALL_SCRIPT} rather than ${INSTALL_PROGRAM}
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to install python programs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3890. [bug] RRSIG sets that were not loaded in a single transaction
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews at start up where not being correctly added to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews re-signing heaps. [RT #36302]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3889. [port] hurd: configure fixes as per:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746540
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3888. [func] 'rndc status' now reports the number of automatic
012a2b979e011b13ba0d291c279dc65a167c039eMark Andrews zones. [RT #36015]
f6ff00810196d0c0973f62c7917b9975011fa45aMark Andrews3887. [cleanup] Make all static symbols in rbtdb64 end in "64" so
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews they are easier to use in a debugger. [RT #36373]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3886. [bug] rbtdb_write_header should use a once to initialize
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews FILE_VERSION. [RT #36374]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3885. [port] Use 'open()' rather than 'file()' to open files in
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews3884. [protocol] Add CDS and CDNSKEY record types. [RT #36333]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3883. [placeholder]
638fe804a524ee0c028863c0301b999c79de7651Mark Andrews3882. [func] By default, negative trust anchors will be tested
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews periodically to see whether data below them can be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews validated, and if so, they will be allowed to
9db3d9d14e2f3641d696dadc59c40c52b6f888bcMark Andrews expire early. The "rndc nta -force" option
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews overrides this behavior. The default NTA lifetime
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and the recheck frequency can be configured by the
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews "nta-lifetime" and "nta-recheck" options. [RT #36146]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3881. [bug] Address memory leak with UPDATE error handling.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3880. [test] Update ans.pl to work with new TSIG support in
c54c1eaf26d5a7fc123c4af3712353156a766df1Mark Andrews Net::DNS; add additional Net::DNS version prerequisite
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews checks. [RT #36327]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3879. [func] Add version printing option to various BIND utilities.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3878. [bug] Using the incorrect filename for a DLZ module
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews caused a segmentation fault on startup. [RT #36286]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3877. [bug] Inserting and deleting parent and child nodes
86f6b92e35c7bdb5fc1fd1021af75b981863313eMark Andrews in response policy zones could trigger an assertion
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failure. [RT #36272]
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews3876. [bug] Improve efficiency of DLZ redirect zones by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews suppressing unnecessary database lookups. [RT #35835]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3875. [cleanup] Clarify log message when unable to read private
320d6ee24ea59c0dbcb2c08038586ef03c6a191dMark Andrews key files. [RT #24702]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3874. [test] Check that only "check-names master" is needed for
475fe52dc33d8d8344e8b1e48fa7bb6643f7ca66Mark Andrews updates to be accepted.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3873. [protocol] Only warn for SPF without TXT spf record. [RT #36210]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3872. [bug] Address issues found by static analysis. [RT #36209]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3871. [bug] Don't publish an activated key automatically before
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews its publish time. [RT #35063]
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews3870. [func] Updated the random number generator used in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the resolver to use the updated ChaCha based one
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (similar to OpenBSD's changes). Also moved the
3e7b37e01ba3efc873486140734fd24788092a30Mark Andrews RNG to libisc and added unit tests for it.
54532c54130de8f374465bb23d5576fc3257ea96Mark Andrews3869. [doc] Document that in-view zones cannot be used for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response policy zones. [RT #35941]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3868. [bug] isc_mem_setwater incorrectly cleared hi_called
1c0927d8a091effcf9b2dc5baa533927c113bd5cMark Andrews potentially leaving over memory cleaner running.
446ff1959cc3e963778c8770204b72c9e7c7df5aMark Andrews3867. [func] "rndc nta" can now be used to set a temporary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews negative trust anchor, which disables DNSSEC
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews validation below a specified name for a specified
70f8c70cdd3ca68edcf9d448eb508abf3697719aMark Andrews period of time (not exceeding 24 hours). This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can be used when validation for a domain is known
33c538015323f4576679e427088372eea614feebMark Andrews to be failing due to a configuration error on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the part of the domain owner rather than a
ac65e45126dda424b5cc9d2865b353dc0ec23e1eMark Andrews spoofing attack. [RT #29358]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3866. [bug] Named could die on disk full in generate_session_key.
d9e0458a890c49f977fdcf9d995681f546f7c427Mark Andrews3865. [test] Improved testability of the red-black tree
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implementation and added unit tests. [RT #35904]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3864. [bug] RPZ didn't work well when being used as forwarder.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3863. [bug] The "E" flag was missing from the query log as a
0b09763c354ec91fb352b6b4cea383bd0195b2d8Mark Andrews unintended side effect of code rearrangement to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support EDNS EXPIRE. [RT #36117]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3862. [cleanup] Return immediately if we are not going to log the
e0fa16fe191d619d2cd05a039067414409329878Mark Andrews message in ns_client_dumpmessage.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3861. [security] Missing isc_buffer_availablelength check results
93da96c1cfd5f3c47169855867dd18db00c8a386Mark Andrews in a REQUIRE assertion when printing out a packet
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (CVE-2014-3859). [RT #36078]
7d389c324cc032475f9d219a12ab84bacbd7fbaaMark Andrews3860. [bug] ioctl(DP_POLL) array size needs to be determined
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews at run time as it is limited to {OPEN_MAX}.
dcd371be7d481b242d277d735e4c2d974297c164Mark Andrews3859. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3858. [bug] Disable GCC 4.9 "delete null pointer check".
e2cf63c5df79eb7c8b86b6278289883fa760cda5Mark Andrews3857. [bug] Make it harder for a incorrect NOEDNS classification
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be made. [RT #36020]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3856. [bug] Configuring libjson without also configuring libxml
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resulted in a REQUIRE assertion when retrieving
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews statistics using json. [RT #36009]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3855. [bug] Limit smoothed round trip time aging to no more than
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews once a second. [RT #32909]
0a1fa37641b59c56d02f5390917a49e4987f0f75Mark Andrews3854. [cleanup] Report unrecognized options, if any, in the final
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configure summary. [RT #36014]
c61ec97ae0b859914ee26e213fe792f86a157990Mark Andrews3853. [cleanup] Refactor dns_rdataslab_fromrdataset to separate out
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the handling of a rdataset with no records. [RT #35968]
49f7d1585e0e4f1ffa1667391dd7ae1c4d3d4e81Mark Andrews3852. [func] Increase the default number of clients available
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for servicing lightweight resolver queries, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews make them configurable via the "lwres-tasks" and
0b1af13f680a865521105a77ee192024b5af33c4Mark Andrews "lwres-clients" options. (Thanks to Tomas Hozza.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3851. [func] Allow libseccomp based system-call filtering
945cb085b859dbfc6a883813dda03c83e06995d3Mark Andrews on Linux; use "configure --enable-seccomp" to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews turn it on. Thanks to Loganaden Velvindron
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews of AFRINIC for the contribution. [RT #35347]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3850. [bug] Disabling forwarding could trigger a REQUIRE assertion.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3849. [doc] Alphabetized dig's +options. [RT #35992]
a483e67c4cdcbfc29ddc62b5a2d0d99b1c542fadMark Andrews3848. [bug] Adjust 'statistics-channels specified but not effective'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error message to account for JSON support. [RT #36008]
d73de275987d29627dc11d5bd4a22874a29f7874Mark Andrews3847. [bug] 'configure --with-dlz-postgres' failed to fail when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews there is not support available.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3846. [bug] "dig +notcp ixfr=<serial>" should result in a UDP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ixfr query. [RT #35980]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3845. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3844. [bug] Use the x64 version of the Microsoft Visual C++
d8d489cd8efc45b06a232ac07a636b3d36cc7e8fMark Andrews Redistributable when built for 64 bit Windows.
bdb1394788a677d0b6e8499ba1ece17a73f476c7Mark Andrews3843. [protocol] Check EDNS EXPIRE option in dns_rdata_fromwire.
c8aa2c83113229a59069cbd05c735896f51b886bMark Andrews3842. [bug] Adjust RRL log-only logging category. [RT #35945]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3841. [cleanup] Refactor zone.c:add_opt to use dns_message_buildopt.
5b1627d469d07c5bfe7f193e3ddd85d0dd6ad4b0Mark Andrews3840. [port] Check for arc4random_addrandom() before using it;
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews it's been removed from OpenBSD 5.5. [RT #35907]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3839. [test] Use only posix-compatible shell in system tests.
8989de1059c6292fc43ce507df4991224af2d789Mark Andrews3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3837. [security] A NULL pointer is passed to query_prefetch resulting
acc8b7ac3d16538bf223545bbf71899b9accaebbMark Andrews a REQUIRE assertion failure when a fetch is actually
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initiated (CVE-2014-3214). [RT #35899]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3836. [bug] Address C++ keyword usage in header file.
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews3835. [bug] Geoip ACL elements didn't work correctly when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews referenced via named or nested ACLs. [RT #35879]
8e5893c36cdccc706f9632f51e0c8d390d2a8d06Mark Andrews3834. [bug] The re-signing heaps were not being updated soon enough
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews leading to multiple re-generations of the same RRSIG
e396939d492e6afa8e31a8dc11d7317c9e62f15fMark Andrews when a zone transfer was in progress. [RT #35273]
9549a96654ead15b264c9159d48eb485e4f9db55Mark Andrews3833. [bug] Cross compiling was broken due to calling genrandom at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews build time. [RT #35869]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3832. [func] "named -L <filename>" causes named to send log
88aa68f478c1634f5f10034fb6ea4158efa20ff4Mark Andrews messages to the specified file by default instead
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of to the system log. (Thanks to Tony Finch.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3831. [cleanup] Reduce logging noise when EDNS state changes occur.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3830. [func] When query logging is enabled, log query errors at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the same level ('info') as the queries themselves.
26cf4737b3e84c3a686a5eacebf22ac39e57d4caMark Andrews3829. [func] "dig +ttlunits" causes dig to print TTL values
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with time-unit suffixes: w, d, h, m, s for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews weeks, days, hours, minutes, and seconds. (Thanks
34e5a08809dda3276252269ebddd1616e62081a2Mark Andrews to Tony Finch.) [RT #35823]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3828. [func] "dnssec-signzone -N date" updates serial number
0cd36f1d15caf6622ec3128544d4238ad180a300Mark Andrews to the current date in YYYYMMDDNN format.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3827. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3826. [bug] Corrected bad INSIST logic in isc_radix_remove().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3825. [bug] Address sign extension bug in isc_regex_validate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3824. [bug] A collision between two flag values could cause
88c2b83cc548a217cc92a2bf75ca1ef1d4237d4fMark Andrews problems with cache cleaning when SIT was enabled.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3823. [func] Log the rpz cname target when rewriting. [RT #35667]
c7c1bf7dc167ff164193bc04f33a22109e4c0829Mark Andrews3822. [bug] Log the correct type of static-stub zones when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews removing them. [RT #35842]
9e205a3c51e68d19a7ed03244d45b14b3e0d69afMark Andrews3821. [contrib] Added a new "mysqldyn" DLZ module with dynamic
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews update and transaction support. Thanks to Marty
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Lee for the contribution. [RT #35656]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3820. [func] The DLZ API doesn't pass the database version to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the lookup() function; this can cause DLZ modules
93e6ebcd0a0f044ba2add424c265b5e0bb4c8afdMark Andrews that allow dynamic updates to mishandle prerequisite
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews checks. This has been corrected by adding a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'dbversion' field to the dns_clientinfo_t
8ac1acc30d0f405222ffa7b2b93131d9d4e18599Mark Andrews structure. [RT #35656]
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews3819. [bug] NSEC3 hashes need to be able to be entered and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews displayed without padding. This is not a issue for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews currently defined algorithms but may be for future
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hash algorithms. [RT #27925]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3818. [bug] Stop lying to the optimizer that 'void *arg' is a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews constant in isc_event_allocate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3817. [func] The "delve" command is now spelled "delv" to avoid
a04a323f9a1ebd4766fc577e11bf3c22bdaf5516Mark Andrews a namespace collision with the Xapian project.
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews3816. [func] "dig +qr" now reports query size. (Thanks to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Tony Finch.) [RT #35822]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3815. [doc] Clarify "nsupdate -y" usage in man page. [RT #35808]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3814. [func] The "masterfile-style" zone option controls the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews formatting of dumped zone files. Options are
15f358ed4ea081793041bbfba70849be472236d3Mark Andrews "relative" (multiline format) and "full" (one
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews record per line). The default is "relative".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3813. [func] "host" now recognizes the "timeout", "attempts" and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "debug" options when set in /etc/resolv.conf.
c08a03a43116c21cf12dea7cbcb5465588f7955cMark Andrews (Thanks to Adam Tkac at RedHat.) [RT #21885]
c311ed52d45334e182a093efad827fe4cbe7e686Mark Andrews3812. [func] Dig now supports sending arbitrary EDNS options from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the command line (+ednsopt=code[:value]). [RT #35584]
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews3811. [func] "serial-update-method date;" sets serial number
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on dynamic update to today's date in YYYYMMDDNN
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews format. (Thanks to Bradley Forschinger.) [RT #24903]
5d26560e2b93e1aa0334931ec6ccb6045c3581fcMark Andrews3810. [bug] Work around broken nameservers that fail to ignore
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unknown EDNS options. [RT #35766]
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews3809. [doc] Fix SIT and NSID documentation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3808. [doc] Clean up "prefetch" documentation. [RT #35751]
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews3807. [bug] Fix sign extension bug in dns_name_fromtext when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lowercase is set. [RT #35743]
7791dd06ea69d0fb2494788ad4c24d568f40bcdfMark Andrews3806. [test] Improved system test portability. [RT #35625]
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews3805. [contrib] Added contrib/perftcpdns, a performance testing tool
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for DNS over TCP. [RT #35710]
7d3458a972a902740eb142044655aba6c6ffb9acMark Andrews --- 9.10.0rc1 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3804. [bug] Corrected a race condition in dispatch.c in which
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews portentry could be reset leading to an assertion
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failure in socket_search(). (Change #3708
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews addressed the same issue but was incomplete.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3803. [bug] "named-checkconf -z" incorrectly rejected zones
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews using alternate data sources for not having a "file"
7f20fd8ebb0cabc8f935381d958f8371990c9212Mark Andrews option. [RT #35685]
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews3802. [bug] Various header files were not being installed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3801. [port] Fix probing for gssapi support on FreeBSD. [RT #35615]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3800. [bug] A pending event on the route socket could cause an
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews assertion failure when shutting down named. [RT #35674]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3799. [bug] Improve named's command line error reporting.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3798. [bug] 'rndc zonestatus' was reporting the wrong re-signing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews time. [RT #35659]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3797. [port] netbsd: geoip support probing was broken. [RT #35642]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3796. [bug] Register dns and pkcs#11 error codes. [RT #35629]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3795. [bug] Make named-checkconf detect raw masterfiles for
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington hint zones and reject them. [RT #35268]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3794. [maint] Added AAAA for C.ROOT-SERVERS.NET.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3793. [bug] zone.c:save_nsec3param() could assert when out of
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews memory. [RT #35621]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3792. [func] Provide links to the alternate statistics views when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews displaying in a browser. [RT #35605]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3791. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3790. [bug] Handle broken nameservers that send BADVERS in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response to unknown EDNS options. Maintain
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews statistics on BADVERS responses.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3789. [bug] Null pointer dereference on rbt creation failure.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3788. [bug] dns_peer_getrequestsit was returning request_nsid by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.10.0b2 released ---
608c703d1231e0b1f291637ca5361b773afcdbf1Mark Andrews3787. [bug] The code that checks whether "auto-dnssec" is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allowed was ignoring "allow-update" ACLs set at
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the options or view level. [RT #29536]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3786. [func] Provide more detailed error codes when using
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews native PKCS#11. "pkcs11-tokens" now fails robustly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rather than asserting when run against an HSM with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an incomplete PKCS#11 API implementation. [RT #35479]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3785. [bug] Debugging code dumphex didn't accept arbitrarily long
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews input (only compiled with -DDEBUG). [RT #35544]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3784. [bug] Using "rrset-order fixed" when it had not been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews enabled at compile time caused inconsistent
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews results. It now works as documented, defaulting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to cyclic mode. [RT #28104]
3561e645d77448b20b1676680b08c76d559e5335Mark Andrews3783. [func] "tsig-keygen" is now available as an alternate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews command name for "ddns-confgen". It generates
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews a TSIG key in named.conf format without comments.
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews3782. [func] Specifying "auto" as the salt when using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "rndc signing -nsec3param" causes named to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews generate a 64-bit salt at random. [RT #35322]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3781. [tuning] Use adaptive mutex locks when available; this
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has been found to improve performance under load
f38c274c217d0a5b791786877422306a0e477e10Mark Andrews on many systems. "configure --with-locktype=standard"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews restores conventional mutex locks. [RT #32576]
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews3780. [bug] $GENERATE handled negative numbers incorrectly.
e53a5a116fc531f730df0adb091278ff8a941dffMark Andrews3779. [cleanup] Clarify the error message when using an option
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that was not enabled at compile time. [RT #35504]
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews3778. [bug] Log a warning when the wrong address family is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used in "listen-on" or "listen-on-v6". [RT #17848]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3777. [bug] EDNS EXPIRE code could dump core when processing
986be654feec852eb9da0d15599f18d0035e569bMark Andrews DLZ queries. [RT #35493]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3776. [func] "rndc -q" suppresses output from successful
c26c65b7a0d036e78bfc73f3e7e0817adb0365c0Mark Andrews rndc commands. Errors are printed on stderr.
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews3775. [bug] dlz_dlopen driver could return the wrong error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews code on API version mismatch, leading to a segfault.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3774. [func] When using "request-nsid", log the NSID value in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews printable form as well as hex. [RT #20864]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3773. [func] "host", "nslookup" and "nsupdate" now have
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews options to print the version number and exit.
23cb957a81a51a9656917ea98d0ae56b7abdcaccMark Andrews3772. [contrib] Added sqlite3 dynamically-loadable DLZ module.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (Based in part on a contribution from Tim Tessier.)
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews3771. [cleanup] Adjusted log level for "using built-in key"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews messages. [RT #24383]
d6c0627d1e4d841eac9576427f2d4a0cf9a47e2cMark Andrews3770. [bug] "dig +trace" could fail with an assertion when it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews needed to fall back to TCP due to a truncated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response. [RT #24660]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3769. [doc] Improved documentation of "rndc signing -list".
8f63de30293716a22054e7db47f27e81bab545c5Mark Andrews3768. [bug] "dnssec-checkds" was missing the SHA-384 digest
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews algorithm. [RT #34000]
caa8797a00ccb1a02f1690dda5b4aeda9a1db5a7Mark Andrews3767. [func] Log explicitly when using rndc.key to configure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews command channel. [RT #35316]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3766. [cleanup] Fixed problems with building outside the source
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews tree when using native PKCS#11. [RT #35459]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3765. [bug] Fixed a bug in "rndc secroots" that could crash
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews named when dumping an empty keynode. [RT #35469]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3764. [bug] The dnssec-keygen/settime -S and -i options
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (to set up a successor key and set the prepublication
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews interval) were missing from dnssec-keyfromlabel.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3763. [bug] delve: Cache DNSSEC records to avoid the need to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews re-fetch them when restarting validation. [RT #35476]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3762. [bug] Address build problems with --pkcs11-native +
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --with-openssl with ECDSA support. [RT #35467]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3761. [bug] Address dangling reference bug in dns_keytable_add.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3760. [bug] Improve SIT with native PKCS#11 and on Windows.
2ca2e1a1ceec59a40f977f01ba8e8f4c0424c484Brian Wellington3759. [port] Enable delve on Windows. [RT #35441]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3758. [port] Enable export library APIs on Windows. [RT #35382]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3757. [port] Enable Python tools (dnssec-coverage,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-checkds) to run on Windows. [RT #34355]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3756. [bug] GSSAPI Kerberos realm checking was broken in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews check_config leading to spurious messages being
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews logged. [RT #35443]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.10.0b1 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3755. [func] Add stats counters for known EDNS options + others.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3754. [cleanup] win32: Installer now places files in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Program Files area rather than system services.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3753. [bug] allow-notify was ignoring keys. [RT #35425]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3752. [bug] Address potential REQUIRE failure if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DNS_STYLEFLAG_COMMENTDATA is set when printing out
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3751. [tuning] The default setting for the -U option (setting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the number of UDP listeners per interface) has
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews been adjusted to improve performance. [RT #35417]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3750. [experimental] Partially implement EDNS EXPIRE option as described
e1c2a8b9c120bcfc2f56e866ca3069b8a90c38dbMark Andrews in draft-andrews-dnsext-expire-00. Retrieval of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the remaining time until expiry for slave zones
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is supported.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews EXPIRE uses an experimental option code (65002),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which is subject to change. [RT #35416]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3749. [func] "dig +subnet" sends an EDNS client subnet option
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews containing the specified address/prefix when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews querying. (Thanks to Wilmer van der Gaast.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3748. [test] Use delve to test dns_client interfaces. [RT #35383]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3747. [bug] A race condition could lead to a core dump when
d073663cb45bef2fff5f9a43b9b6006edfc52483Mark Andrews destroying a resolver fetch object. [RT #35385]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3746. [func] New "max-zone-ttl" option enforces maximum
cad61731f8e960d9d99034a2a6eaafe1069c405cMark Andrews TTLs for zones. If loading a zone containing a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews higher TTL, the load fails. DDNS updates with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews higher TTLs are accepted but the TTL is truncated.
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews (Note: Currently supported for master zones only;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inline-signing slaves will be added.) [RT #38405]
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson3745. [func] "configure --with-tuning=large" adjusts various
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compiled-in constants and default settings to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews values suited to large servers with abundant
adbb11147cd5d97d140485fa37e85e66e15cf594Mark Andrews memory. [RT #29538]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3744. [experimental] SIT: send and process Source Identity Tokens
9ab461a6ffed2ae2fe0380c30b69052db7473405Mark Andrews (similar to DNS Cookies by Donald Eastlake 3rd),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which are designed to help clients detect off-path
77467267d97c781f3f3d050e229a874831e59c3dMark Andrews spoofed responses and for servers to identify
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews legitimate clients.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SIT uses an experimental EDNS option code (65001),
da5d1cf1b1aa29ae53a0427be49291b04bd60549Mark Andrews which will be changed to an IANA-assigned value
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if the experiment is deemed a success.
66291de2060a1569de3fe9c5f0c1225448868f7aMark Andrews SIT can be enabled via "configure --enable-sit" (or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --enable-developer). It is enabled by default in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Servers can be configured to send smaller responses
c36f45e354c0d5b6ab9f821bfe315d0ce9d95a29Mark Andrews to clients that have not identified themselves via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews SIT. RRL processing has also been updated;
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson legitimate clients are not subject to rate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews limiting. [RT #35389]
23fb770906bf1fd98210f16ad660078274242963Mark Andrews3743. [bug] delegation-only flag wasn't working in forward zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews declarations despite being documented. This is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews needed to support turning off forwarding and turning
0cb27602e5690baa9ab61c7c1430e507536adca7Brian Wellington on delegation only at the same name. [RT #35392]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3742. [port] linux: libcap support: declare curval at start of
ff1b064f5e2bf19c8e25f8927d23df5714e666edMark Andrews block. [RT #35387]
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews3741. [func] "delve" (domain entity lookup and validation engine):
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews A new tool with dig-like semantics for performing DNS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lookups, with internal DNSSEC validation, using the
880723fb130841459d45695b387651cacd6c9bb8Mark Andrews same resolver and validator logic as named. This
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allows easy validation of DNSSEC data in environments
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with untrustworthy resolvers, and assists with
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson troubleshooting of DNSSEC problems. [RT #32406]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3740. [contrib] Minor fixes to configure --with-dlz-bdb,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --with-dlz-postgres and --with-dlz-odbc. [RT #35340]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3739. [func] Added per-zone stats counters to track TCP and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews UDP queries. [RT #35375]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3738. [bug] --enable-openssl-hash failed to build. [RT #35343]
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews3737. [bug] 'rndc retransfer' could trigger a assertion failure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with inline zones. [RT #35353]
9ac8796f1653d89af589753a3e42c694f35ddd8aMark Andrews3736. [bug] nsupdate: When specifying a server by name,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fall back to alternate addresses if the first
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson address for that name is not reachable. [RT #25784]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3735. [cleanup] Merged the libiscpk11 library into libisc
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to simplify dependencies. [RT #35205]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3734. [bug] Improve building with libtool. [RT #35314]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3733. [func] Improve interface scanning support. Interface
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson information will be automatically updated if the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews OS supports routing sockets (MacOS, *BSD, Linux).
02bdc23f8e3ca0f710e0a40daa15941ab1db6bb2Mark Andrews Use "automatic-interface-scan no;" to disable.
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews Add "rndc scan" to trigger a scan. [RT #23027]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3732. [contrib] Fixed a type mismatch causing the ODBC DLZ
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews driver to dump core on 64-bit systems. [RT #35324]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3731. [func] Added a "no-case-compress" ACL, which causes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews named to use case-insensitive compression
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (disabling change #3645) for specified
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews clients. (This is useful when dealing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with broken client implementations that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews use case-sensitive name comparisons,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rejecting responses that fail to match the
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson capitalization of the query that was sent.)
0b81e99ddfb01746e667797dedc291fc550d14d3Brian Wellington3730. [cleanup] Added "never" as a synonym for "none" when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuring key event dates in the dnssec tools.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3729. [bug] dnssec-keygen could set the publication date
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews incorrectly when only the activation date was
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington specified on the command line. [RT #35278]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3728. [doc] Expanded native-PKCS#11 documentation,
b541c10d0442d9804d94567a97956cec3bd2912dBrian Wellington specifically pkcs11: URI labels. [RT #35287]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3727. [func] The isc_bitstring API is no longer used and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has been removed from libisc. [RT #35284]
c01237c6bc5ec25063b4aae1799fe4de01a7455bAndreas Gustafsson3726. [cleanup] Clarified the error message when attempting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to configure more than 32 response-policy zones.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3725. [contrib] Updated zkt and nslint to newest versions,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cleaned up and rearranged the contrib
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews directory, and added a README.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.10.0a2 released ---
1e4bfff1855795853648f507422b96fc8fecbff1Mark Andrews3724. [bug] win32: Fixed a bug that prevented dig and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews host from exiting properly after completing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a UDP query. [RT #35288]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews3723. [cleanup] Imported keys are now handled the same way
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews regardless of DNSSEC algorithm. [RT #35215]
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews3722. [bug] Using geoip ACLs in a blackhole statement
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could cause a segfault. [RT #35272]
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas Gustafsson3721. [doc] Improved documentation of the EDNS processing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews enhancements introduced in change #3593. [RT #35275]
eb2c518a3871932e86268e7c6ddae2b2a00d72fdMark Andrews3720. [bug] Address compiler warnings. [RT #35261]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3719. [bug] Address memory leak in in peer.c. [RT #35255]
a8fb98aff8a186bf80fa4e48cc3e99a42939dd0aMark Andrews3718. [bug] A missing ISC_LINK_INIT in log.c. [RT #35260]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3717. [port] hpux: Treat EOPNOTSUPP as a expected error code when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews probing to see if it is possible to set dscp values
d1abb8bb020aacd1ce0da65c2d5d8f7c96ebd52aMark Andrews on a per packet basis. [RT #35252]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3716. [bug] The dns_request code was setting dcsp values when not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews requested. [RT #35252]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3715. [bug] The region and city databases could fail to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews initialize when using some versions of libGeoIP,
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson causing assertion failures when named was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configured to use them. [RT #35427]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3714. [test] System tests that need to test for cryptography
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington support before running can now use a common
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "testcrypto.sh" script to do so. [RT #35213]
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson3713. [bug] Save memory by not storing "also-notify" addresses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in zone objects that are configured not to send
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews notify requests. [RT #35195]
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews3712. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3711. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3710. [bug] Address double dns_zone_detach when switching to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews using automatic empty zones from regular zones.
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson3709. [port] Use built-in versions of strptime() and timegm()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on all platforms to avoid portability issues.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3708. [bug] Address a portentry locking issue in dispatch.c.
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews3707. [bug] irs_resconf_load now returns ISC_R_FILENOTFOUND
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on a missing resolv.conf file and initializes the
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer structure as if it had been configured with:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nameserver ::1
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson nameserver 127.0.0.1
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Note: Callers will need to be updated to treat
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ISC_R_FILENOTFOUND as a qualified success or else
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson they will leak memory. The following code fragment
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews will work with both old and new versions without
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews changing the behaviour of the existing code.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resconf = NULL;
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews result = irs_resconf_load(mctx, "/etc/resolv.conf",
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if (result != ISC_SUCCESS) {
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if (resconf != NULL)
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews irs_resconf_destroy(&resconf);
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3706. [contrib] queryperf: Fixed a possible integer overflow when
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson printing results. [RT #35182]
80dd46d7aab16c42a8c1acf6156c95406a9f20a4Mark Andrews3705. [func] "configure --enable-native-pkcs11" enables BIND
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to use the PKCS#11 API for all cryptographic
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews functions, so that it can drive a hardware service
993572b2495561c57b556621dd9fe493e8c6dd1bDanny Mayer module directly without the need to use a modified
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews OpenSSL as intermediary (so long as the HSM's vendor
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson provides a complete-enough implementation of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews PKCS#11 interface). This has been tested successfully
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with the Thales nShield HSM and with SoftHSMv2 from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the OpenDNSSEC project. [RT #29031]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3704. [protocol] Accept integer timestamps in RRSIG records. [RT #35185]
3842a051baf34ffc4e428cd6f2d4a641e548e6f6Mark Andrews3703. [func] To improve recursive resolver performance, cache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews records which are still being requested by clients
a89d1aea0cce6a28a3751cd508db67e38d307a5eDanny Mayer can now be automatically refreshed from the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews authoritative server before they expire, reducing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or eliminating the time window in which no answer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is available in the cache. See the "prefetch" option
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson for more details. [RT #35041]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3702. [func] 'dnssec-coverage -l' option specifies a length
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of time to check for coverage; events further into
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington the future are ignored. 'dnssec-coverage -z'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews checks only ZSK events, and 'dnssec-coverage -k'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews checks only KSK events. (Thanks to Peter Palfrader.)
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson3701. [func] named-checkconf can now obscure shared secrets
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when printing by specifying '-x'. [RT #34465]
72499be79fbb68140bd31e0e4ded18a70a5b523bMark Andrews3700. [func] Allow access to subgroups of XML statistics via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews special URLs http://<server>:<port>/xml/v3/server,
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews /zones, /net, /tasks, /mem, and /status. [RT #35115]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3699. [bug] Improvements to statistics channel XSL stylesheet:
552a117791c17878c5c1b94b0fc3ac4e8491543eMark Andrews the stylesheet can now be cached by the browser;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews section headers are omitted from the stats display
f3e4c3d6c536973bae92611402ba55277069eba2Mark Andrews when there is no data in those sections to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews displayed; counters are now right-justified for
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews easier readability. [RT #35117]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3698. [cleanup] Replaced all uses of memcpy() with memmove().
f9321a16fb8dce8999a43a6d4008c54845305401Mark Andrews3697. [bug] Handle "." as a search list element when IDN support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is enabled. [RT #35133]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3696. [bug] dig failed to handle AXFR style IXFR responses which
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews span multiple messages. [RT #35137]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3695. [bug] Address a possible race in dispatch.c. [RT #35107]
923de3bb9cf4d619de206544975986a22b18196fMark Andrews3694. [bug] Warn when a key-directory is configured for a zone,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but does not exist or is not a directory. [RT #35108]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3693. [security] memcpy was incorrectly called with overlapping
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews ranges resulting in malformed names being generated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on some platforms. This could cause INSIST failures
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when serving NSEC3 signed zones (CVE-2014-0591).
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews3692. [bug] Two calls to dns_db_getoriginnode were fatal if there
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was no data at the node. [RT #35080]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3691. [contrib] Address null pointer dereference in LDAP and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews MySQL DLZ modules.
d91d025deffd075db2507d44fab04b79920b3e91Mark Andrews3690. [bug] Iterative responses could be missed when the source
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews port for an upstream query was the same as the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews listener port (53). [RT #34925]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3689. [bug] Fixed a bug causing an insecure delegation from one
1d556695ef3c7918ba5061d7d846122d60f5f6c5Mark Andrews static-stub zone to another to fail with a broken
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews trust chain. [RT #35081]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3688. [bug] loadnode could return a freed node on out of memory.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3687. [bug] Address null pointer dereference in zone_xfrdone.
5cd7e9d4db393c314dd1a761c52d2cb3a4da9b72Andreas Gustafsson3686. [func] "dnssec-signzone -Q" drops signatures from keys
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that are still published but no longer active.
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson3685. [bug] "rndc refresh" didn't work correctly with slave
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zones using inline-signing. [RT #35105]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3684. [bug] The list of included files would grow on reload.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3683. [cleanup] Add a more detailed "not found" message to rndc
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews commands which specify a zone name. [RT #35059]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3682. [bug] Correct the behavior of rndc retransfer to allow
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inline-signing slave zones to retain NSEC3 parameters
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of reverting to NSEC. [RT #34745]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3681. [port] Update the Windows build system to support feature
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews selection and WIN64 builds. This is a work in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews progress. [RT #34160]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3680. [bug] Ensure buffer space is available in "rndc zonestatus".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3679. [bug] dig could fail to clean up TCP sockets still
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews waiting on connect(). [RT #35074]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3678. [port] Update config.guess and config.sub. [RT #35060]
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews3677. [bug] 'nsupdate' leaked memory if 'realm' was used multiple
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews times. [RT #35073]
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson3676. [bug] "named-checkconf -z" now checks zones of type
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hint and redirect as well as master. [RT #35046]
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson3675. [misc] Provide a place for third parties to add version
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews information for their extensions in the version
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file by setting the EXTENSIONS variable.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.10.0a1 released ---
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson3674. [bug] RPZ zeroed ttls if the query type was '*'. [RT #35026]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3673. [func] New "in-view" zone option allows direct sharing
3d38596530c389610494e6a6ba70d9f5dc9717c5Andreas Gustafsson of zones between views. [RT #32968]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3672. [func] Local address can now be specified when using
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews dns_client API. [RT #34811]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3671. [bug] Don't allow dnssec-importkey overwrite a existing
b19619260fbd447b0fe3e709b2cc8ae38f27ec3fMark Andrews non-imported private key.
1500a4fe5da9475d5918b27b566a1278ec6b54ebAndreas Gustafsson3670. [bug] Address read after free in server side of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lwres_getrrsetbyname. [RT #29075]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3669. [port] freebsd: --with-gssapi needs -lhx509. [RT #35001]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3668. [bug] Fix cast in lex.c which could see 0xff treated as eof.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3667. [test] dig: add support to keep the TCP socket open between
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews successive queries (+[no]keepopen). [RT #34918]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3666. [func] Add a tool, named-rrchecker, for checking the syntax
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of individual resource records. This tool is intended
ea7b38cd1e5c6c9e099f1b3a702ba531bc4aba0aMark Andrews to be called by provisioning systems so that the front
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews end does not need to be upgraded to support new DNS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews record types. [RT #34778]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3665. [bug] Failure to release lock on error in receive_secure_db.
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson3664. [bug] Updated OpenSSL PKCS#11 patches to fix active list
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews locking and other bugs. [RT #34855]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3663. [bug] Address bugs in dns_rdata_fromstruct and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_rdata_tostruct for WKS and ISDN types. [RT #34910]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3662. [bug] 'host' could die if a UDP query timed out. [RT #34870]
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews3661. [bug] Address lock order reversal deadlock with inline zones.
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews3660. [cleanup] Changed the name of "isc-config.sh" to "bind9-config".
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson3659. [port] solaris: don't add explicit dependencies/rules for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews python programs as make won't use the implicit rules.
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews3658. [port] linux: Address platform specific compilation issue
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when libcap-devel is installed. [RT #34838]
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson3657. [port] Some readline clones don't accept NULL pointers when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews calling add_history. [RT #34842]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3656. [security] Treat an all zero netmask as invalid when generating
05a4a299b599195ca6ede9395b245956a8c3a790Mark Andrews the localnets acl. (The prior behavior could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allow unexpected matches when using some versions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of Winsock: CVE-2013-6320.) [RT #34687]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3655. [cleanup] Simplify TCP message processing when requesting a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone transfer. [RT #34825]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3654. [bug] Address race condition with manual notify requests.
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson3653. [func] Create delegations for all "children" of empty zones
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews except "forward first". [RT #34826]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3652. [bug] Address bug with rpz-drop policy. [RT #34816]
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson3651. [tuning] Adjust when a master server is deemed unreachable.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3650. [tuning] Use separate rate limiting queues for refresh and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews notify requests. [RT #30589]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3649. [cleanup] Include a comment in .nzf files, giving the name of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the associated view. [RT #34765]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3648. [test] Updated the ATF test framework to version 0.17.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3647. [bug] Address a race condition when shutting down a zone.
61d5bfc06be978ea962b1c64309894ac80351771Mark Andrews3646. [bug] Journal filename string could be set incorrectly,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews causing garbage in log messages. [RT #34738]
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews3645. [protocol] Use case sensitive compression when responding to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews queries. [RT #34737]
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson3644. [protocol] Check that EDNS subnet client options are well formed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3643. [doc] Clarify RRL "slip" documentation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3642. [func] Allow externally generated DNSKEY to be imported
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews into the DNSKEY management framework. A new tool
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-importkey is used to do this. [RT #34698]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3641. [bug] Handle changes to sig-validity-interval settings
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews better. [RT #34625]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3640. [bug] ndots was not being checked when searching. Only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews continue searching on NXDOMAIN responses. Add the
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson ability to specify ndots to nslookup. [RT #34711]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3639. [bug] Treat type 65533 (KEYDATA) as opaque except when used
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson in a key zone. [RT #34238]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3638. [cleanup] Add the ability to handle ENOPROTOOPT in case it is
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson encountered. [RT #34668]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3637. [bug] 'allow-query-on' was checking the source address
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rather than the destination address. [RT #34590]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3636. [bug] Automatic empty zones now behave better with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews forward only "zones" beneath them. [RT #34583]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3635. [bug] Signatures were not being removed from a zone with
0aba41458d345ea901cf945d47162e5f23647de9Mark Andrews only KSK keys for a algorithm. [RT #34439]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3634. [func] Report build-id in rndc status. Report build-id
5f7516bee5ace9542701f23fc7723a3e3196802aMark Andrews when building from a git repository. [RT #20422]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3633. [cleanup] Refactor OPT processing in named to make it easier
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to support new EDNS options. [RT #34414]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3632. [bug] Signature from newly inactive keys were not being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews removed. [RT #32178]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3631. [bug] Remove spurious warning about missing signatures when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews qtype is SIG. [RT #34600]
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews3630. [bug] Ensure correct ID computation for MD5 keys. [RT #33033]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3629. [func] Allow the printing of cryptographic fields in DNSSEC
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews records by dig to be suppressed (dig +nocrypto).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3628. [func] Report DNSKEY key id's when dumping the cache.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3627. [bug] RPZ changes were not effective on slaves. [RT #34450]
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson3626. [func] dig: NSID output now easier to read. [RT #21160]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3625. [bug] Don't send notify messages to machines outside of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3624. [bug] Look for 'json_object_new_int64' when looking for a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the json library. [RT #34449]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3623. [placeholder]
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson3622. [tuning] Eliminate an unnecessary lock when incrementing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cache statistics. [RT #34339]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3621. [security] Incorrect bounds checking on private type 'keydata'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can lead to a remotely triggerable REQUIRE failure
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews (CVE-2013-4854). [RT #34238]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3620. [func] Added "rpz-client-ip" policy triggers, enabling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RPZ responses to be configured on the basis of
96ea98af241ef00395f4e61de7e2dacfd9941afcMark Andrews the client IP address; this can be used, for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews example, to blacklist misbehaving recursive
54c4aa0f62aebeb01b6861ee068c1044433fe8feMark Andrews or stub resolvers. [RT #33605]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3619. [bug] Fixed a bug in RPZ with "recursive-only no;"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3618. [func] "rndc reload" now checks modification times of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews include files as well as master files to determine
846474d5a6aa21cebb3e94243a11faa5c20200bfAndreas Gustafsson whether to skip reloading a zone. [RT #33936]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3617. [bug] Named was failing to answer queries during
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "rndc reload" [RT #34098]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3616. [bug] Change #3613 was incomplete. [RT #34177]
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson3615. [cleanup] "configure" now finishes by printing a summary
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of optional BIND features and whether they are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews active or inactive. ("configure --enable-full-report"
f558da602e8b74ed181d9189f20bf32dfa6d8723Brian Wellington increases the verbosity of the summary.) [RT #31777]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3614. [port] Check for <linux/types.h>. [RT #34162]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3613. [bug] named could crash when deleting inline-signing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zones with "rndc delzone". [RT #34066]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3612. [port] Check whether to use -ljson or -ljson-c. [RT #34115]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3611. [bug] Improved resistance to a theoretical authentication
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson attack based on differential timing. [RT #33939]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3610. [cleanup] win32: Some executables had been omitted from the
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson installer. [RT #34116]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3609. [bug] Corrected a possible deadlock in applications using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the export version of the isc_app API. [RT #33967]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3608. [port] win32: added todos.pl script to ensure all text files
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson the win32 build depends on are converted to DOS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews newline format. [RT #22067]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3607. [bug] dnssec-keygen had broken 'Invalid keyfile' error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews message. [RT #34045]
0bd1b2fbfed4aa489e9d5fcbc7f48acb96ba7248Mark Andrews3606. [func] "rndc flushtree" now flushes matching
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews records in the address database and bad cache
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews as well as the DNS cache. (Previously only the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DNS cache was flushed.) [RT #33970]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3605. [port] win32: Addressed several compatibility issues
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson with newer versions of Visual Studio. [RT #33916]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3604. [bug] Fixed a compile-time error when building with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews JSON but not XML. [RT #33959]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3603. [bug] Install <isc/stat.h>. [RT #33956]
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson3602. [contrib] Added DLZ Perl module, allowing Perl scripts to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews integrate with named and serve DNS data.
feb1f6a4ac42988558ecb8dc5dc0c974ec1f0509Brian Wellington (Contributed by John Eaglesham of Yahoo.)
d1a6976967d6cfd93f5a8d80878215691ac8fe74Mark Andrews3601. [bug] Added to PKCS#11 openssl patches a value len
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews attribute in DH derive key. [RT #33928]
5e4c83cfec3f267ea8f22fbb535c61434c94d43cDanny Mayer3600. [cleanup] dig: Fixed a typo in the warning output when receiving
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an oversized response. [RT #33910]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3599. [tuning] Check for pointer equivalence in name comparisons.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3598. [cleanup] Improved portability of map file code. [RT #33820]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3597. [bug] Ensure automatic-resigning heaps are reconstructed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when loading zones in map format. [RT #33381]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3596. [port] Updated win32 build documentation, added
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-verify. [RT #22067]
36e37042c6c9252cdf6eb99bd71ccb6e6c43ba6dBrian Wellington3595. [port] win32: Fix build problems introduced by change #3550.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3594. [maint] Update config.guess and config.sub. [RT #33816]
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews3593. [func] Update EDNS processing to better track remote server
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews capabilities. [RT #30655]
56d69016f4fae2eda4d39c92fe13595251aaadd3Mark Andrews3592. [doc] Moved documentation of rndc command options to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rndc man page. [RT #33506]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3591. [func] Use CRC-64 to detect map file corruption at load
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews time. [RT #33746]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3590. [bug] When using RRL on recursive servers, defer
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews rate-limiting until after recursion is complete;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews also, use correct rcode for slipped NXDOMAIN
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson responses. [RT #33604]
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson3589. [func] Report serial numbers in when starting zone transfers.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Report accepted NOTIFY requests including serial.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3588. [bug] dig: addressed a memory leak in the sigchase code
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson that could cause a shutdown crash. [RT #33733]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3587. [func] 'named -g' now checks the logging configuration but
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson does not use it. [RT #33473]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3586. [bug] Handle errors in xmlDocDumpFormatMemoryEnc. [RT #33706]
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews3585. [func] "rndc delzone -clean" option removes zone files
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when deleting a zone. [RT #33570]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3584. [security] Caching data from an incompletely signed zone could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews trigger an assertion failure in resolver.c
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson (CVE-2013-3919). [RT #33690]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3583. [bug] Address memory leak in GSS-API processing [RT #33574]
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson3582. [bug] Silence false positive warning regarding missing file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews directive for inline slave zones. [RT #33662]
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson3581. [bug] Changed the tcp-listen-queue default to 10. [RT #33029]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3580. [bug] Addressed a possible race in acache.c [RT #33602]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3579. [maint] Updates to PKCS#11 openssl patches, supporting
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson versions 0.9.8y, 1.0.0k, 1.0.1e [RT #33463]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3578. [bug] 'rndc -c file' now fails if 'file' does not exist.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3577. [bug] Handle zero TTL values better. [RT #33411]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3576. [bug] Address a shutdown race when validating. [RT #33573]
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews3575. [func] Changed the logging category for RRL events from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'queries' to 'query-errors'. [RT #33540]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3574. [doc] The 'hostname' keyword was missing from server-id
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews description in the named.conf man page. [RT #33476]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3573. [bug] "rndc addzone" and "rndc delzone" incorrectly handled
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone names containing punctuation marks and other
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews nonstandard characters. [RT #33419]
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson3572. [func] Threads are now enabled by default on most
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews operating systems. [RT #25483]
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson3571. [bug] Address race condition in dns_client_startresolve().
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson3570. [bug] Check internal pointers are valid when loading map
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files. [RT #33403]
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews3569. [contrib] Ported mysql DLZ driver to dynamically-loadable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews module, and added multithread support. [RT #33394]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3568. [cleanup] Add a product description line to the version file,
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews to be reported by named -v/-V. [RT #33366]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3567. [bug] Silence clang static analyzer warnings. [RT #33365]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3566. [func] Log when forwarding updates to master. [RT #33240]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3565. [placeholder]
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson3564. [bug] Improved handling of corrupted map files. [RT #33380]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3563. [contrib] zone2sqlite failed with some table names. [RT #33375]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3562. [func] Update map file header format to include a SHA-1 hash
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the database content, so that corrupted map files
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer can be rejected at load time. [RT #32459]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3561. [bug] dig: issue a warning if an EDNS query returns FORMERR
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer or NOTIMP. Adjust usage message. [RT #33363]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3560. [bug] isc-config.sh did not honor includedir and libdir
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when set via configure. [RT #33345]
89555ff443c8127a533f6c742316c9b1a713cfd5Mark Andrews3559. [func] Check that both forms of Sender Policy Framework
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews records exist or do not exist. [RT #33355]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3558. [bug] IXFR of a DLZ stored zone was broken. [RT #33331]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3557. [bug] Reloading redirect zones was broken. [RT #33292]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3556. [maint] Added AAAA for D.ROOT-SERVERS.NET.
330b421487d7c3a5e699472fe889aa633772057fMark Andrews3555. [bug] Address theoretical race conditions in acache.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (change #3553 was incomplete). [RT #33252]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3554. [bug] RRL failed to correctly rate-limit upward
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews referrals and failed to count dropped error
2c0b26955ee32fcee1757ec1be5a8caf8fe695a6Mark Andrews responses in the statistics. [RT #33225]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3553. [bug] Address suspected double free in acache. [RT #33252]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3552. [bug] Wrong getopt option string for 'nsupdate -r'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3551. [bug] resolver.querydscp[46] were uninitialized. [RT #32686]
1fdbadc594a49b423052ea342dac74ff1a36089dMark Andrews3550. [func] Unified the internal and export versions of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews BIND libraries, allowing external clients to use
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews the same libraries as BIND. [RT #33131]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3549. [doc] Documentation for "request-nsid" was missing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3548. [bug] The NSID request code in resolver.c was broken
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resulting in invalid EDNS options being sent.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3547. [bug] Some malformed unknown rdata records were not properly
de9833be77ef92c17b35c02d138a0ad8df34dd91Mark Andrews detected and rejected. [RT #33129]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3546. [func] Add EUI48 and EUI64 types. [RT #33082]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3545. [bug] RRL slip behavior was incorrect when set to 1.
ec5a06ccf7b15f07d20fd872c3dc1ab8f82f2ceaMark Andrews3544. [contrib] check5011.pl: Script to report the status of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews managed keys as recorded in managed-keys.bind.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Contributed by Tony Finch <dot@dotat.at>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3543. [bug] Update socket structure before attaching to socket
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews manager after accept. [RT #33084]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3542. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3541. [bug] Parts of libdns were not properly initialized when
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson built in libexport mode. [RT #33028]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3540. [test] libt_api: t_info and t_assert were not thread safe.
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson3539. [port] win32: timestamp format didn't match other platforms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3538. [test] Running "make test" now requires loopback interfaces
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be set up. [RT #32452]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3537. [tuning] Slave zones, when updated, now send NOTIFY messages
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to peers before being dumped to disk rather than
ab3eaa20e9a7e56208408563c79b4f8ac01d5e84Andreas Gustafsson after. [RT #27242]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3536. [func] Add support for setting Differentiated Services Code
e1a153c3f095e217eea29958950fea36e54862ceAndreas Gustafsson Point (DSCP) values in named. Most configuration
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews options which take a "port" option (e.g.,
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson listen-on, forwarders, also-notify, masters,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews notify-source, etc) can now also take a "dscp"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews option specifying a code point for use with
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington outgoing traffic, if supported by the underlying
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews OS. [RT #27596]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3535. [bug] Minor win32 cleanups. [RT #32962]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3534. [bug] Extra text after an embedded NULL was ignored when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parsing zone files. [RT #32699]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3533. [contrib] query-loc-0.4.0: memory leaks. [RT #32960]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3532. [contrib] zkt: fixed buffer overrun, resource leaks. [RT #32960]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3531. [bug] win32: A uninitialized value could be returned on out
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of memory. [RT #32960]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3530. [contrib] Better RTT tracking in queryperf. [RT #30128]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3529. [func] Named now listens on both IPv4 and IPv6 interfaces
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by default. Named previously only listened on IPv4
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews interfaces by default unless named was running in
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews IPv6 only mode. [RT #32945]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3528. [func] New "dnssec-coverage" command scans the timing
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington metadata for a set of DNSSEC keys and reports if a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lapse in signing coverage has been scheduled
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inadvertently. (Note: This tool depends on python;
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson it will not be built or installed on systems that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews do not have a python interpreter.) [RT #28098]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3527. [compat] Add a URI to allow applications to explicitly
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington request a particular XML schema from the statistics
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews channel, returning 404 if not supported. [RT #32481]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3526. [cleanup] Set up dependencies for unit tests correctly during
ecd1addb86319bacc6c0bff2c68373619eebbffcMark Andrews build. [RT #32803]
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson3525. [func] Support for additional signing algorithms in rndc:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hmac-sha1, -sha224, -sha256, -sha384, and -sha512.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The -A option to rndc-confgen can be used to
bddfe77128b0f16af263ff149db40f0d885f43d0Mark Andrews select the algorithm for the generated key.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (The default is still hmac-md5; this may
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews change in a future release.) [RT #20363]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3524. [func] Added an alternate statistics channel in JSON format,
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson when the server is built with the json-c library:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews http://[address]:[port]/json. [RT #32630]
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson3523. [contrib] Ported filesystem and ldap DLZ drivers to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dynamically-loadable modules, and added the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "wildcard" module based on a contribution from
0d5e7cd0afaee07302f8364aa454f09b4c63ea79Andreas Gustafsson Vadim Goncharov <vgoncharov@nic.ru>. [RT #23569]
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson3522. [bug] DLZ lookups could fail to return SERVFAIL when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews they ought to. [RT #32685]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3521. [bug] Address memory leak in opensslecdsa_link.c. [RT #32249]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3520. [bug] 'mctx' was not being referenced counted in some places
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews where it should have been. [RT #32794]
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson3519. [func] Full replay protection via four-way handshake is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews now mandatory for rndc clients. Very old versions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of rndc will no longer work. [RT #32798]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3518. [bug] Increase the size of dns_rrl_key.s.rtype by one bit
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington so that all dns_rrl_rtype_t enum values fit regardless
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of whether it is teated as signed or unsigned by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the compiler. [RT #32792]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3517. [bug] Reorder destruction to avoid shutdown race. [RT #32777]
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson3516. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3515. [port] '%T' is not portable in strftime(). [RT #32763]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3514. [bug] The ranges for valid key sizes in ddns-confgen and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rndc-confgen were too constrained. Keys up to 512
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bits are now allowed for most algorithms, and up
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington to 1024 bits for hmac-sha384 and hmac-sha512.
0a2d5c990559ce2b9f95df752db6e93024d9a250Brian Wellington3513. [func] "dig -u" prints times in microseconds rather than
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews milliseconds. [RT #32704]
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson3512. [func] "rndc validation check" reports the current status
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of DNSSEC validation. [RT #21397]
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson3511. [doc] Improve documentation of redirect zones. [RT #32756]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3510. [func] "rndc status" and XML statistics channel now report
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington server start and reconfiguration times. [RT #21048]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3509. [cleanup] Added a product line to version file to allow for
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington easy naming of different products (BIND
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews vs BIND ESV, for example). [RT #32755]
debff476ad3512687a354499c25d2793e2009acdBrian Wellington3508. [contrib] queryperf was incorrectly rejecting the -T option.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3507. [bug] Statistics channel XSL had a glitch when attempting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to chart query data before any queries had been
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson received. [RT #32620]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3506. [func] When setting "max-cache-size" and "max-acache-size",
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the keyword "unlimited" is no longer defined as equal
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington to 4 gigabytes (except on 32-bit platforms); it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews means literally unlimited. [RT #32358]
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson3505. [bug] When setting "max-cache-size" and "max-acache-size",
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews larger values than 4 gigabytes could not be set
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews explicitly, though larger sizes were available
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when setting cache size to 0. This has been
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson corrected; the full range is now available.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3504. [func] Add support for ACLs based on geographic location,
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson using MaxMind GeoIP databases. Based on code
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contributed by Ken Brownfield <kb@slide.com>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3503. [doc] Clarify size_spec syntax. [RT #32449]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3502. [func] zone-statistics: "no" is now a synonym for "none",
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of "terse". [RT #29165]
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews3501. [func] zone-statistics now takes three options: full,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews terse, and none. "yes" and "no" are retained as
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence synonyms for full and terse, respectively. [RT #29165]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3500. [security] Support NAPTR regular expression validation on
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews all platforms without using libregex, which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews can be vulnerable to memory exhaustion attack
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence (CVE-2013-2266). [RT #32688]
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence3499. [doc] Corrected ARM documentation of built-in zones.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3498. [bug] zone statistics for zones which matched a potential
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews empty zone could have their zone-statistics setting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3497. [func] When deleting a slave/stub zone using 'rndc delzone'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews report the files that were being used so they can
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson be cleaned up if desired. [RT #27899]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3496. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3495. [func] Support multiple response-policy zones (up to 32),
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews while improving RPZ performance. "response-policy"
34d5676aac483e00e16056a6834a27b52bed42f0Brian Wellington syntax now includes a "min-ns-dots" clause, with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews default 1, to exclude top-level domains from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NSIP and NSDNAME checking. --enable-rpz-nsip and
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson --enable-rpz-nsdname are now the default. [RT #32251]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3494. [func] DNS RRL: Blunt the impact of DNS reflection and
ef8d97818f0d30a4e09db97af695f504b311372cMark Andrews amplification attacks by rate-limiting substantially-
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews identical responses. [RT #28130]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3493. [contrib] Added BDBHPT dynamically-loadable DLZ module,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews contributed by Mark Goldfinch. [RT #32549]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3492. [bug] Fixed a regression in zone loading performance
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson due to lock contention. [RT #30399]
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson3491. [bug] Slave zones using inline-signing must specify a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews file name. [RT #31946]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3490. [bug] When logging RDATA during update, truncate if it's
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson too long. [RT #32365]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3489. [bug] --enable-developer now turns on ISC_LIST_CHECKINIT.
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence dns_dlzcreate() failed to properly initialize
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dlzdb.link. When cloning a rdataset do not copy
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the link contents. [RT #32651]
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence3488. [bug] Use after free error with DH generated keys. [RT #32649]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3487. [bug] Change 3444 was not complete. There was a additional
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews place where the NOQNAME proof needed to be saved.
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence3486. [bug] named could crash when using TKEY-negotiated keys
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that had been deleted and then recreated. [RT #32506]
6c35e4dd17e6562a6b4d106cbf1d824b9f529356David Lawrence3485. [cleanup] Only compile openssl_gostlink.c if we support GOST.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3484. [bug] Some statistics were incorrectly rendered in XML.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3483. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3482. [func] dig +nssearch now prints name servers that don't
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson have address records (missing AAAA or A, or the name
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews doesn't exist). [RT #29348]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3481. [cleanup] Removed use of const const in atf.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3480. [bug] Silence logging noise when setting up zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews statistics. [RT #32525]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3479. [bug] Address potential memory leaks in gssapi support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews code. [RT #32405]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3478. [port] Fix a build failure in strict C99 environments
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3477. [func] Expand logging when adding records via DDNS update
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3476. [bug] "rndc zonestatus" could report a spurious "not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews found" error on inline-signing zones. [RT #29226]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3475. [cleanup] Changed name of 'map' zone file format (previously
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'fast'). [RT #32458]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3474. [bug] nsupdate could assert when the local and remote
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews address families didn't match. [RT #22897]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews3473. [bug] dnssec-signzone/verify could incorrectly report
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an error condition due to an empty node above an
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews opt-out delegation lacking an NSEC3. [RT #32072]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews3472. [bug] The active-connections counter in the socket
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews statistics could underflow. [RT #31747]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3471. [bug] The number of UDP dispatches now defaults to
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews the number of CPUs even if -n has been set to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a higher value. [RT #30964]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3470. [bug] Slave zones could fail to dump when successfully
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews refreshing after an initial failure. [RT #31276]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews3469. [bug] Handle DLZ lookup failures more gracefully. Improve
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews backward compatibility between versions of DLZ dlopen
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews API. [RT #32275]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews3468. [security] RPZ rules to generate A records (but not AAAA records)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could trigger an assertion failure when used in
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews conjunction with DNS64 (CVE-2012-5689). [RT #32141]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews3467. [bug] Added checks in dnssec-keygen and dnssec-settime
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to check for delete date < inactive date. [RT #31719]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3466. [contrib] Corrected the DNS_CLIENTINFOMETHODS_VERSION check
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews in DLZ example driver. [RT #32275]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews3465. [bug] Handle isolated reserved ports. [RT #31778]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews3464. [maint] Updates to PKCS#11 openssl patches, supporting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3463. [doc] Clarify managed-keys syntax in ARM. [RT #32232]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3462. [doc] Clarify server selection behavior of dig when using
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson -4 or -6 options. [RT #32181]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3461. [bug] Negative responses could incorrectly have AD=1
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson set. [RT #32237]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3460. [bug] Only link against readline where needed. [RT #29810]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3459. [func] Added -J option to named-checkzone/named-compilezone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to specify the path to the journal file. [RT #30958]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3458. [bug] Return FORMERR when presented with a overly long
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson domain named in a request. [RT #29682]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3457. [protocol] Add ILNP records (NID, LP, L32, L64). [RT #31836]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3456. [port] g++47: ATF failed to compile. [RT #32012]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3455. [contrib] queryperf: fix getopt option list. [RT #32338]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3454. [port] sparc64: improve atomic support. [RT #25182]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3453. [bug] 'rndc addzone' of a zone with 'inline-signing yes;'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failed. [RT #31960]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3452. [bug] Accept duplicate singleton records. [RT #32329]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3451. [port] Increase per thread stack size from 64K to 1M.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence3450. [bug] Stop logfileconfig system test spam system logs.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence3449. [bug] gen.c: use the pre-processor to construct format
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews strings so that compiler can perform sanity checks;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews check the snprintf results. [RT #17576]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3448. [bug] The allow-query-on ACL was not processed correctly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3447. [port] Add support for libxml2-2.9.x [RT #32231]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3446. [port] win32: Add source ID (see change #3400) to build.
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews3445. [bug] Warn about zone files with blank owner names
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews immediately after $ORIGIN directives. [RT #31848]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3444. [bug] The NOQNAME proof was not being returned from cached
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews insecure responses. [RT #21409]
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews3443. [bug] ddns-confgen: Some TSIG algorithms were incorrectly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rejected when generating keys. [RT #31927]
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews3442. [port] Net::DNS 0.69 introduced a non backwards compatible
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews change. [RT #32216]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence3441. [maint] D.ROOT-SERVERS.NET is now 199.7.91.13.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3440. [bug] Reorder get_key_struct to not trigger a assertion when
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson cleaning up due to out of memory error. [RT #32131]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence3439. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3438. [bug] Don't accept unknown data escape in quotes. [RT #32031]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence3437. [bug] isc_buffer_init -> isc_buffer_constinit to initialize
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buffers with constant data. [RT #32064]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3436. [bug] Check malloc/calloc return values. [RT #32088]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence3435. [bug] Cross compilation support in configure was broken.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3434. [bug] Pass client info to the DLZ findzone() entry
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews point in addition to lookup(). This makes it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews possible for a database to answer differently
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews whether it's authoritative for a name depending
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on the address of the client. [RT #31775]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3433. [bug] dlz_findzone() did not correctly handle
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ISC_R_NOMORE. [RT #31172]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3432. [func] Multiple DLZ databases can now be configured.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DLZ databases are searched in the order configured,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unless set to "search no", in which case a
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence zone can be configured to be retrieved from a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews particular DLZ database by using a "dlz <name>"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews option in the zone statement. DLZ databases can
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence support type "master" and "redirect" zones.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3431. [bug] ddns-confgen: Some valid key algorithms were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not accepted. [RT #31927]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3430. [bug] win32: isc_time_formatISO8601 was missing the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'T' between the date and time. [RT #32044]
5455f30a7532738d750252c00e649890c694ee30Brian Wellington3429. [bug] dns_zone_getserial2 could a return success without
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews returning a valid serial. [RT #32007]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3428. [cleanup] dig: Add timezone to date output. [RT #2269]
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington3427. [bug] dig +trace incorrectly displayed name server
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews addresses instead of names. [RT #31641]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3426. [bug] dnssec-checkds: Clearer output when records are not
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews found. [RT #31968]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3425. [bug] "acacheentry" reference counting was broken resulting
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson in use after free. [RT #31908]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3424. [func] dnssec-dsfromkey now emits the hash without spaces.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3423. [bug] "rndc signing -nsec3param" didn't accept the full
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson range of possible values. Address portability issues.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3422. [bug] Added a clear error message for when the SOA does not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews match the referral. [RT #31281]
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson3421. [bug] Named loops when re-signing if all keys are offline.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3420. [bug] Address VPATH compilation issues. [RT #31879]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3419. [bug] Memory leak on validation cancel. [RT #31869]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3418. [func] New XML schema (version 3.0) for the statistics channel
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson adds query type statistics at the zone level, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews flattens the XML tree and uses compressed format to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews optimize parsing. Includes new XSL that permits
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews charting via the Google Charts API on browsers that
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson support javascript in XSL. The old XML schema has been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews deprecated. [RT #30023]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3417. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3416. [bug] Named could die on shutdown if running with 128 UDP
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington dispatches per interface. [RT #31743]
751aa24c98fea02215cad95a08411af547d70e41Bob Halley3415. [bug] named could die with a REQUIRE failure if a validation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was canceled. [RT #31804]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3414. [bug] Address locking issues found by Coverity. [RT #31626]
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson3413. [func] Record the number of DNS64 AAAA RRsets that have been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews synthesized. [RT #27636]
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson3412. [bug] Copy timeval structure from control message data.
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson3411. [tuning] Use IPV6_USE_MIN_MTU or equivalent with TCP in addition
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to UDP. [RT #31690]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3410. [bug] Addressed Coverity warnings. [RT #31626]
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson3409. [contrib] contrib/dane/mkdane.sh: Tool to generate TLSA RR's
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from X.509 certificates, for use with DANE
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (DNS-based Authentication of Named Entities).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3408. [bug] Some DNSSEC-related options (update-check-ksk,
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington dnssec-loadkeys-interval, dnssec-dnskey-kskonly)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews are now legal in slave zones as long as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inline-signing is in use. [RT #31078]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3407. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3406. [bug] mem.c: Fix compilation errors when building with
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson ISC_MEM_TRACKLINES or ISC_MEMPOOL_NAMES disabled.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also, ISC_MEM_DEBUG is no longer optional. [RT #31559]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3405. [bug] Handle time going backwards in acache. [RT #31253]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3404. [bug] dnssec-signzone: When re-signing a zone, remove
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RRSIG and NSEC records from nodes that used to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in-zone but are now below a zone cut. [RT #31556]
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson3403. [bug] Silence noisy OpenSSL logging. [RT #31497]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3402. [test] The IPv6 interface numbers used for system
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson tests were incorrect on some platforms. [RT #25085]
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence3401. [bug] Addressed Coverity warnings. [RT #31484]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3400. [cleanup] "named -V" can now report a source ID string, defined
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the "srcid" file in the build tree and normally set
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence to the most recent git hash. [RT #31494]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3399. [port] netbsd: rename 'bool' parameter to avoid namespace
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews clash. [RT #31515]
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson3398. [bug] SOA parameters were not being updated with inline
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signed zones if the zone was modified while the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server was offline. [RT #29272]
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson3397. [bug] dig crashed when using +nssearch with +tcp. [RT #25298]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3396. [bug] OPT records were incorrectly removed from signed,
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson truncated responses. [RT #31439]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3395. [protocol] Add RFC 6598 reverse zones to built in empty zones
cedd0ab1e812ec7cf05d57c3e602db41b79f0a2aAndreas Gustafsson list, 64.100.IN-ADDR.ARPA ... 127.100.IN-ADDR.ARPA.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3394. [bug] Adjust 'successfully validated after lower casing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signer' log level and category. [RT #31414]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3393. [bug] 'host -C' could core dump if REFUSED was received.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3392. [func] Keep statistics on REFUSED responses. [RT #31412]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3391. [bug] A DNSKEY lookup that encountered a CNAME failed.
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson3390. [bug] Silence clang compiler warnings. [RT #30417]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3389. [bug] Always return NOERROR (not 0) in TSIG. [RT #31275]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3388. [bug] Fixed several Coverity warnings.
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson Note: This change includes a fix for a bug that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was subsequently determined to be an exploitable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews security vulnerability, CVE-2012-5688: named could
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington die on specific queries with dns64 enabled.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3387. [func] DS digest can be disabled at runtime with
55ddb88e53838693370c213930beda1652b8a583Brian Wellington disable-ds-digests. [RT #21581]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3386. [bug] Address locking violation when generating new NSEC /
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington NSEC3 chains. [RT #31224]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3385. [bug] named-checkconf didn't detect missing master lists
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington in also-notify clauses. [RT #30810]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3384. [bug] Improved logging of crypto errors. [RT #30963]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3383. [security] A certain combination of records in the RBT could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cause named to hang while populating the additional
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley section of a response. [RT #31090]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3382. [bug] SOA query from slave used use-v6-udp-ports range,
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington if set, regardless of the address family in use.
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence3381. [contrib] Update queryperf to support more RR types.
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence3380. [bug] named could die if a nonexistent master list was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews referenced in a also-notify. [RT #31004]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3379. [bug] isc_interval_zero and isc_time_epoch should be
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington "const (type)* const". [RT #31069]
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington3378. [bug] Handle missing 'managed-keys-directory' better.
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington3377. [bug] Removed spurious newline from NSEC3 multiline
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews output. [RT #31044]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3376. [bug] Lack of EDNS support was being recorded without a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews successful response. [RT #30811]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3375. [bug] 'rndc dumpdb' failed on empty caches. [RT #30808]
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson3374. [bug] isc_parse_uint32 failed to return a range error on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews systems with 64 bit longs. [RT #30232]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3373. [bug] win32: open raw files in binary mode. [RT #30944]
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson3372. [bug] Silence spurious "deleted from unreachable cache"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews messages. [RT #30501]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3371. [bug] AD=1 should behave like DO=1 when deciding whether to
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington add NS RRsets to the additional section or not.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3370. [bug] Address use after free while shutting down. [RT #30241]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3369. [bug] nsupdate terminated unexpectedly in interactive mode
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if built with readline support. [RT #29550]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3368. [bug] <dns/iptable.h>, <dns/private.h> and <dns/zone.h>
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews were not C++ safe.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3367. [bug] dns_dnsseckey_create() result was not being checked.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3366. [bug] Fixed Read-After-Write dependency violation for IA64
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews atomic operations. [RT #25181]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3365. [bug] Removed spurious newlines from log messages in
54d64c7994d01da590462ecc56faf1a87fc4abb9Brian Wellington3364. [security] Named could die on specially crafted record.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3363. [bug] Need to allow "forward" and "fowarders" options
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in static-stub zones; this had been overlooked.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3362. [bug] Setting some option values to 0 in named.conf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could trigger an assertion failure on startup.
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson3361. [bug] "rndc signing -nsec3param" didn't work correctly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when salt was set to '-' (no salt). [RT #30099]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3360. [bug] 'host -w' could die. [RT #18723]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3359. [bug] An improperly-formed TSIG secret could cause a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews memory leak. [RT #30607]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3358. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3357. [port] Add support for libxml2-2.8.x [RT #30440]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3356. [bug] Cap the TTL of signed RRsets when RRSIGs are
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence approaching their expiry, so they don't remain
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in caches after expiry. [RT #26429]
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson3355. [port] Use more portable awk in verify system test.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3354. [func] Improve OpenSSL error logging. [RT #29932]
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington3353. [bug] Use a single task for task exclusive operations.
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington3352. [bug] Ensure that learned server attributes timeout of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews adb cache. [RT #29856]
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews3351. [bug] isc_mem_put and isc_mem_putanddetach didn't report
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews caller if either ISC_MEM_DEBUGSIZE or ISC_MEM_DEBUGCTX
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley memory debugging flags are set. [RT #30243]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3350. [bug] Memory read overrun in isc___mem_reallocate if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ISC_MEM_DEBUGCTX memory debugging flag is set.
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley3349. [bug] Change #3345 was incomplete. [RT #30233]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3348. [bug] Prevent RRSIG data from being cached if a negative
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews record matching the covering type exists at a higher
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews trust level. Such data already can't be retrieved from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the cache since change 3218 -- this prevents it
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson being inserted into the cache as well. [RT #26809]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3347. [bug] dnssec-settime: Issue a warning when writing a new
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson private key file would cause a change in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews permissions of the existing file. [RT #27724]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3346. [security] Bad-cache data could be used before it was
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson initialized, causing an assert. [RT #30025]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3345. [bug] Addressed race condition when removing the last item
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington or inserting the first item in an ISC_QUEUE.
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley3344. [func] New "dnssec-checkds" command checks a zone to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews determine which DS records should be published
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the parent zone, or which DLV records should be
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington published in a DLV zone, and queries the DNS to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ensure that it exists. (Note: This tool depends
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson on python; it will not be built or installed on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews systems that do not have a python interpreter.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3343. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3342. [bug] Change #3314 broke saving of stub zones to disk
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resulting in excessive cpu usage in some cases.
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews3341. [func] New "dnssec-verify" command checks a signed zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to ensure correctness of signatures and of NSEC/NSEC3
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews chains. [RT #23673]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3340. [func] Added new 'map' zone file format, which is an image
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson of a zone database that can be loaded directly into
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews memory via mmap(), allowing much faster zone loading.
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson (Note: Because of pointer sizes and other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews considerations, this file format is platform-dependent;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'map' zone files cannot always be transferred from one
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews server to another.) [RT #25419]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3339. [func] Allow the maximum supported rsa exponent size to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specified: "max-rsa-exponent-size <value>;" [RT #29228]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3338. [bug] Address race condition in units tests: asyncload_zone
df0f58959ed82a2a43ca8d816ce9592541df9f2fMark Andrews and asyncload_zt. [RT #26100]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3337. [bug] Change #3294 broke support for the multiple keys
903e9d41ef730f098d38da9588f2824f37b7d73cMark Andrews in controls. [RT #29694]
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley3336. [func] Maintain statistics for RRsets tagged as "stale".
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson3335. [func] nslookup: return a nonzero exit code when unable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to get an answer. [RT #29492]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3334. [bug] Hold a zone table reference while performing a
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson asynchronous load of a zone. [RT #28326]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3333. [bug] Setting resolver-query-timeout too low can cause
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington named to not recover if it loses connectivity.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3332. [bug] Re-use cached DS rrsets if possible. [RT #29446]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3331. [security] dns_rdataslab_fromrdataset could produce bad
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews rdataslabs. [RT #29644]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3330. [func] Fix missing signatures on NOERROR results despite
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RPZ rewriting. Also
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley - add optional "recursive-only yes|no" to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response-policy statement
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - add optional "max-policy-ttl" to the response-policy
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews statement to limit the false data that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "recursive-only no" can introduce into
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson resolvers' caches
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - add a RPZ performance test to bin/tests/system/rpz
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when queryperf is available.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - the encoding of PASSTHRU action to "rpz-passthru".
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington (The old encoding is still accepted.)
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington3329. [bug] Handle RRSIG signer-name case consistently: We
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews generate RRSIG records with the signer-name in
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington lower case. We accept them with any case, but if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews they fail to validate, we try again in lower case.
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington3328. [bug] Fixed inconsistent data checking in dst_parse.c.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3327. [func] Added 'filter-aaaa-on-v6' option; this is similar
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson to 'filter-aaaa-on-v4' but applies to IPv6
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews connections. (Use "configure --enable-filter-aaaa"
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson to enable this option.) [RT #27308]
9a7d163f6f305d48771b4c56d8d18efc6dfc8fc3Mark Andrews3326. [func] Added task list statistics: task model, worker
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews threads, quantum, tasks running, tasks ready.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3325. [func] Report cache statistics: memory use, number of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nodes, number of hash buckets, hit and miss counts.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3324. [test] Add better tests for ADB stats [RT #27057]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3323. [func] Report the number of buckets the resolver is using.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3322. [func] Monitor the number of active TCP and UDP dispatches.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3321. [func] Monitor the number of recursive fetches and the
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington number of open sockets, and report these values in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the statistics channel. [RT #27054]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3320. [func] Added support for monitoring of recursing client
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews count. [RT #27009]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3319. [func] Added support for monitoring of ADB entry count and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews hash size. [RT #27057]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3318. [tuning] Reduce the amount of work performed while holding a
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington bucket lock when finished with a fetch context.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3317. [func] Add ECDSA support (RFC 6605). [RT #21918]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3316. [tuning] Improved locking performance when recursing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3315. [tuning] Use multiple dispatch objects for sending upstream
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews queries; this can improve performance on busy
8e68489885e744ab48907414b4199c36858c27ddMark Andrews multiprocessor systems by reducing lock contention.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3314. [bug] The masters list could be updated while stub_callback
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or refresh_callback were using it. [RT #26732]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3313. [protocol] Add TLSA record type. [RT #28989]
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson3312. [bug] named-checkconf didn't detect a bad dns64 clients acl.
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson3311. [bug] Abort the zone dump if zone->db is NULL in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone.c:zone_gotwritehandle. [RT #29028]
7427490a67b9547242b57c255254f7e146127c48Bob Halley3310. [test] Increase table size for mutex profiling. [RT #28809]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3309. [bug] resolver.c:fctx_finddone() was not thread safe.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3308. [placeholder]
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson3307. [bug] Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews3306. [bug] Improve DNS64 reverse zone performance. [RT #28563]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3305. [func] Add wire format lookup method to sdb. [RT #28563]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3304. [bug] Use hmctx, not mctx when freeing rbtdb->heaps.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3303. [bug] named could die when reloading. [RT #28606]
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington3302. [bug] dns_dnssec_findmatchingkeys could fail to find
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews keys if the zone name contained character that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews required special mappings. [RT #28600]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3301. [contrib] Update queryperf to build on darwin. Add -R flag
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for non-recursive queries. [RT #28565]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3300. [bug] Named could die if gssapi was enabled in named.conf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but was not compiled in. [RT #28338]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3299. [bug] Make SDB handle errors from database drivers better.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3298. [bug] Named could dereference a NULL pointer in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zmgr_start_xfrin_ifquota if the zone was being removed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3297. [bug] Named could die on a malformed master file. [RT #28467]
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews3296. [bug] Named could die with a INSIST failure in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews client.c:exit_check. [RT #28346]
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews3295. [bug] Adjust isc_time_secondsastimet range check to be more
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews portable. [RT # 26542]
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson3294. [bug] isccc/cc.c:table_fromwire failed to free alist on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews error. [RT #28265]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3293. [func] nsupdate: list supported type. [RT #28261]
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson3292. [func] Log messages in the axfr stream at debug 10.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3291. [port] Fixed a build error on systems without ENOTSUP.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3290. [bug] <isc/hmacsha.h> was not being installed. [RT #28169]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3289. [bug] 'rndc retransfer' failed for inline zones. [RT #28036]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3288. [bug] dlz_destroy() function wasn't correctly registered
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington by the DLZ dlopen driver. [RT #28056]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3287. [port] Update ans.pl to work with Net::DNS 0.68. [RT #28028]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3286. [bug] Managed key maintenance timer could fail to start
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews after 'rndc reconfig'. [RT #26786]
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington3285. [bug] val-frdataset was incorrectly disassociated in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews proveunsecure after calling startfinddlvsep.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3284. [bug] Address race conditions with the handling of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3283. [bug] Raw zones with with more than 512 records in a RRset
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failed to load. [RT #27863]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3282. [bug] Restrict the TTL of NS RRset to no more than that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the old NS RRset when replacing it.
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington [RT #27792] [RT #27884]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3281. [bug] SOA refresh queries could be treated as cancelled
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson despite succeeding over the loopback interface.
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews3280. [bug] Potential double free of a rdataset on out of memory
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with DNS64. [RT #27762]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3279. [bug] Hold a internal reference to the zone while performing
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson a asynchronous load. Address potential memory leak
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if the asynchronous is cancelled. [RT #27750]
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson3278. [bug] Make sure automatic key maintenance is started
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when "auto-dnssec maintain" is turned on during
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "rndc reconfig". [RT #26805]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3277. [bug] win32: isc_socket_dup is not implemented. [RT #27696]
66921d6dd259c4486a07aba19eee2b8349698575Brian Wellington3276. [bug] win32: ns_os_openfile failed to return NULL on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews safe_open failure. [RT #27696]
b65fc651b8aaab5d0fb9b8f6ef583d699d14a113Mark Andrews3275. [bug] Corrected rndc -h output; the 'rndc sync -clean'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews option had been misspelled as '-clear'. (To avoid
2728a98ee4104b2fb30f273893a7f354e20002b5Mark Andrews future confusion, both options now work.) [RT #27173]
be387fd057ee54ae5d84904e69587d6e29bd3950Mark Andrews3274. [placeholder]
d72269740049af28b091ba81d68a067c88f53547Mark Andrews3273. [bug] AAAA responses could be returned in the additional
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews section even when filter-aaaa-on-v4 was in use.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3272. [func] New "rndc zonestatus" command prints information
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews about the specified zone. [RT #21671]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3271. [port] darwin: mksymtbl is not always stable, loop several
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson times before giving up. mksymtbl was using non
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews portable perl to covert 64 bit hex strings. [RT #27653]
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington --- 9.9.0rc2 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3270. [bug] "rndc reload" didn't reuse existing zones correctly
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson when inline-signing was in use. [RT #27650]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3269. [port] darwin 11 and later now built threaded by default.
9b0c4bf7003db929fe00a345fc96fb97677d29e0Brian Wellington3268. [bug] Convert RRSIG expiry times to 64 timestamps to work
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews out the earliest expiry time. [RT #23311]
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson3267. [bug] Memory allocation failures could be mis-reported as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unexpected error. New ISC_R_UNSET result code.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3266. [bug] The maximum number of NSEC3 iterations for a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DNSKEY RRset was not being properly computed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3265. [bug] Corrected a problem with lock ordering in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inline-signing code. [RT #27557]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3264. [bug] Automatic regeneration of signatures in an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inline-signing zone could stall when the server
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington was restarted. [RT #27344]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3263. [bug] "rndc sync" did not affect the unsigned side of an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inline-signing zone. [RT #27337]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3262. [bug] Signed responses were handled incorrectly by RPZ.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3261. [func] RRset ordering now defaults to random. [RT #27174]
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington3260. [bug] "rrset-order cyclic" could appear not to rotate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for some query patterns. [RT #27170/27185]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.9.0rc1 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3259. [bug] named-compilezone: Suppress "dump zone to <file>"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews message when writing to stdout. [RT #27109]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3258. [test] Add "forcing full sign with unreadable keys" test.
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson3257. [bug] Do not generate a error message when calling fsync()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in a pipe or socket. [RT #27109]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3256. [bug] Disable empty zones for lwresd -C. [RT #27139]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3255. [func] No longer require that a empty zones be explicitly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews enabled or that a empty zone is disabled for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RFC 1918 empty zones to be configured. [RT #27139]
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington3254. [bug] Set isc_socket_ipv6only() on the IPv6 control channels.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3253. [bug] Return DNS_R_SYNTAX when the input to a text field is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews too long. [RT #26956]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3252. [bug] When master zones using inline-signing were
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington updated while the server was offline, the source
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone could fall out of sync with the signed
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington copy. They can now resynchronize. [RT #26676]
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington3251. [bug] Enforce a upper bound (65535 bytes) on the amount of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews memory dns_sdlz_putrr() can allocate per record to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews prevent run away memory consumption on ISC_R_NOSPACE.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3250. [func] 'configure --enable-developer'; turn on various
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configure options, normally off by default, that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews we want developers to build and test with. [RT #27103]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3249. [bug] Update log message when saving slave zones files for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews analysis after load failures. [RT #27087]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3248. [bug] Configure options --enable-fixed-rrset and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --enable-exportlib were incompatible with each
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer other. [RT #27087]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3247. [bug] 'raw' format zones failed to preserve load order
f7e900edbc368275aa7cec7ebec0986e45aeadd7Mark Andrews breaking 'fixed' sort order. [RT #27087]
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington3246. [bug] Named failed to start with a empty also-notify list.
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington3245. [bug] Don't report a error unchanged serials unless there
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews were other changes when thawing a zone with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ixfr-fromdifferences. [RT #26845]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3244. [func] Added readline support to nslookup and nsupdate.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also simplified nsupdate syntax to make "update"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and "prereq" optional. [RT #24659]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3243. [port] freebsd,netbsd,bsdi: the thread defaults were not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews being properly set.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3242. [func] Extended the header of raw-format master files to
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence include the serial number of the zone from which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews they were generated, if different (as in the case
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson of inline-signing zones). This is to be used in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inline-signing zones, to track changes between the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unsigned and signed versions of the zone, which may
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews have different serial numbers.
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence (Note: raw zonefiles generated by this version of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews BIND are no longer compatible with prior versions.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews To generate a backward-compatible raw zonefile
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence using dnssec-signzone or named-compilezone, specify
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews output format "raw=0" instead of simply "raw".)
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews3241. [bug] Address race conditions in the resolver code.
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews3240. [bug] DNSKEY state change events could be missed. [RT #26874]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3239. [bug] dns_dnssec_findmatchingkeys needs to use a consistent
be171be1799e0ba8cdd35d4f67b772ff086d0d81Andreas Gustafsson timestamp. [RT #26883]
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson3238. [bug] keyrdata was not being reinitialized in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lib/dns/rbtdb.c:iszonesecure. [RT #26913]
ef9f9001fca9445ef315b1e76a66fc84fef6fdc6Andreas Gustafsson3237. [bug] dig -6 didn't work with +trace. [RT #26906]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3236. [bug] Backed out changes #3182 and #3202, related to
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington EDNS(0) fallback behavior. [RT #26416]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3235. [func] dns_db_diffx, a extended dns_db_diff which returns
86b8c485762daa54a96d033110f6f41ea96e5213David Lawrence the generated diff and optionally writes it to a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews journal. [RT #26386]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3234. [bug] 'make depend' produced invalid makefiles. [RT #26830]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3233. [bug] 'rndc freeze/thaw' didn't work for inline zones.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3232. [bug] Zero zone->curmaster before return in
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence dns_zone_setmasterswithkeys(). [RT #26732]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3231. [bug] named could fail to send a incompressible zone.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3230. [bug] 'dig axfr' failed to properly handle a multi-message
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence axfr with a serial of 0. [RT #26796]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3229. [bug] Fix local variable to struct var assignment
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews found by CLANG warning.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3228. [tuning] Dynamically grow symbol table to improve zone
8dc3d2006f679d0a291f7a20612c37e2a7146096Brian Wellington loading performance. [RT #26523]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3227. [bug] Interim fix to make WKS's use of getprotobyname()
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson and getservbyname() self thread safe. [RT #26232]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3226. [bug] Address minor resource leakages. [RT #26624]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3225. [bug] Silence spurious "setsockopt(517, IPV6_V6ONLY) failed"
f0f61db621eed0c453e31bb85f6803c550e19a6bAndreas Gustafsson messages. [RT #26507]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3224. [bug] 'rndc signing' argument parsing was broken. [RT #26684]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3223. [bug] 'task_test privilege_drop' generated false positives.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3222. [cleanup] Replace dns_journal_{get,set}_bitws with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_journal_{get,set}_sourceserial. [RT #26634]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3221. [bug] Fixed a potential core dump on shutdown due to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews referencing fetch context after it's been freed.
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington --- 9.9.0b2 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3220. [bug] Change #3186 was incomplete; dns_db_rpz_findips()
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson could fail to set the database version correctly,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews causing an assertion failure. [RT #26180]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3219. [bug] Disable NOEDNS caching following a timeout.
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson3218. [security] Cache lookup could return RRSIG data associated with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nonexistent records, leading to an assertion
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failure. [RT #26590]
f53848e17123569387b279578f0100dca5407da5Mark Andrews3217. [cleanup] Fix build problem with --disable-static. [RT #26476]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3216. [bug] resolver.c:validated() was not thread-safe. [RT #26478]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3215. [bug] 'rndc recursing' could cause a core dump. [RT #26495]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3214. [func] Add 'named -U' option to set the number of UDP
acc63b06d9e4e2137950dabddcccd17d8b336ca0Olafur Gudmundsson listener threads per interface. [RT #26485]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3213. [doc] Clarify ixfr-from-differences behavior. [RT #25188]
051706a29a73416fbae116952dd6b6bdda765538Mark Andrews3212. [bug] rbtdb.c: failed to remove a node from the deadnodes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews list prior to adding a reference to it leading a
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington possible assertion failure. [RT #23219]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3211. [func] dnssec-signzone: "-f -" prints to stdout; "-O full"
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson option prints in single-line-per-record format.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3210. [bug] Canceling the oldest query due to recursive-client
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews overload could trigger an assertion failure. [RT #26463]
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson3209. [func] Add "dnssec-lookaside 'no'". [RT #24858]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3208. [bug] 'dig -y' handle unknown tsig algorithm better.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3207. [contrib] Fixed build error in Berkeley DB DLZ module. [RT #26444]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3206. [cleanup] Add ISC information to log at start time. [RT #25484]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3205. [func] Upgrade dig's defaults to better reflect modern
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nameserver behavior. Enable "dig +adflag" and
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence "dig +edns=0" by default. Enable "+dnssec" when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews running "dig +trace". [RT #23497]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3204. [bug] When a master server that has been marked as
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence unreachable sends a NOTIFY, mark it reachable
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews again. [RT #25960]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3203. [bug] Increase log level to 'info' for validation failures
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from expired or not-yet-valid RRSIGs. [RT #21796]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3202. [bug] NOEDNS caching on timeout was too aggressive.
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington3201. [func] 'rndc querylog' can now be given an on/off parameter
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews instead of only being used as a toggle. [RT #18351]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3200. [doc] Some rndc functions were undocumented or were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews missing from 'rndc -h' output. [RT #25555]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3199. [func] When logging client information, include the name
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews being queried. [RT #25944]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3198. [doc] Clarified that dnssec-settime can alter keyfile
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews permissions. [RT #24866]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3197. [bug] Don't try to log the filename and line number when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the config parser can't open a file. [RT #22263]
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson3196. [bug] nsupdate: return nonzero exit code when target zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews doesn't exist. [RT #25783]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3195. [cleanup] Silence "file not found" warnings when loading
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews managed-keys zone. [RT #26340]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3194. [doc] Updated RFC references in the 'empty-zones-enable'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews documentation. [RT #25203]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3193. [cleanup] Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3192. [bug] A query structure could be used after being freed.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3191. [bug] Print NULL records using "unknown" format. [RT #26392]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3190. [bug] Underflow in error handling in isc_mutexblock_init.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3189. [test] Added a summary report after system tests. [RT #25517]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3188. [bug] zone.c:zone_refreshkeys() could fail to detach
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews references correctly when errors occurred, causing
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington a hang on shutdown. [RT #26372]
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington3187. [port] win32: support for Visual Studio 2008. [RT #26356]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.9.0b1 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3186. [bug] Version/db mis-match in rpz code. [RT #26180]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3185. [func] New 'rndc signing' option for auto-dnssec zones:
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington - 'rndc signing -list' displays the current
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews state of signing operations
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - 'rndc signing -clear' clears the signing state
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson records for keys that have fully signed the zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - 'rndc signing -nsec3param' sets the NSEC3
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parameters for the zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The 'rndc keydone' syntax is removed. [RT #23729]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3184. [bug] named had excessive cpu usage when a redirect zone was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configured. [RT #26013]
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson3183. [bug] Added RTLD_GLOBAL flag to dlopen call. [RT #26301]
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington3182. [bug] Auth servers behind firewalls which block packets
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews greater than 512 bytes may cause other servers to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews perform poorly. Now, adb retains edns information
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson and caches noedns servers. [RT #23392/24964]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3181. [func] Inline-signing is now supported for master zones.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3180. [func] Local copies of slave zones are now saved in raw
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson format by default, to improve startup performance.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'masterfile-format text;' can be used to override
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the default, if desired. [RT #25867]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3179. [port] kfreebsd: build issues. [RT #26273]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3178. [bug] A race condition introduced by change #3163 could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews cause an assertion failure on shutdown. [RT #26271]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3177. [func] 'rndc keydone', remove the indicator record that
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews named has finished signing the zone with the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews corresponding key. [RT #26206]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3176. [doc] Corrected example code and added a README to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sample external DLZ module in contrib/dlz/example.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3175. [bug] Fix how DNSSEC positive wildcard responses from a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NSEC3 signed zone are validated. Stop sending a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unnecessary NSEC3 record when generating such
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews responses. [RT #26200]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3174. [bug] Always compute to revoked key tag from scratch.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3173. [port] Correctly validate root DS responses. [RT #25726]
59e1a928bc4253b91ead0f7c46be7d3984cb3016Bob Halley3172. [port] darwin 10.* and freebsd [89] are now built threaded by
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson3171. [bug] Exclusively lock the task when adding a zone using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'rndc addzone'. [RT #25600]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.9.0a3 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3170. [func] RPZ update:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - fix precedence among competing rules
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews - improve ARM text including documenting rule precedence
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - try to rewrite CNAME chains until first hit
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - new "rpz" logging channel
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews - RDATA for CNAME rules can include wildcards
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - replace "NO-OP" named.conf policy override with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "PASSTHRU" and add "DISABLED" override ("NO-OP"
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews is still recognized)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3169. [func] Catch db/version mis-matches when calling dns_db_*().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3168. [bug] Nxdomain redirection could trigger an assert with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a ANY query. [RT #26017]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3167. [bug] Negative answers from forwarders were not being
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews correctly tagged making them appear to not be cached.
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson3166. [bug] Upgrading a zone to support inline-signing failed.
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley3165. [bug] dnssec-signzone could generate new signatures when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews resigning, even when valid signatures were already
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews present. [RT #26025]
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley3164. [func] Enable DLZ modules to retrieve client information,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews so that responses can be changed depending on the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews source address of the query. [RT #25768]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3163. [bug] Use finer-grained locking in client.c to address
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews concurrency problems with large numbers of threads.
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson3162. [test] start.pl: modified to allow for "named.args" in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ns*/ subdirectory to override stock arguments to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews named. Largely from RT #26044, but no separate ticket.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3161. [bug] zone.c:del_sigs failed to always reset rdata leading
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson assertion failures. [RT #25880]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3160. [bug] When printing out a NSEC3 record in multiline form
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington the newline was not being printed causing type codes
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be run together. [RT #25873]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3159. [bug] On some platforms, named could assert on startup
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when running in a chrooted environment without
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews /proc. [RT #25863]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3158. [bug] Recursive servers would prefer a particular UDP
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence socket instead of using all available sockets.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence3157. [tuning] Reduce the time spent in "rndc reconfig" by parsing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the config file before pausing the server. [RT #21373]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3156. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.9.0a2 released ---
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence3155. [bug] Fixed a build failure when using contrib DLZ
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews drivers (e.g., mysql, postgresql, etc). [RT #25710]
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson3154. [bug] Attempting to print an empty rdataset could trigger
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an assert. [RT #25452]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3153. [func] Extend request-ixfr to zone level and remove the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews side effect of forcing an AXFR. [RT #25156]
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson3152. [cleanup] Some versions of gcc and clang failed due to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews incorrect use of __builtin_expect. [RT #25183]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3151. [bug] Queries for type RRSIG or SIG could be handled
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington incorrectly. [RT #21050]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3150. [func] Improved startup and reconfiguration time by
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson enabling zones to load in multiple threads. [RT #25333]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3149. [placeholder]
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson3148. [bug] Processing of normal queries could be stalled when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews forwarding a UPDATE message. [RT #24711]
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson3147. [func] Initial inline signing support. [RT #23657]
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington --- 9.9.0a1 released ---
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson3146. [test] Fixed gcc4.6.0 errors in ATF. [RT #25598]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3145. [test] Capture output of ATF unit tests in "./atf.out" if
dffdc24ffd76ef3d8c8141671e89fb39428fef06Brian Wellington there were any errors while running them. [RT #25527]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews3144. [bug] dns_dbiterator_seek() could trigger an assert when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used with a nonexistent database node. [RT #25358]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3143. [bug] Silence clang compiler warnings. [RT #25174]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3142. [bug] NAPTR is class agnostic. [RT #25429]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3141. [bug] Silence spurious "zone serial (0) unchanged" messages
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer associated with empty zones. [RT #25079]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3140. [func] New command "rndc flushtree <name>" clears the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specified name from the server cache along with
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson all names under it. [RT #19970]
4ec1a96d90784f70380bdec66f8a0bd6718a5b71Mark Andrews3139. [test] Added tests from RFC 6234, RFC 2202, and RFC 1321
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for the hashing algorithms (md5, sha1 - sha512, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews their hmac counterparts). [RT #25067]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3138. [bug] Address memory leaks and out-of-order operations when
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington shutting named down. [RT #25210]
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews3137. [func] Improve hardware scalability by allowing multiple
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews worker threads to process incoming UDP packets.
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington This can significantly increase query throughput
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews on some systems. [RT #22992]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3136. [func] Add RFC 1918 reverse zones to the list of built-in
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews empty zones switched on by the 'empty-zones-enable'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews option. [RT #24990]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
6ef15459b8fd3fc8b5672da4ad72c19a755dbe45Mark Andrews3134. [bug] Improve the accuracy of dnssec-signzone's signing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews statistics. [RT #16030]
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence3133. [bug] Change #3114 was incomplete. [RT #24577]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3132. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3131. [tuning] Improve scalability by allocating one zone task
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews per 100 zones at startup time, rather than using a
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews fixed-size task table. [RT #24406]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3130. [func] Support alternate methods for managing a dynamic
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews zone's serial number. Two methods are currently
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews defined using serial-update-method, "increment"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (default) and "unixtime". [RT #23849]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3129. [bug] Named could crash on 'rndc reconfig' when
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews allow-new-zones was set to yes and named ACLs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews were used. [RT #22739]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3128. [func] Inserting an NSEC3PARAM via dynamic update in an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews auto-dnssec zone that has not been signed yet
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews will cause it to be signed with the specified NSEC3
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews parameters when keys are activated. The
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NSEC3PARAM record will not appear in the zone until
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it is signed, but the parameters will be stored.
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington3127. [bug] 'rndc thaw' will now remove a zone's journal file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if the zone serial number has been changed and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ixfr-from-differences is not in use. [RT #24687]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3126. [security] Using DNAME record to generate replacements caused
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RPZ to exit with a assertion failure. [RT #24766]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3125. [security] Using wildcard CNAME records as a replacement with
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington RPZ caused named to exit with a assertion failure.
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson3124. [bug] Use an rdataset attribute flag to indicate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews negative-cache records rather than using rrtype 0;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews this will prevent problems when that rrtype is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews used in actual DNS packets. [RT #24777]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3123. [security] Change #2912 exposed a latent flaw in
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington dns_rdataset_totext() that could cause named to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews crash with an assertion failure. [RT #24777]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3122. [cleanup] dnssec-settime: corrected usage message. [RT #24664]
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews3121. [security] An authoritative name server sending a negative
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews response containing a very large RRset could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews trigger an off-by-one error in the ncache code
f90fe7c8b9a3eef8968fac74905e868c8ab583a3Brian Wellington and crash named. [RT #24650]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3120. [bug] Named could fail to validate zones listed in a DLV
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that validated insecure without using DLV and had
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence DS records in the parent zone. [RT #24631]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3119. [bug] When rolling to a new DNSSEC key, a private-type
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews record could be created and never marked complete.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3118. [bug] nsupdate could dump core on shutdown when using
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley SIG(0) keys. [RT #24604]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3117. [cleanup] Remove doc and parser references to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews never-implemented 'auto-dnssec create' option.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3116. [func] New 'dnssec-update-mode' option controls updates
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of DNSSEC records in signed dynamic zones. Set to
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 'no-resign' to disable automatic RRSIG regeneration
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews while retaining the ability to sign new or changed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews data. [RT #24533]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3115. [bug] Named could fail to return requested data when
10258f6b3d1ce54ffb22e6b9a31f8f001f7ee2d5Mark Andrews following a CNAME that points into the same zone.
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews3114. [bug] Retain expired RRSIGs in dynamic zones if key is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inactive and there is no replacement key. [RT #23136]
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer3113. [doc] Document the relationship between serial-query-rate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and NOTIFY messages.
588b63e1a86fb707172830e14897da624ed380edMark Andrews3112. [doc] Add missing descriptions of the update policy name
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews types "ms-self", "ms-subdomain", "krb5-self" and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "krb5-subdomain", which allow machines to update
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington their own records, to the BIND 9 ARM.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3111. [bug] Improved consistency checks for dnssec-enable and
452d75b18f9d050086964fa39c326cf388517396Mark Andrews dnssec-validation, added test cases to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews checkconf system test. [RT #24398]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3110. [bug] dnssec-signzone: Wrong error message could appear
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington when attempting to sign with no KSK. [RT #24369]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3109. [func] The also-notify option now uses the same syntax
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews as a zone's masters clause. This means it is
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews now possible to specify a TSIG key to use when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sending notifies to a given server, or to include
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an explicit named masters list in an also-notify
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews statement. [RT #23508]
7869b99dc815e3b863351b8095d1b71b3f583541Brian Wellington3108. [cleanup] dnssec-signzone: Clarified some error and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews warning messages; removed #ifdef ALLOW_KSKLESS_ZONES
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews code (use -P instead). [RT #20852]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3107. [bug] dnssec-signzone: Report the correct number of ZSKs
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews when using -x. [RT #20852]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3106. [func] When logging client requests, include the name of
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer the TSIG key if any. [RT #23619]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3105. [bug] GOST support can be suppressed by "configure
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer --without-gost" [RT #24367]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3104. [bug] Better support for cross-compiling. [RT #24367]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3103. [bug] Configuring 'dnssec-validation auto' in a view
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer instead of in the options statement could trigger
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews an assertion failure in named-checkconf. [RT #24382]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3102. [func] New 'dnssec-loadkeys-interval' option configures
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews how often, in minutes, to check the key repository
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for updates when using automatic key maintenance.
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson Default is every 60 minutes (formerly hard-coded
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to 12 hours). [RT #23744]
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson3101. [bug] Zones using automatic key maintenance could fail
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to check the key repository for updates. [RT #23744]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3100. [security] Certain response policy zone configurations could
e2b52099918681498136fc82df192d256cc3cdd3Brian Wellington trigger an INSIST when receiving a query of type
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RRSIG. [RT #24280]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3099. [test] "dlz" system test now runs but gives R:SKIPPED if
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews not compiled with --with-dlz-filesystem. [RT #24146]
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews3098. [bug] DLZ zones were answering without setting the AA bit.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3097. [test] Add a tool to test handling of malformed packets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3096. [bug] Set KRB5_KTNAME before calling log_cred() in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dst_gssapi_acceptctx(). [RT #24004]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3095. [bug] Handle isolated reserved ports in the port range.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3094. [doc] Expand dns64 documentation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3093. [bug] Fix gssapi/kerberos dependencies [RT #23836]
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews3092. [bug] Signatures for records at the zone apex could go
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews stale due to an incorrect timer setting. [RT #23769]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3091. [bug] Fixed a bug in which zone keys that were published
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington and then subsequently activated could fail to trigger
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews automatic signing. [RT #22911]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3090. [func] Make --with-gssapi default [RT #23738]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3089. [func] dnssec-dsfromkey now supports reading keys from
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer standard input "dnssec-dsfromkey -f -". [RT #20662]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3088. [bug] Remove bin/tests/system/logfileconfig/ns1/named.conf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and add setup.sh in order to resolve changing
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson named.conf issue. [RT #23687]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3087. [bug] DDNS updates using SIG(0) with update-policy match
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews type "external" could cause a crash. [RT #23735]
aa2c453d3c6e416b56b29247bedd9a0af2721e93Mark Andrews3086. [bug] Running dnssec-settime -f on an old-style key will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews now force an update to the new key format even if no
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews other change has been specified, using "-P now -A now"
e412ae947df6de858883564b8676a9650df70d9aMark Andrews as default values. [RT #22474]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3085. [func] New '-R' option in dnssec-signzone forces removal
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews of signatures which have not yet expired but
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews were generated by a key that no longer exists.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3084. [func] A new command "rndc sync" dumps pending changes in
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson a dynamic zone to disk; "rndc sync -clean" also
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews removes the journal file after syncing. Also,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "rndc freeze" no longer removes journal files.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3083. [bug] NOTIFY messages were not being sent when generating
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson a NSEC3 chain incrementally. [RT #23702]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3082. [port] strtok_r is threads only. [RT #23747]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3081. [bug] Failure of DNAME substitution did not return
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews YXDOMAIN. [RT #23591]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3079. [bug] Handle isc_event_allocate failures in t_tasks.
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson3078. [func] Added a new include file with function typedefs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for the DLZ "dlopen" driver. [RT #23629]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3077. [bug] zone.c:zone_refreshkeys() incorrectly called
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_zone_attach(), use zone->irefs instead. [RT #23303]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3076. [func] New '-L' option in dnssec-keygen, dnsset-settime, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-keyfromlabel sets the default TTL of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews key. When possible, automatic signing will use that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews TTL when the key is published. [RT #23304]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews timestamp when determining which keys are active.
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews3074. [bug] Make the adb cache read through for zone data and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews glue learn for zone named is authoritative for.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3073. [bug] managed-keys changes were not properly being recorded.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3072. [bug] dns_dns64_aaaaok() potential NULL pointer dereference.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3071. [bug] has_nsec could be used uninitialized in
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews update.c:next_active. [RT #20256]
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson3070. [bug] dnssec-signzone potential NULL pointer dereference.
051beeafa6547440da17985665b31952b85ede56Brian Wellington3069. [cleanup] Silence warnings messages from clang static analysis.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3068. [bug] Named failed to build with a OpenSSL without engine
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support. [RT #23473]
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington3067. [bug] ixfr-from-differences {master|slave}; failed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews select the master/slave zones. [RT #23580]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3066. [func] The DLZ "dlopen" driver is now built by default,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews no longer requiring a configure option. To
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews disable it, use "configure --without-dlopen".
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington Driver also supported on win32. [RT #23467]
e42c402595802edceafbd3e5338dda011fbbcdb6Michael Sawyer3065. [bug] RRSIG could have time stamps too far in the future.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3064. [bug] powerpc: add sync instructions to the end of atomic
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews operations. [RT #23469]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3063. [contrib] More verbose error reporting from DLZ LDAP. [RT #23402]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3062. [func] Made several changes to enhance human readability
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews of DNSSEC data in dig output and in generated
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - DNSKEY record comments are more verbose, no
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews longer used in multiline mode only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - multiline RRSIG records reformatted
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - multiline output mode for NSEC3PARAM records
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews - "dig +norrcomments" suppresses DNSKEY comments
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - "dig +split=X" breaks hex/base64 records into
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fields of width X; "dig +nosplit" disables this.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3061. [func] New option "dnssec-signzone -D", only write out
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson generated DNSSEC records. [RT #22896]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3060. [func] New option "dnssec-signzone -X <date>" allows
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson specification of a separate expiration date
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for DNSKEY RRSIGs and other RRSIGs. [RT #22141]
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews3059. [test] Added a regression test for change #3023.
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews3058. [bug] Cause named to terminate at startup or rndc reconfig/
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reload to fail, if a log file specified in the conf
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley file isn't a plain file. [RT #22771]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3057. [bug] "rndc secroots" would abort after the first error
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and so could miss some views. [RT #23488]
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer3056. [func] Added support for URI resource record. [RT #23386]
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer3055. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3054. [bug] Added elliptic curve support check in
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews GOST OpenSSL engine detection. [RT #23485]
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley3053. [bug] Under a sustained high query load with a finite
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews max-cache-size, it was possible for cache memory
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be exhausted and not recovered. [RT #23371]
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff3052. [test] Fixed last autosign test report. [RT #23256]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3051. [bug] NS records obscure DNAME records at the bottom of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone if both are present. [RT #23035]
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson3050. [bug] The autosign system test was timing dependent.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Wait for the initial autosigning to complete
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews before running the rest of the test. [RT #23035]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3049. [bug] Save and restore the gid when creating creating
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson named.pid at startup. [RT #23290]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3048. [bug] Fully separate view key management. [RT #23419]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3047. [bug] DNSKEY NODATA responses not cached fixed in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews validator.c. Tests added to dnssec system test.
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews3046. [bug] Use RRSIG original TTL to compute validated RRset
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and RRSIG TTL. [RT #23332]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3045. [removed] Replaced by change #3050.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3044. [bug] Hold the socket manager lock while freeing the socket.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3043. [test] Merged in the NetBSD ATF test framework (currently
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews version 0.12) for development of future unit tests.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Use configure --with-atf to build ATF internally
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or configure --with-atf=prefix to use an external
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson copy. [RT #23209]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3042. [bug] dig +trace could fail attempting to use IPv6
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews addresses on systems with only IPv4 connectivity.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3041. [bug] dnssec-signzone failed to generate new signatures on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ttl changes. [RT #23330]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3040. [bug] Named failed to validate insecure zones where a node
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson with a CNAME existed between the trust anchor and the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews top of the zone. [RT #23338]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3039. [func] Redirect on NXDOMAIN support. [RT #23146]
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff3038. [bug] Install <dns/rpz.h>. [RT #23342]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3037. [doc] Update COPYRIGHT to contain all the individual
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews copyright notices that cover various parts.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3036. [bug] Check built-in zone arguments to see if the zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is re-usable or not. [RT #21914]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3035. [cleanup] Simplify by using strlcpy. [RT #22521]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3034. [cleanup] nslookup: use strlcpy instead of safecopy. [RT #22521]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3033. [cleanup] Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET).
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley3032. [bug] rdatalist.c: add missing REQUIREs. [RT #22521]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3031. [bug] dns_rdataclass_format() handle a zero sized buffer.
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington3030. [bug] dns_rdatatype_format() handle a zero sized buffer.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3029. [bug] isc_netaddr_format() handle a zero sized buffer.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3028. [bug] isc_sockaddr_format() handle a zero sized buffer.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3027. [bug] Add documented REQUIREs to cfg_obj_asnetprefix() to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews catch NULL pointer dereferences before they happen.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3026. [bug] lib/isc/httpd.c: check that we have enough space
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews after calling grow_headerspace() and if not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews re-call grow_headerspace() until we do. [RT #22521]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3025. [bug] Fixed a possible deadlock due to zone resigning.
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff3024. [func] RTT Banding removed due to minor security increase
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but major impact on resolver latency. [RT #23310]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3023. [bug] Named could be left in an inconsistent state when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews receiving multiple AXFR response messages that were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not all TSIG-signed. [RT #23254]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3022. [bug] Fixed rpz SERVFAILs after failed zone transfers
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson3021. [bug] Change #3010 was incomplete. [RT #22296]
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson3020. [bug] auto-dnssec failed to correctly update the zone when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews changing the DNSKEY RRset. [RT #23232]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3019. [test] Test: check apex NSEC3 records after adding DNSKEY
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington record via UPDATE. [RT #23229]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3018. [bug] Named failed to check for the "none;" acl when deciding
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if a zone may need to be re-signed. [RT #23120]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3017. [doc] dnssec-keyfromlabel -I was not properly documented.
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington3016. [bug] rndc usage missing '-b'. [RT #22937]
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson3015. [port] win32: fix IN6_IS_ADDR_LINKLOCAL and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews IN6_IS_ADDR_SITELOCAL macros. [RT #22724]
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson3014. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3013. [bug] The DNS64 ttl was not always being set as expected.
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington3012. [bug] Remove DNSKEY TTL change pairs before generating
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signing records for any remaining DNSKEY changes.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3011. [func] Change the default query timeout from 30 seconds
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson to 10. Allow setting this in named.conf using the new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 'resolver-query-timeout' option, which specifies a max
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews time in seconds. 0 means 'default' and anything longer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews than 30 will be silently set to 30. [RT #22852]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for refreshing managed-keys. [RT #22296]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3009. [bug] clients-per-query code didn't work as expected with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews particular query patterns. [RT #22972]
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson --- 9.8.0b1 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3008. [func] Response policy zones (RPZ) support. [RT #21726]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3007. [bug] Named failed to preserve the case of domain names in
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington rdata which is not compressible when writing master
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files. [RT #22863]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3006. [func] Allow dynamically generated TSIG keys to be preserved
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson across restarts of named. Initially this is for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews TSIG keys generated using GSSAPI. [RT #22639]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3005. [port] Solaris: Work around the lack of
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington gsskrb5_register_acceptor_identity() by setting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the KRB5_KTNAME environment variable to the
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington contents of tkey-gssapi-keytab. Also fixed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews test errors on MacOSX. [RT #22853]
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson3004. [func] DNS64 reverse support. [RT #22769]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3003. [experimental] Added update-policy match type "external",
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews enabling named to defer the decision of whether to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allow a dynamic update to an external daemon.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (Contributed by Andrew Tridgell.) [RT #22758]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3002. [bug] isc_mutex_init_errcheck() failed to destroy attr.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews3001. [func] Added a default trust anchor for the root zone, which
c05eb51a1b9ebd156b9fec957d60c2579c968468Mark Andrews can be switched on by setting "dnssec-validation auto;"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in the named.conf options. [RT #21727]
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson3000. [bug] More TKEY/GSS fixes:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - nsupdate can now get the default realm from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the user's Kerberos principal
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson - corrected gsstest compilation flags
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - improved documentation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - fixed some NULL dereferences
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews2999. [func] Add GOST support (RFC 5933). [RT #20639]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2998. [func] Add isc_task_beginexclusive and isc_task_endexclusive
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the task api. [RT #22776]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2997. [func] named -V now reports the OpenSSL and libxml2 verions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it was compiled against. [RT #22687]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2996. [security] Temporarily disable SO_ACCEPTFILTER support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2995. [bug] The Kerberos realm was not being correctly extracted
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson from the signer's identity. [RT #22770]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2994. [port] NetBSD: use pthreads by default on NetBSD >= 5.0, and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews do not use threads on earlier versions. Also kill
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the unproven-pthreads, mit-pthreads, and ptl2 support.
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson2993. [func] Dynamically grow adb hash tables. [RT #21186]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2992. [contrib] contrib/check-secure-delegation.pl: A simple tool
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for looking at a secure delegation. [RT #22059]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2991. [contrib] contrib/zone-edit.sh: A simple zone editing tool for
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington dynamic zones. [RT #22365]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2990. [bug] 'dnssec-settime -S' no longer tests prepublication
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson interval validity when the interval is set to 0.
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson2989. [func] Added support for writable DLZ zones. (Contributed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by Andrew Tridgell of the Samba project.) [RT #22629]
886b96ebfd555cfeaf37ae46fc08421a41c61392Andreas Gustafsson2988. [experimental] Added a "dlopen" DLZ driver, allowing the creation
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of external DLZ drivers that can be loaded as
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews shared objects at runtime rather than linked with
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington named. Currently this is switched on via a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compile-time option, "configure --with-dlz-dlopen".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Note: the syntax for configuring DLZ zones
da76a8046e01e1c1c2e6f75772afb2c4f202cc25Brian Wellington is likely to be refined in future releases.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (Contributed by Andrew Tridgell of the Samba
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews project.) [RT #22629]
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington2987. [func] Improve ease of configuring TKEY/GSS updates by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews adding a "tkey-gssapi-keytab" option. If set,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews updates will be allowed with any key matching
0cff88818a96197995c3533f6cbfb1a0efc06db0Brian Wellington a principal in the specified keytab file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "tkey-gssapi-credential" is no longer required
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson and is expected to be deprecated. (Contributed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by Andrew Tridgell of the Samba project.)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2986. [func] Add new zone type "static-stub". It's like a stub
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson zone, but the nameserver names and/or their IP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews addresses are statically configured. [RT #21474]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2985. [bug] Add a regression test for change #2896. [RT #21324]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2984. [bug] Don't run MX checks when the target of the MX record
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is ".". [RT #22645]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2983. [bug] Include "loadkeys" in rndc help output. [RT #22493]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.8.0a1 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2982. [bug] Reference count dst keys. dst_key_attach() can be used
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson increment the reference count.
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson Note: dns_tsigkey_createfromkey() callers should now
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews always call dst_key_free() rather than setting it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to NULL on success. [RT #22672]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2981. [func] Partial DNS64 support (AAAA synthesis). [RT #21991]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2980. [bug] named didn't properly handle UPDATES that changed the
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews TTL of the NSEC3PARAM RRset. [RT #22363]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2979. [bug] named could deadlock during shutdown if two
385a9cb48a70b329e507c39d043fa9a44c659913James Brister "rndc stop" commands were issued at the same
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews time. [RT #22108]
385a9cb48a70b329e507c39d043fa9a44c659913James Brister2978. [port] hpux: look for <devpoll.h> [RT #21919]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2977. [bug] 'nsupdate -l' report if the session key is missing.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2976. [bug] named could die on exit after negotiating a GSS-TSIG
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer key. [RT #22573]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2975. [bug] rbtdb.c:cleanup_dead_nodes_callback() acquired the
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer wrong lock which could lead to server deadlock.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2974. [bug] Some valid UPDATE requests could fail due to a
47ddde42728034854444cf17e278cebaea06f666Michael Graff consistency check examining the existing version
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the zone rather than the new version resulting
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews from the UPDATE. [RT #22413]
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence2973. [bug] bind.keys.h was being removed by the "make clean"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews at the end of configure resulting in build failures
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews where there is very old version of perl installed.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence Move it to "make maintainer-clean". [RT #22230]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2972. [bug] win32: address windows socket errors. [RT #21906]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2971. [bug] Fixed a bug that caused journal files not to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews compacted on Windows systems as a result of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews non-POSIX-compliant rename() semantics. [RT #22434]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2970. [security] Adding a NO DATA negative cache entry failed to clear
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews any matching RRSIG records. A subsequent lookup of
36e0c379080343a0272dc076b7d7795ded04ee1dBrian Wellington of NO DATA cache entry could trigger a INSIST when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews unexpected RRSIG was also returned with the NO DATA
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CVE-2010-3613, VU#706148. [RT #22288]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2969. [security] Fix acl type processing so that allow-query works
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in options and view statements. Also add a new
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington set of tests to verify proper functioning.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CVE-2010-3615, VU#510208. [RT #22418]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2968. [security] Named could fail to prove a data set was insecure
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson before marking it as insecure. One set of conditions
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that can trigger this occurs naturally when rolling
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DNSKEY algorithms.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CVE-2010-3614, VU#837744. [RT #22309]
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson2967. [bug] 'host -D' now turns on debugging messages earlier.
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington2966. [bug] isc_print_vsnprintf() failed to check if there was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews space available in the buffer when adding a left
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews justified character with a non zero width,
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson (e.g. "%-1c"). [RT #22270]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2965. [func] Test HMAC functions using test data from RFC 2104 and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RFC 4634. [RT #21702]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2964. [placeholder]
d4ab9cd94f0fe0cf24ba36d21240215ae648c8d5James Brister2963. [security] The allow-query acl was being applied instead of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allow-query-cache acl to cache lookups. [RT #22114]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2962. [port] win32: add more dependencies to BINDBuild.dsw.
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer2961. [bug] Be still more selective about the non-authoritative
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews answers we apply change 2748 to. [RT #22074]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2960. [func] Check that named accepts non-authoritative answers.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2959. [func] Check that named starts with a missing masterfile.
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson2958. [bug] named failed to start with a missing master file.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2957. [bug] entropy_get() and entropy_getpseudo() failed to match
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson the API for RAND_bytes() and RAND_pseudo_bytes()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews respectively. [RT #21962]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2956. [port] Enable atomic operations on the PowerPC64. [RT #21899]
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson2955. [func] Provide more detail in the recursing log. [RT #22043]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2954. [bug] contrib: dlz_mysql_driver.c bad error handling on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews build_sqldbinstance failure. [RT #21623]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2953. [bug] Silence spurious "expected covering NSEC3, got an
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews exact match" message when returning a wildcard
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence no data response. [RT #21744]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2952. [port] win32: named-checkzone and named-checkconf failed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to initialize winsock. [RT #21932]
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson2951. [bug] named failed to generate a correct signed response
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in a optout, delegation only zone with no secure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews delegations. [RT #22007]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2950. [bug] named failed to perform a SOA up to date check when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews falling back to TCP on UDP timeouts when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ixfr-from-differences was set. [RT #21595]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2949. [bug] dns_view_setnewzones() contained a memory leak if
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson it was called multiple times. [RT #21942]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2948. [port] MacOS: provide a mechanism to configure the test
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson interfaces at reboot. See bin/tests/system/README
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for details.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2947. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2946. [doc] Document the default values for the minimum and maximum
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone refresh and retry values in the ARM. [RT #21886]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2945. [doc] Update empty-zones list in ARM. [RT #21772]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2944. [maint] Remove ORCHID prefix from built in empty zones.
da527e4ff6a013364826637963e7ac372e024f33David Lawrence2943. [func] Add support to load new keys into managed zones
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without signing immediately with "rndc loadkeys".
8d51d9e67e1e5dcf10203c4147ece519c7daa57dMark Andrews Add support to link keys with "dnssec-keygen -S"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and "dnssec-settime -S". [RT #21351]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2942. [contrib] zone2sqlite failed to setup the entropy sources.
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence2941. [bug] sdb and sdlz (dlz's zone database) failed to support
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DNAME at the zone apex. [RT #21610]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2940. [port] Remove connection aborted error message on
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence Windows. [RT #21549]
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister2939. [func] Check that named successfully skips NSEC3 records
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that fail to match the NSEC3PARAM record currently
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in use. [RT #21868]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2938. [bug] When generating signed responses, from a signed zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews that uses NSEC3, named would use a uninitialized
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews pointer if it needed to skip a NSEC3 record because
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it didn't match the selected NSEC3PARAM record for
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson zone. [RT #21868]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2937. [bug] Worked around an apparent race condition in over
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson memory conditions. Without this fix a DNS cache DB or
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ADB could incorrectly stay in an over memory state,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews effectively refusing further caching, which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews subsequently made a BIND 9 caching server unworkable.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This fix prevents this problem from happening by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews polling the state of the memory context, rather than
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews making a copy of the state, which appeared to cause
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson a race. This is a "workaround" in that it doesn't
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews solve the possible race per se, but several experiments
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews proved this change solves the symptom. Also, the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews polling overhead hasn't been reported to be an issue.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This bug should only affect a caching server that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specifies a finite max-cache-size. It's also quite
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson likely that the bug happens only when enabling threads,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews but it's not confirmed yet. [RT #21818]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2936. [func] Improved configuration syntax and multiple-view
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support for addzone/delzone feature (see change
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson #2930). Removed "new-zone-file" option, replaced
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with "allow-new-zones (yes|no)". The new-zone-file
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for each view is now created automatically, with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a filename generated from a hash of the view name.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews It is no longer necessary to "include" the
5096958739769958dd7a6b69356bf41260033873David Lawrence new-zone-file in named.conf; this happens
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews automatically. Zones that were not added via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "rndc addzone" can no longer be removed with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "rndc delzone". [RT #19447]
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence2935. [bug] nsupdate: improve 'file not found' error message.
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence2934. [bug] Use ANSI C compliant shift range in lib/isc/entropy.c.
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence2933. [bug] 'dig +nsid' used stack memory after it went out of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews scope. This could potentially result in a unknown,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews potentially malformed, EDNS option being sent instead
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the desired NSID option. [RT #21781]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2932. [cleanup] Corrected a numbering error in the "dnssec" test.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2931. [bug] Temporarily and partially disable change 2864
475c936d4cd0fb83700eb3e022aaecc5626b9b4fJames Brister because it would cause infinite attempts of RRSIG
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews queries. This is an urgent care fix; we'll
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews revisit the issue and complete the fix later.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2930. [experimental] New "rndc addzone" and "rndc delzone" commands
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews allow dynamic addition and deletion of zones.
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington To enable this feature, specify a "new-zone-file"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews option at the view or options level in named.conf.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Zone configuration information for the new zones
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews will be written into that file. To make the new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zones persist after a restart, "include" the file
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington into named.conf in the appropriate view. (Note:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews This feature is not yet documented, and its syntax
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is expected to change.) [RT #19447]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2929. [bug] Improved handling of GSS security contexts:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - added LRU expiration for generated TSIGs
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister - added the ability to use a non-default realm
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - added new "realm" keyword in nsupdate
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister - limited lifetime of generated keys to 1 hour
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or the lifetime of the context (whichever is
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence2928. [bug] Be more selective about the non-authoritative
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews answer we apply change 2748 to. [RT #21594]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2927. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2926. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2925. [bug] Named failed to accept uncachable negative responses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from insecure zones. [RT #21555]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2924. [func] 'rndc secroots' dump a combined summary of the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews current managed keys combined with trusted keys.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2923. [bug] 'dig +trace' could drop core after "connection
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews timeout". [RT #21514]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2922. [contrib] Update zkt to version 1.0.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2921. [bug] The resolver could attempt to destroy a fetch context
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews too soon. [RT #19878]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to IPv4 clients. New acl 'filter-aaaa' (default any).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2919. [func] Add autosign-ksk and autosign-zsk virtual time tests.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2918. [maint] Add AAAA address for I.ROOT-SERVERS.NET.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2917. [func] Virtual time test framework. [RT #20801]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2916. [func] Add framework to use IPv6 in tests.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fd92:7065:b8e:ffff::1 ... fd92:7065:b8e:ffff::7
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2915. [cleanup] Be smarter about which objects we attempt to compile
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews based on configure options. [RT #21444]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2914. [bug] Make the "autosign" system test more portable.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2913. [func] Add pkcs#11 system tests. [RT #20784]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2912. [func] Windows clients don't like UPDATE responses that clear
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the zone section. [RT #20986]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2911. [bug] dnssec-signzone didn't handle out of zone records well.
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence2910. [func] Sanity check Kerberos credentials. [RT #20986]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2909. [bug] named-checkconf -p could die if "update-policy local;"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was specified in named.conf. [RT #21416]
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson2908. [bug] It was possible for re-signing to stop after removing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a DNSKEY. [RT #21384]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2907. [bug] The export version of libdns had undefined references.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2906. [bug] Address RFC 5011 implementation issues. [RT #20903]
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson2905. [port] aix: set use_atomic=yes with native compiler.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2904. [bug] When using DLV, sub-zones of the zones in the DLV,
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson could be incorrectly marked as insecure instead of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews secure leading to negative proofs failing. This was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a unintended outcome from change 2890. [RT #21392]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2903. [bug] managed-keys-directory missing from namedconf.c.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2902. [func] Add regression test for change 2897. [RT #21040]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2900. [bug] The placeholder negative caching element was not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews properly constructed triggering a INSIST in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_ncache_towire(). [RT #21346]
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson2899. [port] win32: Support linking against OpenSSL 1.0.0.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2898. [bug] nslookup leaked memory when -domain=value was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specified. [RT #21301]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2897. [bug] NSEC3 chains could be left behind when transitioning
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to insecure. [RT #21040]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2896. [bug] "rndc sign" failed to properly update the zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when adding a DNSKEY for publication only. [RT #21045]
84c4c99c9e2cf14fb9ef6f6815a9fdb824475423Michael Sawyer2895. [func] genrandom: add support for the generation of multiple
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews files. [RT #20917]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2893. [bug] Improve managed keys support. New named.conf option
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence managed-keys-directory. [RT #20924]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence2892. [bug] Handle REVOKED keys better. [RT #20961]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2891. [maint] Update empty-zones list to match
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews draft-ietf-dnsop-default-local-zones-13. [RT #21099]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2890. [bug] Handle the introduction of new trusted-keys and
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson DS, DLV RRsets better. [RT #21097]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2889. [bug] Elements of the grammar where not properly reported.
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence2888. [bug] Only the first EDNS option was displayed. [RT #21273]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2887. [bug] Report the keytag times in UTC in the .key file,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews local time is presented as a comment within the
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson comment. [RT #21223]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2886. [bug] ctime() is not thread safe. [RT #21223]
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson2885. [bug] Improve -fno-strict-aliasing support probing in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configure. [RT #21080]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2884. [bug] Insufficient validation in dns_name_getlabelsequence().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2883. [bug] 'dig +short' failed to handle really large datasets.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2882. [bug] Remove memory context from list of active contexts
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews before clearing 'magic'. [RT #21274]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2881. [bug] Reduce the amount of time the rbtdb write lock
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is held when closing a version. [RT #21198]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2880. [cleanup] Make the output of dnssec-keygen and dnssec-revoke
a38e5f0695a8ddf0b3cbb70b5a172a5c6dce994bDavid Lawrence consistent. [RT #21078]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
c244584cad2a71276e60919bf2c80c7d79dc073bDavid Lawrence2878. [func] Incrementally write the master file after performing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a AXFR. [RT #21010]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2877. [bug] The validator failed to skip obviously mismatching
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RRSIGs. [RT #21138]
abeb505bb6c1400dde1a40d0bff7b3a435666e1cMark Andrews2876. [bug] Named could return SERVFAIL for negative responses
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews from unsigned zones. [RT #21131]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2875. [bug] dns_time64_fromtext() could accept non digits.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2874. [bug] Cache lack of EDNS support only after the server
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews successfully responds to the query using plain DNS.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2873. [bug] Canceling a dynamic update via the dns/client module
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews could trigger an assertion failure. [RT #21133]
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson2872. [bug] Modify dns/client.c:dns_client_createx() to only
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews require one of IPv4 or IPv6 rather than both.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2871. [bug] Type mismatch in mem_api.c between the definition and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the header file, causing build failure with
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington --enable-exportlib. [RT #21138]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2870. [maint] Add AAAA address for L.ROOT-SERVERS.NET.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2868. [cleanup] Run "make clean" at the end of configure to ensure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews any changes made by configure are integrated.
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson Use --with-make-clean=no to disable. [RT #20994]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews don't like it. [RT #20986]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2866. [bug] Windows does not like the TSIG name being compressed.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews2865. [bug] memset to zero event.data. [RT #20986]
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews2864. [bug] Direct SIG/RRSIG queries were not handled correctly.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU.
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister2862. [bug] nsupdate didn't default to the parent zone when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews updating DS records. [RT #20896]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2861. [doc] dnssec-settime man pages didn't correctly document the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews inactivation time. [RT #21039]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2860. [bug] named-checkconf's usage was out of date. [RT #21039]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2859. [bug] When canceling validation it was possible to leak
242dfd9cc6901a5e02dae94acdecdb91e78ea07cMark Andrews memory. [RT #20800]
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington2858. [bug] RTT estimates were not being adjusted on ICMP errors.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2857. [bug] named-checkconf did not fail on a bad trusted key.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2856. [bug] The size of a memory allocation was not always properly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews recorded. [RT #20927]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2855. [func] nsupdate will now preserve the entered case of domain
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson names in update requests it sends. [RT #20928]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2854. [func] dig: allow the final soa record in a axfr response to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be suppressed, dig +onesoa. [RT #20929]
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson2853. [bug] add_sigs() could run out of scratch space. [RT #21015]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619]
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson2851. [doc] nslookup.1, removed <informalexample> from the docbook
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews source as it produced bad nroff. [RT #21007]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2850. [bug] If isc_heap_insert() failed due to memory shortage
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the heap would have corrupted entries. [RT #20951]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2849. [bug] Don't treat errors from the xml2 library as fatal.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2848. [doc] Moved README.dnssec, README.libdns, README.pkcs11 and
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister README.rfc5011 into the ARM. [RT #20899]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2847. [cleanup] Corrected usage message in dnssec-settime. [RT #20921]
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson2846. [bug] EOF on unix domain sockets was not being handled
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews correctly. [RT #20731]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2845. [bug] RFC 5011 client could crash on shutdown. [RT #20903]
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister2844. [doc] notify-delay default in ARM was wrong. It should have
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews been five (5) seconds.
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister2843. [func] Prevent dnssec-keygen and dnssec-keyfromlabel from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews creating key files if there is a chance that the new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews key ID will collide with an existing one after
47c196192afa37b2dea728e52579779f190bf07fJames Brister either of the keys has been revoked. (To override
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews this in the case of dnssec-keyfromlabel, use the -y
adf82221858138f295bce732e86dcac34645692eJames Brister option. dnssec-keygen will simply create a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews different, non-colliding key, so an override is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not necessary.) [RT #20838]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2842. [func] Added "smartsign" and improved "autosign" and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "dnssec" regression tests. [RT #20865]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2841. [bug] Change 2836 was not complete. [RT #20883]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2840. [bug] Temporary fixed pkcs11-destroy usage check.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2839. [bug] A KSK revoked by named could not be deleted.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2838. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2837. [port] Prevent Linux spurious warnings about fwrite().
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2836. [bug] Keys that were scheduled to become active could
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews be delayed. [RT #20874]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2835. [bug] Key inactivity dates were inadvertently stored in
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington the private key file with the outdated tag
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "Unpublish" rather than "Inactive". This has been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fixed; however, any existing keys that had Inactive
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dates set will now need to have them reset, using
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence 'dnssec-settime -I'. [RT #20868]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2834. [bug] HMAC-SHA* keys that were longer than the algorithm
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews digest length were used incorrectly, leading to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews interoperability problems with other DNS
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews implementations. This has been corrected.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (Note: If an oversize key is in use, and
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson compatibility is needed with an older release of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews BIND, the new tool "isc-hmac-fixup" can convert
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the key secret to a form that will work with all
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews versions.) [RT #20751]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2833. [cleanup] Fix usage messages in dnssec-keygen and dnssec-settime.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2832. [bug] Modify "struct stat" in lib/export/samples/nsprobe.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to avoid redefinition in some OSs [RT 20831]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2831. [security] Do not attempt to validate or cache
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews out-of-bailiwick data returned with a secure
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews answer; it must be re-fetched from its original
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister source and validated in that context. [RT #20819]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2830. [bug] Changing the OPTOUT setting could take multiple
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews passes. [RT #20813]
69b691c9624f31e59b8d128ada902a82127c15a3James Brister2829. [bug] Fixed potential node inconsistency in rbtdb.c.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2828. [security] Cached CNAME or DNAME RR could be returned to clients
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without DNSSEC validation. [RT #20737]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2826. [bug] NSEC3->NSEC transitions could fail due to a lock not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews being released. [RT #20740]
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister2825. [bug] Changing the setting of OPTOUT in a NSEC3 chain that
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was in the process of being created was not properly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews recorded in the zone. [RT #20786]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2824. [bug] "rndc sign" was not being run by the correct task.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2823. [bug] rbtdb.c:getsigningtime() was missing locks. [RT #20781]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2822. [bug] rbtdb.c:loadnode() could return the wrong result.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2821. [doc] Add note that named-checkconf doesn't automatically
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2820. [func] Handle read access failure of OpenSSL configuration
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence file more user friendly (PKCS#11 engine patch).
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2819. [cleanup] Removed unnecessary DNS_POINTER_MAXHOPS define.
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence2818. [cleanup] rndc could return an incorrect error code
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when a zone was not found. [RT #20767]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2817. [cleanup] Removed unnecessary isc_task_endexclusive() calls.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2816. [bug] previous_closest_nsec() could fail to return
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson data for NSEC3 nodes [RT #29730]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2815. [bug] Exclusively lock the task when freezing a zone.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2814. [func] Provide a definitive error message when a master
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone is not loaded. [RT #20757]
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington2813. [bug] Better handling of unreadable DNSSEC key files.
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington2812. [bug] Make sure updates can't result in a zone with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NSEC-only keys and NSEC3 records. [RT #20748]
f34984369fbc87f6cc5c5d1059303377a1724d79James Brister2811. [cleanup] Add "rndc sign" to list of commands in rndc usage
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews output. [RT #20733]
7cd4c3ddd1baf5f2b204562fdba3da37c716cc78Andreas Gustafsson2810. [doc] Clarified the process of transitioning an NSEC3 zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to insecure. [RT #20746]
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson2809. [cleanup] Restored accidentally-deleted text in usage output
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in dnssec-settime and dnssec-revoke [RT #20739]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2808. [bug] Remove the attempt to install atomic.h from lib/isc.
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson atomic.h is correctly installed by the architecture
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews specific subdirectories. [RT #20722]
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington2807. [bug] Fixed a possible ASSERT when reconfiguring zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews keys. [RT #20720]
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington --- 9.7.0rc1 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2806. [bug] "rdnc sign" could delay re-signing the DNSKEY
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson when it had changed. [RT #20703]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2805. [bug] Fixed namespace problems encountered when building
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson external programs using non-exported BIND9 libraries
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (i.e., built without --enable-exportlib). [RT #20679]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2804. [bug] Send notifies when a zone is signed with "rndc sign"
389f2ccc2f5f00a11a14114d40492f7ac8249fa7Olafur Gudmundsson or as a result of a scheduled key change. [RT #20700]
6deb631b20b7e212d9a350759e472fa60f9e92e4David Lawrence2803. [port] win32: Install named-journalprint, nsec3hash, arpaname
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and genrandom under windows. [RT #20670]
b1d234eb75e2804e09d89178a76df39c321db51bBrian Wellington2802. [cleanup] Rename journalprint to named-journalprint. [RT #20670]
a9bc95f22ef2dd4a12e79be99412c9f18b814a5dBrian Wellington2801. [func] Detect and report records that are different according
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to DNSSEC but are semantically equal according to plain
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DNS. Apply plain DNS comparisons rather than DNSSEC
3c8e458ed2118828b13f35ca6fcc409da66c2869David Lawrence comparisons when processing UPDATE requests.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-signzone now removes such semantically duplicate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews records prior to signing the RRset.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews named-checkzone -r {ignore|warn|fail} (default warn)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews named-compilezone -r {ignore|warn|fail} (default warn)
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence named.conf: check-dup-records {ignore|warn|fail};
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2800. [func] Reject zones which have NS records which refer to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews CNAMEs, DNAMEs or don't have address record (class IN
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington only). Reject UPDATEs which would cause the zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to fail the above checks if committed. [RT #20678]
20b20b23948b90cb2f7d7f402da99d09f837efd0David Lawrence2799. [cleanup] Changed the "secure-to-insecure" option to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "dnssec-secure-to-insecure", and "dnskey-ksk-only"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to "dnssec-dnskey-kskonly", for clarity. [RT #20586]
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson2798. [bug] Addressed bugs in managed-keys initialization
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and rollover. [RT #20683]
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson2797. [bug] Don't decrement the dispatch manager's maxbuffers.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2796. [bug] Missing dns_rdataset_disassociate() call in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dns_nsec3_delnsec3sx(). [RT #20681]
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson2795. [cleanup] Add text to differentiate "update with no effect"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews log messages. [RT #18889]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2794. [bug] Install <isc/namespace.h>. [RT #20677]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2793. [func] Add "autosign" and "metadata" tests to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews automatic tests. [RT #19946]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2792. [func] "filter-aaaa-on-v4" can now be set in view
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff options (if compiled in). [RT #20635]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2791. [bug] The installation of isc-config.sh was broken.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2790. [bug] Handle DS queries to stub zones. [RT #20440]
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson2789. [bug] Fixed an INSIST in dispatch.c [RT #20576]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2788. [bug] dnssec-signzone could sign with keys that were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not requested [RT #20625]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2787. [bug] Spurious log message when zone keys were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dynamically reconfigured. [RT #20659]
c50936eb40263b65ebf6afe4e6556e2dc67c10e4Brian Wellington2786. [bug] Additional could be promoted to answer. [RT #20663]
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister --- 9.7.0b3 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2785. [bug] Revoked keys could fail to self-sign [RT #20652]
dc97fe4ed08488d314ab5bc8e99ed839542cf411David Lawrence2784. [bug] TC was not always being set when required glue was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dropped. [RT #20655]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson2783. [func] Return minimal responses to EDNS/UDP queries with a UDP
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews buffer size of 512 or less. [RT #20654]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2782. [port] win32: use getaddrinfo() for hostname lookups.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2781. [bug] Inactive keys could be used for signing. [RT #20649]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2780. [bug] dnssec-keygen -A none didn't properly unset the
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson activation date in all cases. [RT #20648]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2779. [bug] Dynamic key revocation could fail. [RT #20644]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2778. [bug] dnssec-signzone could fail when a key was revoked
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without deleting the unrevoked version. [RT #20638]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2777. [contrib] DLZ MYSQL auto reconnect support discovery was wrong.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2776. [bug] Change #2762 was not correct. [RT #20647]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2775. [bug] Accept RSASHA256 and RSASHA512 as NSEC3 compatible
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews in dnssec-keyfromlabel. [RT #20643]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2774. [bug] Existing cache DB wasn't being reused after
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews reconfiguration. [RT #20629]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2773. [bug] In autosigned zones, the SOA could be signed
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson with the KSK. [RT #20628]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2772. [security] When validating, track whether pending data was from
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews the additional section or not and only return it if
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews validates as secure. [RT #20438]
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews2771. [bug] dnssec-signzone: DNSKEY records could be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews corrupted when importing from key files [RT #20624]
600cfa2ba4c50017581b6c14e3a688a82ecebbe0David Lawrence2770. [cleanup] Add log messages to resolver.c to indicate events
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews causing FORMERR responses. [RT #20526]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2769. [cleanup] Change #2742 was incomplete. [RT #19589]
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence2768. [bug] dnssec-signzone: -S no longer implies -g [RT #20568]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2767. [bug] named could crash on startup if a zone was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configured with auto-dnssec and there was no
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence key-directory. [RT #20615]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2766. [bug] isc_socket_fdwatchpoke() should only update the
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington socketmgr state if the socket is not pending on a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews read or write. [RT #20603]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2765. [bug] Skip masters for which the TSIG key cannot be found.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister2764. [bug] "rndc-confgen -a" could trigger a REQUIRE. [RT #20610]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2763. [bug] "rndc sign" didn't create an NSEC chain. [RT #20591]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2762. [bug] DLV validation failed with a local slave DLV zone.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2761. [cleanup] Enable internal symbol table for backtrace only for
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister systems that are known to work. Currently, BSD
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews variants, Linux and Solaris are supported. [RT #20202]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2760. [cleanup] Corrected named-compilezone usage summary. [RT #20533]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence2759. [doc] Add information about .jbk/.jnw files to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the ARM. [RT #20303]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2758. [bug] win32: Added a workaround for a windows 2008 bug
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister that could cause the UDP client handler to shut
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews down. [RT #19176]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2757. [bug] dig: assertion failure could occur in connect
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson timeout. [RT #20599]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2756. [bug] Fixed corrupt logfile message in update.c. [RT #20597]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2755. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2754. [bug] Secure-to-insecure transitions failed when zone
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson was signed with NSEC3. [RT #20587]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2753. [bug] Removed an unnecessary warning that could appear when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews building an NSEC chain. [RT #20589]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2752. [bug] Locking violation. [RT #20587]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2751. [bug] Fixed a memory leak in dnssec-keyfromlabel. [RT #20588]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2750. [bug] dig: assertion failure could occur when a server
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews didn't have an address. [RT #20579]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2749. [bug] ixfr-from-differences generated a non-minimal ixfr
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for NSEC3 signed zones. [RT #20452]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2748. [func] Identify bad answers from GTLD servers and treat them
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews as referrals. [RT #18884]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2747. [bug] Journal roll forwards failed to set the re-signing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews time of RRSIGs correctly. [RT #20541]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2746. [port] hpux: address signed/unsigned expansion mismatch of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2745. [bug] configure script didn't probe the return type of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews gai_strerror(3) correctly. [RT #20573]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2744. [func] Log if a query was over TCP. [RT #19961]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2743. [bug] RRSIG could be incorrectly set in the NSEC3 record
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for a insecure delegation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.7.0b2 released ---
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson2742. [cleanup] Clarify some DNSSEC-related log messages in
996f4a8bc34cb0203ce6a40ff82bca8bf32423ccAndreas Gustafsson2741. [func] Allow the dnssec-keygen progress messages to be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews suppressed (dnssec-keygen -q). Automatically
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews suppress the progress messages when stdin is not
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a tty. [RT #20474]
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson2740. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2739. [cleanup] Clean up API for initializing and clearing trust
47b26abe77184f9bedc68e36bdad03332cf67570David Lawrence anchors for a view. [RT #20211]
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister2738. [func] Add RSASHA256 and RSASHA512 tests to the dnssec system
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews test. [RT #20453]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2737. [func] UPDATE requests can leak existence information.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2736. [func] Improve the performance of NSEC signed zones with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews more than a normal amount of glue below a delegation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2735. [bug] dnssec-signzone could fail to read keys
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister that were specified on the command line with
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews full paths, but weren't in the current
e411a986b94276c28e6a971f9c3b61d45c635456James Brister directory. [RT #20421]
e411a986b94276c28e6a971f9c3b61d45c635456James Brister2734. [port] cygwin: arpaname did not compile. [RT #20473]
c6ce77b4dccb15297f78de9e0c00d40f40ce8aa4Mark Andrews2733. [cleanup] Clean up coding style in pkcs11-* tools. [RT #20355]
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson2732. [func] Add optional filter-aaaa-on-v4 option, available
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews if built with './configure --enable-filter-aaaa'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Filters out AAAA answers to clients connecting
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews via IPv4. (This is NOT recommended for general
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews use.) [RT #20339]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2731. [func] Additional work on change 2709. The key parser
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews will now ignore unrecognized fields when the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews minor version number of the private key format
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews has been increased. It will reject any key with
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson the major version number increased. [RT #20310]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2730. [func] Have dnssec-keygen display a progress indication
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson a la 'openssl genrsa' on standard error. Note
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when the first '.' is followed by a long stop
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews one has the choice between slow generation vs.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2729. [func] When constructing a CNAME from a DNAME use the DNAME
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister TTL. [RT #20451]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2728. [bug] dnssec-keygen, dnssec-keyfromlabel and
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister dnssec-signzone now warn immediately if asked to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews write into a nonexistent directory. [RT #20278]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2727. [func] The 'key-directory' option can now specify a relative
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews path. [RT #20154]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2726. [func] Added support for SHA-2 DNSSEC algorithms,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews RSASHA256 and RSASHA512. [RT #20023]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2725. [doc] Added information about the file "managed-keys.bind"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to the ARM. [RT #20235]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2724. [bug] Updates to a existing node in secure zone using NSEC
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews were failing. [RT #20448]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2723. [bug] isc_base32_totext(), isc_base32hex_totext(), and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews isc_base64_totext(), didn't always mark regions of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews memory as fully consumed after conversion. [RT #20445]
b09983678f5d116d3c8387aaeab4f2dc4deb0454David Lawrence2722. [bug] Ensure that the memory associated with the name of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a node in a rbt tree is not altered during the life
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews of the node. [RT #20431]
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence2721. [port] Have dst__entropy_status() prime the random number
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews generator. [RT #20369]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2720. [bug] RFC 5011 trust anchor updates could trigger an
014892d86d30b7eceb0003d51788f9b5cadfc1bfAndreas Gustafsson assert if the DNSKEY record was unsigned. [RT #20406]
b99d080717fdd741961d736581270d37bad8bec0David Lawrence2719. [func] Skip trusted/managed keys for unsupported algorithms.
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson2718. [bug] The space calculations in opensslrsa_todns() were
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews incorrect. [RT #20394]
b905ff7cbe3737d3c76115fa71c340a8ce439120David Lawrence2717. [bug] named failed to update the NSEC/NSEC3 record when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the last private type record was removed as a result
23a09704774241d2dba059e4d9231cd3d28bb116David Lawrence of completing the signing the zone with a key.
358628c8f4804a2db52be0f6d03a66137fab4884David Lawrence2716. [bug] nslookup debug mode didn't return the ttl. [RT #20414]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.7.0b1 released ---
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence2715. [bug] Require OpenSSL support to be explicitly disabled.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2714. [port] aix/powerpc: 'asm("ics");' needs non standard assembler
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2713. [bug] powerpc: atomic operations missing asm("ics") /
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews __isync() calls.
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence2712. [func] New 'auto-dnssec' zone option allows zone signing
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be fully automated in zones configured for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dynamic DNS. 'auto-dnssec allow;' permits a zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to be signed by creating keys for it in the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews key-directory and using 'rndc sign <zone>'.
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence 'auto-dnssec maintain;' allows that too, plus it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews also keeps the zone's DNSSEC keys up to date
738922ba7bb10b206f6f54931aed068e3dcb950dDavid Lawrence according to their timing metadata. [RT #19943]
eefea43215016bce437ab4a7441b2851fd182960David Lawrence2711. [port] win32: Add the bin/pkcs11 tools into the full
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews build. [RT #20372]
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence2710. [func] New 'dnssec-signzone -x' flag and 'dnskey-ksk-only'
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone option cause a zone to be signed with only KSKs
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signing the DNSKEY RRset, not ZSKs. This reduces
c403d3f7d6cb17406e9be03a330ed5cf91619abcDavid Lawrence the size of a DNSKEY answer. [RT #20340]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2709. [func] Added some data fields, currently unused, to the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews private key file format, to allow implementation
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson of explicit key rollover in a future release
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without impairing backward or forward compatibility.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2708. [func] Insecure to secure and NSEC3 parameter changes via
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews update are now fully supported and no longer require
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley defines to enable. We now no longer overload the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews NSEC3PARAM flag field, nor the NSEC OPT bit at the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews apex. Secure to insecure changes are controlled by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews by the named.conf option 'secure-to-insecure'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Warning: If you had previously enabled support by
904463e94cafd59c8284f472ea8f58f1f311b8cbDavid Lawrence adding defines at compile time to BIND 9.6 you should
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ensure that all changes that are in progress have
bf6f755a74e24441e96a110b3c8d11cfe2ed0da7David Lawrence completed prior to upgrading to BIND 9.7. BIND 9.7
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews is not backwards compatible.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2707. [func] dnssec-keyfromlabel no longer require engine name
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington to be specified in the label if there is a default
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews engine or the -E option has been used. Also, it
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews now uses default algorithms as dnssec-keygen does
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (i.e., RSASHA1, or NSEC3RSASHA1 if -3 is used).
fc9e755ba340607d76c7de897ee2d985d3b24505David Lawrence2706. [bug] Loading a zone with a very large NSEC3 salt could
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews trigger an assert. [RT #20368]
7896e45912df15d07eb99f885b9d9c15ad5f3f68David Lawrence2705. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2704. [bug] Serial of dynamic and stub zones could be inconsistent
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews with their SOA serial. [RT #19387]
32eddfc189108fa93e31761e13150594c7a79d2bDavid Lawrence2703. [func] Introduce an OpenSSL "engine" argument with -E
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for all binaries which can take benefit of
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews crypto hardware. [RT #20230]
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews2702. [func] Update PKCS#11 tools (bin/pkcs11) [RT #20225 & all]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2701. [doc] Correction to ARM: hmac-md5 is no longer the only
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff supported TSIG key algorithm. [RT #18046]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2700. [doc] The match-mapped-addresses option is discouraged.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2699. [bug] Missing lock in rbtdb.c. [RT #20037]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2698. [placeholder]
61e9c1cdbe29683bb2db388e4fc6a6fd59315cefDavid Lawrence2697. [port] win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews S_IFREG are defined after including <isc/stat.h>.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2696. [bug] named failed to successfully process some valid
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews acl constructs. [RT #20308]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2695. [func] DHCP/DDNS - update fdwatch code for use by
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DHCP. Modify the api to isc_sockfdwatch_t (the
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer callback function for isc_socket_fdwatchcreate)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to include information about the direction (read
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence or write) and add isc_socket_fdwatchpoke.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2694. [bug] Reduce default NSEC3 iterations from 100 to 10.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2693. [port] Add some noreturn attributes. [RT #20257]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence2692. [port] win32: 32/64 bit cleanups. [RT #20335]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2691. [func] dnssec-signzone: retain the existing NSEC or NSEC3
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence chain when re-signing a previously-signed zone.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Use -u to modify NSEC3 parameters or switch
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews between NSEC and NSEC3. [RT #20304]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2689. [bug] Correctly handle snprintf result. [RT #20306]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews to decide to fetch the destination address. [RT #20305]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence2687. [bug] Fixed dnssec-signzone -S handling of revoked keys.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews Also, added warnings when revoking a ZSK, as this is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not defined by protocol (but is legal). [RT #19943]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2686. [bug] dnssec-signzone should clean the old NSEC chain when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signing with NSEC3 and vice versa. [RT #20301]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2685. [contrib] Update contrib/zkt to version 0.99c. [RT #20054]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2684. [cleanup] dig: formalize +ad and +cd as synonyms for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews +adflag and +cdflag. [RT #19305]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2683. [bug] dnssec-signzone should clean out old NSEC3 chains when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews the NSEC3 parameters used to sign the zone change.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2682. [bug] "configure --enable-symtable=all" failed to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews build. [RT #20282]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2681. [bug] IPSECKEY RR of gateway type 3 was not correctly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews decoded. [RT #20269]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2680. [func] Move contrib/pkcs11-keygen to bin/pkcs11. [RT #20067]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2679. [func] dig -k can now accept TSIG keys in named.conf
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews format. [RT #20031]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2678. [func] Treat DS queries as if "minimal-response yes;"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews was set. [RT #20258]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2677. [func] Changes to key metadata behavior:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence - Keys without "publish" or "active" dates set will
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews no longer be used for smart signing. However,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews those dates will be set to "now" by default when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews a key is created; to generate a key but not use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews it yet, use dnssec-keygen -G.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - New "inactive" date (dnssec-keygen/settime -I)
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews sets the time when a key is no longer used for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence signing but is still published.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - The "unpublished" date (-U) is deprecated in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews favor of "deleted" (-D).
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence2676. [bug] --with-export-installdir should have been
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --with-export-includedir. [RT #20252]
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson2675. [bug] dnssec-signzone could crash if the key directory
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews did not exist. [RT #20232]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.7.0a3 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2674. [bug] "dnssec-lookaside auto;" crashed if named was built
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews without openssl. [RT #20231]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2673. [bug] The managed-keys.bind zone file could fail to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews load due to a spurious result from sync_keyzone()
878363c06b3d42f8fa4acca0c4aec9252b7844d9David Lawrence2672. [bug] Don't enable searching in 'host' when doing reverse
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews lookups. [RT #20218]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2671. [bug] Add support for PKCS#11 providers not returning
b8957f3496b6a900df9ca263864a47dbb1cb8978David Lawrence the public exponent in RSA private keys
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (OpenCryptoki for instance) in
c7f22f83aac9e61dafee191cad040e9c42652cc8David Lawrence dnssec-keyfromlabel. [RT #19294]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2670. [bug] Unexpected connect failures failed to log enough
c4717613e45323ed23dc6e9162cba89f1f83830cDavid Lawrence information to be useful. [RT #20205]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2669. [func] Update PKCS#11 support to support Keyper HSM.
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson Update PKCS#11 patch to be against openssl-0.9.8i.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2668. [func] Several improvements to dnssec-* tools, including:
d41c9885ecfb4be7382fd32a58ae4a9fb2056b81David Lawrence - dnssec-keygen and dnssec-settime can now set key
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews metadata fields 0 (to unset a value, use "none")
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence - dnssec-revoke sets the revocation date in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews addition to the revoke bit
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - dnssec-settime can now print individual metadata
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews fields instead of always printing all of them,
802aa6f2b70cc0b4e69ef0a1dcab0a8d68a0fdeaDavid Lawrence and can print them in unix epoch time format for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews use by scripts
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2667. [func] Add support for logging stack backtrace on assertion
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failure (not available for all platforms). [RT #19780]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2666. [func] Added an 'options' argument to dns_name_fromstring()
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews (API change from 9.7.0a2). [RT #20196]
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley2665. [func] Clarify syntax for managed-keys {} statement, add
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews ARM documentation about RFC 5011 support. [RT #19874]
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley2664. [bug] create_keydata() and minimal_update() in zone.c
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews didn't properly check return values for some
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews functions. [RT #19956]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2663. [func] win32: allow named to run as a service using
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "NT AUTHORITY\LocalService" as the account. [RT #19977]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2662. [bug] lwres_getipnodebyname() and lwres_getipnodebyaddr()
58bc93c3ddbdf0b2fde9b7d2b4342f90d83ec633David Lawrence returned a misleading error code when lwresd was
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews down. [RT #20028]
7ce81e15fa98db5b13fba06d54526e8679ac064cDavid Lawrence2661. [bug] Check whether socket fd exceeds FD_SETSIZE when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews creating lwres context. [RT #20029]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2660. [func] Add a new set of DNS libraries for non-BIND9
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence applications. See README.libdns. [RT #19369]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2659. [doc] Clarify dnssec-keygen doc: key name must match zone
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence name for DNSSEC keys. [RT #19938]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2658. [bug] dnssec-settime and dnssec-revoke didn't process
32eeec855957c3dd38f0d6c98ca79b67a71300b6Brian Wellington key file paths correctly. [RT #20078]
f3f88c6802df4cfee59439b19a1c49637b70342dDavid Lawrence2657. [cleanup] Lower "journal file <path> does not exist, creating it"
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews log level to debug 1. [RT #20058]
77f372eed39827f5efef476602de7c0505f99b91David Lawrence2656. [func] win32: add a "tools only" check box to the installer
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which causes it to only install dig, host, nslookup,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews nsupdate and relevant DLLs. [RT #19998]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2655. [doc] Document that key-directory does not affect
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews bind.keys, rndc.key or session.key. [RT #20155]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2654. [bug] Improve error reporting on duplicated names for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews deny-answer-xxx. [RT #20164]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2653. [bug] Treat ENGINE_load_private_key() failures as key
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews not found rather than out of memory. [RT #18033]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2652. [func] Provide more detail about what record is being
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence deleted. [RT #20061]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2651. [bug] Dates could print incorrectly in K*.key files on
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews 64-bit systems. [RT #20076]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2650. [bug] Assertion failure in dnssec-signzone when trying
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson to read keyset-* files. [RT #20075]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2649. [bug] Set the domain for forward only zones. [RT #19944]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2648. [port] win32: isc_time_seconds() was broken. [RT #19900]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2647. [bug] Remove unnecessary SOA updates when a new KSK is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews added. [RT #19913]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2646. [bug] Incorrect cleanup on error in socket.c. [RT #19987]
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson2645. [port] "gcc -m32" didn't work on amd64 and x86_64 platforms
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which default to 64 bits. [RT #19927]
d111a46c88adda33a93839f4934e127b6147d87dBob Halley --- 9.7.0a2 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2644. [bug] Change #2628 caused a regression on some systems;
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews named was unable to write the PID file and would
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews fail on startup. [RT #20001]
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews2643. [bug] Stub zones interacted badly with NSEC3 support.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2642. [bug] nsupdate could dump core on solaris when reading
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff improperly formatted key files. [RT #20015]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2641. [bug] Fixed an error in parsing update-policy syntax,
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington added a regression test to check it. [RT #20007]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2640. [security] A specially crafted update packet will cause named
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley to exit. [RT #20000]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2639. [bug] Silence compiler warnings in gssapi code. [RT #19954]
53c892082e4dd70a12bb5badd81a9e939d7e6efdBrian Wellington2638. [bug] Install arpaname. [RT #19957]
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington2637. [func] Rationalize dnssec-signzone's signwithkey() calling.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington2636. [func] Simplify zone signing and key maintenance with the
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-* tools. Major changes:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - all dnssec-* tools now take a -K option to
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson specify a directory in which key files will be
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - DNSSEC can now store metadata indicating when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews they are scheduled to be published, activated,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews revoked or removed; these values can be set by
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews dnssec-keygen or overwritten by the new
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-settime command
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - dnssec-signzone -S (for "smart") option reads key
4716e94840921878b26e493576f84afe4fe08752Mark Andrews metadata and uses it to determine automatically
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews which keys to publish to the zone, use for
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews signing, revoke, or remove from the zone
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2634. [port] win32: Add support for libxml2, enable
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley statschannel. [RT #19773]
3886e748a4086b813e3453232a742903762fedadBob Halley2633. [bug] Handle 15 bit rand() functions. [RT #19783]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2632. [func] util/kit.sh: warn if documentation appears to be out of
3886e748a4086b813e3453232a742903762fedadBob Halley date. [RT #19922]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2631. [bug] Handle "//", "/./" and "/../" in mkdirpath().
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley [RT #19926 ]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2630. [func] Improved syntax for DDNS autoconfiguration: use
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews "update-policy local;" to switch on local DDNS in a
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews zone. (The "ddns-autoconf" option has been removed.)
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington2629. [port] Check for seteuid()/setegid(), use setresuid()/
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews setresgid() if not present. [RT #19932]
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington2628. [port] linux: Allow /var/run/named/named.pid to be opened
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews at startup with reduced capabilities in operation.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2627. [bug] Named aborted if the same key was included in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews trusted-keys more than once. [RT #19918]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2626. [bug] Multiple trusted-keys could trigger an assertion
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews failure. [RT #19914]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2625. [bug] Missing UNLOCK in rbtdb.c. [RT #19865]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2624. [func] 'named-checkconf -p' will print out the parsed
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration. [RT #18871]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2623. [bug] Named started searches for DS non-optimally. [RT #19915]
7c0e50b5623a6ffc9e3986e129f8ca6bae9aabfaBrian Wellington2622. [bug] Printing of named.conf grammar was broken. [RT #19919]
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson2621. [doc] Made copyright boilerplate consistent. [RT #19833]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2620. [bug] Delay thawing the zone until the reload of it has
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews completed successfully. [RT #19750]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2619. [func] Add support for RFC 5011, automatic trust anchor
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence maintenance. The new "managed-keys" statement can
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews be used in place of "trusted-keys" for zones which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews support this protocol. (Note: this syntax is
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews expected to change prior to 9.7.0 final.) [RT #19248]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2618. [bug] The sdb and sdlz db_interator_seek() methods could
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence loop infinitely. [RT #19847]
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence2617. [bug] ifconfig.sh failed to emit an error message when
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews run from the wrong location. [RT #19375]
0bcb1d4d630f8d7547ee62870e1b059827cc1c8aDavid Lawrence2616. [bug] 'host' used the nameservers from resolv.conf even
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews when a explicit nameserver was specified. [RT #19852]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2615. [bug] "__attribute__((unused))" was in the wrong place
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews for ia64 gcc builds. [RT #19854]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2614. [port] win32: 'named -v' should automatically be executed
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister in the foreground. [RT #19844]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2613. [placeholder]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews --- 9.7.0a1 released ---
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2612. [func] Add default values for the arguments to
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-keygen. Without arguments, it will now
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence generate a 1024-bit RSASHA1 zone-signing key,
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews or with the -f KSK option, a 2048-bit RSASHA1
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews key-signing key. [RT #19300]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2611. [func] Add -l option to dnssec-dsfromkey to generate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews DLV records instead of DS records. [RT #19300]
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister2610. [port] sunos: Change #2363 was not complete. [RT #19796]
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson2609. [func] Simplify the configuration of dynamic zones:
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews - add ddns-confgen command to generate
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews configuration text for named.conf
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson - add zone option "ddns-autoconf yes;", which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews causes named to generate a TSIG session key
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews and allow updates to the zone using that key
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson - add '-l' (localhost) option to nsupdate, which
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews causes nsupdate to connect to a locally-running
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews named process using the session key generated
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley2608. [func] Perform post signing verification checks in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews dnssec-signzone. These can be disabled with -P.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews The post sign verification test ensures that for each
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews algorithm in use there is at least one non revoked
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews self signed KSK key. That all revoked KSK keys are
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews self signed. That all records in the zone are signed
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington by the algorithm. [RT #19653]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2607. [bug] named could incorrectly delete NSEC3 records for
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley empty nodes when processing a update request.
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence2606. [bug] "delegation-only" was not being accepted in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews delegation-only type zones. [RT #19717]
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister2605. [bug] Accept DS responses from delegation only zones.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews [RT # 19296]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2604. [func] Add support for DNS rebinding attack prevention through
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews new options, deny-answer-addresses and
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley deny-answer-aliases. Based on contributed code from
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews JD Nurmi, Google. [RT #18192]
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley2603. [port] win32: handle .exe extension of named-checkzone and
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews named-comilezone argv[0] names under windows.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2602. [port] win32: fix debugging command line build of libisccfg.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2601. [doc] Mention file creation mode mask in the
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley named manual page.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2600. [doc] ARM: miscellaneous reformatting for different
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews page widths. [RT #19574]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2599. [bug] Address rapid memory growth when validation fails.
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister2598. [func] Reserve the -F flag. [RT #19657]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2597. [bug] Handle a validation failure with a insecure delegation
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson from a NSEC3 signed master/slave zone. [RT #19464]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2596. [bug] Stale tree nodes of cache/dynamic rbtdb could stay
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister long, leading to inefficient memory usage or rejecting
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews newer cache entries in the worst case. [RT #19563]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2595. [bug] Fix unknown extended rcodes in dig. [RT #19625]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2594. [func] Have rndc warn if using its default configuration
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley file when the key file also exists. [RT #19424]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2593. [bug] Improve a corner source of SERVFAILs [RT #19632]
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley2592. [bug] Treat "any" as a type in nsupdate. [RT #19455]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2591. [bug] named could die when processing a update in
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews removed_orphaned_ds(). [RT #19507]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2590. [func] Report zone/class of "update with no effect".
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2589. [bug] dns_db_unregister() failed to clear '*dbimp'.
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2588. [bug] SO_REUSEADDR could be set unconditionally after failure
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley of bind(2) call. This should be rare and mostly
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews harmless, but may cause interference with other
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews processes that happen to use the same port. [RT #19642]
b39bfc630dc222fb73c21a00bcba47c4f9e38f20Mark Andrews2587. [func] Improve logging by reporting serial numbers for
54f68aeb5cb37e48df51dc5224917beaeda040cfTatuya JINMEI 神明達哉 when zone serial has gone backwards or unchanged.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence2586. [bug] Missing cleanup of SIG rdataset in searching a DLZ DB
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence or SDB. [RT #19577]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence2585. [bug] Uninitialized socket name could be referenced via a
2581. [contrib] dlz/mysql set MYSQL_OPT_RECONNECT option on connection.
of "dnssec-lookaside . trust-anchor dlv.isc.org;"
plus setting a trusted-key for dlv.isc.org.
by) $sysconfdir/bind.keys. As the ISC DLV key
the bind.keys file with a key downloaded from
https://www.isc.org/solutions/dlv. [RT #18685]
2561. [doc] Add isc-config.sh(1) man page. [RT #16378]
2550. [bug] Check --with-openssl=<path> finds <openssl/opensslv.h>.
2548. [bug] Install iterated_hash.h. [RT #19335]
2547. [bug] openssl_link.c:mem_realloc() could reference an
2544. [cleanup] Removed unused structure members in adb.c. [RT #19225]
2543. [contrib] Update contrib/zkt to version 0.98. [RT #19113]
2538. [bug] cache/ADB memory could grow over max-cache-size,
2519. [bug] dig/host with -4 or -6 didn't work if more than two
preceded in resolv.conf. [RT #19081]
document function in <isc/radix.h>. [RT #18534]
2500. [contrib] contrib/sdb/pgsql/zonetodb.c called non-existent
2499. [port] solaris: lib/lwres/getaddrinfo.c namespace clash.
are now /var/run/named/named.pid and
/var/run/lwresd/lwresd.pid respectively.
2481. [bug] rbtdb.c:matchparams() failed to handle NSEC3 chain
specified in named.conf doesn't seem to work with
2459. [contrib] Import dnssec-zkt to contrib/zkt. [RT #18448]
2455. [bug] Stop metadata being transferred via axfr/ixfr.
2452. [func] Improve bin/test/journalprint. [RT #18316]
epoll and /dev/poll to be selected at compile
completion event send out canceled read/write
in rbtdb.c. [RT #18455]
2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
2400. [bug] Log if kqueue()/epoll_create()/open(/dev/poll) fails.
temporary, named.conf option reserved-sockets,
assertion in acl.c. [RT #18166]
2390. [bug] dispatch.c could make a false warning on 'odd socket'.
2387. [bug] Silence compiler warnings in lib/isc/radix.c.
2385. [bug] A condition variable in socket.c could leak in
2381. [port] dlz/mysql: support multiple install layouts for
mysql. <prefix>/include/{,mysql/}mysql.h and
2380. [bug] dns_view_find() was not returning NXDOMAIN/NXRRSET
2379. [contrib] queryperf/gen-data-queryperf.py: removed redundant
2351. [bug] convertxsl.pl generated very long lines. [RT #17906]
Documentation is in the new README.pkcs11 file.
were set at both the options/view level and in
named.conf. [RT #17581]
See <isc/mem.h> for details.
2328. [maint] Add AAAA addresses for A.ROOT-SERVERS.NET,
rbtdb.c. Implement dead node processing in zones as
lib/dns/rdata/in_1/apl_42.c. [RT #17469]
2317. [bug] "make distclean" removed bind9.xsl.h. [RT #17518]
addresses in acl.c. [RT #17519]
bin/named/lwdnoop.c. [RT #17476]
2312. [cleanup] Silence Coverity warning in lib/isc/unix/socket.c.
debug/fatal messages. [RT #17501]
2308. [cleanup] Silence Coverity warning in bin/named/controlconf.c.
2307. [bug] Remove infinite loop from lib/dns/sdb.c. [RT #17496]
2306. [bug] Remove potential race from lib/dns/resolver.c.
2303. [bug] Remove unnecessary code from bin/named/lwdgnba.c.
2302. [bug] Fix memset() calls in lib/tests/t_api.c. [RT #17472]
bin/tests/system/lwresd/lwtest.c. [RT #17474]
bin/tests/names/t_names.c. [RT #17473]
bin/nsupdate/nsupdate.c. [RT #17475]
bin/tests/timers/t_timers.c. [RT #17468]
bin/tests/dst/t_dst.c. [RT #17467]
2295. [bug] Silence static overrun error in bin/named/lwaddr.c.
2276. [bug] Install <dst/gssapi.h>. [RT #17359]
stub/slave master and journal files. [RT #17279]
2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones
2266. [bug] client.c:get_clientmctx() returned the same mctx
2257. [bug] win32: Use the full path to vcredist_x86.exe when
bindevt.dll. [RT #17159]
2255. [maint] L.ROOT-SERVERS.NET is now 199.7.83.42.
2254. [bug] timer.c:dispatch() failed to lock timer->lock
2247. [doc] Sort doc/misc/options. [RT #17067]
2246. [bug] Make the startup of test servers (ans.pl) more
2239. [func] Ship a pre built bin/named/bind9.xsl.h. [RT #17114]
2235. [bug] <isc/atomic.h> was not being installed. [RT #17135]
2231. [bug] Building dlzbdb (contrib/dlz/bin/dlzbdb) was broken.
If allow-query-cache is not set in named.conf then
If allow-recursion is not set in named.conf then
2194. [bug] Close journal before calling 'done' in xfrin.c.
2193. [port] win32: BINDInstall.exe is now linked statically.
2192. [port] win32: use vcredist_x86.exe to install Visual
2184. [bug] bind9.xsl.h didn't build out of the source tree.
2181. [port] sunos: libbind: add paths.h from BIND 8. [RT #16462]
need to ship Microsoft.VC80.MFCLOC.
2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
Fix a memory leak in rbtdb.c:free_noqname().
Make lookup.c:lookup_find() robust against
2154. [func] Scoped (e.g. IPv6 link-local) addresses may now be
dighost.c:get_trusted_key(). [RT #16678]
hmac_link.c. [RT #16437]
2145. [bug] Check DS/DLV digest lengths for known digests.
2141. [bug] dig/host should not be setting IDN_ASCCHECK (IDN
in adb.c. [RT #16670]
2138. [bug] Lock order reversal in resolver.c. [RT #16653]
2137. [port] Mips little endian and/or mips 64 bit are now
2136. [bug] nslookup/host looped if there was no search list
2135. [bug] Uninitialized rdataset in sdlz.c. [RT #16656]
2131. [contrib] dlz/mysql: AXFR was broken. [RT #16630]
2114. [bug] dig/host/nslookup: searches for names with multiple
2107. [bug] dighost.c: more cleanup of buffers. [RT #16499]
2103. [port] Add /usr/sfw to list of locations for OpenSSL
2100. [port] win32: copy libeay32.dll to Build\Debug.
2098. [bug] Race in rbtdb.c:no_references(), which occasionally
if resolv.conf does not exist or no nameservers
2091. [port] dighost.c: race condition on cleanup. [RT #16417]
2085. [doc] win32: added index.html and README to zip. [RT #16201]
2081. [port] libbind: minor 64-bit portability fix in memcluster.c.
2080. [port] libbind: res_init.c did not compile on older versions
2076. [bug] Several files were missing #include <config.h>
of authoritative servers that drop EDNS and/or CD
2046. [bug] rbtdb.c:rdataset_setadditional() could cause duplicate
2043. [port] nsupdate/nslookup: Force the flushing of the prompt
2038. [bug] dig/nslookup/host was unlinking from wrong list
a non slave/stub zone. [RT # 16073]
2028. [port] linux: socket.c compatibility for old systems.
2013. [bug] Handle unexpected TSIGs on unsigned AXFR/IXFR
2008. [func] It is now possible to enable/disable DNSSEC
breaks DNSSEC (firewall/proxy). [RT #15592]
2003. [bug] libbind: The DNS name/address lookup functions could
1988. [bug] Remove a bus error from the SHA256/SHA512 support.
1987. [func] DS/DLV SHA256 digest algorithm support. [RT #15608]
1981. [bug] win32: condition.c:wait() could fail to reattain
1968. [bug] Missing lock in resolver.c:validated(). [RT #15739]
1967. [func] dig/nslookup/host: warn about missing "QR". [RT #15779]
now be set in named.conf (max-udp-size). This is
xfrin.c:maybe_free() if named ran out of memory.
1944. [cleanup] isc_hash_create() does not need a read/write lock.
1928. [bug] Race in rbtdb.c:currentversion(). [RT #15517]
1922. [bug] check-tool.c:setup_logging() missing call to
1919. [contrib] queryperf: a set of new features: collecting/printing
'RD' was set in the query. host/nslookup skip servers
1907. [func] host/nslookup now continue (default)/fail on SERVFAIL.
1904. [func] Automatic empty zone creation for D.F.IP6.ARPA and
1866. [bug] resolv.conf parse errors were being ignored by
dig/host/nslookup. [RT #14841]
1865. [bug] Silently ignore nameservers in /etc/resolv.conf with
to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
when CFLAGS contains "-I /usr/local/include"
1839. [bug] <isc/hash.h> was not being installed.
1836. [cleanup] Silence compiler warnings in hash_test.c.
1834. [bug] Bad memset in rdata_test.c. [RT #13658]
rbtdb.c:subtractrdataset(). [RT #13519]
option in named.conf can be used to specify a
1816. [port] UnixWare: failed to compile lib/isc/unix/net.c.
1810. [bug] configure, lib/bind/configure make different default
1808. [bug] zone.c:notify_zone() contained a race condition,
1788. [bug] libbind9.la/libbind9.so needs to link against
1785. [bug] libbind9.la/libbind9.so needs to link against
1775. [bug] Only compile getnetent_r.c when threaded. [RT #13205]
file clause for rbt{64} master/hint zones. [RT #13009]
1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
1748. [func] dig now returns the byte count for axfr/ixfr.
1747. [bug] BIND 8 compatibility: named/named-checkconf failed
to parse "host-statistics-max" in named.conf.
1745. [bug] Dig/host/nslookup accept replies from link locals
1731. [port] darwin: relax version test in ifconfig.sh.
1723. [cleanup] Silence compiler warnings from t_tasks.c. [RT #12493]
1717. [port] solaris: ifconfig.sh did not support Solaris 10.
"ifconfig.sh down" didn't work for Solaris 9.
1716. [doc] named.conf(5) was being installed in the wrong
1714. [bug] dig/host/nslookup were only trying the first
1707. [contrib] sdb/ldap updated to version 1.0-beta.
1705. [func] Allow the journal's name to be changed via named.conf.
"#include <isc/print.h>". [RT #12321]
1701. [doc] A minimal named.conf man page.
are defined in named.conf. [RT #12023]
/usr/lib. [RT #11971]
1668. [bug] DIG_SIGCHASE was making bin/dig/host dump core.
adb.c:set_target(). [RT #11582]
1648. [func] Update dnssec-lookaside named.conf syntax to support
1625. [bug] named failed to load/transfer RFC2535 signed zones
1612. [bug] check-names at the option/view level could trigger
1599. [bug] Fix memory leak on error path when checking named.conf.
DNSSEC specify "dnssec-enable yes;" in named.conf.
1567. [maint] B.ROOT-SERVERS.NET is now 192.228.79.201.
1566. [port] Support for the cmsg framework on Solaris and HP/UX.
were specified in /etc/resolv.conf. [RT #8232]
1551. [port] Open "/dev/null" before calling chroot().
1532. [port] netbsd: the configure test for <sys/sysctl.h>
requires <sys/param.h>.
1517. [port] Support for IPv6 interface scanning on HP/UX and
only (e.g. DE, LV, US and MUSEUM) these can be excluded
1503. [port] win32: install libeay32.dll outside of system32.
named.conf, tcp-listen-queue.
1498. [port] bsdos: 5.x support.
1478. [port] ifconfig.sh didn't account for other virtual
1456. [contrib] gen-data-queryperf.py from Stephane Bortzmeyer.
doc/misc/options. [RT #5616]
via named.conf (edns-udp-size).
1425. [port] linux/libbind: define __USE_MISC when testing *_r()
function prototypes in netdb.h. [RT #4921]
1422. [func] Log name/type/class when denying a query. [RT #4663]
1419. [port] openbsd: use /dev/arandom. [RT #4950]
1417. [func] ID.SERVER/CHAOS is now a built in zone.
1410. [func] Handle records that live in the parent zone, e.g. DS.
1397. [maint] J.ROOT-SERVERS.NET is now 192.58.128.30.
1388. [port] irix: check for sys/sysctl.h and NET_RT_IFLIST before
'recursing-file = "named.recursing";'.
1355. [bug] Fix DNSSEC wildcard proof for CNAME/DNAME.
1353. [contrib] sdb/ldap to version 0.9.
in socket.c and eliminating a host of socket
1339. [func] dig, host and nslookup now use IP6.ARPA for nibble
1336. [func] Nibble lookups under IP6.ARPA are now supported by
1334. [bug] When signing/verifying rdatasets, duplicate rdatas
1326. [bug] DNAME/CNAME signatures were not being cached when
1324. [port] darwin: ifconfig.sh now supports darwin.
1323. [port] linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
1298. [bug] The CINCLUDES macro in lib/dns/sec/dst/Makefile
1288. [bug] Adjusted REQUIRE's in lib/dns/name.c to better
1276. [bug] libbind: const pointer conflicts in res_debug.c.
1269. [port] Openserver: ifconfig.sh support.
<sys/param.h> is included or not. Be consistent.
1247. [bug] Don't reset the interface index for link/site local
1234. [bug] contrib/sdb: 'zonetodb' failed to call
1232. [bug] unix/errno2result() didn't handle EADDRNOTAVAIL.
1215. [port] solaris: add support to ifconfig.sh for x86 2.5.1
at the named.conf checking stage. [RT #2431]
1185. [bug] libbind: don't assume statp->_u._ext.ext is valid
lib/dns to use this function instead of local one.
occurs when parsing named.conf. [RT #2275]
1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
1145. [func] "host" no longer reports a NOERROR/NODATA response
named/lwresd at compile time. [RT #1982]
1119. [func] Added support in Win32 for NTFS file/directory ACL's
could cause an assertion failure in resolver.c
violation in adb.c. [RT #2017]
1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
1088. [port] libbind: MPE/iX C.70 (incomplete)
on load/reload if views were used. [RT #1947]
1041. [bug] Dig/host/nslookup could catch an assertion failure
1032. [func] hostname.bind/txt/chaos now returns the name of
1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
1030. [bug] On systems with no resolv.conf file, nsupdate
1029. [bug] Some named.conf errors did not cause the loading
1002. [bug] When reporting an unknown class name in named.conf,
972. [bug] The file modification time code in zone.c was using the
non-existent nlist.h. [RT #1640]
957. [bug] sys/select.h inclusion was broken on older platforms.
in named/win32/os.c due to code changes in
updated to add include path for os.h header.
953. [func] The /var/run/named.key file from change #843
has been replaced by /etc/rndc.key. Both
method (rndc.conf / controls). Unlike
bin/tests. [RT #1555].
946. [cleanup] doc/misc/options is now machine-generated from the
when installing isc-config.sh.
were not accepted in named.conf. [RT #1469]
and added lib/isc/win32/entropy.c.
900. [bug] A config.guess update changed the system identification
bin/tests/system/ifconfig.sh now recognize the new
899. [bug] lib/dns/soa.c failed to compile on many platforms
897. [bug] A config.guess update changed the system identification
to Darwin. This was derived from the config.guess
849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined.
844. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined,
just as <lwres/net.h> does.
843. [func] If no controls statement is present in named.conf,
generated by named and an rndc.conf-style file
named named.key will be written that uses it. rndc
838. [port] UnixWare 7.x.x is now suported by
833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
<dns/soa.h>, and extended them to support
832. [bug] The default location for named.conf in named-checkconf
825. [bug] zone.c:ns_query() detached from the wrong zone
character (i.e. "/") in its name and the directory
down-cased when signing/verifying records. [RT #1186]
in rndc.conf.
786. [bug] When DNSSEC signing/verifying data, owner names were
755. [bug] Fix incorrectly formatted log messages in zone.c.
748. [doc] List supported RFCs in doc/misc/rfc-compliance.
739. [port] Look for /dev/random in configure, rather than
737. [port] stdtime.c failed to compile on certain platforms.
dispatch.c:do_cancel(). [RT #733]
718. [cleanup] "internal" is no longer a reserved word in named.conf.
failure in adb.c. [RT #738]
703. [port] sys/select.h is needed on older platforms. [RT #695]
702. [func] If the address 0.0.0.0 is seen in resolv.conf,
693. [bug] An empty lwres statement in named.conf caused
685. [bug] nslookup should use the search list/domain options
from resolv.conf by default. [RT #405, #630]
646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
for syntax checking named.conf files and zone files,
604. [bug] The named.conf parser could print incorrect line
577. [func] Log illegal RDATA combinations. e.g. multiple
570. [bug] rbtdb.c allowed zones containing nodes which had
568. [func] Add sample simple database drivers in contrib/sdb.
of rdata type/class mnemonics in log messages.
516. [bug] Cache lookups which had a NULL node pointer, e.g.
DNAME, would trigger an INSIST(!search.need_cleanup)
490. [func] When a slave/stub zone has not yet successfully
from the named.conf "listen-on" statement, sockets
477. [bug] The the isc-config.sh script could be installed before
471. [bug] nsupdate didn't compile on HP/UX 10.20
and subsequent name servers in resolv.conf if the
457. [bug] Dig/host/hslookup didn't properly handle connect
documented as such in named.conf. [RT #304, RT #311]
is specified in named.conf. [RT #306]
is specified in named.conf. [RT #301]
432. [func] Added refresh/retry jitter. The actual refresh/
428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
(e.g. glue). This could cause SERVFAILs when
e.g. due to corrupt zones with multiple SOA records.
an argc/argv style vector of words and sets
view/global one for CNAME targets and additional
369. [func] Support new named.conf options, view and zone
the distribution, in doc/man/dnssec.
353. [bug] double increment in lwres/gethost.c:copytobuf().
348. [func] New boolean named.conf options 'additional-from-auth'
345. [bug] Large-scale changes/cleanups to dig:
341. [func] Support 'key' clause in named.conf zone masters
327. [bug] rndc.conf parser wasn't correctly recognizing an IP
320. [func] Multiple rndc changes: parses an rndc.conf file,
319. [func] The named.conf "controls" statement is now used
314. [func] The named.conf controls statement can now have
313. [bug] When parsing resolv.conf, don't terminate on an
resolv.conf search path from 6 to 8. If there
resolv.conf was empty or a comment.
310. [func] Changes to named.conf "controls" statement (inet
are listed in resolv.conf, silently ignore them
each library's ipv6.h defines the wrapper symbol of
any $sbindir/dig from a previous release.)
that lack /dev/random.
280. [func] Add isc-config.sh, which can be used to more
two or more files in libomapi.a were not namespace
278. [bug] bin/named/logconf.c:category_fromconf() didn't take
266. [bug] zone.c:save_nsrrset() node was not initialized.
262. [bug] 'master' was not initialized in zone.c:stub_callback().
for global options block of named.conf. Both accept
258. [bug] Fixed printing of lwres_addr_t.address field.
256. [func] isc_ratelimiter_t now has attach/detach semantics, and
253. [func] resolv.conf parser now recognizes ';' and '#' as
252. [bug] resolv.conf parser mishandled masks on sortlists.
244. [bug] empty named.conf file and empty options statement are
243. [func] new cachesize option for named.conf
+ missing sigwait prototype on BSD/OS 4.0/4.0.1.
BSD/OS 4.*, Linux and Solaris 2.8.
230. [func] Replace the dst sign/verify API with a cleaner one.
from confparser.c, because of yacc's code, are
212. [func] Added dns_message_get/settsigkey, to make TSIG
compiling in the lib/dns/sec/{dnssafe,openssl}
204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
run on a PA 1.x system."
201. [cleanup] Removed the test/sdig program, it has been
replaced by bin/dig/dig.
(e.g., running out of network buffers) were
and/or interfaces. [19-May-2000 explorer]
191. [func] Patched to compile on UnixWare 7.x. This platform
range for overflow/underflow. In the case of
184. [cleanup] Variables/functions which began with two leading
underscores were made to conform to the ANSI/ISO
179. [func] options named.conf statement *must* now come
178. [func] Post-load of named.conf check verifies a slave zone
168. [bug] include statements in named.conf caused syntax errors
162. [bug] Ensure proper range for arguments to ctype.h functions.
masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
util/check-includes for how this was tested.
145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
<isc/result.h>.
of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
need <isc/eventclass.h>.
instead of <isc/time.h>.
128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
and creates null keys/sets zone status bit for
<isc/result.h>.
<isc/result.h>. Multiple inclusion protection
isc_symtab_t moved to <isc/types.h>.
<isc/net.h>.
118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
117. [cleanup] libdns.a changes:
116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
<isc/list.h>.
<isc/mutex.h>.
<isc/list.h>.
bin/tests/{db,mem,sockaddr,tasks,timers}/.
108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
105. [doc] doc/dev/coding.html expanded with other
103. [func] libisc buffer API changes for <isc/buffer.h>:
on BSD/OS 4.1.
101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
<isc/event.h>.
or <isc/result.h>.
<isc/result.h>.
90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
from <named/listenlist.h>.
<isc/mem.h>. isc_interface_t and isc_interfaceiter_t
moved to <isc/types.h>.
86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
<isc/types.h>.
<isc/int.h>.
<isc/lang.h>.
subsumed by file.o.
OpenSSL libraries/headers.
from <dns/types.h>.
59. [bug] Cause net/host unreachable to be a hard error
58. [bug] bin/named/query.c could sometimes trigger the
(client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
<sys/param.h>.
logging module "dns/validator".
and isc_lex_t to <isc/types.h>.
31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
25. [bug] make install failed to install <isc/log.h> and
configure.in to check for presence of in6addr_any.
9. [cleanup] replaced bit-setting code in confctx.c and replaced
4. [port] bin/named/unix/os.c didn't compile on systems with
get only what we need from <linux/capability.h>, and
systems without /dev/random.
lib/isc/unix/include/isc/Makefile.in had a typo which