CHANGES revision 2f420f33bbd5a84eee03b5f9b608e79acf06cb29
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews2419. [cleanup] Document that isc_socket_create() and isc_socket_open()
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews should not be used for isc_sockettype_fdwatch sockets.
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews [RT #18521]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews2418. [bug] AXFR request on a DLZ could trigger a REQUIRE failure
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews [RT #18430]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews2417. [bug] Connecting UDP sockets for outgoing queries could
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews unexpectedly fail with an 'address already in use'
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews error. [RT #18411]
c3ea698877cdde327f2bf6a8e97347798fead2d4Mark Andrews
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews2416. [func] Log file descriptors that cause exceeding the
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews internal maximum. [RT #18460]
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews
9368d7df838f58cd32922b526775ca730bc633cfMark Andrews2415. [bug] 'rndc dumpdb' could trigger various assertion failures
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark Andrews in rbtdb.c. [RT #18455]
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark Andrews
e2fb08b85de8158fe6b71008311e3d98104b92a6Mark Andrews2414. [bug] A masterdump context held the database lock too long,
22a9cd54c072545d13788ceead759911fe8cfe34Mark Andrews causing various troubles such as dead lock and
22a9cd54c072545d13788ceead759911fe8cfe34Mark Andrews recursive lock acquisition. [RT #18311, #18456]
22a9cd54c072545d13788ceead759911fe8cfe34Mark Andrews
21ba6c18e4ccc73933af5cf28701a5cc3b7963ecMark Andrews2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
21ba6c18e4ccc73933af5cf28701a5cc3b7963ecMark Andrews
266296414d0ed79980c6d3144a587b42324a50ffMark Andrews2412. [bug] win32: address a resourse leak. [RT #18374]
266296414d0ed79980c6d3144a587b42324a50ffMark Andrews
c960dffe35970da729219b72f2e41350d3b64c35Mark Andrews2411. [bug] Allow using a larger number of sockets than FD_SETSIZE
c960dffe35970da729219b72f2e41350d3b64c35Mark Andrews for select(). To enable this, set ISC_SOCKET_MAXSOCKETS
5da49e379c79fbd597cf0d47e7697b65991f761fMark Andrews at compilation time. [RT #18433]
5da49e379c79fbd597cf0d47e7697b65991f761fMark Andrews
31b3dc1c6b4fe99a2af2ee63314e842af4a20070Mark Andrews2410. [bug] Correctly delete m_versionInfo. [RT #18432]
31b3dc1c6b4fe99a2af2ee63314e842af4a20070Mark Andrews
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews2409. [bug] Only log that we disabled EDNS processing if we were
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews subsequently successful. [RT #18029]
59f51f864c752d2e4bf8d1ad94404ada0c9aa6e9Mark Andrews
a207a2835e37de52e11d4c143c0425e749409c46Mark Andrews2408. [bug] A duplicate TCP dispatch event could be sent, which
a207a2835e37de52e11d4c143c0425e749409c46Mark Andrews could then trigger an assertion failure in
03760eeb542cc5e91193eec478cae022df4bcc58Mark Andrews resquery_response(). [RT #18275]
03760eeb542cc5e91193eec478cae022df4bcc58Mark Andrews
838d608e6f37038f2fb43980a7a9d6b6a490db36Mark Andrews2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
838d608e6f37038f2fb43980a7a9d6b6a490db36Mark Andrews
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews2406. [bug] Sockets could be closed too early, leading to
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews inconsistent states in the socket module. [RT #18298]
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrews
64cc9c8818db2552cbdd77f1050e890ffa5a17d8Mark Andrewsxxxx. [bug] Connecting UDP sockets for outgoing queries could
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews unexpectedly fail with an 'address already in use'
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews error.
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews
0f09ef5a50ef09eaed8e6630b4004d5143d6b52cMark Andrews2405. [cleanup] The default value for dnssec-validation was changed to
c7fc6434fe5949c8e3f76bf69f5655eb3a76dfaeMark Andrews "yes" in 9.5.0-P1 and all subsequent releases; this
c7fc6434fe5949c8e3f76bf69f5655eb3a76dfaeMark Andrews was inadvertently omitted from CHANGES at the time.
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews2404. [port] hpux: files unlimited support.
9bd478a5e6df956a79bbdb5c182d5b44763786ceMark Andrews
421e4cf66e4cba0b0751a34a9c027e39fe0474f9Mark Andrews2403. [bug] TSIG context leak. [RT #18341]
421e4cf66e4cba0b0751a34a9c027e39fe0474f9Mark Andrews
421e4cf66e4cba0b0751a34a9c027e39fe0474f9Mark Andrews2402. [port] Support Solaris 2.11 and over. [RT #18362]
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews2401. [bug] Expect to get E[MN]FILE errno internal_accept()
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews (from accept() or fcntl() system calls). [RT #18358]
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews
b0c15bd9792112fb47f6d956e580e4369e92f4e7Mark Andrews2400. [bug] Log if kqueue()/epoll_create()/open(/dev/poll) fails.
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews [RT #18297]
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews
bf7f253e306d0ced8ae24d7a0598773950da11f4Mark Andrews2399. [placeholder]
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews2398. [placeholder]
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews
0ffaee887ff5674b8c3bb0435ae838f641981706Mark Andrews2397. [bug] gssapi_functions had too many elements. [RT #18355]
5f89a1ee9e0fe64211d050db5d3e7a5ea282c282Mark Andrews
5f89a1ee9e0fe64211d050db5d3e7a5ea282c282Mark Andrews2396. [bug] Don't set SO_REUSEADDR for randomized ports.
c86eed4bdecad9df12f992f9d743dfee3a6c5bdcMark Andrews [RT #18336]
c86eed4bdecad9df12f992f9d743dfee3a6c5bdcMark Andrews
12ff7274fe2ea531ecca6a71fb9f7e1ae92da389Mark Andrews2395. [port] Avoid warning and no effect from "files unlimited"
12ff7274fe2ea531ecca6a71fb9f7e1ae92da389Mark Andrews on Linux when running as root. [RT #18335]
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews
9d3ad53203f1ac49f9e876dbbcaca18656eb3e19Mark Andrews2394. [bug] Default configuration options set the limit for
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews open files to 'unlimited' as described in the
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews documentation. [RT #18331]
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews
767fd19da4b699aae46959d834f53af0e1166e80Mark Andrews2393. [bug] nested acls containing keys could trigger an
8da0b50e8a8c74602eca97e261ce4ad457df5048Mark Andrews assertion in acl.c. [RT #18166]
8da0b50e8a8c74602eca97e261ce4ad457df5048Mark Andrews
5b76a09697bfc76f5acefd65d5b37b1214d271a8Mark Andrews2392. [bug] remove 'grep -q' from acl test script, some platforms
5b76a09697bfc76f5acefd65d5b37b1214d271a8Mark Andrews don't support it. [RT #18253]
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews2391. [port] hpux: cover additional recvmsg() error codes.
6388dcf8e661687c30a5d52f149d193ce86748a8Mark Andrews [RT #18301]
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews2390. [bug] dispatch.c could make a false warning on 'odd socket'.
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews [RT #18301].
93e353425a81da7793dde3776f4caca658f57c11Mark Andrews
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews2389. [bug] Move the "working directory writable" check to after
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews the ns_os_changeuser() call. [RT #18326]
49a940dc68b30d9e4f9e1bd3c0503d8b90bb1726Mark Andrews
d92770e851ebbc1005b3bf121e3c9f13b67a3f42Mark Andrews2388. [bug] Avoid using tables for layout purposes in
d92770e851ebbc1005b3bf121e3c9f13b67a3f42Mark Andrews statistics XSL [RT #18159].
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews2387. [bug] Silence compiler warnings in lib/isc/radix.c.
59ab128c972622f5aeafe3229966dcba73b62243Mark Andrews [RT #18147] [RT #18258]
90295f915c883d1aeeda856f518584d4219a704aMark Andrews
90295f915c883d1aeeda856f518584d4219a704aMark Andrews2386. [func] Add warning about too small 'open files' limit.
90295f915c883d1aeeda856f518584d4219a704aMark Andrews [RT #18269]
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews2385. [bug] A condition variable in socket.c could leak in
1c75ea91cdb49dac65f0f592ddbf66bfdfc4a2d7Mark Andrews rare error handling [RT #17968].
142d155dd68fd601dc38c6b6f7c35f2798ec24caMark Andrews
142d155dd68fd601dc38c6b6f7c35f2798ec24caMark Andrews2384. [security] Fully randomize UDP query ports to improve
99776003811a413457a2c35a808ad860df877d24Mark Andrews forgery resilience. [RT #17949, #18098]
99776003811a413457a2c35a808ad860df877d24Mark Andrews
99776003811a413457a2c35a808ad860df877d24Mark Andrews2383. [bug] named could double queries when they resulted in
2ffb3eb384ae71ae9f8edbf5fa2219d965ff0552Mark Andrews SERVFAIL due to overkilling EDNS0 failure detection.
2ffb3eb384ae71ae9f8edbf5fa2219d965ff0552Mark Andrews [RT #18182]
2ffb3eb384ae71ae9f8edbf5fa2219d965ff0552Mark Andrews
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews2382. [doc] Add descriptions of DHCID, IPSECKEY, SPF and SSHFP
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews to ARM.
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews2381. [port] dlz/mysql: support multiple install layouts for
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews mysql. <prefix>/include/{,mysql/}mysql.h and
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews <prefix>/lib/{,mysql/}. [RT #18152]
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews
aa39170da817cae7b4c6c735cc832e05ec3d2351Mark Andrews2380. [bug] dns_view_find() was not returning NXDOMAIN/NXRRSET
52fc1457e44c476a81ec9dee6a664958cb64b8e2Mark Andrews proofs which, in turn, caused validation failures
52fc1457e44c476a81ec9dee6a664958cb64b8e2Mark Andrews for insecure zones immediately below a secure zone
6526fd032fc418411da3af4201214e95c113d3e2Mark Andrews the server was authoritative for. [RT #18112]
6526fd032fc418411da3af4201214e95c113d3e2Mark Andrews
b8fff4f0d70bb9c5e53023ad0dae0acda67b5cdaMark Andrews2379. [contrib] queryperf/gen-data-queryperf.py: removed redundant
b8fff4f0d70bb9c5e53023ad0dae0acda67b5cdaMark Andrews TLDs and supported RRs with TTLs [RT #17972]
757bf8a1e5d85806c648d7a6267da8d49a8ab822Tatuya JINMEI 神明達哉
757bf8a1e5d85806c648d7a6267da8d49a8ab822Tatuya JINMEI 神明達哉2378. [bug] gssapi_functions{} had a redundant member in BIND 9.5.
be0e075ac2c10ade3e80edef7fa14ac0fda92690Mark Andrews [RT #18169]
be0e075ac2c10ade3e80edef7fa14ac0fda92690Mark Andrews
be0e075ac2c10ade3e80edef7fa14ac0fda92690Mark Andrews2377. [bug] Address race condition in dnssec-signzone. [RT #18142]
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉2376. [bug] Change #2144 was not complete.
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉
2a908588fbeacebc5f13b153b73c96e12dacaadcTatuya JINMEI 神明達哉2375. [placeholder]
af2be1a46813e228cb9d71230d3f41222fdb69baTatuya JINMEI 神明達哉
af2be1a46813e228cb9d71230d3f41222fdb69baTatuya JINMEI 神明達哉2374. [bug] "blackhole" ACLs could cause named to segfault due
af2be1a46813e228cb9d71230d3f41222fdb69baTatuya JINMEI 神明達哉 to some uninitialized memory. [RT #18095]
2945ac15af547df0268e449252902ead599e2451Mark Andrews
2945ac15af547df0268e449252902ead599e2451Mark Andrews2373. [bug] Default values of zone ACLs were re-parsed each time a
2945ac15af547df0268e449252902ead599e2451Mark Andrews new zone was configured, causing an overconsumption
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉 of memory. [RT #18092]
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉
285761cf91626976e211f69d9678c138b25f8629Tatuya JINMEI 神明達哉2372. [bug] Fixed incorrect TAG_HMACSHA256_BITS value [RT #18047]
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews2371. [doc] Add +nsid option to dig man page. [RT #18039]
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews
ca70688bf60b4f50c4e3ec7d40567341c9962fafMark Andrews2370. [bug] "rndc freeze" could trigger an assertion in named
8b0ee8448bec37bf1e771363dccce7c0e73eb1a7Mark Andrews when called on a nonexistent zone. [RT #18050]
8b0ee8448bec37bf1e771363dccce7c0e73eb1a7Mark Andrews
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews2369. [bug] libbind: Array bounds overrun on read in bitncmp().
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews [RT #18054]
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews
aec2d57d5b9f5ca97763a1b49b76f0bcb5852e1aMark Andrews2368. [port] Linux: use libcap for capability management if
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews possible. [RT# 18026]
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews
a9ae9d743c7f85bec44e95b1f62c7a2a114a2fd6Mark Andrews2367. [bug] Improve counting of dns_resstatscounter_retry
ebbbd34776d668bb2d7cf100b58a6f647c431c03Mark Andrews [RT #18030]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews2366. [bug] Adb shutdown race. [RT #18021]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews2365. [bug] Fix a bug that caused dns_acl_isany() to return
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews spurious results. [RT #18000]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews2364. [bug] named could trigger a assertion when serving a
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews malformed signed zone. [RT #17828]
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews
75ace6601e66840436f52e61353ee0d400577b55Mark Andrews2363. [port] sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
ba4aec8c1853a1deda8eb43ffeaac4d764c8d39eMark Andrews [RT #17513]
ba4aec8c1853a1deda8eb43ffeaac4d764c8d39eMark Andrews
ba4aec8c1853a1deda8eb43ffeaac4d764c8d39eMark Andrews2362. [cleanup] Make "rrset-order fixed" a compile-time option.
550085fed1d0af54ba5b2f588898afec158195deMark Andrews settable by "./configure --enable-fixed-rrset".
550085fed1d0af54ba5b2f588898afec158195deMark Andrews Disabled by default. [RT #17977]
550085fed1d0af54ba5b2f588898afec158195deMark Andrews
f411c2e81cbfcf89ee073a0e31ac902a42fc8f22Mark Andrews2361. [bug] "recursion" statistics counter could be counted
f411c2e81cbfcf89ee073a0e31ac902a42fc8f22Mark Andrews multiple times for a single query. [RT #17990]
f411c2e81cbfcf89ee073a0e31ac902a42fc8f22Mark Andrews
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉2360. [bug] Fix a condition where we release a database version
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉 (which may acquire a lock) while holding the lock.
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉2359. [bug] Fix NSID bug. [RT #17942]
ab2ac96c4e71dc803e47c35592044e116f61aca5Tatuya JINMEI 神明達哉
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews2358. [doc] Update host's default query description. [RT #17934]
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews2357. [port] Don't use OpenSSL's engine support in versions before
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews OpenSSL 0.9.7f. [RT #17922]
3bdf879a5301bce17e0a955585eb3decc541ba79Mark Andrews
1b5b46942d149f891bb91e90c6f52944b77c8a68Mark Andrews2356. [bug] Built in mutex profiler was not scalable enough.
1b5b46942d149f891bb91e90c6f52944b77c8a68Mark Andrews [RT #17436]
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark Andrews
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark Andrews2355. [func] Extend the number statistics counters available.
6b25d2f7f7a1125508f8d225a8fef94e1db83555Mark Andrews [RT #17590]
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews
b6309ed962c4988a314d61742c4fbc4935467d68Mark Andrews2354. [bug] Failed to initialize some rdatasetheader_t elements.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [RT #17927]
39fe146f2ab82cb8e49caa319a3345174fa2d69aMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews2353. [func] Add support for Name Server ID (RFC 5001).
bd3946db298667e769804b2e978df2d6dcd85e29Mark Andrews 'dig +nsid' requests NSID from server.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 'request-nsid yes;' causes recursive server to send
ab5d8edc1bd391a1b306db68114fac303484b30fMark Andrews NSID requests to upstream servers. Server responds
ab5d8edc1bd391a1b306db68114fac303484b30fMark Andrews to NSID requests with the string configured by
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews 'server-id' option. [RT #17091]
8689f943a4859a8f68344236a1dcb81299a98347Mark Andrews
8689f943a4859a8f68344236a1dcb81299a98347Mark Andrews2352. [bug] Various GSS_API fixups. [RT #17729]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
2434ccfde7efa30b6fedf4630e5036eeb5d647d0Mark Andrews2351. [bug] convertxsl.pl generated very long lines. [RT #17906]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
d8ec783e6dc0bd16a80b30d9888306b1faae6037Mark Andrews2350. [port] win32: IPv6 support. [RT #17797]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5bd76af084edfdcd1cb4db9453ac781d32dde6f7Mark Andrews2349. [func] Provide incremental re-signing support for secure
5bd76af084edfdcd1cb4db9453ac781d32dde6f7Mark Andrews dynamic zones. [RT #1091]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
311e6d00c584f63665bed5dd9aea292402cad8deMark Andrews2348. [func] Use the EVP interface to OpenSSL. Add PKCS#11 support.
8bcb0f297b50e80e3c7aab1a41b94d937acf4dc0Mark Andrews Documentation is in the new README.pkcs11 file.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [RT #16844]
7f32428506d55083fe5ac9aa515294bdef7c6e27Mark Andrews
7f32428506d55083fe5ac9aa515294bdef7c6e27Mark Andrews2347. [bug] Delete now traverses the RB tree in the canonical
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews order. [RT #17451]
5c10f54fe38795cbd3d5cf22e3fbd1d22b8226e4Mark Andrews
5c10f54fe38795cbd3d5cf22e3fbd1d22b8226e4Mark Andrews2346. [func] Memory statistics now cover all active memory contexts
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews in increased detail. [RT #17580]
a6211a2f234767a015a6a30b85d5da087fa907f1Mark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews2345. [bug] named-checkconf failed to detect when forwarders
1feb76edcbb8ee97d1757f73115b7c4a71de6e0eMark Andrews were set at both the options/view level and in
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews a root zone. [RT #17671]
4c342614f80d867bba23e63795ec6ee79dd6395dMark Andrews
e72d4d8929fec51153e4fd0d1cf632cd59335495Mark Andrews2344. [bug] Improve "logging{ file ...; };" documentation.
e72d4d8929fec51153e4fd0d1cf632cd59335495Mark Andrews [RT #17888]
0ae34c3f6222ece01e0f710c7c0311f5cf9d9c0fMark Andrews
0ae34c3f6222ece01e0f710c7c0311f5cf9d9c0fMark Andrews2343. [bug] (Seemingly) duplicate IPv6 entries could be
4eaf7590c82871637d1380be59000d8684db649cMark Andrews created in ADB. [RT #17837]
6c6673405c7e29c1d91d07b326d0fe1d7b52e478Mark Andrews
6c6673405c7e29c1d91d07b326d0fe1d7b52e478Mark Andrews2342. [func] Use getifaddrs() if available under Linux. [RT #17224]
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews2341. [bug] libbind: add missing -I../include for off source
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews tree builds. [RT #17606]
bb6936058eb88eadff030462a347c10895c61a9aMark Andrews
0ad5cb4782cd419b089bcab28d2fd9e140dbcc59Mark Andrews2340. [port] openbsd: interface configuration. [RT #17700]
0ad5cb4782cd419b089bcab28d2fd9e140dbcc59Mark Andrews
0ad5cb4782cd419b089bcab28d2fd9e140dbcc59Mark Andrews2339. [port] tru64: support for libbind. [RT #17589]
08d802a9c6ec4c92f18c6cab1250d55c3f649b38Mark Andrews
7c5d5a7932b8ac27281eeff64506dff8220bb3eaMark Andrews2338. [bug] check_ds() could be called with a non DS rdataset.
7c5d5a7932b8ac27281eeff64506dff8220bb3eaMark Andrews [RT #17598]
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer2337. [bug] BUILD_LDFLAGS was not being correctly set. [RT #17614]
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer
1aed0905a50ff8d2bdc4d253b38ae24afe3bab1cDanny Mayer2336. [func] If "named -6" is specified then listen on all IPv6
1a9c000f54e6204fb49d785fd0bbb7a8e590dc99Mark Andrews interfaces if there are not listen-on-v6 clauses in
1a9c000f54e6204fb49d785fd0bbb7a8e590dc99Mark Andrews named.conf. [RT #17581]
3cea35d9159b36eac43d32082a0b98f2cd82fc2eDanny Mayer
3cea35d9159b36eac43d32082a0b98f2cd82fc2eDanny Mayer2335. [port] sunos: libbind and *printf() support for long long.
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews [RT #17513]
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews
53f1312c61fa8618852584bcdf9f35530282eb08Mark Andrews2334. [bug] Bad REQUIRES in fromstruct_in_naptr(), off by one
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews bug in fromstruct_txt(). [RT #17609]
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews
87f4715d6c0a22f3449eb3291c91aa45ba86c955Mark Andrews2333. [bug] Fix off by one error in isc_time_nowplusinterval().
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews [RT #17608]
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews
87f4715d6c0a22f3449eb3291c91aa45ba86c955Mark Andrews2332. [contrib] query-loc-0.4.0. [RT #17602]
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews
7d011946d27152e6ee1e0f56e380abafddd9cfdbMark Andrews2331. [bug] Failure to regenerate any signatures was not being
1431917c7cddbac7442cb910e83cb058fea59fb5Mark Andrews reported nor being past back to the UPDATE client.
e809f3fb3f8567b2777fd100bffe2c0072e03942Mark Andrews [RT #17570]
3733c24efa7eaa65455153702c3fb71c9233eafbMark Andrews
012a2b979e011b13ba0d291c279dc65a167c039eMark Andrews2330. [bug] Remove potential race condition when handling
012a2b979e011b13ba0d291c279dc65a167c039eMark Andrews over memory events. [RT #17572]
f6ff00810196d0c0973f62c7917b9975011fa45aMark Andrews
f6ff00810196d0c0973f62c7917b9975011fa45aMark Andrews WARNING: API CHANGE: over memory callback
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews function now needs to call isc_mem_waterack().
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews See <isc/mem.h> for details.
ec3984e9df6fd9b7811daa0dacb1b3dd1423ebf3Mark Andrews
b972ff033b3efd52e747683face674dc4d2e431bMark Andrews2329. [bug] Clearer help text for dig's '-x' and '-i' options.
b972ff033b3efd52e747683face674dc4d2e431bMark Andrews
b972ff033b3efd52e747683face674dc4d2e431bMark Andrews2328. [maint] Add AAAA addresses for A.ROOT-SERVERS.NET,
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews F.ROOT-SERVERS.NET, H.ROOT-SERVERS.NET,
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews J.ROOT-SERVERS.NET, K.ROOT-SERVERS.NET and
fa4e1438016331502e6d665588021aa7ffef8cc2Mark Andrews M.ROOT-SERVERS.NET.
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews2327. [bug] It was possible to dereference a NULL pointer in
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews rbtdb.c. Implement dead node processing in zones as
f0471ca4b7bca6e907130ec84e36cf69f2b79a5aMark Andrews we do for caches. [RT #17312]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
638fe804a524ee0c028863c0301b999c79de7651Mark Andrews2326. [bug] It was possible to trigger a INSIST in the acache
638fe804a524ee0c028863c0301b999c79de7651Mark Andrews processing.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
9db3d9d14e2f3641d696dadc59c40c52b6f888bcMark Andrews2325. [port] Linux: use capset() function if available. [RT #17557]
9db3d9d14e2f3641d696dadc59c40c52b6f888bcMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2324. [bug] Fix IPv6 matching against "any;". [RT #17533]
e412f05a4e5ab7727f024c95e2a7515c07107b02Mark Andrews
e2cf0e8ff9ff37121518af5b34b9e4de7abbb47cMark Andrews2323. [port] tru64: namespace clash. [RT #17547]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
0b75a2dd3bd81a69e2d68fe446cacb46be04c1f1Mark Andrews2322. [port] MacOS: work around the limitation of setrlimit()
0b75a2dd3bd81a69e2d68fe446cacb46be04c1f1Mark Andrews for RLIMIT_NOFILE. [RT #17526]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
c54c1eaf26d5a7fc123c4af3712353156a766df1Mark Andrews2321. [placeholder]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
0d993c02babc1e00516272783b310e83bb292d5cMark Andrews2320. [func] Make statistics counters thread-safe for platforms
0d993c02babc1e00516272783b310e83bb292d5cMark Andrews that support certain atomic operations. [RT #17466]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews2319. [bug] Silence Coverity warnings in
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews lib/dns/rdata/in_1/apl_42.c. [RT #17469]
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews
4d9f3f00d93fcb8743b1105e8cf82e862be220d1Mark Andrews2318. [port] sunos fixes for libbind. [RT #17514]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
86f6b92e35c7bdb5fc1fd1021af75b981863313eMark Andrews2317. [bug] "make distclean" removed bind9.xsl.h. [RT #17518]
86f6b92e35c7bdb5fc1fd1021af75b981863313eMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2316. [port] Missing #include <isc/print.h> in lib/dns/gssapictx.c.
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews [RT #17513]
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews
25276bd1ecb372b82c9235648e5defab0655dcd5Mark Andrews2315. [bug] Used incorrect address family for mapped IPv4
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews addresses in acl.c. [RT #17519]
320d6ee24ea59c0dbcb2c08038586ef03c6a191dMark Andrews
320d6ee24ea59c0dbcb2c08038586ef03c6a191dMark Andrews2314. [bug] Uninitialized memory use on error path in
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews bin/named/lwdnoop.c. [RT #17476]
475fe52dc33d8d8344e8b1e48fa7bb6643f7ca66Mark Andrews
475fe52dc33d8d8344e8b1e48fa7bb6643f7ca66Mark Andrews2313. [cleanup] Silence Coverity warnings. Handle private stacks.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews [RT #17447] [RT #17478]
5af560664daaa984f98cec6925518a3e06c4ab4fMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2312. [cleanup] Silence Coverity warning in lib/isc/unix/socket.c.
0f8f42a09eb102fa88e4d2caacdafbeda931f94cMark Andrews [RT #17458]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews2311. [bug] IPv6 addresses could match IPv4 ACL entries and
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews vice versa. [RT #17462]
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews
8d77066ba0feb1353a7c85f929c365c5103f3976Mark Andrews2310. [bug] dig, host, nslookup: flush stdout before emitting
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews debug/fatal messages. [RT #17501]
3e7b37e01ba3efc873486140734fd24788092a30Mark Andrews
3e7b37e01ba3efc873486140734fd24788092a30Mark Andrews2309. [cleanup] Fix Coverity warnings in lib/dns/acl.c and iptable.c.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews [RT #17455]
54532c54130de8f374465bb23d5576fc3257ea96Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2308. [cleanup] Silence Coverity warning in bin/named/controlconf.c.
020f7361a49c5b1cda91927cf8206c1283fc7496Mark Andrews [RT #17495]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
1c0927d8a091effcf9b2dc5baa533927c113bd5cMark Andrews2307. [bug] Remove infinite loop from lib/dns/sdb.c. [RT #17496]
1c0927d8a091effcf9b2dc5baa533927c113bd5cMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2306. [bug] Remove potential race from lib/dns/resolver.c.
446ff1959cc3e963778c8770204b72c9e7c7df5aMark Andrews [RT #17470]
446ff1959cc3e963778c8770204b72c9e7c7df5aMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2305. [security] inet_network() buffer overflow. CVE-2008-0122.
70f8c70cdd3ca68edcf9d448eb508abf3697719aMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2304. [bug] Check returns from all dns_rdata_tostruct() calls.
33c538015323f4576679e427088372eea614feebMark Andrews [RT #17460]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
ac65e45126dda424b5cc9d2865b353dc0ec23e1eMark Andrews2303. [bug] Remove unnecessary code from bin/named/lwdgnba.c.
ac65e45126dda424b5cc9d2865b353dc0ec23e1eMark Andrews [RT #17471]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
0423090da198f31ac615cd3a8f7d83aada32d5b3Mark Andrews2302. [bug] Fix memset() calls in lib/tests/t_api.c. [RT #17472]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
d9e0458a890c49f977fdcf9d995681f546f7c427Mark Andrews2301. [bug] Remove resource leak and fix error messages in
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews bin/tests/system/lwresd/lwtest.c. [RT #17474]
de4976142190ae84ed3e4099f3e0fc07781748a3Mark Andrews
de4976142190ae84ed3e4099f3e0fc07781748a3Mark Andrews2300. [bug] Fixed failure to close open file in
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews bin/tests/names/t_names.c. [RT #17473]
5758e9adfb009286b2b719ff83eb284f1019c589Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2299. [bug] Remove unnecessary NULL check in
0b09763c354ec91fb352b6b4cea383bd0195b2d8Mark Andrews bin/nsupdate/nsupdate.c. [RT #17475]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
6a3c86ff436452d062912bd91ecd289541869d42Mark Andrews2298. [bug] isc_mutex_lock() failure not caught in
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews bin/tests/timers/t_timers.c. [RT #17468]
e0fa16fe191d619d2cd05a039067414409329878Mark Andrews
e0fa16fe191d619d2cd05a039067414409329878Mark Andrews2297. [bug] isc_entropy_createfilesource() failure not caught in
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews bin/tests/dst/t_dst.c. [RT #17467]
93da96c1cfd5f3c47169855867dd18db00c8a386Mark Andrews
93da96c1cfd5f3c47169855867dd18db00c8a386Mark Andrews2296. [port] Allow docbook stylesheet location to be specified to
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews configure. [RT #17457]
7d389c324cc032475f9d219a12ab84bacbd7fbaaMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2295. [bug] Silence static overrun error in bin/named/lwaddr.c.
cd9bfe5b256a3e84ba090e8fcb5de0d6c50974aeMark Andrews [RT #17459]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
dcd371be7d481b242d277d735e4c2d974297c164Mark Andrews2294. [func] Allow the experimental statistics channels to have
dcd371be7d481b242d277d735e4c2d974297c164Mark Andrews multiple connections and ACL.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews Note: the stats-server and stats-server-v6 options
cc4928ec7116a064223f60639ca1a80f25ba350fMark Andrews available in the previous beta releases are replaced
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews with the generic statistics-channels statement.
e2cf63c5df79eb7c8b86b6278289883fa760cda5Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2293. [func] Add ACL regression test. [RT #17375]
c3184b4e2a1f238f4615d36fee79df82b1711344Mark Andrews
c3184b4e2a1f238f4615d36fee79df82b1711344Mark Andrews2292. [bug] Log if the working directory is not writable.
c3184b4e2a1f238f4615d36fee79df82b1711344Mark Andrews [RT #17312]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
9b7c023fe6dc88ba1e69ace1f7c3ade40c6475f9Mark Andrews2291. [bug] PR_SET_DUMPABLE may be set too late. Also report
9b7c023fe6dc88ba1e69ace1f7c3ade40c6475f9Mark Andrews failure to set PR_SET_DUMPABLE. [RT #17312]
9b7c023fe6dc88ba1e69ace1f7c3ade40c6475f9Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2290. [bug] Let AD in the query signal that the client wants AD
0a1fa37641b59c56d02f5390917a49e4987f0f75Mark Andrews set in the response. [RT #17301]
0a1fa37641b59c56d02f5390917a49e4987f0f75Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2289. [func] named-checkzone now reports the out-of-zone CNAME
c61ec97ae0b859914ee26e213fe792f86a157990Mark Andrews found. [RT #17309]
c61ec97ae0b859914ee26e213fe792f86a157990Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2288. [port] win32: mark service as running when we have finished
49f7d1585e0e4f1ffa1667391dd7ae1c4d3d4e81Mark Andrews loading. [RT #17441]
49f7d1585e0e4f1ffa1667391dd7ae1c4d3d4e81Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2287. [bug] Use 'volatile' if the compiler supports it. [RT #17413]
0b1af13f680a865521105a77ee192024b5af33c4Mark Andrews
0b1af13f680a865521105a77ee192024b5af33c4Mark Andrews2286. [func] Allow a TCP connection to be used as a weak
0b1af13f680a865521105a77ee192024b5af33c4Mark Andrews authentication method for reverse zones.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews New update-policy methods tcp-self and 6to4-self.
945cb085b859dbfc6a883813dda03c83e06995d3Mark Andrews [RT #17378]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews2285. [func] Test framework for client memory context management.
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews [RT #17377]
5ed4b0d4452967d9b3aaf7a22a2956a6ee67a614Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2284. [bug] Memory leak in UPDATE prerequisite processing.
c549b3a4d5fedba2ae960df667864e824acb1ef9Mark Andrews [RT #17377]
c549b3a4d5fedba2ae960df667864e824acb1ef9Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2283. [bug] TSIG keys were not attaching to the memory
a483e67c4cdcbfc29ddc62b5a2d0d99b1c542fadMark Andrews context. TSIG keys should use the rings
a483e67c4cdcbfc29ddc62b5a2d0d99b1c542fadMark Andrews memory context rather than the clients memory
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews context. [RT #17377]
d73de275987d29627dc11d5bd4a22874a29f7874Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2282. [bug] Acl code fixups. [RT #17346] [RT #17374]
8f9664521724eefc39728c092d0bc6be527e1496Mark Andrews
8f9664521724eefc39728c092d0bc6be527e1496Mark Andrews2281. [bug] Attempts to use undefined acls were not being logged.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews [RT #17307]
da091cda77fa951e682119c3df84f60a62bed702Mark Andrews
da091cda77fa951e682119c3df84f60a62bed702Mark Andrews2280. [func] Allow the experimental http server to be reached
da091cda77fa951e682119c3df84f60a62bed702Mark Andrews over IPv6 as well as IPv4. [RT #17332]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
d8d489cd8efc45b06a232ac07a636b3d36cc7e8fMark Andrews2279. [bug] Use setsockopt(SO_NOSIGPIPE), when available,
d8d489cd8efc45b06a232ac07a636b3d36cc7e8fMark Andrews to protect applications from receiving spurious
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews SIGPIPE signals when using the resolver.
bdb1394788a677d0b6e8499ba1ece17a73f476c7Mark Andrews
bdb1394788a677d0b6e8499ba1ece17a73f476c7Mark Andrews2278. [bug] win32: handle the case where Windows returns no
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews search list or DNS suffix. [RT #17354]
c8aa2c83113229a59069cbd05c735896f51b886bMark Andrews
c8aa2c83113229a59069cbd05c735896f51b886bMark Andrews2277. [bug] Empty zone names were not correctly being caught at
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews in the post parse checks. [RT #17357]
a1edcd1b8d430650d85ec0962cd32efde76a71fbMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2276. [bug] Install <dst/gssapi.h>. [RT# 17359]
5b1627d469d07c5bfe7f193e3ddd85d0dd6ad4b0Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2275. [func] Add support to dig to perform IXFR queries over UDP.
7c23b791f4ae8f0c4c2982a91d13c0ecb15ee798Mark Andrews [RT #17235]
7c23b791f4ae8f0c4c2982a91d13c0ecb15ee798Mark Andrews
7c23b791f4ae8f0c4c2982a91d13c0ecb15ee798Mark Andrews2274. [func] Log zone transfer statistics. [RT #17336]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
8989de1059c6292fc43ce507df4991224af2d789Mark Andrews2273. [bug] Adjust log level to WARNING when saving inconsistent
8989de1059c6292fc43ce507df4991224af2d789Mark Andrews stub/slave master and journal files. [RT# 17279]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
acc8b7ac3d16538bf223545bbf71899b9accaebbMark Andrews2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews [RT #17262]
e7bb307667cc89287e810b95bddd342cb5dcb4e7Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2271. [bug] Fix a memory leak in http server code [RT #17100]
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews2270. [bug] dns_db_closeversion() version->writer could be reset
b9efcf0a377381b29960137e54ecaf4db85a35c8Mark Andrews before it is tested. [RT #17290]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
8e5893c36cdccc706f9632f51e0c8d390d2a8d06Mark Andrews2269. [contrib] dbus memory leaks and missing va_end calls. [RT #17232]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
e396939d492e6afa8e31a8dc11d7317c9e62f15fMark Andrews2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews list.
9549a96654ead15b264c9159d48eb485e4f9db55Mark Andrews
e70b069e3807d5f499dff31eb31c2b3e0e125457Mark Andrews --- 9.5.0b1 released ---
3d822d111c00e70830dc163a5298196a1e7db29fMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2267. [bug] Radix tree node_num value could be set incorrectly,
88aa68f478c1634f5f10034fb6ea4158efa20ff4Mark Andrews causing positive ACL matches to look like negative
88aa68f478c1634f5f10034fb6ea4158efa20ff4Mark Andrews ones. [RT #17311]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
4c83dd7f22b19c75afdd311684f6ba0faa24e8d8Mark Andrews2266. [bug] client.c:get_clientmctx() returned the same mctx
4c83dd7f22b19c75afdd311684f6ba0faa24e8d8Mark Andrews once the pool of mctx's was filled. [RT #17218]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
5f4098e478ae913cdc1bb8851599b8f2431050d3Mark Andrews2265. [bug] Test that the memory context's basic_table is non NULL
5f4098e478ae913cdc1bb8851599b8f2431050d3Mark Andrews before freeing. [RT #17265]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
57e0f58b3fd4cb49a57200c8af9cb58d984d871aMark Andrews2264. [bug] Server prefix length was being ignored. [RT #17308]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
26cf4737b3e84c3a686a5eacebf22ac39e57d4caMark Andrews2263. [bug] "named-checkconf -z" failed to set default value
26cf4737b3e84c3a686a5eacebf22ac39e57d4caMark Andrews for "check-integrity". [RT #17306]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
34e5a08809dda3276252269ebddd1616e62081a2Mark Andrews2262. [bug] Error status from all but the last view could be
34e5a08809dda3276252269ebddd1616e62081a2Mark Andrews lost. [RT #17292]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
0cd36f1d15caf6622ec3128544d4238ad180a300Mark Andrews2261. [bug] Fix memory leak with "any" and "none" ACLs [RT #17272]
0cd36f1d15caf6622ec3128544d4238ad180a300Mark Andrews
0cd36f1d15caf6622ec3128544d4238ad180a300Mark Andrews2260. [bug] Reported wrong clients-per-query when increasing the
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews value. [RT #17236]
93649589d470624e9e1c34403ad076b3a1a4c5c3Mark Andrews
93649589d470624e9e1c34403ad076b3a1a4c5c3Mark Andrews2259. [placeholder]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
29f5bb81e2d1d72fc6e44c87404bd4598a34df94Mark Andrews --- 9.5.0a7 released ---
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
ddc592d128cdde85ada64efbda95981c10c4c03cMark Andrews2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
ddc592d128cdde85ada64efbda95981c10c4c03cMark Andrews [RT #17241]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
88c2b83cc548a217cc92a2bf75ca1ef1d4237d4fMark Andrews2257. [bug] win32: Use the full path to vcredist_x86.exe when
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews calling it. [RT #17222]
bd6ad47c3dbc52a54f240432878b6832bd6dd6e2Mark Andrews
bd6ad47c3dbc52a54f240432878b6832bd6dd6e2Mark Andrews2256. [bug] win32: Correctly register the installation location of
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews bindevt.dll. [RT #17159]
c7c1bf7dc167ff164193bc04f33a22109e4c0829Mark Andrews
c7c1bf7dc167ff164193bc04f33a22109e4c0829Mark Andrews2255. [maint] L.ROOT-SERVERS.NET is now 199.7.83.42.
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
9e205a3c51e68d19a7ed03244d45b14b3e0d69afMark Andrews2254. [bug] timer.c:dispatch() failed to lock timer->lock
9e205a3c51e68d19a7ed03244d45b14b3e0d69afMark Andrews when reading timer->idle allowing it to see
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews intermediate values as timer->idle was reset by
e823642ec0c167af8f7db01c96ba0279165a61f3Mark Andrews isc_timer_touch(). [RT #17243]
e823642ec0c167af8f7db01c96ba0279165a61f3Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2253. [func] "max-cache-size" defaults to 32M.
93e6ebcd0a0f044ba2add424c265b5e0bb4c8afdMark Andrews "max-acache-size" defaults to 16M.
93e6ebcd0a0f044ba2add424c265b5e0bb4c8afdMark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2252. [bug] Fixed errors in sortlist code [RT #17216]
8ac1acc30d0f405222ffa7b2b93131d9d4e18599Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2251. [placeholder]
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews2250. [func] New flag 'memstatistics' to state whether the
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews memory statistics file should be written or not.
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews Additionally named's -m option will cause the
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews statistics file to be written. [RT #17113]
c99d9017ba00099bfa89e1ed53e63a5cb07d28d5Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2249. [bug] Only set Authentic Data bit if client requested
c4a9ce445c48a57eed5aa16582b1964cf8cedf87Mark Andrews DNSSEC, per RFC 3655 [RT #17175]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
a04a323f9a1ebd4766fc577e11bf3c22bdaf5516Mark Andrews2248. [cleanup] Fix several errors reported by Coverity. [RT #17160]
a04a323f9a1ebd4766fc577e11bf3c22bdaf5516Mark Andrews
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews2247. [doc] Sort doc/misc/options. [RT #17067]
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews2246. [bug] Make the startup of test servers (ans.pl) more
dd0228908543562781a4c0d8773ae87d4c530633Mark Andrews robust. [RT #17147]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
810e8d27763c5d8557239ab321eb125163af9236Mark Andrews2245. [bug] Validating lack of DS records at trust anchors wasn't
810e8d27763c5d8557239ab321eb125163af9236Mark Andrews working. [RT #17151]
b907c35b33a5a57e95ac021fb6a0086dbe369840Mark Andrews
15f358ed4ea081793041bbfba70849be472236d3Mark Andrews2244. [func] Allow the check of nameserver names against the
15f358ed4ea081793041bbfba70849be472236d3Mark Andrews SOA MNAME field to be disabled by specifying
94323de0419d68fe8c48af7ae14a2f1a1cd274a8Mark Andrews 'notify-to-soa yes;'. [RT #17073]
984c39beed2fee49dda75c4c8a37b7f32bf434bfMark Andrews
984c39beed2fee49dda75c4c8a37b7f32bf434bfMark Andrews2243. [func] Configuration files without a newline at the end now
94323de0419d68fe8c48af7ae14a2f1a1cd274a8Mark Andrews parse without error. [RT #17120]
c08a03a43116c21cf12dea7cbcb5465588f7955cMark Andrews
c311ed52d45334e182a093efad827fe4cbe7e686Mark Andrews2242. [bug] nsupdate: GSS-TSIG support using the Heimdal Kerberos
c311ed52d45334e182a093efad827fe4cbe7e686Mark Andrews library could require a source of random data.
c311ed52d45334e182a093efad827fe4cbe7e686Mark Andrews [RT #17127]
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews2241. [func] nsupdate: add a interactive 'help' command. [RT #17099]
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews
79a6a33184abff1999ba13b10922ccb34a2758a5Mark Andrews2240. [bug] Cleanup nsupdates GSS-TSIG support. Convert
5d26560e2b93e1aa0334931ec6ccb6045c3581fcMark Andrews a number of INSIST()s into plain fatal() errors
5d26560e2b93e1aa0334931ec6ccb6045c3581fcMark Andrews which report the triggering result code.
5d26560e2b93e1aa0334931ec6ccb6045c3581fcMark Andrews The 'key' command wasn't disabling GSS-TSIG.
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews [RT #17099]
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews2239. [func] Ship a pre built bin/named/bind9.xsl.h. [RT #17114]
2b1c71b134eb92f2e297a56f778838e42f41c880Mark Andrews
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews2238. [bug] It was possible to trigger a REQUIRE when a
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews validation was canceled. [RT #17106]
d6fbfd28ea82e425740de903ddc67f7d9e9f82e7Mark Andrews
7791dd06ea69d0fb2494788ad4c24d568f40bcdfMark Andrews2237. [bug] libbind: res_init() was not thread aware. [RT #17123]
7791dd06ea69d0fb2494788ad4c24d568f40bcdfMark Andrews
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews2236. [bug] dnssec-signzone failed to preserve the case of
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews of wildcard owner names. [RT #17085]
091b098b49a4f84f459abd46451955a18abd6d40Mark Andrews
7d3458a972a902740eb142044655aba6c6ffb9acMark Andrews2235. [bug] <isc/atomic.h> was not being installed. [RT #17135]
7d3458a972a902740eb142044655aba6c6ffb9acMark Andrews
7d3458a972a902740eb142044655aba6c6ffb9acMark Andrews2234. [port] Correct some compiler warnings on SCO OSr5 [RT #17134]
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews2233. [func] Add support for O(1) ACL processing, based on
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews radix tree code originally written by Kevin
7c441b7f4afdedb6e5a99f113a4f926a005fa950Mark Andrews Brintnall. [RT #16288]
f0ffc28f61a68b350fef9257f5f50e1ac866e0abMark Andrews
75e184e4b80c499859574257dd5781d62cfed0b3Mark Andrews2232. [bug] dns_adb_findaddrinfo() could fail and return
f0ffc28f61a68b350fef9257f5f50e1ac866e0abMark Andrews ISC_R_SUCCESS. [RT #17137]
7f20fd8ebb0cabc8f935381d958f8371990c9212Mark Andrews
7f20fd8ebb0cabc8f935381d958f8371990c9212Mark Andrews2231. [bug] Building dlzbdb (contrib/dlz/bin/dlzbdb) was broken.
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews [RT #17088]
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews
8695d7b357789bedff63e5b19c5ab25cd58fcd4bMark Andrews2230. [bug] We could INSIST reading a corrupted journal.
f76c4ebaf586a693521f018fbc617c292c1555d7Mark Andrews [RT #17132]
f76c4ebaf586a693521f018fbc617c292c1555d7Mark Andrews
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews2229. [bug] Null pointer dereference on query pool creation
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews failure. [RT #17133]
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews
b597abd9cc44c7b9ecd0ff67df59a21ff45e88d5Mark Andrews2228. [contrib] contrib: Change 2188 was incomplete.
81e302788a444b81231a7cda721548a020ae5660Brian Wellington
81e302788a444b81231a7cda721548a020ae5660Brian Wellington2227. [cleanup] Tidied up the FAQ. [RT #17121]
81e302788a444b81231a7cda721548a020ae5660Brian Wellington
c00a1eb423623442aff428336bb55590f79013bbMark Andrews2226. [placeholder]
c00a1eb423623442aff428336bb55590f79013bbMark Andrews
1e258716acade52396a8f260b5e19cbf6ca0290aMark Andrews2225. [bug] More support for systems with no IPv4 addresses.
1e258716acade52396a8f260b5e19cbf6ca0290aMark Andrews [RT #17111]
d972fa317829804a692e46a34b6f27a33f861d9dMark Andrews
d972fa317829804a692e46a34b6f27a33f861d9dMark Andrews2224. [bug] Defer journal compaction if a xfrin is in progress.
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington [RT #17119]
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington
4b171ebd702d72200a4d7609f11c5f79d6b6f964Brian Wellington2223. [bug] Make a new journal when compacting. [RT #17119]
cceca51fec3b4af660d28e2d3df7242823312eb6Brian Wellington
cceca51fec3b4af660d28e2d3df7242823312eb6Brian Wellington2222. [func] named-checkconf now checks server key references.
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews [RT #17097]
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews2221. [bug] Set the event result code to reflect the actual
03fae7ef2173cdf32918853b047d95d9046574ccMark Andrews record turned to caller when a cache update is
ad611e746d6fdcbb9e67da361a3a039c226a9236Mark Andrews rejected due to a more credible answer existing.
ad611e746d6fdcbb9e67da361a3a039c226a9236Mark Andrews [RT #17017]
603d1d1e20fbffc986b3aec93379bb4f6ac37afcMark Andrews
603d1d1e20fbffc986b3aec93379bb4f6ac37afcMark Andrews2220. [bug] win32: Address a race condition in final shutdown of
603d1d1e20fbffc986b3aec93379bb4f6ac37afcMark Andrews the Windows socket code. [RT #17028]
94323de0419d68fe8c48af7ae14a2f1a1cd274a8Mark Andrews
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews2219. [bug] Apply zone consistency checks to additions, not
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews removals, when updating. [RT #17049]
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews2218. [bug] Remove unnecessary REQUIRE from dns_validator_create().
2dd99c098ca162f985b7ef3c8142a964ad8281aeMark Andrews [RT #16976]
1fb264ed3aa861a67d7bab9aeb5aea5836e03c14Mark Andrews
1fb264ed3aa861a67d7bab9aeb5aea5836e03c14Mark Andrews2217. [func] Adjust update log levels. [RT #17092]
1fb264ed3aa861a67d7bab9aeb5aea5836e03c14Mark Andrews
608c703d1231e0b1f291637ca5361b773afcdbf1Mark Andrews2216. [cleanup] Fix a number of errors reported by Coverity.
608c703d1231e0b1f291637ca5361b773afcdbf1Mark Andrews [RT #17094]
608c703d1231e0b1f291637ca5361b773afcdbf1Mark Andrews
feb8ae093115b36ac061e23d0227ea06f51950a3Mark Andrews2215. [bug] Bad REQUIRE check isc_hmacsha1_verify(). [RT #17094]
feb8ae093115b36ac061e23d0227ea06f51950a3Mark Andrews
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews2214. [bug] Deregister OpenSSL lock callback when cleaning
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews up. Reorder OpenSSL cleanup so that RAND_cleanup()
27151990b2b48f027f7f01972fe8e0dfa1df52d3Mark Andrews is called before the locks are destroyed. [RT #17098]
6b610836bc081fdadf7bc7a16ce27f422c6b5638Brian Wellington
6b610836bc081fdadf7bc7a16ce27f422c6b5638Brian Wellington2213. [bug] SIG0 diagnostic failure messages were looking at the
95b604c5e972a5e9eb713bf45cf0b2d9b98da27eMark Andrews wrong status code. [RT #17101]
2211bec6a0626b681fdf5a8e4406555ef76ddf70Mark Andrews
2211bec6a0626b681fdf5a8e4406555ef76ddf70Mark Andrews2212. [func] 'host -m' now causes memory statistics and active
2211bec6a0626b681fdf5a8e4406555ef76ddf70Mark Andrews memory to be printed at exit. [RT 17028]
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews2211. [func] Update "dynamic update temporarily disabled" message.
fcb2ecdb52a594a5c0d07c2e98e67c14708c16dfMark Andrews [RT #17065]
3561e645d77448b20b1676680b08c76d559e5335Mark Andrews
3561e645d77448b20b1676680b08c76d559e5335Mark Andrews2210. [bug] Deleting class specific records via UPDATE could
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews fail. [RT #17074]
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews2209. [port] osx: linking against user supplied static OpenSSL
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews libraries failed as the system ones were still being
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews found. [RT #17078]
b9c80c8bddbb88384d7baef297a873b5f8715e49Mark Andrews
27269e9dd45b619160f90db1a0f6b2b3f6f4bbb8Mark Andrews2208. [port] win32: make sure both build methods produce the
faf23095be9a0b5e2696f2b1f1a260af16e9ebeaMark Andrews same output. [RT #17058]
27269e9dd45b619160f90db1a0f6b2b3f6f4bbb8Mark Andrews
faf23095be9a0b5e2696f2b1f1a260af16e9ebeaMark Andrews2207. [port] Some implementations of getaddrinfo() fail to set
f38c274c217d0a5b791786877422306a0e477e10Mark Andrews ai_canonname correctly. [RT #17061]
f38c274c217d0a5b791786877422306a0e477e10Mark Andrews
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews --- 9.5.0a6 released ---
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews
84ef147b1fa0aed15cade55478ed647d15f7b094Mark Andrews2206. [security] "allow-query-cache" and "allow-recursion" now
e53a5a116fc531f730df0adb091278ff8a941dffMark Andrews cross inherit from each other.
e53a5a116fc531f730df0adb091278ff8a941dffMark Andrews
e53a5a116fc531f730df0adb091278ff8a941dffMark Andrews If allow-query-cache is not set in named.conf then
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews allow-recursion is used if set, otherwise allow-query
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews is used if set, otherwise the default (localnets;
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews localhost;) is used.
fc7fbdf6e66fb496442ec4f99f5a84669ea4c6d3Mark Andrews
986be654feec852eb9da0d15599f18d0035e569bMark Andrews If allow-recursion is not set in named.conf then
986be654feec852eb9da0d15599f18d0035e569bMark Andrews allow-query-cache is used if set, otherwise allow-query
986be654feec852eb9da0d15599f18d0035e569bMark Andrews is used if set, otherwise the default (localnets;
3703473c4a2672af58b4f141e92067e969fd978eBrian Wellington localhost;) is used.
3703473c4a2672af58b4f141e92067e969fd978eBrian Wellington
c26c65b7a0d036e78bfc73f3e7e0817adb0365c0Mark Andrews [RT #16987]
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews2205. [bug] libbind: change #2119 broke thread support. [RT #16982]
43733a83ed92359555c0dcc766e04216ba858309Mark Andrews
bda64555f62216c3e785338f372a7ad9b79c197cMark Andrews2204. [bug] "rndc flushanme name unknown-view" caused named
86e71d7e8626de37559265f0edac8451bef6d001Andreas Gustafsson to crash. [RT #16984]
bda64555f62216c3e785338f372a7ad9b79c197cMark Andrews
39c2b741427eedafe5054909773c2e121c078b72Mark Andrews2203. [security] Query id generation was cryptographically weak.
39c2b741427eedafe5054909773c2e121c078b72Mark Andrews [RT # 16915]
39c2b741427eedafe5054909773c2e121c078b72Mark Andrews
de36c606c52ad51e5abca6e42faf655937e5ed10Mark Andrews2202. [security] The default acls for allow-query-cache and
de36c606c52ad51e5abca6e42faf655937e5ed10Mark Andrews allow-recursion were not being applied. [RT #16960]
23cb957a81a51a9656917ea98d0ae56b7abdcaccMark Andrews
23cb957a81a51a9656917ea98d0ae56b7abdcaccMark Andrews2201. [bug] The build failed in a separate object directory.
7789eb1345bef03773a2530dce7f2709cc50aa2aAndreas Gustafsson [RT #16943]
23cb957a81a51a9656917ea98d0ae56b7abdcaccMark Andrews
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews2200. [bug] The search for cached NSEC records was stopping to
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews early leading to excessive DLV queries. [RT #16930]
28d8b4118da7abed531ca09136a6d1402837d721Mark Andrews
d6c0627d1e4d841eac9576427f2d4a0cf9a47e2cMark Andrews2199. [bug] win32: don't call WSAStartup() while loading dlls.
d6c0627d1e4d841eac9576427f2d4a0cf9a47e2cMark Andrews [RT #16911]
d6c0627d1e4d841eac9576427f2d4a0cf9a47e2cMark Andrews
5d7b81d2a49d237ff5e73fdc4bd3394a3ee29392Mark Andrews2198. [bug] win32: RegCloseKey() could be called when
eeede5be4b3ff940b622799a04951e0dc45ad45fAndreas Gustafsson RegOpenKeyEx() failed. [RT #16911]
eeede5be4b3ff940b622799a04951e0dc45ad45fAndreas Gustafsson
5d7b81d2a49d237ff5e73fdc4bd3394a3ee29392Mark Andrews2197. [bug] Add INSIST to catch negative responses which are
8f63de30293716a22054e7db47f27e81bab545c5Mark Andrews not setting the event result code appropriately.
8f63de30293716a22054e7db47f27e81bab545c5Mark Andrews [RT #16909]
8f63de30293716a22054e7db47f27e81bab545c5Mark Andrews
caa8797a00ccb1a02f1690dda5b4aeda9a1db5a7Mark Andrews2196. [port] win32: yield processor while waiting for once to
caa8797a00ccb1a02f1690dda5b4aeda9a1db5a7Mark Andrews to complete. [RT #16958]
9ae90732df942a7ffcbaa26ba254b55248ce79a5Mark Andrews
9ae90732df942a7ffcbaa26ba254b55248ce79a5Mark Andrews2195. [func] dnssec-keygen now defaults to nametype "ZONE"
9ae90732df942a7ffcbaa26ba254b55248ce79a5Mark Andrews when generating DNSKEYs. [RT #16954]
f3222d48cc3d81706d198faa00dea9720eb0768dMark Andrews
c1567cb58cbf2eb816320ff49f000afafea02a85Mark Andrews2194. [bug] Close journal before calling 'done' in xfrin.c.
f3222d48cc3d81706d198faa00dea9720eb0768dMark Andrews
c73c1c33ec9569c8f9ffd205b48f044f9b03795bMark Andrews --- 9.5.0a5 released ---
c73c1c33ec9569c8f9ffd205b48f044f9b03795bMark Andrews
c73c1c33ec9569c8f9ffd205b48f044f9b03795bMark Andrews2193. [port] win32: BINDInstall.exe is now linked statically.
e95cc59f90d35f2d482b6f9c19ba96818275335cMark Andrews [RT #16906]
0062c1ddfe0b2f0a4e206a5d460d8e7d58e29b80Brian Wellington
0062c1ddfe0b2f0a4e206a5d460d8e7d58e29b80Brian Wellington2192. [port] win32: use vcredist_x86.exe to install Visual
9aa1fb4861dc1d45f5a02fb1b9a9b815cc863747Mark Andrews Studio's redistributable dlls if building with
0062c1ddfe0b2f0a4e206a5d460d8e7d58e29b80Brian Wellington Visual Stdio 2005 or later.
48b0f5ff87f0a5a138129bcd855fd72908491321Andreas Gustafsson
48b0f5ff87f0a5a138129bcd855fd72908491321Andreas Gustafsson2191. [func] named-checkzone now allows dumping to stdout (-).
48b0f5ff87f0a5a138129bcd855fd72908491321Andreas Gustafsson named-checkconf now has -h for help.
0b809e3e23f9f3d9697def5f447aa57d5aeef56bAndreas Gustafsson named-checkzone now has -h for help.
cde7dfea4c1267a2b526114f4ea80fe9db1fc557Brian Wellington rndc now has -h for help.
cde7dfea4c1267a2b526114f4ea80fe9db1fc557Brian Wellington Better handling of '-?' for usage summaries.
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington [RT #16707]
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington2190. [func] Make fallback to plain DNS from EDNS due to timeouts
fca9cc33ad4299e58e53aa5273d805477267e27aBrian Wellington more visible. New logging category "edns-disabled".
2ca2e1a1ceec59a40f977f01ba8e8f4c0424c484Brian Wellington [RT #16871]
2ca2e1a1ceec59a40f977f01ba8e8f4c0424c484Brian Wellington
2ca2e1a1ceec59a40f977f01ba8e8f4c0424c484Brian Wellington2189. [bug] Handle socket() returning EINTR. [RT #15949]
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington2188. [contrib] queryperf: autoconf changes to make the search for
84185d19c7a9ef1ac23cc6236c8773697d4efeb1Brian Wellington libresolv or libbind more robust. [RT #16299]
683f10428e292811317df38fa324f242abbf7384Mark Andrews
683f10428e292811317df38fa324f242abbf7384Mark Andrews2187. [bug] query_addds(), query_addwildcardproof() and
683f10428e292811317df38fa324f242abbf7384Mark Andrews query_addnxrrsetnsec() should take a version
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews argument. [RT #16368]
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews2186. [port] cygwin: libbind: check for struct sockaddr_storage
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews independently of IPv6. [RT #16482]
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews
5da1e589c2288dbe87002f771005a78d80a2e258Mark Andrews2185. [port] sunos: libbind: check for ssize_t, memmove() and
852fa3b2e32719d094f3ad6513238841ae1f078bMark Andrews memchr(). [RT #16463]
852fa3b2e32719d094f3ad6513238841ae1f078bMark Andrews
852fa3b2e32719d094f3ad6513238841ae1f078bMark Andrews2184. [bug] bind9.xsl.h didn't build out of the source tree.
8569ab045a4cf6ecd1b5a3354ddb1c93ef34ea57Brian Wellington [RT #16830]
8569ab045a4cf6ecd1b5a3354ddb1c93ef34ea57Brian Wellington
8569ab045a4cf6ecd1b5a3354ddb1c93ef34ea57Brian Wellington2183. [bug] dnssec-signzone didn't handle offline private keys
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington well. [RT #16832]
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington2182. [bug] dns_dispatch_createtcp() and dispatch_createudp()
a5c077e40c784cf9e25c95a1ab94db2faab04ae9Brian Wellington could return ISC_R_SUCCESS when they ran out of
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington memory. [RT #16365]
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington2181. [port] sunos: libbind: add paths.h from BIND 8. [RT #16462]
2ca556300b09a94f0937b303386d29b95ef057ddBrian Wellington
97527fc03cdb061759e2c9529c670ac1c190ef84Brian Wellington2180. [cleanup] Remove bit test from 'compress_test' as they
97527fc03cdb061759e2c9529c670ac1c190ef84Brian Wellington are no longer needed. [RT #16497]
e1c2a8b9c120bcfc2f56e866ca3069b8a90c38dbMark Andrews
e1c2a8b9c120bcfc2f56e866ca3069b8a90c38dbMark Andrews2179. [func] 'rndc command zone' will now find 'zone' if it is
e1c2a8b9c120bcfc2f56e866ca3069b8a90c38dbMark Andrews unique to all the views. [RT #16821]
b7064914ca566fdd67cf0fe7e82d586cbb596470Mark Andrews
b7064914ca566fdd67cf0fe7e82d586cbb596470Mark Andrews2178. [bug] 'rndc reload' of a slave or stub zone resulted in
b7064914ca566fdd67cf0fe7e82d586cbb596470Mark Andrews a reference leak. [RT #16867]
3e67a87fc6be516ec12afa5aa31c2c04d5a6ae17Brian Wellington
3e67a87fc6be516ec12afa5aa31c2c04d5a6ae17Brian Wellington2177. [bug] Array bounds overrun on read (rcodetext) at
3e67a87fc6be516ec12afa5aa31c2c04d5a6ae17Brian Wellington debug level 10+. [RT #16798]
49f62849e5f80add0ee36b0f9b42cdce8de9748aMark Andrews
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews2176. [contrib] dbus update to handle race condition during
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews initialization (Bugzilla 235809). [RT #16842]
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews2175. [bug] win32: windows broadcast condition variable support
e9472e9f18f1c4f1279be2b3147be13a2bb731d0Mark Andrews was broken. [RT #16592]
d073663cb45bef2fff5f9a43b9b6006edfc52483Mark Andrews
d073663cb45bef2fff5f9a43b9b6006edfc52483Mark Andrews2174. [bug] I/O errors should always be fatal when reading
d073663cb45bef2fff5f9a43b9b6006edfc52483Mark Andrews master files. [RT #16825]
d83346263dc68358d73de2a8be60846c9c92950eAndreas Gustafsson
cad61731f8e960d9d99034a2a6eaafe1069c405cMark Andrews2173. [port] win32: When compiling with MSVS 2005 SP1 we also
cad61731f8e960d9d99034a2a6eaafe1069c405cMark Andrews need to ship Microsoft.VC80.MFCLOC.
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews --- 9.5.0a4 released ---
54469c2b2262f6a3f09610df69e16e9c75fd1fe5Mark Andrews
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson2172. [bug] query_addsoa() was being called with a non zone db.
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson [RT #16834]
90e303b114e56db5809fdd19805243457fa43cd9Olafur Gudmundsson
adbb11147cd5d97d140485fa37e85e66e15cf594Mark Andrews2171. [bug] Handle breaks in DNSSEC trust chains where the parent
b938d2af619822a8262c86223cad958511e716a9Andreas Gustafsson servers are not DS aware (DS queries to the parent
adbb11147cd5d97d140485fa37e85e66e15cf594Mark Andrews return a referral to the child).
9ab461a6ffed2ae2fe0380c30b69052db7473405Mark Andrews
9ab461a6ffed2ae2fe0380c30b69052db7473405Mark Andrews2170. [func] Add acache processing to test suite. [RT #16711]
b627356826f7b22e2ef396b80e8394eac76bc109Mark Andrews
77467267d97c781f3f3d050e229a874831e59c3dMark Andrews2169. [bug] host, nslookup: when reporting NXDOMAIN report the
13ba983cc86bc7d80d5f66ba09002f7d510a6631Mark Andrews given name and not the last name searched for.
13ba983cc86bc7d80d5f66ba09002f7d510a6631Mark Andrews [RT #16763]
3036da01090c0d1e11cddc26af16630d6d9c1f39Mark Andrews
84d8c0166ddc63ad5ce64e7d354553de38b9aabdAndreas Gustafsson2168. [bug] nsupdate: in non-interactive mode treat syntax errors
da5d1cf1b1aa29ae53a0427be49291b04bd60549Mark Andrews as fatal errors. [RT #16785]
66291de2060a1569de3fe9c5f0c1225448868f7aMark Andrews
66291de2060a1569de3fe9c5f0c1225448868f7aMark Andrews2167. [bug] When re-using a automatic zone named failed to
6c06bc591a830023e5e7a41cc4b37978b98c0c51Mark Andrews attach it to the new view. [RT #16786]
84d8c0166ddc63ad5ce64e7d354553de38b9aabdAndreas Gustafsson
6c06bc591a830023e5e7a41cc4b37978b98c0c51Mark Andrews --- 9.5.0a3 released ---
58d943711575376b05b3b3b303922a8a9d7ce9c1Mark Andrews
c36f45e354c0d5b6ab9f821bfe315d0ce9d95a29Mark Andrews2166. [bug] When running in batch mode, dig could misinterpret
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson a server address as a name to be looked up, causing
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson unexpected output. [RT #16743]
9cec4ca6cac428a46c6d64197c64831dcc02f506Andreas Gustafsson
23fb770906bf1fd98210f16ad660078274242963Mark Andrews2165. [func] Allow the destination address of a query to determine
23fb770906bf1fd98210f16ad660078274242963Mark Andrews if we will answer the query or recurse.
23fb770906bf1fd98210f16ad660078274242963Mark Andrews allow-query-on, allow-recursion-on and
0cb27602e5690baa9ab61c7c1430e507536adca7Brian Wellington allow-query-cache-on. [RT #16291]
0cb27602e5690baa9ab61c7c1430e507536adca7Brian Wellington
0cb27602e5690baa9ab61c7c1430e507536adca7Brian Wellington2164. [bug] The code to determine how named-checkzone /
ff1b064f5e2bf19c8e25f8927d23df5714e666edMark Andrews named-compilezone was called failed under windows.
ff1b064f5e2bf19c8e25f8927d23df5714e666edMark Andrews [RT #16764]
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews2163. [bug] If only one of query-source and query-source-v6
8e40433e347bc487cd70f02487fc7ce947a2422aMark Andrews specified a port the query pools code broke (change
880723fb130841459d45695b387651cacd6c9bb8Mark Andrews 2129). [RT #16768]
880723fb130841459d45695b387651cacd6c9bb8Mark Andrews
880723fb130841459d45695b387651cacd6c9bb8Mark Andrews2162. [func] Allow "rrset-order fixed" to be disabled at compile
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson time. [RT #16665]
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson2161. [bug] Fix which log messages are emitted for 'rndc flush'.
8f44fd4f8d5cefc227ab0fe59cbcbc3979fbc9caAndreas Gustafsson [RT #16698]
fefbb64a751f23c9dcf8bb1e62c6ed40a6a04fb2Mark Andrews
fefbb64a751f23c9dcf8bb1e62c6ed40a6a04fb2Mark Andrews2160. [bug] libisc wasn't handling NULL ifa_addr pointers returned
fefbb64a751f23c9dcf8bb1e62c6ed40a6a04fb2Mark Andrews from getifaddrs(). [RT #16708]
0d6f70f1dbf77cf10e0bae8683c741f5924f6afeMark Andrews
b938d2af619822a8262c86223cad958511e716a9Andreas Gustafsson --- 9.5.0a2 released ---
111e3433d289e8b4ea1260add39baa78c2a46891Mark Andrews
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews2159. [bug] Array bounds overrun in acache processing. [RT #16710]
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews
cf300e03de3df3ff422db922520bf07c686c86daMark Andrews2158. [bug] ns_client_isself() failed to initialize key
9ac8796f1653d89af589753a3e42c694f35ddd8aMark Andrews leading to a REQUIRE failure. [RT #16688]
9ac8796f1653d89af589753a3e42c694f35ddd8aMark Andrews
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson2157. [func] dns_db_transfernode() created. [RT #16685]
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson resolver.c:validated() and resolver.c:cache_name().
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson Fix a memory leak in rbtdb.c:free_noqname().
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson Make lookup.c:lookup_find() robust against
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson event leaks. [RT #16685]
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson2155. [contrib] SQLite sdb module from jaboydjr@netwalk.com.
242bba8991b030b7764f0bdca3922d75c34ea51eAndreas Gustafsson [RT #16694]
f2c49862fb348586bb4b95a5388c86e0c0cbfa2cAndreas Gustafsson
02bdc23f8e3ca0f710e0a40daa15941ab1db6bb2Mark Andrews2154. [func] Scoped (e.g. IPv6 link-local) addresses may now be
45fe575607b91147ed753d175a7255198f14f197Andreas Gustafsson matched in acls by omitting the scope. [RT #16599]
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews2153. [bug] nsupdate could leak memory. [RT #16691]
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews2152. [cleanup] Use sizeof(buf) instead of fixed number in
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews dighost.c:get_trusted_key(). [RT #16678]
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews
ef29912666cc6160f7165558bef017ab3849c5e1Mark Andrews2151. [bug] Missing newline in usage message for journalprint.
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews [RT #16679]
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews2150. [bug] 'rrset-order cyclic' uniformly distribute the
0cfa2fb26df42f781eca8c4c856d2d0165055bebMark Andrews starting point for the first response for a given
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson RRset. [RT #16655]
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson
06a949d2ce8d4b4cbfbf4e7a0335316520aafa46Andreas Gustafsson2149. [bug] isc_mem_checkdestroyed() failed to abort on
0b81e99ddfb01746e667797dedc291fc550d14d3Brian Wellington if there were still active memory contexts.
0b81e99ddfb01746e667797dedc291fc550d14d3Brian Wellington [RT #16672]
0b81e99ddfb01746e667797dedc291fc550d14d3Brian Wellington
3638017bd3cb8e30874f708a125d1541b680b25eBrian Wellington2148. [func] Add positive logging for rndc commands. [RT #14623]
3638017bd3cb8e30874f708a125d1541b680b25eBrian Wellington
3638017bd3cb8e30874f708a125d1541b680b25eBrian Wellington2147. [bug] libbind: remove potential buffer overflow from
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington hmac_link.c. [RT #16437]
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington
8771fbe4a2cee7bebd785a486824833d741c7315Brian Wellington2146. [cleanup] Silence Linux's spurious "obsolete setsockopt
b541c10d0442d9804d94567a97956cec3bd2912dBrian Wellington SO_BSDCOMPAT" message. [RT #16641]
8bb79fc9b9952172d10f56f31739730e38d4b013Brian Wellington
f59d47928ed33d1546e8f982370086429f727e85Andreas Gustafsson2145. [bug] Check DS/DLV digest lengths for known digests.
f59d47928ed33d1546e8f982370086429f727e85Andreas Gustafsson [RT #16622]
b541c10d0442d9804d94567a97956cec3bd2912dBrian Wellington
c01237c6bc5ec25063b4aae1799fe4de01a7455bAndreas Gustafsson2144. [cleanup] Suppress logging of SERVFAIL from forwarders.
c01237c6bc5ec25063b4aae1799fe4de01a7455bAndreas Gustafsson [RT #16619]
c01237c6bc5ec25063b4aae1799fe4de01a7455bAndreas Gustafsson
60213f2815a7e6584a2285546d05633fa7b6f5b4Mark Andrews2143. [bug] We failed to restart the IPv6 client when the
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson kernel failed to return the destination the
60213f2815a7e6584a2285546d05633fa7b6f5b4Mark Andrews packet was sent to. [RT #16613]
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson2142. [bug] Handle master files with a modification time that
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson matches the epoch. [RT# 16612]
6c8abf481df85a67c3f32f5f107b554d3ff5a3edMark Andrews
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson2141. [bug] dig/host should not be setting IDN_ASCCHECK (IDN
c52806164c335f89e1980af836470b6daffe4f82Andreas Gustafsson equivalent of LDH checks). [RT #16609]
1e4bfff1855795853648f507422b96fc8fecbff1Mark Andrews
6b31d9c56874d3bd58b420cbe6cd64be502dbe08Andreas Gustafsson2140. [bug] libbind: missing unlock on pthread_key_create()
892476530f3971aff52f25103d488ece9b01f673Andreas Gustafsson failures. [RT #16654]
6b31d9c56874d3bd58b420cbe6cd64be502dbe08Andreas Gustafsson
6b31d9c56874d3bd58b420cbe6cd64be502dbe08Andreas Gustafsson2139. [bug] dns_view_find() was being called with wrong type
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews in adb.c. [RT #16670]
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews
ee80f4506479e189ca1320eb87ac89188c5a7848Mark Andrews2138. [bug] Lock order reversal in resolver.c. [RT #16653]
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas Gustafsson
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas Gustafsson2137. [port] Mips little endian and/or mips 64 bit are now
d9d6d2f77fe54831dec9cde8ca03ae1f825599f9Andreas Gustafsson supported for atomic operations. [RT#16648]
9b2c0d29248ad5f86b47319239a06c783e1b5307Andreas Gustafsson
9b2c0d29248ad5f86b47319239a06c783e1b5307Andreas Gustafsson2136. [bug] nslookup/host looped if there was no search list
eb2c518a3871932e86268e7c6ddae2b2a00d72fdMark Andrews and the host didn't exist. [RT #16657]
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews
4072dfb9b865c82c24a72e734d54da51a20dfc1eMark Andrews2135. [bug] Uninitialized rdataset in sdlz.c. [RT# 16656]
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson2134. [func] Additional statistics support. [RT #16666]
92094d44a2d0cb2b1be58a87299903ba7c436a0cAndreas Gustafsson
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson2133. [port] powerpc: Support both IBM and MacOS Power PC
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson assembler syntaxes. [RT #16647]
11fe3dcfe2a5fbefd0cfe445872dc4c595506204Andreas Gustafsson
d1abb8bb020aacd1ce0da65c2d5d8f7c96ebd52aMark Andrews2132. [bug] Missing unlock on out of memory in
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson dns_dispatchmgr_setudp().
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson
b4aeceec736cd16d4c4e98f519c8df79b15fbe45Andreas Gustafsson2131. [contrib] dlz/mysql: AXFR was broken. [RT #16630]
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson2130. [func] Log if CD or DO were set. [RT #16640]
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson
307ba34fa07db768c3a899844f248a2c1d7dcc7fAndreas Gustafsson2129. [func] Provide a pool of UDP sockets for queries to be
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington made over. See use-queryport-pool, queryport-pool-ports
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington and queryport-pool-updateinterval. [RT #16415]
b6b9d8b8434e4eaab74b69cd14fcacf448055ca5Brian Wellington
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson2128. [doc] xsltproc --nonet, update DTD versions. [RT #16635]
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson2127. [port] Improved OpenSSL 0.9.8 support. [RT #16563]
31f6e44dcaad33d66d607e3a919d4aa59cdbaec5Andreas Gustafsson
af36ecc41ae6bd73553aacd006ae55474e193b07Andreas Gustafsson2126. [security] Serialize validation of type ANY responses. [RT #16555]
af36ecc41ae6bd73553aacd006ae55474e193b07Andreas Gustafsson
6d6529b5e5ab7223fa2560ebe144bcb82517cef3Mark Andrews2125. [bug] dns_zone_getzeronosoattl() REQUIRE failure if DLZ
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews was defined. [RT #16574]
af36ecc41ae6bd73553aacd006ae55474e193b07Andreas Gustafsson
0b07b9482c00060d1ddd551a5dcb8cecbe2c1f65Mark Andrews2124. [security] It was possible to dereference a freed fetch
c0fe9b0d1b01a9a0883977a362ce4128723a56d6Mark Andrews context. [RT #16584]
c0fe9b0d1b01a9a0883977a362ce4128723a56d6Mark Andrews
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson --- 9.5.0a1 released ---
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson
2869504d83e84a91dbc822e8a243e837f5c0374dAndreas Gustafsson2123. [func] Use Doxygen to generate internal documentation.
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson [RT #11398]
ce6caa07591b3723968c22f5aa13740f9609135aAndreas Gustafsson
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson2122. [func] Experimental http server and statistics support
138cc7f283889367b11840ff77a9ea08e17a9daeAndreas Gustafsson for named via xml.
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews
ac1a59e95cfd035f38222e739affd43eafa9eeefMark Andrews2121. [func] Add a 10 slot dead masters cache (LRU) with a 600
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer second timeout. [RT #16553]
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer
58930ca9802e772afe9f5ccb30f236d201cf60e0Danny Mayer2120. [doc] Fix markup on nsupdate man page. [RT #16556]
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson2119. [compat] libbind: allow res_init() to succeed enough to
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson return the default domain even if it was unable
e3e94dd137c5f9d3d5c5179863f674b27aa0cc02Andreas Gustafsson to allocate memory.
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson2118. [bug] Handle response with long chains of domain name
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson compression pointers which point to other compression
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson pointers. [RT #16427]
7c014c5bf41dc38802e8889c0a9110204eb1a552Andreas Gustafsson
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews2117. [bug] DNSSEC fixes: named could fail to cache NSEC records
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews which could lead to validation failures. named didn't
2053e8c26cd69600132632fbee247601ce8c9e8cAndreas Gustafsson handle negative DS responses that were in the process
3e42bdfdc901b6b921b02028bd51ca2af8e84adcMark Andrews of being validated. Check CNAME bit before accepting
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews NODATA proof. To be able to ignore a child NSEC there
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews must be SOA (and NS) set in the bitmap. [RT #16399]
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews2116. [bug] 'rndc reload' could cause the cache to continually
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews be cleaned. [RT #16401]
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews
b20eef7ab022dd984e2e9c12f6a7edf35661d3b0Mark Andrews2115. [bug] 'rndc reconfig' could trigger a INSIST if the
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson number of masters for a zone was reduced. [RT #16444]
ea01b618d981e58f85071a40550bc7f7565d4509Andreas Gustafsson
bad3251d3f7ffccdec39ccfe04d94308985fb36eAndreas Gustafsson2114. [bug] dig/host/nslookup: searches for names with multiple
bad3251d3f7ffccdec39ccfe04d94308985fb36eAndreas Gustafsson labels were failing. [RT #16447]
80dd46d7aab16c42a8c1acf6156c95406a9f20a4Mark Andrews
9eec883bf871ee2235009e889440f986c98908b8Andreas Gustafsson2113. [bug] nsupdate: if a zone is specified it should be used
993572b2495561c57b556621dd9fe493e8c6dd1bDanny Mayer for server discover. [RT# 16455]
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson2112. [security] Warn if weak RSA exponent is used. [RT #16460]
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson
78bf1ca89505820ed7b03be4bf0c0b53b557f3cdAndreas Gustafsson2111. [bug] Fix a number of errors reported by Coverity.
088eaf3878580eebbbd2b020411532af278aae5aAndreas Gustafsson [RT #16507]
6b13908f7030e09fb4573f3c2f8d7a5edc70e0b5Mark Andrews
afeabf9f707ca71192041c1132d9f07d7bd83132Mark Andrews2110. [bug] "minimal-responses yes;" interacted badly with BIND 8
3842a051baf34ffc4e428cd6f2d4a641e548e6f6Mark Andrews priming queries. [RT #16491]
3842a051baf34ffc4e428cd6f2d4a641e548e6f6Mark Andrews
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson2109. [port] libbind: silence aix 5.3 compiler warnings. [RT #16502]
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson
46ba6046bcb3b534346de13a4ff5c1513e72936bAndreas Gustafsson2108. [func] DHCID support. [RT #16456]
a89d1aea0cce6a28a3751cd508db67e38d307a5eDanny Mayer
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson2107. [bug] dighost.c: more cleanup of buffers. [RT #16499]
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson2106. [func] 'rndc status' now reports named's version. [RT #16426]
04f158ce9a12746eb216892b2bf8259749db254eAndreas Gustafsson
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington2105. [func] GSS-TSIG support (RFC 3645).
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington
62c1fe7b450916acdaf4a3fe65a9b691d5d32f3fBrian Wellington2104. [port] Fix Solaris SMF error message.
712bf9b0cc4ed34f4bf33b437f8b0e45853b93ceMark Andrews
712bf9b0cc4ed34f4bf33b437f8b0e45853b93ceMark Andrews2103. [port] Add /usr/sfw to list of locations for OpenSSL
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson under Solaris.
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson
7e2f4ceafaae4eac1deddc87f906b29a922fff9dAndreas Gustafsson2102. [port] Silence Solaris 10 warnings.
2053e8c26cd69600132632fbee247601ce8c9e8cAndreas Gustafsson
72499be79fbb68140bd31e0e4ded18a70a5b523bMark Andrews2101. [bug] OpenSSL version checks were not quite right.
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews [RT #16476]
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews
90c5477ca11a94b0e7d8071181d69544e1ab9be9Mark Andrews2100. [port] win32: copy libeay32.dll to Build\Debug.
552a117791c17878c5c1b94b0fc3ac4e8491543eMark Andrews Copy Debug\named-checkzone to Debug\named-compilezone.
552a117791c17878c5c1b94b0fc3ac4e8491543eMark Andrews
f3e4c3d6c536973bae92611402ba55277069eba2Mark Andrews2099. [port] win32: more manifest issues.
f3e4c3d6c536973bae92611402ba55277069eba2Mark Andrews
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews2098. [bug] Race in rbtdb.c:no_references(), which occasionally
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews triggered an INSIST failure about the node lock
6fb633bc3fddba07fc9460ffd245b7ee2d459285Mark Andrews reference. [RT #16411]
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews2097. [bug] named could reference a destroyed memory context
ca033e166ca9f9dc7bf010065a93af668a09fd44Mark Andrews after being reloaded / reconfigured. [RT #16428]
f9321a16fb8dce8999a43a6d4008c54845305401Mark Andrews
c8bedec446212b07511ded85ba04a9a3d5965ba8Mark Andrews2096. [bug] libbind: handle applications that fail to detect
c8bedec446212b07511ded85ba04a9a3d5965ba8Mark Andrews res_init() failures better.
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews2095. [port] libbind: alway prototype inet_cidr_ntop_ipv6() and
e70b069e3807d5f499dff31eb31c2b3e0e125457Mark Andrews net_cidr_ntop_ipv6(). [RT #16388]
7a104af70fb3071e7949c4e0e585af18ab362db5Mark Andrews
923de3bb9cf4d619de206544975986a22b18196fMark Andrews2094. [contrib] Update named-bootconf. [RT# 16404]
923de3bb9cf4d619de206544975986a22b18196fMark Andrews
2359261a252b339f3cef046cefa10ee1e1d4564dMark Andrews2093. [bug] named-checkzone -s was broken.
2359261a252b339f3cef046cefa10ee1e1d4564dMark Andrews
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews2092. [bug] win32: dig, host, nslookup. Use registry config
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews if resolv.conf does not exist or no nameservers
769cd7d5dd677434c3dfa27cbfdd8cb76296fcdcMark Andrews listed. [RT #15877]
6bad645917a026dfa4662dd0a3a78b9efc3f4c36Mark Andrews
6bad645917a026dfa4662dd0a3a78b9efc3f4c36Mark Andrews2091. [port] dighost.c: race condition on cleanup. [RT #16417]
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews2090. [port] win32: Visual C++ 2005 command line manifest support.
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews [RT #16417]
64e9b7eafb798c75e9a40948cf05d8847da59d9dAndreas Gustafsson
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews2089. [security] Raise the minimum safe OpenSSL versions to
11931cc68d6c8139f507a724e7ca9814eed8b552Mark Andrews OpenSSL 0.9.7l and OpenSSL 0.9.8d. Versions
d91d025deffd075db2507d44fab04b79920b3e91Mark Andrews prior to these have known security flaws which
d91d025deffd075db2507d44fab04b79920b3e91Mark Andrews are (potentially) exploitable in named. [RT #16391]
d91d025deffd075db2507d44fab04b79920b3e91Mark Andrews
985b4f1c8653c6dfaa46652c412838850c0ffb1cMark Andrews2088. [security] Change the default RSA exponent from 3 to 65537.
985b4f1c8653c6dfaa46652c412838850c0ffb1cMark Andrews [RT #16391]
c8d9ff1fe871a0e9d5834240c5872a26166cc240Andreas Gustafsson
1d556695ef3c7918ba5061d7d846122d60f5f6c5Mark Andrews2087. [port] libisc failed to compile on OS's w/o a vsnprintf.
e9ca87459a20f5e6721b9bd0b28c95fc3d6b843cMark Andrews [RT #16382]
e9ca87459a20f5e6721b9bd0b28c95fc3d6b843cMark Andrews
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews2086. [port] libbind: FreeBSD now has get*by*_r() functions.
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews [RT #16403]
ca690f98020f75758bc26f4b5ef1ccf0472a27c3Mark Andrews
137a1f98e3862577ae9ccbb6b735ef63a51c456eMark Andrews2085. [doc] win32: added index.html and README to zip. [RT #16201]
137a1f98e3862577ae9ccbb6b735ef63a51c456eMark Andrews
5cd7e9d4db393c314dd1a761c52d2cb3a4da9b72Andreas Gustafsson2084. [contrib] dbus update for 9.3.3rc2.
5cd7e9d4db393c314dd1a761c52d2cb3a4da9b72Andreas Gustafsson
5f4804c7e47e3cfe7237d27a354d268b0b7ea73bAndreas Gustafsson2083. [port] win32: Visual C++ 2005 support.
5cd7e9d4db393c314dd1a761c52d2cb3a4da9b72Andreas Gustafsson
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson2082. [doc] Document 'cache-file' as a test only option.
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson
1418d7292da7ebaba1ba389d60192023c0170245Andreas Gustafsson2081. [port] libbind: minor 64-bit portability fix in memcluster.c.
cc8e8b59d6780889739657226a95e23ca1ecadb1Andreas Gustafsson [RT #16360]
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson2080. [port] libbind: res_init.c did not compile on older versions
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson of Solaris. [RT #16363]
65775fe205e8ac935313c42062c75460e0bc1514Andreas Gustafsson
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson2079. [bug] The lame cache was not handling multiple types
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson correctly. [RT #16361]
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson
17b687ef360ba8c07201dc6511a3c975cc1bb2a8Andreas Gustafsson2078. [bug] dnssec-checkzone output style "default" was badly
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews named. It is now called "relative". [RT #16326]
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews
2053e8c26cd69600132632fbee247601ce8c9e8cAndreas Gustafsson2077. [bug] 'dnssec-signzone -O raw' wasn't outputting the
998358fa900393378c70ad598c2b2e67385089d4Mark Andrews complete signed zone. [RT #16326]
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews2076. [bug] Several files were missing #include <config.h>
bc508906db43dda7eab0988348dd0ae3f3023a9bMark Andrews causing build failures on OSF. [RT #16341]
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson2075. [bug] The spillat timer event hander could leak memory.
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson [RT #16357]
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson2074. [bug] dns_request_createvia2(), dns_request_createvia3(),
b352902413608d0eb310c4bb45412fa45734afbcAndreas Gustafsson dns_request_createraw2() and dns_request_createraw3()
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews failed to send multiple UDP requests. [RT #16349]
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews
72e8c079c4c6dc66d565cf89ebf6feb5fa2dea33Mark Andrews2073. [bug] Incorrect semantics check for update policy "wildcard".
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson [RT #16353]
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson
c8ab83c08e5227b5146295a9ef4a96d61b066b67Andreas Gustafsson2072. [bug] We were not generating valid HMAC SHA digests.
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson [RT #16320]
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson
4e57d3ff7d92abdef4b0b6aebc23a9dfae2ba040Andreas Gustafsson2071. [port] Test whether gcc accepts -fno-strict-aliasing.
1c398fd83c444d61904d23431d3994139919b68eAndreas Gustafsson [RT #16324]
be9932698bf35d0f34e65b5ffbb81bedddd76636Mark Andrews
081cff0c33514a5dc63ab794fc199c07377ab756Mark Andrews2070. [bug] The remote address was not always displayed when
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson reporting dispatch failures. [RT #16315]
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson
d352f188cb9e3820054b7451384a3d910619b4a1Andreas Gustafsson2069. [bug] Cross compiling was not working. [RT #16330]
3d38596530c389610494e6a6ba70d9f5dc9717c5Andreas Gustafsson
081cff0c33514a5dc63ab794fc199c07377ab756Mark Andrews2068. [cleanup] Lower incremental tuning message to debug 1.
3d38596530c389610494e6a6ba70d9f5dc9717c5Andreas Gustafsson [RT #16319]
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews2067. [bug] 'rndc' could close the socket too early triggering
a7cb695600c3c14ac12676f0fb1e179690c5883cMark Andrews a INSIST under Windows. [RT #16317]
479c6fc4584e062088ceee037690cdff85fc349bAndreas Gustafsson
b19619260fbd447b0fe3e709b2cc8ae38f27ec3fMark Andrews2066. [security] Handle SIG queries gracefully. [RT #16300]
1500a4fe5da9475d5918b27b566a1278ec6b54ebAndreas Gustafsson
1500a4fe5da9475d5918b27b566a1278ec6b54ebAndreas Gustafsson2065. [bug] libbind: probe for HPUX prototypes for
1255d388f034dc556d235a002527101781dbeb29Mark Andrews endprotoent_r() and endservent_r(). [RT 16313]
1255d388f034dc556d235a002527101781dbeb29Mark Andrews
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews2064. [bug] libbind: silence AIX compiler warnings. [RT #16218]
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews
c615c2ddce6c08e5a26d9ca61742a20fa8dc1938Mark Andrews2063. [bug] Change #1955 introduced a bug which caused the first
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews 'rndc flush' call to not free memory. [RT #16244]
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews
31d3464c0c0a35236c7924f698c5a8a66a9ed534Mark Andrews2062. [bug] 'dig +nssearch' was reusing a buffer before it had
f04c15adc7e62deb2f53cc53f32d890936007903Andreas Gustafsson been returned by the socket code. [RT #16307]
f04c15adc7e62deb2f53cc53f32d890936007903Andreas Gustafsson
2f6d1483f665d86501049199b9698554da0eacb0Mark Andrews2061. [bug] Accept expired wildcard message reversed. [RT #16296]
53c07ca2164f8a083aa97591345bf4339a8573bdAndreas Gustafsson
d1029cbcf03a0a2a6c05c1e17e692d844eb27094Andreas Gustafsson2060. [bug] Enabling DLZ support could leave views partially
ea7b38cd1e5c6c9e099f1b3a702ba531bc4aba0aMark Andrews configured. [RT #16295]
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson2059. [bug] Search into cache rbtdb could trigger an INSIST
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson failure while cleaning up a stale rdataset.
32d248107a5bc92b4bf9fc77deaa55b3da969ba2Andreas Gustafsson [RT #16292]
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson2058. [bug] Adjust how we calculate rtt estimates in the presence
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson of authoritative servers that drop EDNS and/or CD
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson requests. Also fallback to EDNS/512 and plain DNS
4574714ad44ba97f53425fe8d21b7ecb00ac83b9Andreas Gustafsson faster for zones with less than 3 servers. [RT #16187]
8d8c145175370d2fd8dbdf425b5ac2a9dc19da96Mark Andrews
8d8c145175370d2fd8dbdf425b5ac2a9dc19da96Mark Andrews2057. [bug] Make setting "ra" dependent on both allow-query-cache
07eaf0b8d0c3c93d8139c413bf9cc8bba7db9432Mark Andrews and allow-recursion. [RT #16290]
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews2056. [bug] dig: ixfr= was not being treated case insensitively
cf70df7d0e24401a358f0b9c1a616ad0e8c783a6Mark Andrews at all times. [RT #15955]
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews2055. [bug] Missing goto after dropping multicast query.
9234d92d4e274791eff42cc4ea5766ed7a281b17Mark Andrews [RT #15944]
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson2054. [port] freebsd: do not explicitly link against -lpthread.
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson [RT #16170]
0cf9ce19cc05a60f85ec610106a983fe806ebb77Andreas Gustafsson
42f61e5c46d4824918385e7279c1b71d8ada8e8dAndreas Gustafsson2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220]
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews
2ba574f329c14376d26d7c0f22c89d7a978a2625Mark Andrews2052. [bug] 'rndc' improve connect failed message to report
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson the failing address. [RT #15978]
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson2051. [port] More strtol() fixes. [RT #16249]
3c3fe072252aecffae43e6349125663c315b092dAndreas Gustafsson
64ea5fd972c9946a3fe56cbc0bf897266d3f8747Andreas Gustafsson2050. [bug] Parsing of NSAP records was not case insensitive.
64ea5fd972c9946a3fe56cbc0bf897266d3f8747Andreas Gustafsson [RT #16287]
05a4a299b599195ca6ede9395b245956a8c3a790Mark Andrews
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson2049. [bug] Restore SOA before AXFR when falling back from
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson a attempted IXFR when transferring in a zone.
3ad07fa335d40330cd1859da42e67f2457443990Andreas Gustafsson Allow a initial SOA query before attempting
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews a AXFR to be requested. [RT #16156]
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews
64ea5fd972c9946a3fe56cbc0bf897266d3f8747Andreas Gustafsson2048. [bug] It was possible to loop forever when using
1094dec52a86e57df53f6167d86de94360a7a382Mark Andrews avoid-v4-udp-ports / avoid-v6-udp-ports when
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson the OS always returned the same local port.
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson [RT #16182]
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson2047. [bug] Failed to initialize the interface flags to zero.
fa2fb620c7c0a907b220c257007d8fb6d38bb3a4Andreas Gustafsson [RT #16245]
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson2046. [bug] rbtdb.c:rdataset_setadditional() could cause duplicate
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson cleanup [RT #16247].
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson
62a3dbe63e833f2eaf613393399ea4667d8de28dAndreas Gustafsson2045. [func] Use lock buckets for acache entries to limit memory
248732d66fffb557e84264c2bb2fb43ac766163fAndreas Gustafsson consumption. [RT #16183]
9bdb01e6c382e897572791b12190472955994d87Mark Andrews
9bdb01e6c382e897572791b12190472955994d87Mark Andrews2044. [port] Add support for atomic operations for Itanium.
e69b9ffb0f8b4d1117a682908c9143ebe3efcd6bAndreas Gustafsson [RT #16179]
e69b9ffb0f8b4d1117a682908c9143ebe3efcd6bAndreas Gustafsson
e69b9ffb0f8b4d1117a682908c9143ebe3efcd6bAndreas Gustafsson2043. [port] nsupdate/nslookup: Force the flushing of the prompt
417872b98aec720d587a9ef0197e25e78a2b7ee9Mark Andrews for interactive sessions. [RT#16148]
417872b98aec720d587a9ef0197e25e78a2b7ee9Mark Andrews
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson2042. [bug] named-checkconf was incorrectly rejecting the
a77ad145d0109081c5da6ac40a2303369db89735Andreas Gustafsson logging category "config". [RT #16117]
8ba4e82f5358815fd94f34fde408ffd047ba3430Andreas Gustafsson
8ba4e82f5358815fd94f34fde408ffd047ba3430Andreas Gustafsson2041. [bug] "configure --with-dlz-bdb=yes" produced a bad
61d5bfc06be978ea962b1c64309894ac80351771Mark Andrews set of libraries to be linked. [RT #16129]
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews2040. [bug] rbtdb no_references() could trigger an INSIST
ada9b8ab20b81716c7ff1f4f3365929b2f7c8ff8Mark Andrews failure with --enable-atomic. [RT #16022]
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson2039. [func] Check that all buffers passed to the socket code
3c9b2e62502460c34c2e0ceba1a5d138b3a13cc1Andreas Gustafsson have been retrieved when the socket event is freed.
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson [RT #16122]
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson2038. [bug] dig/nslookup/host was unlinking from wrong list
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson when handling errors. [RT #16122]
bb60abb44549428414cd55a022f2b8cc4488f7adAndreas Gustafsson
024face21cdfbfc7a862a3be061e6780533ef755Andreas Gustafsson2037. [func] When unlinking the first or last element in a list
024face21cdfbfc7a862a3be061e6780533ef755Andreas Gustafsson check that the list head points to the element to
024face21cdfbfc7a862a3be061e6780533ef755Andreas Gustafsson be unlinked. [RT #15959]
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson2036. [bug] 'rndc recursing' could cause trigger a REQUIRE.
1beaa9e45738ad18cb7cae55aea95a1b16a14f94Andreas Gustafsson [RT #16075]
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson2035. [func] Make falling back to TCP on UDP refresh failure
f953788d75c7df2db43907c68da18ed75c235dd3Andreas Gustafsson optional. Default "try-tcp-refresh yes;" for BIND 8
9df7cf8ea31d8d26f9c1be55f2cdafdc68d63c53Andreas Gustafsson compatibility. [RT #16123]
cf638fc378d74dd4afa59fe11d04da7b0cddca88Andreas Gustafsson
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson2034. [bug] gcc: set -fno-strict-aliasing. [RT #16124]
4fa5d53e750b4e34e19b9648900d489315b185eaAndreas Gustafsson
4fa5d53e750b4e34e19b9648900d489315b185eaAndreas Gustafsson2033. [bug] We weren't creating multiple client memory contexts
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson on demand as expected. [RT #16095]
fbdde79262a4ba2bdf4bfae61167026b3220488aAndreas Gustafsson
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson2032. [bug] Remove a INSIST in query_addadditional2(). [RT #16074]
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson2031. [bug] Emit a error message when "rndc refresh" is called on
a7e1dcd84ada7e4e4c78f3f281e8a4d99adaf4d1Andreas Gustafsson a non slave/stub zone. [RT # 16073]
3fc4c1434d7ac377c720640e2e925a3af567cccbMark Andrews
2975d0f819762614526c650b9c2077ef22f81328Andreas Gustafsson2030. [bug] We were being overly conservative when disabling
2975d0f819762614526c650b9c2077ef22f81328Andreas Gustafsson openssl engine support. [RT #16030]
0aba41458d345ea901cf945d47162e5f23647de9Mark Andrews
0bd2ea544e95601e0f0b056acfa079c99d5f6b57Andreas Gustafsson2029. [bug] host printed out the server multiple times when
0bd2ea544e95601e0f0b056acfa079c99d5f6b57Andreas Gustafsson specified on the command line. [RT #15992]
0bd2ea544e95601e0f0b056acfa079c99d5f6b57Andreas Gustafsson
5f7516bee5ace9542701f23fc7723a3e3196802aMark Andrews2028. [port] linux: socket.c compatibility for old systems.
79432444e84d2d104119fe6a3d5cbc04b1375bd4Andreas Gustafsson [RT #16015]
79432444e84d2d104119fe6a3d5cbc04b1375bd4Andreas Gustafsson
2e24e82fc3551e3228bcacaa7c45cb61daa49195Mark Andrews2027. [port] libbind: Solaris x86 support. [RT #16020]
3c17010ba5a6b8dd8a2bbc550813c7f051f45a08Andreas Gustafsson
3c17010ba5a6b8dd8a2bbc550813c7f051f45a08Andreas Gustafsson2026. [bug] Rate limit the two recursive client exceeded messages.
3c17010ba5a6b8dd8a2bbc550813c7f051f45a08Andreas Gustafsson [RT #16044]
d5169236b7260d447e672db8256fdd7c70f5ee1dMark Andrews
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews2025. [func] Update "zone serial unchanged" message. [RT #16026]
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews2024. [bug] named emitted spurious "zone serial unchanged"
df7596a03eea7f1c2df89bd63d3bd4b73f274565Mark Andrews messages on reload. [RT #16027]
f08782f0923d11227983a352c26301cf703383cfMark Andrews
f08782f0923d11227983a352c26301cf703383cfMark Andrews2023. [bug] "make install" should create ${localstatedir}/run and
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson ${sysconfdir} if they do not exist. [RT #16033]
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson2022. [bug] If dnssec validation is disabled only assert CD if
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson CD was requested. [RT #16037]
ed2cefaf0ea367ee408cb7f6a54a413814240fa7Andreas Gustafsson
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson2021. [bug] dnssec-enable no; triggered a REQUIRE. [RT #16037]
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson2020. [bug] rdataset_setadditional() could leak memory. [RT #16034]
b923e278535b4e8d264998a85a6ae1eb4b3aa4c6Andreas Gustafsson
edf97be2b54cbdc4f3f3a46776df3e912892e960Andreas Gustafsson2019. [tuning] Reduce the amount of work performed per quantum
edf97be2b54cbdc4f3f3a46776df3e912892e960Andreas Gustafsson when cleaning the cache. [RT #15986]
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson2018. [bug] Checking if the HMAC MD5 private file was broken.
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson [RT #15960]
9e46f410e716f73abb345be215ccb4c61782b718Andreas Gustafsson
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson2017. [bug] allow-query default was not correct. [RT #15946]
769ef0b7bdc9520dd62d2f440ea36bc020e88934Andreas Gustafsson
b09f4e054cbe67b93a5ff62d511ee25945038943Mark Andrews2016. [bug] Return a partial answer if recursion is not
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson allowed but requested and we had the answer
b09f4e054cbe67b93a5ff62d511ee25945038943Mark Andrews to the original qname. [RT #15945]
3d3445447225ab63f49fc24362963ea49ce94901Andreas Gustafsson
3d3445447225ab63f49fc24362963ea49ce94901Andreas Gustafsson2015. [cleanup] use-additional-cache is now acache-enable for
3d3445447225ab63f49fc24362963ea49ce94901Andreas Gustafsson consistency. Default acache-enable off in BIND 9.4
40dd9cb8cc240c33d820fe79f176ed51e4c06a1aMark Andrews as it requires memory usage to be configured.
96ea98af241ef00395f4e61de7e2dacfd9941afcMark Andrews It may be enabled by default in BIND 9.5 once we
96ea98af241ef00395f4e61de7e2dacfd9941afcMark Andrews have more experience with it.
3dff229f5dd223568476acec4df1f513acb00b1dAndreas Gustafsson
3dff229f5dd223568476acec4df1f513acb00b1dAndreas Gustafsson2014. [func] Statistics about acache now recorded and sent
54c4aa0f62aebeb01b6861ee068c1044433fe8feMark Andrews to log. [RT #15976]
792de65053d8a48d05746b35a21a9fa1792e71acAndreas Gustafsson
792de65053d8a48d05746b35a21a9fa1792e71acAndreas Gustafsson2013. [bug] Handle unexpected TSIGs on unsigned AXFR/IXFR
792de65053d8a48d05746b35a21a9fa1792e71acAndreas Gustafsson responses more gracefully. [RT #15941]
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson
846474d5a6aa21cebb3e94243a11faa5c20200bfAndreas Gustafsson2012. [func] Don't insert new acache entries if acache is full.
3e934267660cb13029bcdbddf318fe1cc27b6718Andreas Gustafsson [RT #15970]
3e934267660cb13029bcdbddf318fe1cc27b6718Andreas Gustafsson
846474d5a6aa21cebb3e94243a11faa5c20200bfAndreas Gustafsson2011. [func] dnssec-signzone can now update the SOA record of
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson the signed zone, either as an increment or as the
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson system time(). [RT #15633]
7655e78c366cc0d25e24e2a96ba58e04a96042faAndreas Gustafsson
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson2010. [placeholder] rt15958
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson
6859033d425170380bcfac4809257bc6e9b60383Andreas Gustafsson2009. [bug] libbind: Coverity fixes. [RT #15808]
f558da602e8b74ed181d9189f20bf32dfa6d8723Brian Wellington
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson2008. [func] It is now possible to enable/disable DNSSEC
f558da602e8b74ed181d9189f20bf32dfa6d8723Brian Wellington validation from rndc. This is useful for the
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson mobile hosts where the current connection point
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson breaks DNSSEC (firewall/proxy). [RT #15592]
ff4322d44f8404683b6fb6c86a38a2bc14f6c083Andreas Gustafsson
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson rndc validation newstate [view]
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson2007. [func] It is now possible to explicitly enable DNSSEC
8d146b6e1156f5b562af9a4a9aba76b09650412cAndreas Gustafsson validation. default dnssec-validation no; to
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson be changed to yes in 9.5.0. [RT #15674]
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson
808b909f27c30d36b27efb5aa5ef2d18f83b6d4bAndreas Gustafsson2006. [security] Allow-query-cache and allow-recursion now default
595a14576ea14884c35b3726f054f2065365620bMark Andrews to the built in acls "localnets" and "localhost".
595a14576ea14884c35b3726f054f2065365620bMark Andrews
595a14576ea14884c35b3726f054f2065365620bMark Andrews This is being done to make caching servers less
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson attractive as reflective amplifying targets for
d9e690eb71bde3c748208733ba40a34e9d0ba29dAndreas Gustafsson spoofed traffic. This still leave authoritative
d9e690eb71bde3c748208733ba40a34e9d0ba29dAndreas Gustafsson servers exposed.
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson The best fix is for full BCP 38 deployment to
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson remove spoofed traffic.
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson2005. [bug] libbind: Retransmission timeouts should be
640923da589bc5b8492ac407ef89ea1ee9a1c358Andreas Gustafsson based on which attempt it is to the nameserver
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson and not the nameserver itself. [RT #13548]
0bd1b2fbfed4aa489e9d5fcbc7f48acb96ba7248Mark Andrews
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews2004. [bug] dns_tsig_sign() could pass a NULL pointer to
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews dst_context_destroy() when cleaning up after a
aa30ee42c4b6da9bab4fb84d6cbbda6036a4d426Mark Andrews error. [RT #15835]
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson2003. [bug] libbind: The DNS name/address lookup functions could
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson occasionally follow a random pointer due to
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson structures not being completely zeroed. [RT #15806]
01446841be2b73f9a2ead74056df2d5342414041Andreas Gustafsson
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson2002. [bug] libbind: tighten the constraints on when
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson struct addrinfo._ai_pad exists. [RT #15783]
28cf7340b9c82fc62ca1a1782cb1bd7b0de11aebAndreas Gustafsson
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson2001. [func] Check the KSK flag when updating a secure dynamic zone.
1de63e34f163b7a4708a6ad1779f93ae7636b92eAndreas Gustafsson New zone option "update-check-ksk yes;". [RT #15817]
feb1f6a4ac42988558ecb8dc5dc0c974ec1f0509Brian Wellington
feb1f6a4ac42988558ecb8dc5dc0c974ec1f0509Brian Wellington2000. [bug] memmove()/strtol() fix was incomplete. [RT #15812]
ea34bcc6376555296a08e4c9e2f9c2cbe58378a9Andreas Gustafsson
ea34bcc6376555296a08e4c9e2f9c2cbe58378a9Andreas Gustafsson1999. [func] Implement "rrset-order fixed". [RT #13662]
d1a6976967d6cfd93f5a8d80878215691ac8fe74Mark Andrews
5e4c83cfec3f267ea8f22fbb535c61434c94d43cDanny Mayer1998. [bug] Restrict handling of fifos as sockets to just SunOS.
06f12c290c7904f0723094b5cbd11e2a1d49e95eAndreas Gustafsson This allows named to connect to entropy gathering
06f12c290c7904f0723094b5cbd11e2a1d49e95eAndreas Gustafsson daemons that use fifos instead of sockets. [RT #15840]
5e4c83cfec3f267ea8f22fbb535c61434c94d43cDanny Mayer
6e1b2ebcd65c6d0cc90d7789f884aea11184eb5dAndreas Gustafsson1997. [bug] Named was failing to replace negative cache entries
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson when a positive one for the type was learnt.
e6f17474cb43a138bf7fc9ad30c6b3a2847cb7a7Mark Andrews [RT #15818]
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews1996. [bug] nsupdate: if a zone has been specified it should
5fe21da364d4397c9a413fe689ce82dea36a7b29Mark Andrews appear in the output of 'show'. [RT #15797]
a5aca6df165c601d755b8c5f5727048078bf0db5Andreas Gustafsson
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews1995. [bug] 'host' was reporting multiple "is an alias" messages.
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews [RT #15702]
43efd9fa56b03e3e285fb58859efc9348c7f4a9fMark Andrews
5c831a1a1b14470037de6d8bc0501aea5dc6cacdAndreas Gustafsson1994. [port] OpenSSL 0.9.8 support. [RT #15694]
36e37042c6c9252cdf6eb99bd71ccb6e6c43ba6dBrian Wellington
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews1993. [bug] Log messages, via syslog, were missing the space
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews after the timestamp if "print-time yes" was specified.
98e231525fda817d393ef0c529b50bfc08cebe47Mark Andrews [RT #15844]
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews1992. [bug] Not all incoming zone transfer messages included the
d4196128b31d511c8513edacc70dea7e8d0c053aMark Andrews view. [RT #15825]
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson1991. [cleanup] The configuration data, once read, should be treated
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson as read only. Expand the use of const to enforce this
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson at compile time. [RT #15813]
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson
4a20a92f4f96cf2b2fd77898c6afec6c45e481b3Andreas Gustafsson1990. [bug] libbind: isc's override of broken gettimeofday()
56d69016f4fae2eda4d39c92fe13595251aaadd3Mark Andrews implementations was not always effective.
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews [RT #15709]
e60b3717f0e6f28d6fb2c5124ffb3bd31cc3a746Mark Andrews
0262406cea5802a717539247cbaa596ac808efa9Mark Andrews1989. [bug] win32: don't check the service password when
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson re-installing. [RT #15882]
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson
3d8ab44d14f3de797b8454fc2edb7421a6bfc874Andreas Gustafsson1988. [bug] Remove a bus error from the SHA256/SHA512 support.
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson [RT #15878]
db235e65884c04058cc6e99ca485170d67cf9538Andreas Gustafsson
db235e65884c04058cc6e99ca485170d67cf9538Andreas Gustafsson1987. [func] DS/DLV SHA256 digest algorithm support. [RT #15608]
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson
3426f7118c92cab8714a7fddc9e721ff09554447Andreas Gustafsson1986. [func] Report when a zone is removed. [RT #15849]
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson1985. [protocol] DLV has now been assigned a official type code of
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson 32769. [RT #15807]
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson
64a5004a66accd190bfd5ddf115667726537be50Andreas Gustafsson Note: care should be taken to ensure you upgrade
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews both named and dnssec-signzone at the same time for
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews zones with DLV records where named is the master
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews server for the zone. Also any zones that contain
b1ae7a591a4b99a26036e919b87247b65abfcd77Mark Andrews DLV records should be removed when upgrading a slave
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson zone. You do not however have to upgrade all
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson servers for a zone with DLV records simultaneously.
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson1984. [func] dig, nslookup and host now advertise a 4096 byte
cab0ee644db604d56b45ec39429d505d635da347Andreas Gustafsson EDNS UDP buffer size by default. [RT #15855]
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson1983. [func] Two new update policies. "selfsub" and "selfwild".
7780a3e5a4659bb8fc44f8915d20a8d3ffa33e00Andreas Gustafsson [RT #12895]
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson1982. [bug] DNSKEY was being accepted on the parent side of
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson a delegation. KEY is still accepted there for
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson RFC 3007 validated updates. [RT #15620]
6dbc6fae496db1f584c055e63bcd7afd332fe8f6Andreas Gustafsson
a24d253a3f4e6f4036800744b348fba858d4959eMark Andrews1981. [bug] win32: condition.c:wait() could fail to reattain
a24d253a3f4e6f4036800744b348fba858d4959eMark Andrews the mutex lock.
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson
3f543c371fff724d1fb05eb564f732476e946b5bBrian Wellington1980. [func] dnssec-signzone: output the SOA record as the
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson first record in the signed zone. [RT #15758]
3f543c371fff724d1fb05eb564f732476e946b5bBrian Wellington
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson1979. [port] linux: allow named to drop core after changing
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson user ids. [RT #15753]
847169dab2d0496df1d66842b2cce67c66bf9680Andreas Gustafsson
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews1978. [port] Handle systems which have a broken recvmsg().
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews [RT #15742]
ed03e26c44347ec20aff6608de6082e3594d95fbMark Andrews
ed03e26c44347ec20aff6608de6082e3594d95fbMark Andrews1977. [bug] Silence noisy log message. [RT #15704]
9aba20edee4e704433a464ae43b070b0775de506Mark Andrews
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews1976. [bug] Handle systems with no IPv4 addresses. [RT #15695]
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews1975. [bug] libbind: isc_gethexstring() could misparse multi-line
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews hex strings with comments. [RT #15814]
bae5d9fcb4616005fbc861e327b0a48b7bd4d89aMark Andrews
e8d86192fc424f49e43df9cee439ca5c793e6000Mark Andrews1974. [doc] List each of the zone types and associated zone
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson options separately in the ARM.
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson1973. [func] TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson HMACSHA512 support. [RT #13606]
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson
5af0708e7fd78976a33de70f9380785f4086a1f0Andreas Gustafsson1972. [contrib] DBUS dynamic forwarders integration from
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson Jason Vas Dias <jvdias@redhat.com>.
98a5dc52bf668b093cda7901c057f7b54e18a2fcAndreas Gustafsson
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews1971. [port] linux: make detection of missing IF_NAMESIZE more
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews robust. [RT #15443]
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews
452b30ddb32dd9370b2e5ee10427dd3758ef98b4Mark Andrews1970. [bug] nsupdate: adjust UDP timeout when falling back to
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews unsigned SOA query. [RT #15775]
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson
6668eca26bf3123750afda48b69991bd29d83807Mark Andrews1969. [bug] win32: the socket code was freeing the socket
773e64ec150c33269e748d96dd95726ed7e0d842Mark Andrews structure too early. [RT #15776]
06a960c681566a163af5b9a655cf36023075ddcbMark Andrews
cb8fd52bbeaf40c9166a0144541c4ff2bafc2dd6Andreas Gustafsson1968. [bug] Missing lock in resolver.c:validated(). [RT #15739]
1eaad22e111709254c70953a4dc768b6d4d31646Mark Andrews
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson1967. [func] dig/nslookup/host: warn about missing "QR". [RT #15779]
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson1966. [bug] Don't set CD when we have fallen back to plain DNS.
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson [RT #15727]
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson1965. [func] Suppress spurious "recusion requested but not
cad3210bb95057a37aaed20bc8a1542e0534422cAndreas Gustafsson available" warning with 'dig +qr'. [RT #15780].
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer1964. [func] Separate out MX and SRV to CNAME checks. [RT #15723]
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer1963. [port] Tru64 4.0E doesn't support send() and recv().
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer [RT #15586]
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer1962. [bug] Named failed to clear old update-policy when it
afeded2289de8d193b072da2b44a2d580cc235c1Danny Mayer was removed. [RT #15491]
f462b9aed23b77bda867301f80ead6990df6f4f8Andreas Gustafsson
89555ff443c8127a533f6c742316c9b1a713cfd5Mark Andrews1961. [bug] Check the port and address of responses forwarded
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson to dispatch. [RT #15474]
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson1960. [bug] Update code should set NSEC ttls from SOA MINIMUM.
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson [RT #15465]
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson
aa9a67adeb48069f5c2e5d8936a8ed5aac7d6ad7Andreas Gustafsson1959. [func] Control the zeroing of the negative response TTL to
73ac1894ea64bc50aff7406872d0e9c5df6d9cf6Mark Andrews a soa query. Defaults "zero-no-soa-ttl yes;" and
539cad8f49b38540b7c20c64d1ef456cb2fa7914Andreas Gustafsson "zero-no-soa-ttl-cache no;". [RT #15460]
330b421487d7c3a5e699472fe889aa633772057fMark Andrews
e22dca2a9ad30d493a869586abed86f7268204f9Mark Andrews1958. [bug] Named failed to update the zone's secure state
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson until the zone was reloaded. [RT #15412]
e22dca2a9ad30d493a869586abed86f7268204f9Mark Andrews
2c0b26955ee32fcee1757ec1be5a8caf8fe695a6Mark Andrews1957. [bug] Dig mishandled responses to class ANY queries.
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson [RT #15402]
2c0b26955ee32fcee1757ec1be5a8caf8fe695a6Mark Andrews
2449f41e75d3b3f1c0ec3f05b1603fd8f80d8ae0Mark Andrews1956. [bug] Improve cross compile support, 'gen' is now built
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson by native compiler. See README for additional
2449f41e75d3b3f1c0ec3f05b1603fd8f80d8ae0Mark Andrews cross compile support information. [RT #15148]
ea72586fc5c360539117119ee35e4c3a04b912bcAndreas Gustafsson
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson1955. [bug] Pre-allocate the cache cleaning iterator. [RT #14998]
6f7660093e70d3a7c80738b681ac0f5c1b661c00Mark Andrews
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson1954. [func] Named now falls back to advertising EDNS with a
1fdbadc594a49b423052ea342dac74ff1a36089dMark Andrews 512 byte receive buffer if the initial EDNS queries
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews fail. [RT #14852]
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews
a1898260ad19d02e88ab76c1855d33c67add9defMark Andrews1953. [func] The maximum EDNS UDP response named will send can
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer now be set in named.conf (max-udp-size). This is
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer independent of the advertised receive buffer
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer (edns-udp-size). [RT #14852]
305b0eda33b16493355db1f1c86313a6f5fbfc3bDanny Mayer
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson1952. [port] hpux: tell the linker to build a runtime link
d16b4e8ba885a45933dc6a46f340b76811d60c74Andreas Gustafsson path "-Wl,+b:". [RT #14816].
d16b4e8ba885a45933dc6a46f340b76811d60c74Andreas Gustafsson
de9833be77ef92c17b35c02d138a0ad8df34dd91Mark Andrews1951. [security] Drop queries from particular well known ports.
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson Don't return FORMERR to queries from particular
de9833be77ef92c17b35c02d138a0ad8df34dd91Mark Andrews well known ports. [RT #15636]
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson1950. [port] Solaris 2.5.1 and earlier cannot bind() then connect()
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson a TCP socket. This prevents the source address being
4e400cb7a2edd25af98ebc25fcbb5b36ca08f9a0Mark Andrews set for TCP connections. [RT #15628]
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson1949. [func] Addition memory leakage checks. [RT #15544]
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson1948. [bug] If was possible to trigger a REQUIRE failure in
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson xfrin.c:maybe_free() if named ran out of memory.
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson [RT #15568]
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson1947. [func] It is now possible to configure named to accept
c0b6c1a5ab50722793cb99b0d8a1e9e910c146a5Andreas Gustafsson expired RRSIGs. Default "dnssec-accept-expired no;".
ec5a06ccf7b15f07d20fd872c3dc1ab8f82f2ceaMark Andrews Setting "dnssec-accept-expired yes;" leaves named
907ec2c618d08d8322b04729779b24bd778d49e7Mark Andrews vulnerable to replay attacks. [RT #14685]
907ec2c618d08d8322b04729779b24bd778d49e7Mark Andrews
907ec2c618d08d8322b04729779b24bd778d49e7Mark Andrews1946. [bug] resume_dslookup() could trigger a REQUIRE failure
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson when using forwarders. [RT #15549]
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson1945. [cleanup] dnssec-keygen: RSA (RSAMD5) is no longer recommended.
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson To generate a RSAMD5 key you must explicitly request
0a532842050020a1b0577c65f91f38bd022daa78Andreas Gustafsson RSAMD5. [RT #13780]
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson1944. [cleanup] isc_hash_create() does not need a read/write lock.
23a020bc1312fc35e7c4ea36df846c550cb13634Andreas Gustafsson [RT #15522]
44c141f9471a6bb1fac0cba7880ba768ede2f0c8Brian Wellington
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson1943. [bug] Set the loadtime after rolling forward the journal.
ab3eaa20e9a7e56208408563c79b4f8ac01d5e84Andreas Gustafsson [RT #15647]
e1a153c3f095e217eea29958950fea36e54862ceAndreas Gustafsson
e1a153c3f095e217eea29958950fea36e54862ceAndreas Gustafsson1942. [bug] If the name of a DNSKEY match that of one in
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson trusted-keys do not attempt to validate the DNSKEY
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson using the parents DS RRset. [RT #15649]
7250c1a2616761395bdb9ae7cd1ba43f20d3edc4Andreas Gustafsson
ab3eaa20e9a7e56208408563c79b4f8ac01d5e84Andreas Gustafsson1941. [bug] ncache_adderesult() should set eresult even if no
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews rdataset is passed to it. [RT #15642]
4d77dbcfa052c065a87d2d35b116f17b74bae573Andreas Gustafsson
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews1940. [bug] Fixed a number of error conditions reported by
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews Coverity.
c38b92000c0f1a95daaad5468777e165b8047de9Mark Andrews
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington1939. [bug] The resolver could dereference a null pointer after
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson validation if all the queries have timed out.
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson [RT #15528]
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson
22f0b13f28a7df3b348b18848d0ccd745ea88c3cAndreas Gustafsson1938. [bug] The validator was not correctly handling unsecure
ee3ab6063dd13b5947d3fbe88b9ce8f38d65df9dBrian Wellington negative responses at or below a SEP. [RT #15528]
9261ca5fc8a564968f34e108eb862157471ca50eAndreas Gustafsson
ee3ab6063dd13b5947d3fbe88b9ce8f38d65df9dBrian Wellington1937. [bug] sdlz doesn't handle RRSIG records. [RT #15564]
d81622b537be1971530cfb459acdbbe7d82d883bBrian Wellington
d81622b537be1971530cfb459acdbbe7d82d883bBrian Wellington1936. [bug] The validator could leak memory. [RT #15544]
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington
9261ca5fc8a564968f34e108eb862157471ca50eAndreas Gustafsson1935. [bug] 'acache' was DO sensitive. [RT #15430]
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson
a5b9c2b208b51b039c8f4006cddf3d37dd781561Brian Wellington1934. [func] Validate pending NS RRsets, in the authority section,
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews prior to returning them if it can be done without
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews requiring DNSKEYs to be fetched. [RT #15430]
2da0b7dfbd02fab454b8ba60f1fdb7e2a5cbd2dbMark Andrews
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington1933. [bug] dump_rdataset_raw() had a incorrect INSIST. [RT #15534]
9261ca5fc8a564968f34e108eb862157471ca50eAndreas Gustafsson
1cb6e8cbe41afade950837319e04da4ccf8649e0Brian Wellington1932. [bug] hpux: LDFLAGS was getting corrupted. [RT #15530]
2033e305852d4b76772885ea73ebfb6776c1f820Mark Andrews
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson1931. [bug] Per-client mctx could require a huge amount of memory,
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson particularly for a busy caching server. [RT #15519]
6443201354efa09f16ada26dab99e9b7f8271521Andreas Gustafsson
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington1930. [port] HPUX: ia64 support. [RT #15473]
5419c0c2d0b77682021084c69f2a5c5e2f9a5525Andreas Gustafsson
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
e980502db40155234b4e8d320b748b34dbaba3a2Brian Wellington
ecd1addb86319bacc6c0bff2c68373619eebbffcMark Andrews1928. [bug] Race in rbtdb.c:currentversion(). [RT #15517]
ecd1addb86319bacc6c0bff2c68373619eebbffcMark Andrews
0176adc7c58bb8bd60ec71eeae94dbfbbc4018a8Mark Andrews1927. [bug] Access to soanode or nsnode in rbtdb violated the
0176adc7c58bb8bd60ec71eeae94dbfbbc4018a8Mark Andrews lock order rule and could cause a dead lock.
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson [RT# 15518]
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson
ea20115e347264b9bc1c686d6dfc1b5af3a5516bAndreas Gustafsson1926. [bug] The Windows installer did not check for empty
bddfe77128b0f16af263ff149db40f0d885f43d0Mark Andrews passwords. BINDinstall was being installed in
bddfe77128b0f16af263ff149db40f0d885f43d0Mark Andrews the wrong place. [RT #15483]
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson1925. [port] All outer level AC_TRY_RUNs need cross compiling
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson defaults. [RT #15469]
aa0dc8d920a1f79626c3564408db9c5c9a5319a7Andreas Gustafsson
47d48791fc352fcdf9019200070221be41a8d77cMark Andrews1924. [port] libbind: hpux ia64 support. [RT #15473]
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson1923. [bug] ns_client_detach() called too early. [RT #15499]
0d5e7cd0afaee07302f8364aa454f09b4c63ea79Andreas Gustafsson
0d5e7cd0afaee07302f8364aa454f09b4c63ea79Andreas Gustafsson1922. [bug] check-tool.c:setup_logging() missing call to
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson dns_log_setcontext().
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson1921. [bug] Client memory contexts were not using internal
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson malloc. [RT# 15434]
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson1920. [bug] The cache rbtdb lock array was too small to
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington have the desired performance characteristics.
22815444822da17fab82d4ab115da6e055ea1754Brian Wellington [RT #15454]
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson1919. [contrib] queryperf: a set of new features: collecting/printing
35db8a8eda6a889675138eb125d366c8851f68a5Andreas Gustafsson response delays, printing intermediate results, and
c6de6524d777c90ae8011af8b10f5cac044081e5Mark Andrews adjusting query rate for the "target" qps.
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington1918. [bug] Memory leak when checking acls. [RT #15391]
5e88852b94830bf71e37dc700d568cb35e2e6f7eAndreas Gustafsson
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington1917. [doc] funcsynopsisinfo wasn't being treated as verbatim
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington when generating man pages. [RT #15385]
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington
bd6504aa9aa16a912412fbe010046aaf4bf23621Brian Wellington1916. [func] Integrate contributed IDN code from JPNIC. [RT #15383]
e9596e1fb3dfa560216776acdbfac3cf5ef97157Mark Andrews
e9596e1fb3dfa560216776acdbfac3cf5ef97157Mark Andrews1915. [bug] dig +ndots was broken. [RT #15215]
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley1914. [protocol] DS is required to accept mnemonic algorithms
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley (RFC 4034). Still emit numeric algorithms for
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley compatibility with RFC 3658. [RT #15354]
c54210716ee55b55e22d8dad56fd696a641fc98dBob Halley
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington1913. [func] Integrate contributed DLZ code into named. [RT #11382]
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson
3fcf6b956f47405750724bd84e1b2290b61c9186Brian Wellington1912. [port] aix: atomic locking for powerpc. [RT #15020]
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson
1e289d3cca5cdd01dda650fa6e4c1de1aa8b4196Andreas Gustafsson1911. [bug] Update windows socket code. [RT #14965]
0a2d5c990559ce2b9f95df752db6e93024d9a250Brian Wellington
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson1910. [bug] dig's +sigchase code overhauled. [RT #14933]
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson1909. [bug] The DLV code has been re-worked to make no longer
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson query order sensitive. [RT #14933]
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson
96ed62425310854fd6f6f06bfb7651b3e4c17ee7Andreas Gustafsson1908. [func] dig now warns if 'RA' is not set in the answer when
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington 'RD' was set in the query. host/nslookup skip servers
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson that fail to set 'RA' when 'RD' is set unless a server
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington is explicitly set. [RT #15005]
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson1907. [func] host/nslookup now continue (default)/fail on SERVFAIL.
5733d25b06b46067b3751d10436d82aef09cd705Brian Wellington [RT #15006]
debff476ad3512687a354499c25d2793e2009acdBrian Wellington
debff476ad3512687a354499c25d2793e2009acdBrian Wellington1906. [func] dig now has a '-q queryname' and '+showsearch' options.
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson [RT #15034]
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson1905. [bug] Strings returned from cfg_obj_asstring() should be
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson treated as read-only. The prototype for
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson cfg_obj_asstring() has been updated to reflect this.
eb6e3b04169a766d2b968bcc978191605c2ef24cAndreas Gustafsson [RT #15256]
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington1904. [func] Automatic empty zone creation for D.F.IP6.ARPA and
82c65f4f62819340ef8198932d3eab8a308a4874Andreas Gustafsson friends. Note: RFC 1918 zones are not yet covered by
fed846067d265db1037483d81d01f3651c8a3f28Brian Wellington this but are likely to be in a future release.
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson New options: empty-server, empty-contact,
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson empty-zones-enable and disable-empty-zone.
a26ad011f382d12058478704cb5e90e6f4366d01Andreas Gustafsson
57188b5ff2397c0517e55f622879e69ee547918dAndreas Gustafsson1903. [func] ISC string copy API.
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson1902. [func] Attempt to make the amount of work performed in a
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson iteration self tuning. The covers nodes clean from
9a72459b6040b30d043c5fd9e283441b847e569aAndreas Gustafsson the cache per iteration, nodes written to disk when
9a72459b6040b30d043c5fd9e283441b847e569aAndreas Gustafsson rewriting a master file and nodes destroyed per
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson iteration when destroying a zone or a cache.
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson [RT #14996]
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson1901. [cleanup] Don't add DNSKEY records to the additional section.
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson1900. [bug] ixfr-from-differences failed to ensure that the
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson serial number increased. [RT #15036]
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews1899. [func] named-checkconf now validates update-policy entries.
f2a16ec2e8970615d39f8fe339b215ad0a893b85Mark Andrews [RT #14963]
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence1898. [bug] Extend ISC_SOCKADDR_FORMATSIZE and
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews ISC_NETADDR_FORMATSIZE to allow for scope details.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence1897. [func] x86 and x86_64 now have separate atomic locking
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence implementations.
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence1896. [bug] Recursive clients soft quota support wasn't working
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence as expected. [RT #15103]
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence1895. [bug] A escaped character is, potentially, converted to
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence the output character set too early. [RT #14666]
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence1894. [doc] Review ARM for BIND 9.4.
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson1893. [port] Use uintptr_t if available. [RT #14606]
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson1892. [func] Support for SPF rdata type. [RT #15033]
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson1891. [port] freebsd: pthread_mutex_init can fail if it runs out
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington of memory. [RT #14995]
f5ebf2f0c9e9d2068ace1dbcc2ef2ed3ebdbfde5Andreas Gustafsson
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson1890. [func] Raise the UDP receive buffer size to 32k if it is
34d5676aac483e00e16056a6834a27b52bed42f0Brian Wellington less than 32k. [RT #14953]
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson1889. [port] sunos: non blocking i/o support. [RT #14951]
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence1888. [func] Support for IPSECKEY rdata type. [RT #14967]
ef8d97818f0d30a4e09db97af695f504b311372cMark Andrews
112d9875bf33e2382f9a986d3e58fce08f1935fcOlafur Gudmundsson1887. [bug] The cache could delete expired records too fast for
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence clients with a virtual time in the past. [RT #14991]
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence1886. [bug] fctx_create() could return success even though it
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson failed. [RT #14993]
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson1885. [func] dig: report the number of extra bytes still left in
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson the packet after processing all the records.
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson1884. [cleanup] dighost.c: move external declarations into <dig/dig.h>.
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson1883. [bug] dnssec-signzone, dnssec-keygen: handle negative debug
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson levels. [RT #14962]
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson
4f4e44c98f315bfadc6dded1b86b465222a83967David Lawrence1882. [func] Limit the number of recursive clients that can be
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence waiting for a single query (<qname,qtype,qclass>) to
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence resolve. New options clients-per-query and
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence max-clients-per-query.
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence1881. [func] Add a system test for named-checkconf. [RT #14931]
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence1880. [func] The lame cache is now done on a <qname,qclass,qtype>
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence basis as some servers only appear to be lame for
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence certain query types. [RT #14916]
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence1879. [func] "USE INTERNAL MALLOC" is now runtime selectable.
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence [RT #14892]
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence1878. [func] Detect duplicates of UDP queries we are recursing on
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence and drop them. New stats category "duplicate".
6c35e4dd17e6562a6b4d106cbf1d824b9f529356David Lawrence [RT #2471]
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence1877. [bug] Fix unreasonably low quantum on call to
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence dns_rbt_destroy2(). Remove unnecessary unhash_node()
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence call. [RT #14919]
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson1876. [func] Additional memory debugging support to track size
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington and mctx arguments. [RT #14814]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington1875. [bug] process_dhtkey() was using the wrong memory context
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington to free some memory. [RT #14890]
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson1874. [port] sunos: portability fixes. [RT #14814]
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson
7fe2ead2b3e23f68c1d3c79da51ef5af4f678f7dAndreas Gustafsson1873. [port] win32: isc__errno2result() now reports its caller.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson [RT #13753]
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson1872. [port] win32: Handle ERROR_NETNAME_DELETED. [RT #13753]
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson1871. [placeholder]
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington1870. [func] Added framework for handling multiple EDNS versions.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson [RT #14873]
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews1869. [func] dig can now specify the EDNS version when making
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson a query. [RT #14873]
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1868. [func] edns-udp-size can now be overridden on a per
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews server basis. [RT #14851]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1867. [bug] It was possible to trigger a INSIST in
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews dlv_validatezonekey(). [RT #14846]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1866. [bug] resolv.conf parse errors were being ignored by
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews dig/host/nslookup. [RT #14841]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1865. [bug] Silently ignore nameservers in /etc/resolv.conf with
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews bad addresses. [RT #14841]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1864. [bug] Don't try the alternative transfer source if you
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews got a answer / transfer with the main source
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews address. [RT #14802]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1863. [bug] rrset-order "fixed" error messages not complete.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1862. [func] Add additional zone data constancy checks.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews named-checkzone has extended checking of NS, MX and
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews SRV record and the hosts they reference.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews named has extended post zone load checks.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews New zone options: check-mx and integrity-check.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews [RT #4940]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1861. [bug] dig could trigger a INSIST on certain malformed
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews responses. [RT #14801]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews incorrectly set. [RT #14775]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1859. [func] Add support for CH A record. [RT #14695]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1858. [bug] The flush-zones-on-shutdown option wasn't being
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews parsed. [RT #14686]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1857. [bug] named could trigger a INSIST() if reconfigured /
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews reloaded too fast. [RT #14673]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1856. [doc] Switch Docbook toolchain from DSSSL to XSL.
4585aeb2cc84c0e0602da5abf47c31f92ec3b6b2Mark Andrews [RT #11398]
4585aeb2cc84c0e0602da5abf47c31f92ec3b6b2Mark Andrews
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson1855. [bug] ixfr-from-differences was failing to detect changes
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson of ttl due to dns_diff_subtract() was ignoring the ttl
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson of records. [RT #14616]
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson1854. [bug] lwres also needs to know the print format for
711c2be7d9d99ee4415bc4e41ebe4f7f31947b3bAndreas Gustafsson (long long). [RT #13754]
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson1853. [bug] Rework how DLV interacts with proveunsecure().
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson [RT #13605]
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson1852. [cleanup] Remove last vestiges of dnssec-signkey and
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson dnssec-makekeyset (removed from Makefile years ago).
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson1851. [doc] Doxygen comment markup. [RT #11398]
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson1850. [bug] Memory leak in lwres_getipnodebyaddr(). [RT #14591]
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson1849. [doc] All forms of the man pages (docbook, man, html) should
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews have consistent copyright dates.
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews1848. [bug] Improve SMF integration. [RT #13238]
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1847. [bug] isc_ondestroy_init() is called too late in
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington dns_rbtdb_create()/dns_rbtdb64_create().
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington [RT #13661]
99a8d30559834dc12bd80f4f164fa6375f73cb62Mark Andrews
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence1846. [contrib] query-loc-0.3.0 from Stephane Bortzmeyer
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence <bortzmeyer@nic.fr>.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence1845. [bug] Improve error reporting to distinguish between
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence accept()/fcntl() and socket()/fcntl() errors.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence [RT #13745]
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence1844. [bug] inet_pton() accepted more that 4 hexadecimal digits
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence for each 16 bit piece of the IPv6 address. The text
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence representation of a IPv6 address has been tightened
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence [RT #5662]
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews1843. [cleanup] CINCLUDES takes precedence over CFLAGS. This helps
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson when CFLAGS contains "-I /usr/local/include"
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews resulting in old header files being used.
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews1842. [port] cmsg_len() could produce incorrect results on
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington some platform. [RT #13744]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
aec9f4d0723b0cffcfa9152533fb8f616ec7313bAndreas Gustafsson1841. [bug] "dig +nssearch" now makes a recursive query to
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington find the list of nameservers to query. [RT #13694]
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews1840. [func] dnssec-signzone can now randomize signature end times
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews (dnssec-signzone -j jitter). [RT #13609]
fb13bc029f62193a07d92384a910a0317fc7e0b0Brian Wellington
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews1839. [bug] <isc/hash.h> was not being installed.
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews
fb13bc029f62193a07d92384a910a0317fc7e0b0Brian Wellington1838. [cleanup] Don't allow Linux capabilities to be inherited.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson [RT #13707]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson1837. [bug] Compile time option ISC_FACILITY was not effective
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson for 'named -u <user>'. [RT #13714]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1836. [cleanup] Silence compiler warnings in hash_test.c.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1835. [bug] Update dnssec-signzone's usage message. [RT #13657]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1834. [bug] Bad memset in rdata_test.c. [RT #13658]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1833. [bug] Race condition in isc_mutex_lock_profile(). [RT #13660]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1832. [bug] named fails to return BADKEY on unknown TSIG algorithm.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence [RT #13620]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1831. [doc] Update named-checkzone documentation. [RT#13604]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1830. [bug] adb lame cache has sence of test reversed. [RT #13600]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1829. [bug] win32: "pid-file none;" broken. [RT #13563]
74cc9d733ca94d43310ff3df84d7a4644c0950f9Andreas Gustafsson
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1828. [bug] isc_rwlock_init() failed to properly cleanup if it
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence encountered a error. [RT #13549]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1827. [bug] host: update usage message for '-a'. [RT #37116]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1826. [bug] Missing DESTROYLOCK() in isc_mem_createx() on out
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence of memory error. [RT #13537]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1825. [bug] Missing UNLOCK() on out of memory error from in
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence rbtdb.c:subtractrdataset(). [RT #13519]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1824. [bug] Memory leak on dns_zone_setdbtype() failure.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence [RT #13510]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1823. [bug] Wrong macro used to check for point to point interface.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence [RT#13418]
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1822. [bug] check-names test for RT was reversed. [RT #13382]
5455f30a7532738d750252c00e649890c694ee30Brian Wellington
5455f30a7532738d750252c00e649890c694ee30Brian Wellington1821. [placeholder]
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1820. [bug] Gracefully handle acl loops. [RT #13659]
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington1819. [bug] The validator needed to check both the algorithm and
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington digest types of the DS to determine if it could be
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington used to introduce a secure zone. [RT #13593]
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews1818. [bug] 'named-checkconf -z' triggered an INSIST. [RT #13599]
89d03d4715120fd0c968775bf0724b5a2a647539Mark Andrews
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews1817. [func] Add support for additional zone file formats for
4fbd6a13a5ba6ec1e9bd080cba86c74b3b92c894Mark Andrews improving loading performance. The masterfile-format
761a21dfab558235030ccfc3d61979146e2cf4b5Mark Andrews option in named.conf can be used to specify a
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson non-default format. A separate command
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson named-compilezone was provided to generate zone files
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson in the new format. Additionally, the -I and -O options
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson for dnssec-signzone specify the input and output
0b135de5a52acec5bb42f96b4e79484d1629fd93Brian Wellington formats.
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson1816. [port] UnixWare: failed to compile lib/isc/unix/net.c.
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson [RT #13597]
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson1815. [bug] nsupdate triggered a REQUIRE if the server was set
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson without also setting the zone and it encountered
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson a CNAME and was using TSIG. [RT #13086]
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson1814. [func] UNIX domain controls are now supported.
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson1813. [func] Restructured the data locking framework using
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson architecture dependent atomic operations (when
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson available), improving response performance on
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson multi-processor machines significantly.
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson x86, x86_64, alpha, powerpc, and mips are currently
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson supported.
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson1812. [port] win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson [RT #13453]
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson1811. [func] Preserve the case of domain names in rdata during
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson zone transfers. [RT #13547]
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington1810. [bug] configure, lib/bind/configure make different default
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington decisions about whether to do a threaded build.
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley [RT #13212]
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley1809. [bug] "make distclean" failed for libbind if the platform
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley is not supported.
751aa24c98fea02215cad95a08411af547d70e41Bob Halley
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson1808. [bug] zone.c:notify_zone() contained a race condition,
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson zone->db could change underneath it. [RT #13511]
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson1807. [bug] When forwarding (forward only) set the active domain
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson from the forward zone name. [RT #13526]
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson1806. [bug] The resolver returned the wrong result when a CNAME /
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson DNAME was encountered when fetching glue from a
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews secure namespace. [RT #13501]
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews1805. [bug] Pending status was not being cleared when DLV was
f08f3c6caeb8460cb679a8687f61da61fff69fb0Mark Andrews active. [RT #13501]
69d44b2f5ac8e35bdb0b80aeb304f5cb62197892Mark Andrews
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson1804. [bug] Ensure that if we are queried for glue that it fits
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson in the additional section or TC is set to tell the
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson client to retry using TCP. [RT #10114]
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington1803. [bug] dnssec-signzone sometimes failed to remove old
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson RRSIGs. [RT #13483]
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington1802. [bug] Handle connection resets better. [RT #11280]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington1801. [func] Report differences between hints and real NS rrset
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington and associated address records.
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson1800. [bug] Changes #1719 allowed a INSIST to be triggered.
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson [RT #13428]
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley1799. [bug] 'rndc flushname' failed to flush negative cache
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley entries. [RT #13438]
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley1798. [func] The server syntax has been extended to support a
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley range of servers. [RT #11132]
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson1797. [func] named-checkconf now check acls to verify that they
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson only refer to existing acls. [RT #13101]
ecaedd50f4e6b8cff110f9981a0a33a34269d421Mark Andrews
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson1796. [func] "rndc freeze/thaw" now freezes/thaws all zones.
296253a3b9dec61190cce77e8b551e05ff514fcdAndreas Gustafsson
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence1795. [bug] "rndc dumpdb" was not fully documented. Minor
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence formating issues with "rndc dumpdb -all". [RT #13396]
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence1794. [func] Named and named-checkzone can now both check for
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence non-terminal wildcard records.
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence
1ac6cf2f7ae95e4c915cba7038e61930d7c4ba2aAndreas Gustafsson1793. [func] Extend adjusting TTL warning messages. [RT #13378]
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson1792. [func] New zone option "notify-delay". Specify a minimum
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson delay between sets of NOTIFY messages.
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson1791. [bug] 'host -t a' still printed out AAAA and MX records.
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson [RT #13230]
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson allow parallel make to succeed.
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson1789. [bug] Prerequisite test for tkey and dnssec could fail
47afc27c28aef95d94e8d1296498ba57a5f00b25Brian Wellington with "configure --with-libtool".
cedd0ab1e812ec7cf05d57c3e602db41b79f0a2aAndreas Gustafsson
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington1788. [bug] libbind9.la/libbind9.so needs to link against
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson libisccfg.la/libisccfg.so.
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington1787. [port] HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington1786. [port] AIX: libt_api needs to be taught to look for
c20ffa38dee7efa0dc01822d4bac5e41729b9b61Brian Wellington T_testlist in the main executable (--with-libtool).
c20ffa38dee7efa0dc01822d4bac5e41729b9b61Brian Wellington [RT #13239]
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson1785. [bug] libbind9.la/libbind9.so needs to link against
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson libisc.la/libisc.so.
2b7a77a68e27fc7991a857d403cb34b2ae90fc0bMark Andrews
4df51a8f53381d57b3dd75dd84615abd4cf9e969Andreas Gustafsson1784. [cleanup] "libtool -allow-undefined" is the default.
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson Leave hooks in configure to allow it to be set
76873278a44e5ac36ac61b070035ca6d1f353f59Andreas Gustafsson if needed in the future.
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson1783. [cleanup] We only need one copy of libtool.m4, ltmain.sh in the
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson source tree.
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson1782. [port] OSX: --with-libtool + --enable-libbind broke on
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington __evOptMonoTime. [RT #13219]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington1781. [port] FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington
55ddb88e53838693370c213930beda1652b8a583Brian Wellington1780. [bug] Update libtool to 1.5.10.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
55ddb88e53838693370c213930beda1652b8a583Brian Wellington1779. [port] OSF 5.1: libtool didn't handle -pthread correctly.
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1778. [port] HUX 11.11: fix broken IN6ADDR_ANY_INIT and
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington IN6ADDR_LOOPBACK_INIT macros.
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington IN6ADDR_LOOPBACK_INIT macros.
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1776. [port] Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington IN6ADDR_LOOPBACK_INIT macros.
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley1775. [bug] Only compile getnetent_r.c when threaded. [RT #13205]
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington1774. [port] Aix: Silence compiler warnings / build failures.
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington [RT #13154]
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington
672056d560d973cac1c0d02f087e059eef8f948fBrian Wellington1773. [bug] Fast retry on host / net unreachable. [RT #13153]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence1772. [placeholder]
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence1771. [placeholder]
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence1770. [bug] named-checkconf failed to report missing a missing
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington file clause for rbt{64} master/hint zones. [RT#13009]
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington1769. [port] win32: change compiler flags /MTd ==> /MDd,
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson /MT ==> /MD.
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington1768. [bug] nsecnoexistnodata() could be called with a non-NSEC
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson rdataset. [RT #12907]
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington1767. [port] Builds on IPv6 platforms without IPv6 Advanced API
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington support for (struct in6_pktinfo) failed. [RT #13077]
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1766. [bug] Update the master file timestamp on successful refresh
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington as well as the journal's timestamp. [RT# 13062]
c1ff0308f3f67bf148f96ca952db081eb5fd8383Brian Wellington
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson1765. [bug] configure --with-openssl=auto failed. [RT #12937]
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson1764. [bug] dns_zone_replacedb failed to emit a error message
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson if there was no SOA record in the replacement db.
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson [RT #13016]
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson1763. [func] Perform sanity checks on NS records which refer to
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson 'in zone' names. [RT #13002]
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1762. [bug] isc_interfaceiter_create() could return ISC_R_SUCCESS
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington even when it failed. [RT #12995]
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson1761. [bug] 'rndc dumpdb' didn't report unassociated entries.
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson [RT #12971]
3bd8e7cf1c082cd1021e5a6cae1cf21911217858Brian Wellington
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson1760. [bug] Host / net unreachable was not penalising rtt
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson estimates. [RT #12970]
b8a85202af814468421a6541b4c935bd14773c53Brian Wellington
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson1759. [bug] Named failed to startup if the OS supported IPv6
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson but had no IPv6 interfaces configured. [RT #12942]
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson
48565891e8f2f8c77b87908b4893f693a08e9ba9Brian Wellington1758. [func] Don't send notify messages to self. [RT #12933]
48565891e8f2f8c77b87908b4893f693a08e9ba9Brian Wellington
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson1757. [func] host now can turn on memory debugging flags with '-m'.
b0390aab30438a13f533cccae9389945214b1421Brian Wellington
b0390aab30438a13f533cccae9389945214b1421Brian Wellington1756. [func] named-checkconf now checks the logging configuration.
b0390aab30438a13f533cccae9389945214b1421Brian Wellington [RT #12352]
b0390aab30438a13f533cccae9389945214b1421Brian Wellington
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson1755. [func] allow-update is now settable at the options / view
54d64c7994d01da590462ecc56faf1a87fc4abb9Brian Wellington level. [RT #6636]
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson1754. [bug] We weren't always attempting to query the parent
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson server for the DS records at the zone cut.
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington [RT #12774]
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington
91e35ded544576b671606779143d7fbffaf451d2Andreas Gustafsson1753. [bug] Don't serve a slave zone which has no NS records.
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington [RT #12894]
d9112843333472bb7700c02a10d18e2b253b2708Bob Halley
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson1752. [port] Move isc_app_start() to after ns_os_daemonise()
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson as some fork() implementations unblock the signals
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson that are blocked by isc_app_start(). [RT #12810]
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson1751. [bug] --enable-getifaddrs failed under linux. [RT #12867]
04cb6056a6539539e0fc2ed695298f7fa7b1d632Brian Wellington
04cb6056a6539539e0fc2ed695298f7fa7b1d632Brian Wellington1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
17789c880460c0bca3f3693c759be2214b936e69Brian Wellington [RT #12864]
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews1749. [bug] 'check-names response ignore;' failed to ignore.
02e7e0ba65a26a5f8728b0ee256f7253795cf839Brian Wellington [RT #12866]
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence1748. [func] dig now returns the byte count for axfr/ixfr.
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence1747. [bug] BIND 8 compatibility: named/named-checkconf failed
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence to parse "host-statistics-max" in named.conf.
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson1746. [func] Make public the function to read a key file,
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson dst_key_read_public(). [RT #12450]
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson1745. [bug] Dig/host/nslookup accept replies from link locals
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington regardless of scope if no scope was specified when
88a790c39176f72a8f98f134b83df92e09a8c56bAndreas Gustafsson query was sent. [RT #12745]
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington1744. [bug] If tuple2msgname() failed to convert a tuple to
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington a name a REQUIRE could be triggered. [RT #12796]
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews1743. [bug] If isc_taskmgr_create() was not able to create the
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews requested number of worker threads then destruction
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley of the manager would trigger an INSIST() failure.
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley [RT #12790]
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley1742. [bug] Deleting all records at a node then adding a
76b3ec5e0c3ae856bc1000270bf3df13580673ebBrian Wellington previously existing record, in a single UPDATE
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley transaction, failed to leave / regenerate the
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley associated RRSIG records. [RT #12788]
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington1741. [bug] Deleting all records at a node in a secure zone
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington using a update-policy grant failed. [RT #12787]
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington
4e3f8e480f220ef8a87fd28d02f9001b8fc6f423Bob Halley1740. [bug] Replace rbt's hash algorithm as it performed badly
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson with certain zones. [RT #12729]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson NOTE: a hash context now needs to be established
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson via isc_hash_create() if the application was not
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson already doing this.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson1739. [bug] dns_rbt_deletetree() could incorrectly return
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson ISC_R_QUOTA. [RT #12695]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson1738. [bug] Enable overrun checking by default. [RT #12695]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson1737. [bug] named failed if more than 16 masters were specified.
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington [RT #12627]
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley1736. [bug] dst_key_fromnamedfile() could fail to read a
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley public key. [RT #12687]
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington1735. [bug] 'dig +sigtrace' could die with a REQUIRE failure.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson [RE #12688]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson1734. [cleanup] 'rndc-confgen -a -t' remove extra '/' in path.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson [RT #12588]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson1733. [bug] Return non-zero exit status on initial load failure.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson [RT #12658]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson1732. [bug] 'rrset-order name "*"' wasn't being applied to ".".
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson [RT #12467]
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews1731. [port] darwin: relax version test in ifconfig.sh.
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews [RT #12581]
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews1730. [port] Determine the length type used by the socket API.
a97b72bac75dd2b4294108f59e1273f50495583cAndreas Gustafsson [RT #12581]
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson1729. [func] Improve check-names error messages.
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson1728. [doc] Update check-names documentation.
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington1727. [bug] named-checkzone: check-names support didn't match
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington documentation.
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington
14c615e979f674aa61b0ca65c6a252009e521dd8Brian Wellington1726. [port] aix5: add support for aix5.
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson1725. [port] linux: update error message on interaction of threads,
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson capabilities and setuid support (named -u). [RT #12541]
df0f58959ed82a2a43ca8d816ce9592541df9f2fMark Andrews
4d35b6836eb57387a9da6b103331b59cc988b827Mark Andrews1724. [bug] Look for DNSKEY records with "dig +sigtrace".
903e9d41ef730f098d38da9588f2824f37b7d73cMark Andrews [RT #12557]
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson1723. [cleanup] Silence compiler warnings from t_tasks.c. [RT #12493]
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley1722. [bug] Don't commit the journal on malformed ixfr streams.
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley [RT #12519]
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson1721. [bug] Error message from the journal processing were not
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson always identifying the relevant journal. [RT #12519]
4e605108c6533c2ec6311ee7a466582392656dddAndreas Gustafsson
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson1720. [bug] 'dig +chase' did not terminate on a RFC 2308 Type 1
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington negative response. [RT #12506]
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington
762a538eed7f4de4c340090536553f9c73f6432aBrian Wellington1719. [bug] named was not correctly caching a RFC 2308 Type 1
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington negative response. [RT #12506]
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington1718. [bug] nsupdate was not handling RFC 2308 Type 3 negative
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington responses when looking for the zone / master server.
c44ab73a0f37fa8c8a52069ca20dd060492dbafdAndreas Gustafsson [RT #12506]
7ae7d499f353549162ddcf6fed957ea21e4fa52bMark Andrews
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson1717. [port] solaris: ifconfig.sh did not support Solaris 10.
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley "ifconfig.sh down" didn't work for Solaris 9.
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley1716. [doc] named.conf(5) was being installed in the wrong
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson location. [RT# 12441]
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson1715. [func] 'dig +trace' now randomly selects the next servers
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson to try. Report if there is a bad delegation.
40c1177517ca5312371da6cc697d813576cfe5a8Andreas Gustafsson
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson1714. [bug] dig/host/nslookup were only trying the first
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington address when a nameserver was specified by name.
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington [RT #12286]
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington1713. [port] linux: extend capset failure message to say:
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington please ensure that the capset kernel module is
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington loaded. see insmod(8)
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington1712. [bug] Missing FULLCHECK for "trusted-key" in dig.
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington1711. [func] 'rndc unfreeze' has been deprecated by 'rndc thaw'.
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington1710. [func] 'rndc notify zone [class [view]]' resend the NOTIFY
d77312050f1fb1d41b450d4fe6908ea155264d08Brian Wellington messages for the specified zone. [RT #9479]
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington
4b9f0fd0791cb9cb31087789a03fa3a28dd4b583Andreas Gustafsson1709. [port] solaris: add SMF support from Sun.
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson1708. [cleanup] Replaced dns_fullname_hash() with dns_name_fullhash()
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson for conformance to the name space convention. Binary
dc1453b15d6656cd0661d5bec56359efa649268dAndreas Gustafsson backward compatibility to the old function name is
9a7d163f6f305d48771b4c56d8d18efc6dfc8fc3Mark Andrews provided. [RT #12376]
80aba3d49a872ca11d7cf8550c3a993162e7939fMark Andrews
31039b15173fb3e375269991920e4843f664457eMark Andrews1707. [contrib] sdb/ldap updated to version 1.0-beta.
31039b15173fb3e375269991920e4843f664457eMark Andrews
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson1706. [bug] 'rndc stop' failed to cause zones to be flushed
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson sometimes. [RT #12328]
936af16e0dbac26c1ec2337e684ff6ca9b2fe1bbAndreas Gustafsson
aa23a35d81a9618a40c4a9b44be48009553e4777Andreas Gustafsson1705. [func] Allow the journal's name to be changed via named.conf.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
22457624d3e63e7cd255b4083cb435c16caea26dBob Halley1704. [port] lwres needed a snprintf() implementation for
019fefd77d7e77f3c841808ab604f8ce31679d2dBrian Wellington platforms without snprintf(). Add missing
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson "#include <isc/print.h>". [RT #12321]
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington1703. [bug] named would loop sending NOTIFY messages when it
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington failed to receive a response. [RT #12322]
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington1702. [bug] also-notify should not be applied to built in zones.
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington [RT #12323]
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews1701. [doc] A minimal named.conf man page.
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson1700. [func] nslookup is no longer to be treated as deprecated.
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson Remove "deprecated" warning message. Add man page.
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson1699. [bug] dnssec-signzone can generate "not exact" errors
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson when resigning. [RT #12281]
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington1698. [doc] Use reserved IPv6 documentation prefix.
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington1697. [bug] xxx-source{,-v6} was not effective when it
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson specified one of listening addresses and a
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson different port than the listening port. [RT #12257]
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley1696. [bug] dnssec-signzone failed to clean out nodes that
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson consisted of only NSEC and RRSIG records.
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley [RT #12154]
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley
8e68489885e744ab48907414b4199c36858c27ddMark Andrews1695. [bug] DS records when forwarding require special handling.
8e68489885e744ab48907414b4199c36858c27ddMark Andrews [RT #12133]
8e68489885e744ab48907414b4199c36858c27ddMark Andrews
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson1694. [bug] Report if the builtin views of "_default" / "_bind"
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson are defined in named.conf. [RT #12023]
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson1693. [bug] max-journal-size was not effective for master zones
ec4f7c6d0f0cfc72bcecdb22bf59890d590218d6Mark Andrews with ixfr-from-differences set. [RT# 12024]
d8d95c7d2eae28c5adbde097e88efa115bae6f35Andreas Gustafsson
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson1692. [bug] Don't set -I, -L and -R flags when libcrypto is in
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson /usr/lib. [RT #11971]
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson1691. [bug] sdb's attachversion was not complete. [RT #11990]
7427490a67b9547242b57c255254f7e146127c48Bob Halley
7427490a67b9547242b57c255254f7e146127c48Bob Halley1690. [bug] Delay detaching view from the client until UPDATE
7427490a67b9547242b57c255254f7e146127c48Bob Halley processing completes when shutting down. [RT #11714]
7427490a67b9547242b57c255254f7e146127c48Bob Halley
aac319b506beb2e9a77ef124ee95b18870194b05Mark Andrews1689. [bug] DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
fbe35d126f2c4df000f50662ed9d90ced13188c3Andreas Gustafsson contained gratuitous semicolons. [RT #11707]
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson1688. [bug] LDFLAGS was not supported.
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson1687. [bug] Race condition in dispatch. [RT #10272]
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews1686. [bug] Named sent a extraneous NOTIFY when it received a
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews redundant UPDATE request. [RT #11943]
b1b3495eba72ea2b7270c5cd62b0bb824de74e05Mark Andrews
b1b3495eba72ea2b7270c5cd62b0bb824de74e05Mark Andrews1685. [bug] Change #1679 loop tests weren't quite right.
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington1684. [func] ixfr-from-differences now takes master and slave in
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington addition to yes and no at the options and view levels.
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington1683. [bug] dig +sigchase could leak memory. [RT #11445]
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington1682. [port] Update configure test for (long long) printf format.
a1cad3b231800ca928751ff8889bdc6d312d1f88Andreas Gustafsson [RT #5066]
a1cad3b231800ca928751ff8889bdc6d312d1f88Andreas Gustafsson
a12d9cfa59b5981c52e1aaafedf652d5128f3448Brian Wellington1681. [bug] Only set SO_REUSEADDR when a port is specified in
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington isc_socket_bind(). [RT #11742]
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington1680. [func] rndc: the source address can now be specified.
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington
e4aeba32725a79e295c2ceed1919cba076530ba3Andreas Gustafsson1679. [bug] When there was a single nameserver with multiple
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington addresses for a zone not all addresses were tried.
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson [RT #11706]
4b236540be165859390f05911eda86a39ee58eedAndreas Gustafsson
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson1678. [bug] RRSIG should use TYPEXXXXX for unknown types.
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson1677. [bug] dig: +aaonly didn't work, +aaflag undocumented.
f6987630ce2d424a34bb9d373b3c08de48010287Andreas Gustafsson
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson1676. [func] New option "allow-query-cache". This lets
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson allow-query be used to specify the default zone
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews access level rather than having to have every
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews zone override the global value. allow-query-cache
f1007e99b7db3f4e65663d348530f078adb48ccbMark Andrews can be set at both the options and view levels.
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews If allow-query-cache is not set allow-query applies.
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews
363cb30a83e8e57bc8874e621910f0e23dd84909Mark Andrews1675. [bug] named would sometimes add extra NSEC records to
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson the authority section.
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington1674. [port] linux: increase buffer size used to scan
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington /proc/net/if_inet6.
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson1673. [port] linux: issue a error messages if IPv6 interface
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson scans fails.
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson1672. [cleanup] Tests which only function in a threaded build
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson now return R:THREADONLY (rather than R:UNTESTED)
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson in a non-threaded build.
ce1269825c9d9c4bca42ae9750a7a2fd93a45557Mark Andrews
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson1671. [contrib] queryperf: add NAPTR to the list of known types.
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson1670. [func] Log UPDATE requests to slave zones without an acl as
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington "disabled" at debug level 3. [RT# 11657]
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington1669. [placeholder]
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington1668. [bug] DIG_SIGCHASE was making bin/dig/host dump core.
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington1667. [port] linux: not all versions have IF_NAMESIZE.
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson1666. [bug] The optional port on hostnames in dual-stack-servers
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington was being ignored.
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington1665. [func] rndc now allows addresses to be set in the
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington server clauses.
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson1664. [bug] nsupdate needed KEY for SIG(0), not DNSKEY.
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington1663. [func] Look for OpenSSL by default.
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington1662. [bug] Change #1658 failed to change one use of 'type'
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington to 'keytype'.
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington1661. [bug] Restore dns_name_concatenate() call in
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson adb.c:set_target(). [RT #11582]
bfd14616fa53e2572e7492a21467fad239deeae7Andreas Gustafsson
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson1660. [bug] win32: connection_reset_fix() was being called
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews unconditionally. [RT #11595]
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington1659. [cleanup] Cleanup some messages that were referring to KEY vs
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington DNSKEY, NXT vs NSEC and SIG vs RRSIG.
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley1658. [func] Update dnssec-keygen to default to KEY for HMAC-MD5
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson and DH. Tighten which options apply to KEY and
fb0663dbdd4811c6062fe602b511227be66aec56Mark Andrews DNSKEY records.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson1657. [doc] ARM: document query log output.
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington1656. [doc] Update DNSSEC description in ARM to cover DS, NSEC
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington DNSKEY and RRSIG. [RT #11542]
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson
fcc3c131e03cb7e844eaecf74d4f9b7fd38c8398Andreas Gustafsson1655. [bug] Logging multiple versions w/o a size was broken.
66921d6dd259c4486a07aba19eee2b8349698575Brian Wellington [RT #11446]
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson
b65fc651b8aaab5d0fb9b8f6ef583d699d14a113Mark Andrews1654. [bug] isc_result_totext() contained array bounds read
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson error.
2728a98ee4104b2fb30f273893a7f354e20002b5Mark Andrews
c50895694ef939f287aaa7505e0fcf634903bd34Mark Andrews1653. [func] Add key type checking to dst_key_fromfilename(),
be387fd057ee54ae5d84904e69587d6e29bd3950Mark Andrews DST_TYPE_KEY should be used to read TSIG, TKEY and
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson SIG(0) keys.
d72269740049af28b091ba81d68a067c88f53547Mark Andrews
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson1652. [bug] TKEY still uses KEY.
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark Andrews
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark Andrews1651. [bug] dig: process multiple dash options.
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews1650. [bug] dig, nslookup: flush standard out after each command.
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews
5e16689bd396d261779526345a1c5207e3308477Andreas Gustafsson1649. [bug] Silence "unexpected non-minimal diff" message.
f7321615eaaf63461bd682513d2873d97ae31771Mark Andrews [RT #11206]
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington1648. [func] Update dnssec-lookaside named.conf syntax to support
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington multiple dnssec-lookaside namespaces (not yet
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington implemented).
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson1647. [bug] It was possible trigger a INSIST when chasing a DS
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson record that required walking back over a empty node.
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson [RT #11445]
725fec8d79ff36402b0f90a7a05aafa7964e387fBrian Wellington
9b0c4bf7003db929fe00a345fc96fb97677d29e0Brian Wellington1646. [bug] win32: logging file versions didn't work with
9b0c4bf7003db929fe00a345fc96fb97677d29e0Brian Wellington non-UNC filenames. [RT#11486]
19c7cce8555ccc0c95455a0c35dedd017d420d05Mark Andrews
19c7cce8555ccc0c95455a0c35dedd017d420d05Mark Andrews1645. [bug] named could trigger a REQUIRE failure if multiple
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson masters with keys are specified.
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson1644. [bug] Update the journal modification time after a
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson successful refresh query. [RT #11436]
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews1643. [bug] dns_db_closeversion() could leak memory / node
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews references. [RT #11163]
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington1642. [port] Support OpenSSL implementations which don't have
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington DSA support. [RT #11360]
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington1641. [bug] Update the check-names description in ARM. [RT #11389]
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington1640. [bug] win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington incorrectly closing the socket. [RT #11291]
12acad068846c11ad7bb9adb23f02a6fc37b4e17Andreas Gustafsson
523dd6a979865b8b1b8f1ecc81e5ce47a168c63fBrian Wellington1639. [func] Initial dlv system test.
523dd6a979865b8b1b8f1ecc81e5ce47a168c63fBrian Wellington
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews1638. [bug] "ixfr-from-differences" could generate a REQUIRE
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews failure if the journal open failed. [RT #11347]
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington1637. [bug] Node reference leak on error in addnoqname().
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington1636. [bug] The dump done callback could get ISC_R_SUCCESS even if
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington a error had occurred. The database version no longer
3f8ad70264645ebd6a2a8bc7e923271eb5bf8416Brian Wellington matched the version of the database that was dumped.
3f8ad70264645ebd6a2a8bc7e923271eb5bf8416Brian Wellington
9b0e404e5fc71a2bd4fba8a66296477f815af7d5Brian Wellington1635. [bug] Memory leak on error in query_addds().
fff07c1022643da7274d4ba1b086c9c218762dc9Brian Wellington
fff07c1022643da7274d4ba1b086c9c218762dc9Brian Wellington1634. [bug] named didn't supply a useful error message when it
fff07c1022643da7274d4ba1b086c9c218762dc9Brian Wellington detected duplicate views. [RT #11208]
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson1633. [bug] named should return NOTIMP to update requests to a
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson slaves without a allow-update-forwarding acl specified.
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson [RT #11331]
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson1632. [bug] nsupdate failed to send prerequisite only UPDATE
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson messages. [RT #11288]
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson1631. [bug] dns_journal_compact() could sometimes corrupt the
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson journal. [RT #11124]
228c679d7a269423019f7c528db92e855f08240bMark Andrews
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington1630. [contrib] queryperf: add support for IPv6 transport.
8c6058d00f89792733b5c8d4ceee84ab5025857bAndreas Gustafsson
8c6058d00f89792733b5c8d4ceee84ab5025857bAndreas Gustafsson1629. [func] dig now supports IPv6 scoped addresses with the
148af05e15f5d7ae3b076231617369fdaf57d26dAndreas Gustafsson extended format in the local-server part. [RT #8753]
d31498a54482c8d5d934875d3fdeaa621c962d6fBrian Wellington
d31498a54482c8d5d934875d3fdeaa621c962d6fBrian Wellington1628. [bug] Typo in Compaq Trucluster support. [RT# 11264]
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington1627. [bug] win32: sockets were not being closed when the
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington last external reference was removed. [RT# 11179]
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington1626. [bug] --enable-getifaddrs was broken. [RT#11259]
175ba246fb074ae8caca0e76ecc8055517ab486cBrian Wellington
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington1625. [bug] named failed to load/transfer RFC2535 signed zones
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington which contained CNAMES. [RT# 11237]
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington1624. [bug] zonemgr_putio() call should be locked. [RT# 11163]
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington1623. [bug] A serial number of zero was being displayed in the
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews "sending notifies" log message when also-notify was
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews used. [RT #11177]
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer1622. [func] probe the system to see if IPV6_(RECV)PKTINFO is
bbd3d20d0843165a74698166a3180897fd019e18Andreas Gustafsson available, and suppress wildcard binding if not.
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer
61470ed14b20c55c0730461165faa582a3775eb8Mark Andrews1621. [bug] match-destinations did not work for IPv6 TCP queries.
bbd3d20d0843165a74698166a3180897fd019e18Andreas Gustafsson [RT# 11156]
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer
f7e900edbc368275aa7cec7ebec0986e45aeadd7Mark Andrews1620. [func] When loading a zone report if it is signed. [RT #11149]
f7e900edbc368275aa7cec7ebec0986e45aeadd7Mark Andrews
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington1619. [bug] Missing ISC_LIST_UNLINK in end_reserved_dispatches().
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington [RT# 11118]
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington1618. [bug] Fencepost errors in dns_name_ishostname() and
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington dns_name_ismailbox() could trigger a INSIST().
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley1617. [port] win32: VC++ 6.0 support.
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley1616. [compat] Ensure that named's version is visible in the core
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley dump. [RT #11127]
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley1615. [port] Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley it is defined.
065958bd3d26dbc25ff313cfcee07bb6a77ee47eBrian Wellington
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley1614. [port] win32: silence resource limit messages. [RT# 11101]
4e7942dc7612acb71b111a5e8d919960f5a9efc5Mark Andrews
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence1613. [bug] Builds would fail on machines w/o a if_nametoindex().
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson [RT #11119]
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson1612. [bug] check-names at the option/view level could trigger
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson an INSIST. [RT# 11116]
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence1611. [bug] solaris: IPv6 interface scanning failed to cope with
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence no active IPv6 interfaces.
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence1610. [bug] On dual stack machines "dig -b" failed to set the
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence address type to be looked up with "@server".
046a9aca49bdc25bd57d75fd0dd34c021722f095Mark Andrews [RT #11069]
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson1609. [func] dig now has support to chase DNSSEC signature chains.
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews DNSSEC validation code in dig coded by Olivier Courtay
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews (olivier.courtay@irisa.fr) for the IDsA project
be171be1799e0ba8cdd35d4f67b772ff086d0d81Andreas Gustafsson (http://idsa.irisa.fr).
be171be1799e0ba8cdd35d4f67b772ff086d0d81Andreas Gustafsson
9f28451bca8377ef6c9ea3b0a49bf342c9fa6800Mark Andrews1608. [func] dig and host now accept -4/-6 to select IP transport
9f28451bca8377ef6c9ea3b0a49bf342c9fa6800Mark Andrews to use when making queries.
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson
af5dc286ff4b750deec50d1c006aae5fc38019c0Mark Andrews1607. [bug] dig, host and nslookup were still using random()
af5dc286ff4b750deec50d1c006aae5fc38019c0Mark Andrews to generate query ids. [RT# 11013]
ef9f9001fca9445ef315b1e76a66fc84fef6fdc6Andreas Gustafsson
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington1606. [bug] DLV insecurity proof was failing.
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington1605. [func] New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
9b2a2a9016980fbed6b2025d365a8ae99897608cDavid Lawrence
9b2a2a9016980fbed6b2025d365a8ae99897608cDavid Lawrence1604. [bug] A xfrout_ctx_create() failure would result in
9b2a2a9016980fbed6b2025d365a8ae99897608cDavid Lawrence xfrout_ctx_destroy() being called with a
86b8c485762daa54a96d033110f6f41ea96e5213David Lawrence partially initialized structure.
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence1603. [bug] nsupdate: set interactive based on isatty().
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence [RT# 10929]
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence1602. [bug] Logging to a file failed unless a size was specified.
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence [RT# 10925]
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence1601. [bug] Silence spurious warning 'both "recursion no;" and
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington "allow-recursion" active' warning from view "_bind".
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington [RT# 10920]
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence1600. [bug] Duplicate zone pre-load checks were not case
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence insensitive.
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence1599. [bug] Fix memory leak on error path when checking named.conf.
fdb2cda3ed366699d70aaf67ee5ae7fcd2ca7561David Lawrence
fdb2cda3ed366699d70aaf67ee5ae7fcd2ca7561David Lawrence1598. [func] Specify that certain parts of the namespace must
6094a7774954463e312f7266c8d4d3f26aa07d4aAndreas Gustafsson be secure (dnssec-must-be-secure).
6094a7774954463e312f7266c8d4d3f26aa07d4aAndreas Gustafsson
8dc3d2006f679d0a291f7a20612c37e2a7146096Brian Wellington1597. [func] Allow notify-source and query-source to be specified
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson on a per server basis similar to transfer-source.
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson [RT #6496]
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson
ef9f9001fca9445ef315b1e76a66fc84fef6fdc6Andreas Gustafsson1596. [func] Accept 'notify-source' style syntax for query-source.
bd5f2ac1880f5f2e96b291378c3dff296fc011f1Mark Andrews
a06df85974344892431b14bec51c1beeee971eccAndreas Gustafsson1595. [func] New notify type 'master-only'. Enable notify for
24c5978e0b32137305c2bef2c6e116ee7680a610Andreas Gustafsson master zones only.
f0f61db621eed0c453e31bb85f6803c550e19a6bAndreas Gustafsson
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington1594. [bug] 'rndc dumpdb' could prevent named from answering
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington queries while the dump was in progress. [RT #10565]
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington
9be0c3d823200bed1286cff6bddf2a8c639f5287Brian Wellington1593. [bug] rndc should return "unknown command" to unknown
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence commands. [RT# 10642]
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence1592. [bug] configure_view() could leak a dispatch. [RT# 10675]
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson1591. [bug] libbind: updated to BIND 8.4.5.
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson
7d33e8996948523e0180bc7e28a93d534d878dccAndreas Gustafsson1590. [port] netbsd: update thread support.
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington1589. [func] DNSSEC lookaside validation.
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington
732f883c12f171186d7f3331ebdf5d16044b14b0Brian Wellington1588. [bug] win32: TCP sockets could become blocked. [RT #10115]
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson1587. [bug] dns_message_settsigkey() failed to clear existing key.
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson [RT #10590]
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson1586. [func] "check-names" is now implemented.
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson1585. [placeholder]
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson
f53848e17123569387b279578f0100dca5407da5Mark Andrews1584. [bug] "make test" failed with a read only source tree.
f53848e17123569387b279578f0100dca5407da5Mark Andrews [RT #10461]
f53848e17123569387b279578f0100dca5407da5Mark Andrews
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington1583. [bug] Records add via UPDATE failed to get the correct trust
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington level. [RT #10452]
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington
64a84169d7eed05486b10be90afea58f4af146f9Brian Wellington1582. [bug] rrset-order failed to work on RRsets with more
1599bd6998f54b2b34804d7332f543744368a586Mark Andrews than 32 elements. [RT #10381]
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson
1599bd6998f54b2b34804d7332f543744368a586Mark Andrews1581. [func] Disable DNSSEC support by default. To enable
acc63b06d9e4e2137950dabddcccd17d8b336ca0Olafur Gudmundsson DNSSEC specify "dnssec-enable yes;" in named.conf.
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1580. [bug] Zone destruction on final detach takes a long time.
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington [RT #3746]
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington1579. [bug] Multiple task managers could not be created.
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson1578. [bug] Don't use CLASS E IPv4 addresses when resolving.
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson [RT #10346]
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson1577. [bug] Use isc_uint32_t in ultrasparc optimizer bug
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson workaround code. [RT #10331]
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson1576. [bug] Race condition in dns_dispatch_addresponse().
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson [RT# 10272]
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson1575. [func] Log TSIG name on TSIG verify failure. [RT #4404]
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson1574. [bug] Don't attempt to open the controls socket(s) when
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson running tests. [RT #9091]
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson1573. [port] linux: update to libtool 1.5.2 so that
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson "make install DESTDIR=/xx" works with
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence "configure --with-libtool". [RT #9941]
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence1572. [bug] nsupdate: sign the soa query to find the enclosing
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence zone if the server is specified. [RT #10148]
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence1571. [bug] rbt:hash_node() could fail leaving the hash table
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence in an inconsistent state. [RT #10208]
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence1570. [bug] nsupdate failed to handle classes other than IN.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence New keyword 'class' which sets the default class.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence [RT #10202]
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence1569. [func] nsupdate new command 'answer' which displays the
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington complete answer message to the last update.
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington1568. [bug] nsupdate now reports that the update failed in
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington interactive mode. [RT# 10236]
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington
253f774e358dba38742a484426a4cadf4f248817Brian Wellington1567. [maint] B.ROOT-SERVERS.NET is now 192.228.79.201.
253f774e358dba38742a484426a4cadf4f248817Brian Wellington
253f774e358dba38742a484426a4cadf4f248817Brian Wellington1566. [port] Support for the cmsg framework on Solaris and HP/UX.
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington This also solved the problem that match-destinations
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington for IPv6 addresses did not work on these systems.
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington [RT #10221]
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson1565. [bug] CD flag should be copied to outgoing queries unless
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson the query is under a secure entry point in which case
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson CD should be set.
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson1564. [func] Attempt to provide a fallback entropy source to be
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington used if named is running chrooted and named is unable
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington to open entropy source within the chroot area.
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington [RT #10133]
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer1563. [bug] Gracefully fail when unable to obtain neither an IPv4
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer nor an IPv6 dispatch. [RT #10230]
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence1562. [bug] isc_socket_create() and isc_socket_accept() could
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence leak memory under error conditions. [RT #10230]
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington1561. [bug] It was possible to release the same name twice if
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington named ran out of memory. [RT #10197]
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer1560. [port] FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence and EAI_NONAME to the same value.
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence1559. [port] named should ignore SIGFSZ.
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson1558. [func] New DNSSEC 'disable-algorithms'. Support entry into
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington child zones for which we don't have a supported
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington algorithm. Such child zones are treated as unsigned.
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington1557. [func] Implement missing DNSSEC tests for
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington * NOQNAME proof with wildcard answers.
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington * NOWILDARD proof with NXDOMAIN.
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington Cache and return NOQNAME with wildcard answers.
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington1556. [bug] nsupdate now treats all names as fully qualified.
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington [RT #6427]
833535ea78ec7a15376b862fd288ffd00f808666Brian Wellington
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington1555. [func] 'rrset-order cyclic' no longer has a random starting
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington point per query. [RT #7572]
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington1554. [bug] dig, host, nslookup failed when no nameservers
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson were specified in /etc/resolv.conf. [RT #8232]
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson1553. [bug] The windows socket code could stop accepting
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson connections. [RT#10115]
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington1552. [bug] Accept NOTIFY requests from mapped masters if
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington matched-mapped is set. [RT #10049]
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson1551. [port] Open "/dev/null" before calling chroot().
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington1550. [port] Call tzset(), if available, before calling chroot().
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington1549. [func] named-checkzone can now write out the zone contents
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson in a easily parsable format (-D and -o).
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson1548. [bug] When parsing APL records it was possible to silently
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson accept out of range ADDRESSFAMILY values. [RT# 9979]
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson1547. [bug] Named wasted memory recording duplicate lame zone
7789eb1345bef03773a2530dce7f2709cc50aa2aAndreas Gustafsson entries. [RT #9341]
5a6335a8bffdcc15ab4b3bb01d070080f9bc892eMark Andrews
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson1546. [bug] We were rejecting valid secure CNAME to negative
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson answers.
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson1545. [bug] It was possible to leak memory if named was unable to
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson bind to the specified transfer source and TSIG was
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson being used. [RT #10120]
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson1544. [bug] Named would logged a single entry to a file despite it
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews being over the specified size limit.
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews1543. [bug] Logging using "versions unlimited" did not work.
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews1542. [placeholder]
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson1541. [func] NSEC now uses new bitmap format.
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson1540. [bug] "rndc reload <dynamiczone>" was silently accepted.
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson [RT #8934]
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson1539. [bug] Open UDP sockets for notify-source and transfer-source
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson that use reserved ports at startup. [RT #9475]
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews1538. [placeholder] rt9997
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews1537. [func] New option "querylog". If set specify whether query
483958540f0034d543f0564beb7877326f15a45bMark Andrews logging is to be enabled or disabled at startup.
483958540f0034d543f0564beb7877326f15a45bMark Andrews
59e1a928bc4253b91ead0f7c46be7d3984cb3016Bob Halley1536. [bug] Windows socket code failed to log a error description
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson when returning ISC_R_UNEXPECTED. [RT #9998]
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson1535. [placeholder]
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews1534. [bug] Race condition when priming cache. [RT# 9940]
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews1533. [func] Warn if both "recursion no;" and "allow-recursion"
f9870620b346ed267023dc98ee81adcfef2e16b7Andreas Gustafsson are active. [RT# 4389]
f9870620b346ed267023dc98ee81adcfef2e16b7Andreas Gustafsson
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews1532. [port] netbsd: the configure test for <sys/sysctl.h>
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews requires <sys/param.h>.
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews1531. [port] AIX more libtool fixes.
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews1530. [bug] It was possible to trigger a INSIST() failure if a
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews slave master file was removed at just the correct
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews moment. [RT #9462]
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson
42928d936e79dbda7ea00bbcab6e5d8034a95bf8Andreas Gustafsson1529. [bug] "notify explicit;" failed to log that NOTIFY messages
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington were being sent for the zone. [RT# 9442]
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson1528. [cleanup] Simplify some dns_name_ functions based on the
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson deprecation of bitstring labels.
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson
d7e77a9b59138e8a94d3dfa4e41e1852ad51ac25Andreas Gustafsson1527. [cleanup] Reduce the number of gettimeofday() calls without
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson losing necessary timer granularity.
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson1526. [func] Implemented "additional section caching (or acache)",
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson an internal cache framework for additional section
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley content to improve response performance. Several
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson configuration options were provided to control the
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley behavior.
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley1525. [bug] dns_cache_create() could trigger a REQUIRE
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley failure in isc_mem_put() during error cleanup.
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley [RT# 9360]
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley1524. [port] AIX needs to be able to resolve all symbols when
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley creating shared libraries (--with-libtool).
5bbed85a33186db4e629e98f45ca702ac6b09127Brian Wellington
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson1523. [bug] Fix race condition in rbtdb. [RT# 9189]
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson1522. [bug] dns_db_findnode() relax the requirements on 'name'.
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson [RT# 9286]
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson1521. [bug] dns_view_createresolver() failed to check the
86a4d80e0624a10b1824d25018246e1ea63f55d2Andreas Gustafsson result from isc_mem_create(). [RT# 9294]
86a4d80e0624a10b1824d25018246e1ea63f55d2Andreas Gustafsson
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson1520. [protocol] Add SSHFP (SSH Finger Print) type.
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington1519. [bug] dnssec-signzone:nsec_setbit() computed the wrong
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson length of the new bitmap.
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson1518. [bug] dns_nsec_buildrdata(), and hence dns_nsec_build(),
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson contained a off-by-one error when working out the
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson number of octets in the bitmap.
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence1517. [port] Support for IPv6 interface scanning on HP/UX and
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence TrueUNIX 5.1.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence1515. [func] Allow transfer source to be set in a server statement.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence [RT #6496]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence1514. [bug] named: isc_hash_destroy() was being called too early.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence [RT #9160]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence1513. [doc] Add "US" to root-delegation-only exclude list.
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence1512. [bug] Extend the delegation-only logging to return query
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson type, class and responding nameserver.
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington1511. [bug] delegation-only was generating false positives
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington on negative answers from sub-zones.
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson1510. [func] New view option "root-delegation-only". Apply
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson delegation-only check to all TLDs and root.
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson Note there are some TLDs that are NOT delegation
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson only (e.g. DE, LV, US and MUSEUM) these can be excluded
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington from the checks by using exclude.
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington root-delegation-only exclude {
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson "DE"; "LV"; "US"; "MUSEUM";
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson };
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson1509. [bug] Hint zones should accept delegation-only. Forward
733e928f714c848aa394c2d12b6239bc7780101bMark Andrews zone should not accept delegation-only.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson1508. [bug] Don't apply delegation-only checks to answers from
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson forwarders.
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington1507. [bug] Handle BIND 8 style returns to NS queries to parents
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington when making delegation-only checks.
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson1506. [bug] Wrong return type for dns_view_isdelegationonly().
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson
066faef1195d539f575816ccab87ff3e85b1b13eBrian Wellington1505. [bug] Uninitialized rdataset in sdb. [RT #8750]
dffdc24ffd76ef3d8c8141671e89fb39428fef06Brian Wellington
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1504. [func] New zone type "delegation-only".
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews1503. [port] win32: install libeay32.dll outside of system32.
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer1502. [bug] nsupdate: adjust timeouts for UPDATE requests over TCP.
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer1501. [func] Allow TCP queue length to be specified via
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer named.conf, tcp-listen-queue.
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer1500. [bug] host failed to lookup MX records. Also look up
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer AAAA records.
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson1499. [bug] isc_random need to be seeded better if arc4random()
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson is not used.
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson1498. [port] bsdos: 5.x support.
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson1497. [placeholder]
4ec1a96d90784f70380bdec66f8a0bd6718a5b71Mark Andrews
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington1496. [port] test for pthread_attr_setstacksize().
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews1495. [cleanup] Replace hash functions with universal hash.
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington1494. [security] Turn on RSA BLINDING as a precaution.
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews1493. [placeholder]
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1492. [cleanup] Preserve rwlock quota context when upgrading /
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews downgrading. [RT #5599]
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews1491. [bug] dns_master_dump*() would produce extraneous $ORIGIN
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews lines. [RT #6206]
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews1490. [bug] Accept reading state as well as working state in
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews ns_client_next(). [RT #6813]
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews
6ef15459b8fd3fc8b5672da4ad72c19a755dbe45Mark Andrews1489. [compat] Treat 'allow-update' on slave zones as a warning.
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence [RT #3469]
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence1488. [bug] Don't override trust levels for glue addresses.
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence [RT #5764]
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence1487. [bug] A REQUIRE() failure could be triggered if a zone was
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews queued for transfer and the zone was then removed.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews [RT #6189]
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
7789eb1345bef03773a2530dce7f2709cc50aa2aAndreas Gustafsson1486. [bug] isc_print_snprintf() '%%' consumed one too many format
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence characters. [RT# 8230]
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews1485. [bug] gen failed to handle high type values. [RT #6225]
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews1484. [bug] The number of records reported after a AXFR was wrong.
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews [RT #6229]
72fa265baa3d138b43427bcb5c0838740f807045Mark Andrews
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson1483. [bug] dig axfr failed if the message id in the answer failed
72fa265baa3d138b43427bcb5c0838740f807045Mark Andrews to match that in the request. Only the id in the first
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews message is required to match. [RT #8138]
a5aca6df165c601d755b8c5f5727048078bf0db5Andreas Gustafsson
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews1482. [bug] named could fail to start if the kernel supports
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews IPv6 but no interfaces are configured. Similarly
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews for IPv4. [RT #6229]
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington1481. [bug] Refresh and stub queries failed to use masters keys
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington if specified. [RT #7391]
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews1480. [bug] Provide replay protection for rndc commands. Full
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews replay protection requires both rndc and named to
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews be updated. Partial replay protection (limited
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews exposure after restart) is provided if just named
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson is updated.
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington1479. [bug] cfg_create_tuple() failed to handle out of
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington memory cleanup. parse_list() would leak memory
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson on syntax errors.
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson1478. [port] ifconfig.sh didn't account for other virtual
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson interfaces. It now takes a optional argument
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson to specify the first interface number. [RT #3907]
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington1477. [bug] memory leak using stub zones and TSIG.
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington1476. [placeholder]
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington1475. [port] Probe for old sprintf().
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews1474. [port] Provide strtoul() and memmove() for platforms
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews without them.
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson1473. [bug] create_map() and create_string() failed to handle out
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson of memory cleanup. [RT #6813]
f90fe7c8b9a3eef8968fac74905e868c8ab583a3Brian Wellington
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence1472. [contrib] idnkit-1.0 from JPNIC, replaces mdnkit.
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence1471. [bug] libbind: updated to BIND 8.4.0.
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence1470. [bug] Incorrect length passed to snprintf. [RT #5966]
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence1469. [func] Log end of outgoing zone transfer at same level
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley as the start of transfer is logged. [RT #4441]
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley
7b438bdb9b821f9f1c96443762072e137716048dBrian Wellington1468. [func] Internal zones are no longer counted for
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 'rndc status'. [RT #4706]
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley1467. [func] $GENERATES now supports optional class and ttl.
7b438bdb9b821f9f1c96443762072e137716048dBrian Wellington
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley1466. [bug] lwresd configuration errors resulted in memory
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley and lock leaks. [RT #5228]
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley1465. [bug] isc_base64_decodestring() and isc_base64_tobuffer()
7b438bdb9b821f9f1c96443762072e137716048dBrian Wellington failed to check that trailing bits were zero allowing
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley some invalid base64 strings to be accepted. [RT #5397]
86c270cbb24117976d6cd3098c3010e067915c24Andreas Gustafsson
86c270cbb24117976d6cd3098c3010e067915c24Andreas Gustafsson1464. [bug] Preserve "out of zone" data for outgoing zone
10258f6b3d1ce54ffb22e6b9a31f8f001f7ee2d5Mark Andrews transfers. [RT #5192]
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews1463. [bug] dns_rdata_from{wire,struct}() failed to catch bad
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews NXT bit maps. [RT #5577]
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer
8217f91f8d2dd6e94a2bf893284506ea47cd294aAndreas Gustafsson1462. [bug] parse_sizeval() failed to check the token type.
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer [RT #5586]
21a170a0cee1ec2df7be0ce334da309f9a892ea9Andreas Gustafsson
588b63e1a86fb707172830e14897da624ed380edMark Andrews1461. [bug] Remove deadlock from rbtdb code. [RT #5599]
588b63e1a86fb707172830e14897da624ed380edMark Andrews
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington1460. [bug] inet_pton() failed to reject certain malformed
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington IPv6 literals.
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington
452d75b18f9d050086964fa39c326cf388517396Mark Andrews1459. [placeholder]
452d75b18f9d050086964fa39c326cf388517396Mark Andrews
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews1458. [cleanup] sprintf() -> snprintf().
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington1457. [port] Provide strlcat() and strlcpy() for platforms without
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington them.
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington1456. [contrib] gen-data-queryperf.py from Stephane Bortzmeyer.
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews1455. [bug] <netaddr> missing from server grammar in
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews doc/misc/options. [RT #5616]
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews1454. [port] Use getifaddrs() if available for interface scanning.
7869b99dc815e3b863351b8095d1b71b3f583541Brian Wellington --disable-getifaddrs to override. Glibc currently
7869b99dc815e3b863351b8095d1b71b3f583541Brian Wellington has a getifaddrs() that does not support IPv6.
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews Use --enable-getifaddrs=glibc to force the use of
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews this version under linux machines.
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews1453. [doc] ARM: $GENERATE example wasn't accurate. [RT #5298]
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews1452. [placeholder]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer1451. [bug] rndc-confgen didn't exit with a error code for all
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer failures. [RT #5209]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson1450. [bug] Fetching expired glue failed under certain
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer circumstances. [RT #5124]
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer1449. [bug] query_addbestns() didn't handle running out of memory
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer gracefully.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer1448. [bug] Handle empty wildcards labels.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer1447. [bug] We were casting (unsigned int) to and from (void *).
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer rdataset->private4 is now rdataset->privateuint4
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson to reflect a type change.
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson1446. [func] Implemented undocumented alternate transfer sources
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson from BIND 8. See use-alt-transfer-source,
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson alt-transfer-source and alt-transfer-source-v6.
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson SECURITY: use-alt-transfer-source is ENABLED unless
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson you are using views. This may cause a security risk
e2b52099918681498136fc82df192d256cc3cdd3Brian Wellington resulting in accidental disclosure of wrong zone
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson content if the master supplying different source
389ec663f262cc219e986d6600eec9707ef2cb24Brian Wellington content based on IP address. If you are not certain
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews ISC recommends setting use-alt-transfer-source no;
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews1445. [bug] DNS_ADBFIND_STARTATROOT broke stub zones. This has
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews been replaced with DNS_ADBFIND_STARTATZONE which
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews causes the search to start using the closest zone.
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews1444. [func] dns_view_findzonecut2() allows you to specify if the
fce9a9550e8e7a6dff4093d4815ec41fae2d7b55Mark Andrews cache should be searched for zone cuts.
fce9a9550e8e7a6dff4093d4815ec41fae2d7b55Mark Andrews
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson1443. [func] Masters lists can now be specified and referenced
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson in zone masters clauses and other masters lists.
93d5a6b95e88f57b7619d9728f06e3aa5e2f0c65Andreas Gustafsson
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson1442. [func] New functions for manipulating port lists:
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson dns_portlist_create(), dns_portlist_add(),
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson dns_portlist_remove(), dns_portlist_match(),
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson dns_portlist_attach() and dns_portlist_detach().
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson1441. [func] It is now possible to tell dig to bind to a specific
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews source port.
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington1440. [func] It is now possible to tell named to avoid using
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington certain source ports (avoid-v4-udp-ports,
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington avoid-v6-udp-ports).
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer1439. [bug] Named could return NOERROR with certain NOTIFY
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer failures. Return NOTAUTH if the NOTIFY zone is
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer not being served.
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer1438. [func] Log TSIG (if any) when logging NOTIFY requests.
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer1437. [bug] Leave space for stdio to work in. [RT #5033]
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson1436. [func] dns_zonemgr_resumexfrs() can be used to restart
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson stalled transfers.
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson1435. [bug] zmgr_resume_xfrs() was being called read locked
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson rather than write locked. zmgr_resume_xfrs()
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson was not being called if the zone was being
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson shutdown.
aa2c453d3c6e416b56b29247bedd9a0af2721e93Mark Andrews
e412ae947df6de858883564b8676a9650df70d9aMark Andrews1434. [bug] "rndc reconfig" failed to initiate the initial
e412ae947df6de858883564b8676a9650df70d9aMark Andrews zone transfer of new slave zones.
e412ae947df6de858883564b8676a9650df70d9aMark Andrews
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson1433. [bug] named could trigger a REQUIRE failure if it could
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews not get a file descriptor when attempting to write
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews a master file. [RT #4347]
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews1432. [func] The advertised EDNS UDP buffer size can now be set
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson via named.conf (edns-udp-size).
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson1431. [bug] isc_print_snprintf() "%s" with precision could walk off
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson end of argument. [RT #5191]
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson1430. [port] linux: IPv6 interface scanning support.
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson1429. [bug] Prevent the cache getting locked to old servers.
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews1428. [placeholder]
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson1427. [bug] Race condition in adb with threaded build.
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson1426. [placeholder]
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson1425. [port] linux/libbind: define __USE_MISC when testing *_r()
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson function prototypes in netdb.h. [RT #4921]
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson1424. [bug] EDNS version not being correctly printed.
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson1423. [contrib] queryperf: added A6 and SRV.
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson
dc2e45d08d73fdaefd92dbfa4d69b4d3f3b0f249Andreas Gustafsson1422. [func] Log name/type/class when denying a query. [RT #4663]
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson1421. [func] Differentiate updates that don't succeed due to
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson prerequisites (unsuccessful) vs other reasons
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson (failed).
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson1420. [port] solaris: work around gcc optimizer bug.
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson1419. [port] openbsd: use /dev/arandom. [RT #4950]
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington1418. [bug] 'rndc reconfig' did not cause new slaves to load.
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson1417. [func] ID.SERVER/CHAOS is now a built in zone.
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews See "server-id" for how to configure.
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews1416. [bug] Empty node should return NOERROR NODATA, not NXDOMAIN.
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews [RT #4715]
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews1415. [func] DS TTL now derived from NS ttl. NXT TTL now derived
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews from SOA MINIMUM.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews1414. [func] Support for KSK flag.
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews1413. [func] Explicitly request the (re-)generation of DS records
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews from keysets (dnssec-signzone -g).
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence1412. [func] You can now specify servers to be tried if a nameserver
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson has IPv6 address and you only support IPv4 or the
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence reverse. See dual-stack-servers.
051beeafa6547440da17985665b31952b85ede56Brian Wellington
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson1411. [bug] empty nodes should stop wildcard matches. [RT #4802]
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson1410. [func] Handle records that live in the parent zone, e.g. DS.
cd73a1c823bc9feea603803a96a9e5f5da8bf33dMichael Sawyer
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington1409. [bug] DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson1408. [bug] "make distclean" was not complete. [RT #4700]
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson1407. [bug] lfsr incorrectly implements the shift register.
b0796437d493ca2e083ab0ff02acf0dc0c8ad2a3David Lawrence [RT #4617]
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington1406. [bug] dispatch initializes one of the LFSR's with a incorrect
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson polynomial. [RT #4617]
e42c402595802edceafbd3e5338dda011fbbcdb6Michael Sawyer
cc7420cb3b8eb2c48a00384784701bfee37cc96fAndreas Gustafsson1405. [func] Use arc4random() if available.
8357e90fba97010a86356a41c8a961d5d602d7d0Michael Sawyer
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer1404. [bug] libbind: ns_name_ntol() could overwrite a zero length
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson buffer.
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson
abb38b673379d6dae7cbb495f814d73a4afe5c8bAndreas Gustafsson1403. [func] dnssec-signzone, dnssec-keygen, dnssec-makekeyset
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer dnssec-signkey now report their version in the
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews usage message.
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews1402. [cleanup] A6 has been moved to experimental and is no longer
d922e82162b4d0d2387a531ebc127abe9fe4cf2bAndreas Gustafsson fully supported.
d922e82162b4d0d2387a531ebc127abe9fe4cf2bAndreas Gustafsson
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews1401. [bug] adb wasn't clearing state when the timer expired.
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews1400. [bug] Block the addition of wildcard NS records by IXFR
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews or UPDATE. [RT #3502]
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews1399. [bug] Use serial number arithmetic when testing SIG
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews timestamps. [RT #4268]
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson1398. [doc] ARM: notify-also should have been also-notify.
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson [RT #4345]
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson1397. [maint] J.ROOT-SERVERS.NET is now 192.58.128.30.
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson1396. [func] dnssec-signzone: adjust the default signing time by
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews 1 hour to allow for clock skew.
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews1395. [port] OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley have a working implementation. [RT #4079]
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley1394. [func] It is now possible to check if a particular element is
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley in a acl. Remove duplicate entries from the localnets
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley acl.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer1393. [port] Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson is not available in the kernel to prevent accidently
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson listening on IPv4 interfaces.
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews1392. [bug] named-checkzone: update usage.
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley1391. [func] Add support for IPv6 scoped addresses in named.
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley1390. [func] host now supports ixfr.
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff1389. [bug] named could fail to rotate long log files. [RT #3666]
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff1388. [port] irix: check for sys/sysctl.h and NET_RT_IFLIST before
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff defining HAVE_IFLIST_SYSCTL. [RT #3770]
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson1387. [bug] named could crash due to an access to invalid memory
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson space (which caused an assertion failure) in
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson incremental cleaning. [RT #3588]
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson1386. [bug] named-checkzone -z stopped on errors in a zone.
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson [RT #3653]
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson1385. [bug] Setting serial-query-rate to 10 would trigger a
ba43c53451d5c38765f376eeede457178b36951aBob Halley REQUIRE failure.
ba43c53451d5c38765f376eeede457178b36951aBob Halley
ba43c53451d5c38765f376eeede457178b36951aBob Halley1384. [bug] host was incompatible with BIND 8 in its exit code and
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews in the output with the -l option. [RT #3536]
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews1383. [func] Track the serial number in a IXFR response and log if
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews a mismatch occurs. This is a more specific error than
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews "not exact". [RT #3445]
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews
668278867ba063995988507b6b28724ebb9f9391Mark Andrews1382. [bug] make install failed with --enable-libbind. [RT #3656]
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson1381. [bug] named failed to correctly process answers that
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson contained DNAME records where the resulting CNAME
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson resulted in a negative answer.
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson
2053a53eeac7f069311d8ed67333503c7d3a2e2bAndreas Gustafsson1380. [func] 'rndc recursing' dump recursing queries to
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson 'recursing-file = "named.recursing";'.
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson1379. [func] 'rndc status' now reports tcp and recursion quota
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson states.
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson1378. [func] Improved positive feedback for 'rndc {reload|refresh}.
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson1377. [func] dns_zone_load{new}() now reports if the zone was
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson loaded, queued for loading to up to date.
7ec4367f3d578170a9495ff3c851b248c1656f08Andreas Gustafsson
7ec4367f3d578170a9495ff3c851b248c1656f08Andreas Gustafsson1376. [func] New function dns_zone_logc() to log to specified
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson category.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson1375. [func] 'rndc dumpdb' now dumps the adb cache along with the
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson data cache.
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson1374. [func] dns_adb_dump() now logs the lame zones associated
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson with each server.
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff1373. [bug] Recovery from expired glue failed under certain
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff circumstances.
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff1372. [bug] named crashes with an assertion failure on exit when
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff sharing the same port for listening and querying, and
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff changing listening addresses several times. [RT# 3509]
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff1371. [bug] notify-source-v6, transfer-source-v6 and
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington query-source-v6 with explicit addresses and using the
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington same ports as named was listening on could interfere
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington with named's ability to answer queries sent to those
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington addresses.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley1370. [bug] dig '+[no]recurse' was incorrectly documented.
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley1369. [bug] Adding an NS record as the lexicographically last
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley record in a secure zone didn't work.
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington1368. [func] remove support for bitstring labels.
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington1367. [func] Use response times to select forwarders.
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson1366. [contrib] queryperf usage was incomplete. Add '-h' for help.
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley1365. [func] "localhost" and "localnets" acls now include IPv6
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley addresses / prefixes.
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley
7f52817a92d74be0d970c33b204f8f13309eece5Andreas Gustafsson1364. [func] Log file name when unable to open memory statistics
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff and dump database files. [RT# 3437]
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff1363. [func] Listen-on-v6 now supports specific addresses.
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington1362. [bug] remove IFF_RUNNING test when scanning interfaces.
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson1361. [func] log the reason for rejecting a server when resolving
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson queries.
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff1360. [bug] --enable-libbind would fail when not built in the
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff source tree for certain OS's.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff1359. [security] Support patches OpenSSL libraries.
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff http://www.cert.org/advisories/CA-2002-23.html
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff
c4ec2c3190175705df255aa3d5e842a96137a5a1Andreas Gustafsson1358. [bug] It was possible to trigger a INSIST when debugging
c4ec2c3190175705df255aa3d5e842a96137a5a1Andreas Gustafsson large dynamic updates. [RT #3390]
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson1357. [bug] nsupdate was extremely wasteful of memory.
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson1356. [tuning] Reduce the number of events / quantum for zone tasks.
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson1355. [bug] Fix DNSSEC wildcard proof for CNAME/DNAME.
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson1354. [doc] lwres man pages had illegal nroff.
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington1353. [contrib] sdb/ldap to version 0.9.
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington1352. [bug] dig, host, nslookup when falling back to TCP use the
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson current search entry (if any). [RT #3374]
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson
0d00f4bb92090ff64d49ae803a2e75b3f299f547Andreas Gustafsson1351. [bug] lwres_getipnodebyname() returned the wrong name
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington was set.
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson1350. [bug] dns_name_fromtext() failed to handle too many labels
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson gracefully.
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson
d9ec31a329a14588127b0a15618dec53ca41c73eAndreas Gustafsson1349. [security] Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
d9ec31a329a14588127b0a15618dec53ca41c73eAndreas Gustafsson http://www.cert.org/advisories/CA-2002-23.html
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington1348. [port] win32: Rewrote code to use I/O Completion Ports
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington in socket.c and eliminating a host of socket
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington errors. Performance is enhanced.
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson1347. [placeholder]
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson1346. [placeholder]
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson1345. [port] Use a explicit -Wformat with gcc. Not all versions
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson include it in -Wall.
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson
cdc2d4a065b6b1a00f0b07aae94bc7cb380d15bcAndreas Gustafsson1344. [func] Log if the serial number on the master has gone
ec4060d3104e8bec28406232eb7338c81bb1b1c1Mark Andrews backwards.
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson If you have multiple machines specified in the masters
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson clause you may want to set 'multi-master yes;' to
2c7097eac0aed3b0b3387082cb783db64f2d7765Andreas Gustafsson suppress this warning.
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson1343. [func] Log successful notifies received (info). Adjust log
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson level for failed notifies to notice.
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson1342. [func] Log remote address with TCP dispatch failures.
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington1341. [func] Allow a rate limiter to be stalled.
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington1340. [bug] Delay and spread out the startup refresh load.
17a28c1f02c5093b207a3b64201aa9e71df78ebaAndreas Gustafsson
17a28c1f02c5093b207a3b64201aa9e71df78ebaAndreas Gustafsson1339. [func] dig, host and nslookup now use IP6.ARPA for nibble
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson lookups. Bit string lookups are no longer attempted.
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson1338. [placeholder]
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington1337. [placeholder]
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington1336. [func] Nibble lookups under IP6.ARPA are now supported by
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington dns_byaddr_create(). dns_byaddr_createptrname() is
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington deprecated, use dns_byaddr_createptrname2() instead.
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson1335. [bug] When performing a nonexistence proof, the validator
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson should discard parent NXTs from higher in the DNS.
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson1334. [bug] When signing/verifying rdatasets, duplicate rdatas
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson need to be suppressed.
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson1333. [contrib] queryperf now reports a summary of returned
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson rcodes (-c), rcodes are printed in mnemonic form (-v).
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson1332. [func] Report the current serial with periodic commits when
e1368a7770744cbeadcdc27967f855196988eceaAndreas Gustafsson rolling forward the journal.
e1368a7770744cbeadcdc27967f855196988eceaAndreas Gustafsson
c05eb51a1b9ebd156b9fec957d60c2579c968468Mark Andrews1331. [func] Generate DNSSEC wildcard proofs.
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson1330. [bug] When processing events (non-threaded) only allow
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson the task one chance to use to use its quantum.
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson1329. [func] named-checkzone will now check if nameservers that
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson appear to be IP addresses. Available modes "fail",
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews "warn" (default) and "ignore" the results of the
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews check.
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews1328. [bug] The validator could incorrectly verify an invalid
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews negative proof.
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews1327. [bug] The validator would incorrectly mark data as insecure
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews when seeing a bogus signature before a correct
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews signature.
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews1326. [bug] DNAME/CNAME signatures were not being cached when
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews validation was not being performed. [RT #3284]
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews1325. [bug] If the tcpquota was exhausted it was possible to
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson to trigger a INSIST() failure.
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson1324. [port] darwin: ifconfig.sh now supports darwin.
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson1323. [port] linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson1322. [bug] dnssec-signzone usage message was misleading.
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson1321. [bug] If the last RRset in a zone is glue, dnssec-signzone
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson would incorrectly duplicate its output and sign it.
e3402551ac9be809eeb3a4b7b30d023ba67dad28Brian Wellington
6d3f954c572db02159deedd444373161fda47a88Brian Wellington1320. [doc] query-source-v6 was missing from options section.
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington [RT #3218]
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington1319. [func] libbind: log attempts to exploit #1318.
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson
3f31c8c2954f857e375db8e943a35f6aa5e230b4Andreas Gustafsson1318. [bug] libbind: Remote buffer overrun.
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson
ff59f0e4feaefb45a49427bd91775058b4b4f2d0Andreas Gustafsson1317. [port] libbind: TrueUNIX 5.1 does not like __align as a
ff59f0e4feaefb45a49427bd91775058b4b4f2d0Andreas Gustafsson element name.
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson
8af0b86ade4c15a7db207bd7643f8a9f6cb5a648David Lawrence1316. [bug] libbind: gethostans() could get out of sync parsing
8af0b86ade4c15a7db207bd7643f8a9f6cb5a648David Lawrence the response if there was a very long CNAME chain.
886b96ebfd555cfeaf37ae46fc08421a41c61392Andreas Gustafsson
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington1315. [bug] Options should apply to the internal _bind view.
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington1314. [port] Handle ECONNRESET from sendmsg() [unix].
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson1313. [func] Query log now says if the query was signed (S) or
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson if EDNS was used (E).
da76a8046e01e1c1c2e6f75772afb2c4f202cc25Brian Wellington
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington1312. [func] Log TSIG key used w/ outgoing zone transfers.
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington1311. [bug] lwres_getrrsetbyname leaked memory. [RT #3159]
0cff88818a96197995c3533f6cbfb1a0efc06db0Brian Wellington
0cff88818a96197995c3533f6cbfb1a0efc06db0Brian Wellington1310. [bug] 'rndc stop' failed to cause zones to be flushed
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson sometimes. [RT #3157]
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence1309. [func] Log that a zone transfer was covered by a TSIG.
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence
e06aebbe7b5b3128f99b16d6756a074b4de28d37Mark Andrews1308. [func] DS (delegation signer) support.
b41de87910a4c57039a4f5968e272a9aec566959Brian Wellington
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson1307. [bug] nsupdate: allow white space base64 key data.
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson1306. [bug] Badly encoded LOC record when the size, horizontal
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington precision or vertical precision was 0.1m.
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington1305. [bug] Document that internal zones are included in the
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson rndc status results.
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson1304. [func] New function: dns_zone_name().
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson1303. [func] Option 'flush-zones-on-shutdown <boolean>;'.
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson1302. [func] Extended rndc dumpdb to support dumping of zones and
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson view selection: 'dumpdb [-all|-zones|-cache] [view]'.
d403e27f2b1c94f2b9349ddb68f50a141ae8d26dAndreas Gustafsson
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson1301. [func] New category 'update-security'.
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson1300. [port] Compaq Trucluster support.
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson1299. [bug] Set AI_ADDRCONFIG when looking up addresses
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson via getaddrinfo() (affects dig, host, nslookup, rndc
e0a9b524614889ca9b75f846cb6101fc448a60dcAndreas Gustafsson and nsupdate).
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews1298. [bug] The CINCLUDES macro in lib/dns/sec/dst/Makefile
385a9cb48a70b329e507c39d043fa9a44c659913James Brister could be left with a trailing "\" after configure
385a9cb48a70b329e507c39d043fa9a44c659913James Brister has been run.
385a9cb48a70b329e507c39d043fa9a44c659913James Brister
385a9cb48a70b329e507c39d043fa9a44c659913James Brister1297. [port] linux: make handling EINVAL from socket() no longer
3cb0de1c667237085c6a805715c31ddc5fdc9c4dBrian Wellington conditional on #ifdef LINUX.
385a9cb48a70b329e507c39d043fa9a44c659913James Brister
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington1296. [bug] isc_log_closefilelogs() needed to lock the log
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington context.
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington
e5f5ec73a710d21067d4721a9e82f2399f2f6c25David Lawrence1295. [bug] isc_log_setdebuglevel() needed to lock the log
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer context.
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer
e5f5ec73a710d21067d4721a9e82f2399f2f6c25David Lawrence1294. [func] libbind: no longer attempts bit string labels for
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer IPv6 reverse resolution. Try IP6.ARPA then IP6.INT
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington for nibble style resolution.
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington
47ddde42728034854444cf17e278cebaea06f666Michael Graff1293. [func] Entropy can now be retrieved from EGDs. [RT #2438]
47ddde42728034854444cf17e278cebaea06f666Michael Graff
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews1292. [func] Enable IPv6 support when using ioctl style interface
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews scanning and OS supports SIOCGLIFADDR using struct
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence if_laddrreq.
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence1291. [func] Enable IPv6 support when using sysctl style interface
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence scanning.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence1290. [func] "dig axfr" now reports the number of messages
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence as well as the number of records.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence1289. [port] See if -ldl is required for OpenSSL? [RT #2672]
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence1288. [bug] Adjusted REQUIRE's in lib/dns/name.c to better
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence reflect written requirements.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence
36e0c379080343a0272dc076b7d7795ded04ee1dBrian Wellington1287. [bug] REQUIRE that DNS_DBADD_MERGE only be set when adding
36e0c379080343a0272dc076b7d7795ded04ee1dBrian Wellington a rdataset to a zone db in the rbtdb implementation of
529a6b5224d751504027293a766a4c8b81241869Brian Wellington addrdataset.
529a6b5224d751504027293a766a4c8b81241869Brian Wellington
529a6b5224d751504027293a766a4c8b81241869Brian Wellington1286. [bug] dns_name_downcase() enforce requirement that
186ba80b8e391cf8421872f26771324644e45d83Andreas Gustafsson target != NULL or name->buffer != NULL.
186ba80b8e391cf8421872f26771324644e45d83Andreas Gustafsson
862a026a7d752fbc8b376df6f7a9080d7c778b49Brian Wellington1285. [func] lwres: probe the system to see what address families
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington are currently in use.
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington1284. [bug] The RTT estimate on unused servers was not aged.
febf5f8b55abb2e6e840488a29a5ef4e20654f67David Lawrence [RT #2569]
febf5f8b55abb2e6e840488a29a5ef4e20654f67David Lawrence
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson1283. [func] Use "dataready" accept filter if available.
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson1282. [port] libbind: hpux 11.11 interface scanning.
05f6d0c0381d19eec721e11f6fd88caef25dacd8Andreas Gustafsson
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson1281. [func] Log zone when unable to get private keys to update
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington zone. Log zone when NXT records are missing from
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson secure zone.
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson1280. [bug] libbind: escape '(' and ')' when converting to
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington presentation form.
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington1279. [port] Darwin uses (unsigned long) for size_t. [RT #2590]
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson1278. [func] dig: now supports +[no]cl +[no]ttlid.
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson1277. [func] You can now create your own customized printing
ffea7c2e73a0771c80b32df93cf4547fcea64eaeAndreas Gustafsson styles: dns_master_stylecreate() and
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington dns_master_styledestroy().
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson1276. [bug] libbind: const pointer conflicts in res_debug.c.
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson1275. [port] libbind: hpux: treat all hpux systems as BIG_ENDIAN.
d4ab9cd94f0fe0cf24ba36d21240215ae648c8d5James Brister
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson1274. [bug] Memory leak in lwres_gnbarequest_parse().
080a4fe83c3ad208073bffbce1a2af8fe444214fMichael Sawyer
48cddfee7c4d90b1901d03ccc0e67e08908a8f2fMark Andrews1273. [port] libbind: solaris: 64 bit binary compatibility.
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer1272. [contrib] Berkeley DB 4.0 sdb implementation from
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer1271. [bug] "recursion available: {denied,approved}" was too
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer confusing.
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson1270. [bug] Check that system inet_pton() and inet_ntop() support
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson AF_INET6.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson1269. [port] Openserver: ifconfig.sh support.
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson1268. [port] Openserver: the value FD_SETSIZE depends on whether
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson <sys/param.h> is included or not. Be consistent.
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson1267. [func] isc_file_openunique() now creates file using mode
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson 0666 rather than 0600.
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson1266. [bug] ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson are not C++ compatible, use *_TYPE versions instead.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence1265. [bug] libbind: LINK_INIT and UNLINK were not compatible with
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence1264. [placeholder]
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence1263. [bug] Reference after free error if dns_dispatchmgr_create()
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence failed.
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson1262. [bug] ns_server_destroy() failed to set *serverp to NULL.
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson1261. [func] libbind: ns_sign2() and ns_sign_tcp() now provide
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson support for compressed TSIG owner names.
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson1260. [func] libbind: res_update can now update IPv6 servers,
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington new function res_findzonecut2().
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson1259. [bug] libbind: get_salen() IPv6 support was broken for OSs
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson w/o sa_len.
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson1258. [bug] libbind: res_nametotype() and res_nametoclass() were
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson broken.
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson1257. [bug] Failure to write pid-file should not be fatal on
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington reload. [RT #2861]
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington1256. [contrib] 'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
9c4cba349f52bb8176c3858b2b5b340f13603802Brian Wellington
9c4cba349f52bb8176c3858b2b5b340f13603802Brian Wellington1255. [bug] When verifying that an NXT proves nonexistence, check
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson the rcode of the message and only do the matching NXT
0e65062acb2b0d14ab64e0c7ae7eb4137758339bAndreas Gustafsson check. That is, for NXDOMAIN responses, check that
0e65062acb2b0d14ab64e0c7ae7eb4137758339bAndreas Gustafsson the name is in the range between the NXT owner and
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson next name, and for NOERROR NODATA responses, check
da527e4ff6a013364826637963e7ac372e024f33David Lawrence that the type is not present in the NXT bitmap.
da527e4ff6a013364826637963e7ac372e024f33David Lawrence
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson1254. [func] preferred-glue option from BIND 8.3.
8d51d9e67e1e5dcf10203c4147ece519c7daa57dMark Andrews
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson1253. [bug] The dnssec system test failed to remove the correct
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson files.
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson
30576c592b538cab293cf6e1f6265d376cd5a12cAndreas Gustafsson1252. [bug] Dig, host and nslookup were not checking the address
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence the answer was coming from against the address it was
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence sent to. [RT# 2692]
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence1251. [port] win32: a make file contained absolute version specific
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence references.
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister1250. [func] Nsupdate will report the address the update was
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister sent to.
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister
adade77942b069127a7094df419b3ad39dafb385James Brister1249. [bug] Missing masters clause was not handled gracefully.
adade77942b069127a7094df419b3ad39dafb385James Brister [RT #2703]
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence1248. [bug] DESTDIR was not being propagated between makes.
adade77942b069127a7094df419b3ad39dafb385James Brister
5c0a406664065d54824675e3d2f795ea9e2a56b8Mark Andrews1247. [bug] Don't reset the interface index for link/site local
5c0a406664065d54824675e3d2f795ea9e2a56b8Mark Andrews addresses. [RT #2576]
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson1246. [func] New functions isc_sockaddr_issitelocal(),
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson and isc_netaddr_islinklocal().
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence1245. [bug] Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson accept().
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson1244. [bug] Receiving a TCP message from a blackhole address would
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence prevent further messages being received over that
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson interface.
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson1243. [bug] It was possible to trigger a REQUIRE() in
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson dns_message_findtype(). [RT #2659]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson1242. [bug] named-checkzone failed if a journal existed. [RT #2657]
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson1241. [bug] Drop received UDP messages with a zero source port
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson as these are invariably forged. [RT #2621]
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson1240. [bug] It was possible to leak zone references by
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson specifying an incorrect zone to rndc.
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson1239. [bug] Under certain circumstances named could continue to
5096958739769958dd7a6b69356bf41260033873David Lawrence use a name after it had been freed triggering
5096958739769958dd7a6b69356bf41260033873David Lawrence INSIST() failures. [RT #2614]
5096958739769958dd7a6b69356bf41260033873David Lawrence
5096958739769958dd7a6b69356bf41260033873David Lawrence1238. [bug] It is possible to lockup the server when shutting down
5096958739769958dd7a6b69356bf41260033873David Lawrence if notifies were being processed. [RT #2591]
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence1237. [bug] nslookup: "set q=type" failed.
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence1236. [bug] dns_rdata{class,type}_fromtext() didn't handle non
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence NULL terminated text regions. [RT #2588]
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence1235. [func] Report 'out of memory' errors from openssl.
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence1234. [bug] contrib/sdb: 'zonetodb' failed to call
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence dns_result_register(). DNS_R_SEENINCLUDE should not
280942843277ca894571ca94c1e431ba079d0ca0Mark Andrews be fatal.
280942843277ca894571ca94c1e431ba079d0ca0Mark Andrews
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews1233. [bug] The flags field of a KEY record can be expressed in
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson hex as well as decimal.
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence1232. [bug] unix/errno2result() didn't handle EADDRNOTAVAIL.
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence
475c936d4cd0fb83700eb3e022aaecc5626b9b4fJames Brister1231. [port] HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson1230. [bug] isccc_cc_isreply() and isccc_cc_isack() were broken.
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington1229. [bug] named would crash if it received a TSIG signed
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington query as part of an AXFR response. [RT #2570]
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington if a number was expected and some other token was
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington found. [RT#2532]
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister1226. [func] Use EDNS for zone refresh queries. [RT #2551]
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister1225. [func] dns_message_setopt() no longer requires that
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister dns_message_renderbegin() to have been called.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister1224. [bug] 'rrset-order' and 'sortlist' should be additive
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister not exclusive.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister1223. [func] 'rrset-order' partially works 'cyclic' and 'random'
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister are supported.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister1222. [bug] Specifying 'port *' did not always result in a system
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister selected (non-reserved) port being used. [RT #2537]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson1221. [bug] Zone types 'master', 'slave' and 'stub' were not being
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson compared case insensitively. [RT #2542]
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson1220. [func] Support for APL rdata type.
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson1219. [func] Named now reports the TSIG extended error code when
8c1aa8573dd85774ac8921dc0482b91d73e8b8b6Mark Andrews signature verification fails. [RT #1651]
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson
8c1aa8573dd85774ac8921dc0482b91d73e8b8b6Mark Andrews1218. [bug] Named incorrectly returned SERVFAIL rather than
96ab25294b028270eb1be867613df8a6c999b332David Lawrence NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
96ab25294b028270eb1be867613df8a6c999b332David Lawrence
96ab25294b028270eb1be867613df8a6c999b332David Lawrence1217. [func] Report locations of previous key definition when a
96ab25294b028270eb1be867613df8a6c999b332David Lawrence duplicate is detected.
96ab25294b028270eb1be867613df8a6c999b332David Lawrence
96ab25294b028270eb1be867613df8a6c999b332David Lawrence1216. [bug] Multiple server clauses for the same server were not
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson reported. [RT #2514]
e68de4a7dbf5b6a1b2ff3f4f4dd8adf80b80525bBrian Wellington
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson1215. [port] solaris: add support to ifconfig.sh for x86 2.5.1
96ab25294b028270eb1be867613df8a6c999b332David Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence1214. [bug] Win32: isc_file_renameunique() could leave zero length
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson files behind.
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson1213. [func] Report view associated with client if it is not a
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson standard view (_default or _bind).
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson1212. [port] libbind: 64k answer buffers were causing stack space
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington to be exceeded for certain OS. Use heap space instead.
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington1211. [bug] dns_name_fromtext() incorrectly handled certain
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington valid octal bitlabels. [RT #2483]
96ab25294b028270eb1be867613df8a6c999b332David Lawrence
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson1210. [bug] libbind: getnameinfo() failed to lookup IPv4 mapped /
845e0b5f968d4ac069ac8b802730467df8cd7136Mark Andrews compatible addresses. [RT #2461]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
c4252cd10ba9a35ef03c53b97961a4c0b15fe44fAndreas Gustafsson1209. [bug] Dig, host, nslookup were not checking the message ids
c4252cd10ba9a35ef03c53b97961a4c0b15fe44fAndreas Gustafsson on the responses. [RT #2454]
b6747cf19dea764e5acaa164f23b70d54348d64cMark Andrews
6a8832f784bd53aa6afbda22f6187cea6490e1e1Andreas Gustafsson1208. [bug] dns_master_load*() failed to log a error message if
1318ddb52d8a8a22eae47f7d82137e74b9beacf1Mark Andrews an error was detected when parsing the ownername of
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence a record. [RT #2448]
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence1207. [bug] libbind: getaddrinfo() could call freeaddrinfo() with
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence an invalid pointer.
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence1206. [bug] SERVFAIL and NOTIMP responses to an EDNS query should
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence trigger a non-EDNS retry.
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence1205. [bug] OPT, TSIG and TKEY cannot be used to set the "class"
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson of the message. [RT #2449]
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson1204. [bug] libbind: res_nupdate() failed to update the name
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson server addresses before sending the update.
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson1203. [func] Report locations of previous acl and zone definitions
e405739af20dcdc6c7f604548e78806a0d1515c5Brian Wellington when a duplicate is detected.
e405739af20dcdc6c7f604548e78806a0d1515c5Brian Wellington
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson1202. [func] New functions: cfg_obj_line() and cfg_obj_file().
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson1201. [bug] Require that if 'callbacks' is passed to
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson dns_rdata_fromtext(), callbacks->error and
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson callbacks->warn are initialized.
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson1200. [bug] Log 'errno' that we are unable to convert to
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson isc_result_t. [RT #2404]
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson1199. [doc] ARM reference to RFC 2157 should have been RFC 1918.
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson [RT #2436]
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson1198. [bug] OPT printing style was not consistent with the way the
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson header fields are printed. The DO bit was not reported
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews if set. Report if any of the MBZ bits are set.
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews1197. [bug] Attempts to define the same acl multiple times were not
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews detected.
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence1196. [contrib] update mdnkit to 2.2.3.
323b6387ce2575627427859b8668e7f27f090c4cMark Andrews
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson1195. [bug] Attempts to redefine builtin acls should be caught.
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson [RT #2403]
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson1194. [bug] Not all duplicate zone definitions were being detected
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson at the named.conf checking stage. [RT #2431]
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson1193. [bug] dig +besteffort parsing didn't handle packet
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson truncation. dns_message_parse() has new flag
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson DNS_MESSAGE_IGNORETRUNCATION.
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson1192. [bug] The seconds fields in LOC records were restricted
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson to three decimal places. More decimal places should
84c4c99c9e2cf14fb9ef6f6815a9fdb824475423Michael Sawyer be allowed but warned about.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence1191. [bug] A dynamic update removing the last non-apex name in
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence a secure zone would fail. [RT #2399]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence1190. [func] Add the "rndc freeze" and "rndc unfreeze" commands.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence [RT #2394]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence1189. [bug] On some systems, malloc(0) returns NULL, which
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence could cause the caller to report an out of memory
0df2335526caaebd8639129fd0327a6cc97060eaDavid Lawrence error. [RT #2398]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence1188. [bug] Dynamic updates of a signed zone would fail if
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence some of the zone private keys were unavailable.
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson1187. [bug] named was incorrectly returning DNSSEC records
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson in negative responses when the DO bit was not set.
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence1186. [bug] isc_hex_tobuffer(,,length = 0) failed to unget the
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence EOL token when reading to end of line.
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence1185. [bug] libbind: don't assume statp->_u._ext.ext is valid
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson unless RES_INIT is set when calling res_*init().
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson1184. [bug] libbind: call res_ndestroy() if RES_INIT is set
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson when res_*init() is called.
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson1183. [bug] Handle ENOSR error when writing to the internal
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence control pipe. [RT #2395]
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence
8775909be9fc67180fc480115716f88174e74471James Brister1182. [bug] The server could throw an assertion failure when
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence constructing a negative response packet.
406ce0cd9633188a79c008e8f7c8092fa54bc98cJames Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1181. [func] Add the "key-directory" configuration statement,
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington which allows the server to look for online signing
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington keys in alternate directories.
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1180. [func] dnssec-keygen should always generate keys with
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence protocol 3 (DNSSEC), since it's less confusing
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence that way.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
17d91fddb33cc6e0bf2dfacf7156bb1ebba197d8David Lawrence1179. [func] Add SIG(0) support to nsupdate.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1178. [bug] Follow and cache (if appropriate) A6 and other
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence data chains to completion in the additional section.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
a38e5f0695a8ddf0b3cbb70b5a172a5c6dce994bDavid Lawrence1177. [func] Report view when loading zones if it is not a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence standard view (_default or _bind). [RT #2270]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1176. [doc] Document that allow-v6-synthesis is only performed
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence for clients that are supplied recursive service.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #2260]
c244584cad2a71276e60919bf2c80c7d79dc073bDavid Lawrence
abeb505bb6c1400dde1a40d0bff7b3a435666e1cMark Andrews1175. [bug] named-checkzone and named-checkconf failed to call
abeb505bb6c1400dde1a40d0bff7b3a435666e1cMark Andrews dns_result_register() at startup which could
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence result in runtime exceptions when printing
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson "out of memory" errors. [RT #2335]
57b3597444bc8716459f0fb3022b2c12f4eee2aeAndreas Gustafsson
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson1174. [bug] Win32: add WSAECONNRESET to the expected errors
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson from connect(). [RT #2308]
99524919752c9b9abe1814007732b86592011cc1Brian Wellington
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson1173. [bug] Potential memory leaks in isc_log_create() and
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson isc_log_settag(). [RT #2336]
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson table of RR types in ARM.
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson1171. [func] Added function isc_region_compare(), updated files in
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson lib/dns to use this function instead of local one.
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson1170. [bug] Don't attempt to print the token when a I/O error
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson occurs when parsing named.conf. [RT #2275]
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington1169. [func] Identify recursive queries in the query log.
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews1168. [bug] Empty also-notify clauses were not handled. [RT #2309]
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson1167. [contrib] nslint-2.1a3 (from author).
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson1166. [bug] "Not Implemented" should be reported as NOTIMP,
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson not NOTIMPL. [RT #2281]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson1164. [bug] Empty masters clauses in slave / stub zones were not
34ea3c6fd940a8514b5ec609491f823263a735c7Michael Sawyer handled gracefully. [RT #2262]
34ea3c6fd940a8514b5ec609491f823263a735c7Michael Sawyer
7789eb1345bef03773a2530dce7f2709cc50aa2aAndreas Gustafsson1163. [func] isc_time_formattimestamp() now includes the year.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews
8ae26e9f87560f9d2e495328d573c25af81c49beMark Andrews1162. [bug] The allow-notify option was not accepted in slave
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews zone statements.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews1161. [bug] named-checkzone looped on unbalanced brackets.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews [RT #2248]
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews1160. [bug] Generating Diffie-Hellman keys longer than 1024
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews bits could fail. [RT #2241]
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister1158. [func] Report the client's address when logging notify
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister messages.
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister1157. [func] match-clients and match-destinations now accept
7789eb1345bef03773a2530dce7f2709cc50aa2aAndreas Gustafsson keys. [RT #2045]
5dc6a24e8b6808f03e7a9bc6530d646ebba927dbMark Andrews
5dc6a24e8b6808f03e7a9bc6530d646ebba927dbMark Andrews1156. [port] The configure test for strsep() incorrectly
242dfd9cc6901a5e02dae94acdecdb91e78ea07cMark Andrews succeeded on certain patched versions of
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington AIX 4.3.3. [RT #2190]
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington1155. [func] Recover from master files being removed from under
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington us.
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister1154. [bug] Don't attempt to obtain the netmask of a interface
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister if there is no address configured. [RT #2176]
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister1153. [func] 'rndc {stop|halt} -p' now reports the process id
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister of the instance of named being shutdown.
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson1152. [bug] libbind: read buffer overflows.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence
1299e93989afbe1fee0739811b05fd1641ea14aeAndreas Gustafsson1151. [bug] nslookup failed to check that the arguments to
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson the port, timeout, and retry options were
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson valid integers and in range. [RT #2099]
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson1150. [bug] named incorrectly accepted TTL values
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson containing plus or minus signs, such as
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson 1d+1h-1s.
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence1149. [func] New function isc_parse_uint32().
0bfcec250f9705a1211d0374f0fc1049960de84bMark Andrews
0bfcec250f9705a1211d0374f0fc1049960de84bMark Andrews1148. [func] 'rndc-confgen -a' now provides positive feedback.
b5f24a6988e04710bee0281b03b7e168358ac868Andreas Gustafsson
b5f24a6988e04710bee0281b03b7e168358ac868Andreas Gustafsson1147. [func] Set IPV6_V6ONLY on IPv6 sockets if supported by
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister the OS. listen-on-v6 { any; }; should no longer
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister result in IPv4 queries be accepted. Similarly
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister control { inet :: ... }; should no longer result
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister in IPv4 connections being accepted. This can be
0df2335526caaebd8639129fd0327a6cc97060eaDavid Lawrence overridden at compile time by defining
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister ISC_ALLOW_MAPPED=1.
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson supported by the OS by a new function
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister isc_socket_ipv6only().
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister1145. [func] "host" no longer reports a NOERROR/NODATA response
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister by printing nothing. [RT #2065]
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister1144. [bug] rndc-confgen would crash if both the -a and -t
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister options were specified. [RT #2159]
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister1143. [bug] When a trusted-keys statement was present and named
47c196192afa37b2dea728e52579779f190bf07fJames Brister was built without crypto support, it would leak memory.
47c196192afa37b2dea728e52579779f190bf07fJames Brister
29196ffb72a1337c72ffd6d52f1c8348f84c644eJames Brister1142. [bug] dnssec-signzone would fail to delete temporary files
47c196192afa37b2dea728e52579779f190bf07fJames Brister in some failure cases. [RT #2144]
adf82221858138f295bce732e86dcac34645692eJames Brister
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington1141. [bug] When named rejected a control message, it would
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson leak a file descriptor and memory. It would also
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington fail to respond, causing rndc to hang.
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson [RT #2139, #2164]
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson to the -s option. [RT #2138]
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister1139. [func] It is now possible to flush a given name from the
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister cache(s) via 'rndc flushname name [view]'. [RT #2051]
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister1138. [func] It is now possible to flush a given name from the
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister cache by calling the new function
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister dns_cache_flushname().
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister
0380c44d0238a88e167526954d630d071739ed28Mark Andrews1137. [func] It is now possible to flush a given name from the
a5aca6df165c601d755b8c5f5727048078bf0db5Andreas Gustafsson ADB by calling the new function dns_adb_flushname().
0380c44d0238a88e167526954d630d071739ed28Mark Andrews
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews1136. [bug] CNAME records synthesized from DNAMEs did not
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews have a TTL of zero as required by RFC2672.
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews [RT #2129]
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington1135. [func] You can now override the default syslog() facility for
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington named/lwresd at compile time. [RT #1982]
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1134. [bug] Multi-threaded servers could deadlock in ferror()
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence when reloading zone files. [RT #1951, #1998]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1133. [bug] IN6_IS_ADDR_LOOPBACK was not portably defined on
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence1132. [func] Improve UPDATE prerequisite failure diagnostic messages.
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence1131. [bug] The match-destinations view option did not work with
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence IPv6 destinations. [RT #2073, #2074]
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister1130. [bug] Log messages reporting an out-of-range serial number
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister did not include the out-of-range number but the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence following token. [RT #2076]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister1129. [bug] Multi-threaded servers could crash under heavy
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence resolution load due to a race condition. [RT #2018]
d5399cc351a549db957185993b320a3bffa40e41James Brister
d5399cc351a549db957185993b320a3bffa40e41James Brister1128. [func] sdb drivers can now provide RR data in either text
d5399cc351a549db957185993b320a3bffa40e41James Brister or wire format, the latter using the new functions
d5399cc351a549db957185993b320a3bffa40e41James Brister dns_sdb_putrdata() and dns_sdb_putnamedrdata().
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister1127. [func] rndc: If the server to contact has multiple addresses,
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister try all of them.
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews1126. [bug] The server could access a freed event if shut
69b691c9624f31e59b8d128ada902a82127c15a3James Brister down while a client start event was pending
69b691c9624f31e59b8d128ada902a82127c15a3James Brister delivery. [RT #2061]
69b691c9624f31e59b8d128ada902a82127c15a3James Brister
69b691c9624f31e59b8d128ada902a82127c15a3James Brister1125. [bug] rndc: -k option was missing from usage message.
69b691c9624f31e59b8d128ada902a82127c15a3James Brister [RT #2057]
dba20696eb808075d849e5a4cc8d854555869fb2Brian Wellington
dba20696eb808075d849e5a4cc8d854555869fb2Brian Wellington1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence are now documented. [RT #2052]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister1123. [bug] dig +[no]fail did not match description. [RT #2052]
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister [RT #2046]
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1121. [bug] The server could attempt to access a NULL zone
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence table if shut down while resolving.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1587, #2054]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence1120. [bug] Errors in options were not fatal. [RT #2002]
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence1119. [func] Added support in Win32 for NTFS file/directory ACL's
a3c0a79b61edfd6a021c080d4b368c9c962fcad6Andreas Gustafsson for access control.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1118. [bug] On multi-threaded servers, a race condition
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence could cause an assertion failure in resolver.c
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence during resolver shutdown. [RT #2029]
0b056755b2f423ba5f6adac8f7851d78f7d11437David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1117. [port] The configure check for in6addr_loopback incorrectly
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence succeeded on AIX 4.3 when compiling with -O2
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence because the test code was optimized away.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #2016]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence1116. [bug] Setting transfers in a server clause, transfers-in,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence or transfers-per-ns to a value greater than
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 2147483647 disabled transfers. [RT #2002]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1115. [func] Set maximum values for cleaning-interval,
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence heartbeat-interval, interface-interval,
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson max-transfer-idle-in, max-transfer-idle-out,
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson max-transfer-time-in, max-transfer-time-out,
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson statistics-interval of 28 days and
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson sig-validity-interval of 3660 days. [RT #2002]
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson1114. [port] Ignore more accept() errors. [RT #2021]
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff1113. [bug] The allow-update-forwarding option was ignored
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff when specified in a view. [RT #2014]
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington1112. [placeholder]
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington1111. [bug] Multi-threaded servers could deadlock processing
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington recursive queries due to a locking hierarchy
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington violation in adb.c. [RT #2017]
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington
c8df84cb389994b4eaf549f5851e70d18e2d063fAndreas Gustafsson1110. [bug] dig should only accept valid abbreviations of +options.
c8df84cb389994b4eaf549f5851e70d18e2d063fAndreas Gustafsson [RT #2003]
f34984369fbc87f6cc5c5d1059303377a1724d79James Brister
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence1109. [bug] nsupdate accepted illegal ttl values.
b092aef75539b462d24b460b67ac49edb79aaff8Andreas Gustafsson
7cd4c3ddd1baf5f2b204562fdba3da37c716cc78Andreas Gustafsson1108. [bug] On Win32, rndc was hanging when named was not running
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson due to failure to select for exceptional conditions
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson in select(). [RT #1870]
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson1107. [bug] nsupdate could catch an assertion failure if an
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence invalid domain name was given as the argument to
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson the "zone" command.
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence1106. [bug] After seeing an out of range TTL, nsupdate would
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington treat all TTLs as out of range. [RT #2001]
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence1105. [port] OpenUNIX 8 enable threads by default. [RT #1970]
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington1104. [bug] Invalid arguments to the transfer-format option
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson could cause an assertion failure. [RT #1995]
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson1102. [doc] Note that query logging is enabled by directing the
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson queries category to a channel.
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson
389f2ccc2f5f00a11a14114d40492f7ac8249fa7Olafur Gudmundsson1101. [bug] Array bounds read error in lwres_gai_strerror.
389f2ccc2f5f00a11a14114d40492f7ac8249fa7Olafur Gudmundsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
6deb631b20b7e212d9a350759e472fa60f9e92e4David Lawrence1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence compile time errors.
b1d234eb75e2804e09d89178a76df39c321db51bBrian Wellington
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
a9bc95f22ef2dd4a12e79be99412c9f18b814a5dBrian Wellington
a9bc95f22ef2dd4a12e79be99412c9f18b814a5dBrian Wellington1097. [func] libbind: RES_PRF_TRUNC for dig.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1096. [func] libbind: "DNSSEC OK" (DO) support.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1095. [func] libbind: resolver option: no-tld-query. disables
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence trying unqualified as a tld. no_tld_query is also
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence supported for FreeBSD compatibility.
3c8e458ed2118828b13f35ca6fcc409da66c2869David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1094. [func] libbind: add support gcc's format string checking.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1093. [doc] libbind: miscellaneous nroff fixes.
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1092. [bug] libbind: get*by*() failed to check if res_init() had
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington been called.
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1091. [bug] libbind: misplaced va_end().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
20b20b23948b90cb2f7d7f402da99d09f837efd0David Lawrence the amount of memory consumed resulting in garbage
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson address being returned. Alignment calculations were
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson wasting space. We weren't suppressing duplicate
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson addresses.
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson
9c987b20b9246a34f38af8ed3cd22c61040933a7Andreas Gustafsson1089. [func] libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
9c987b20b9246a34f38af8ed3cd22c61040933a7Andreas Gustafsson support.
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson1088. [port] libbind: MPE/iX C.70 (incomplete)
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson1087. [bug] libbind: struct __res_state too large on 64 bit arch.
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson1086. [port] libbind: sunos: old sprintf.
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff exist when compiling in 64 bit mode.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff1084. [cleanup] libbind: gai_strerror() rewritten.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff1083. [bug] The default control channel listened on the
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff wildcard address, not the loopback as documented.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff [RT #1975]
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff1082. [bug] The -g option to named incorrectly caused logging
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff to be sent to syslog in addition to stderr.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson [RT #1974]
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson1081. [bug] Multicast queries were incorrectly identified
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson based on the source address, not the destination
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson address.
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson1080. [bug] BIND 8 compatibility: accept bare IP prefixes
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson as the second element of a two-element top level
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson sort list statement. [RT #1964]
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence1079. [bug] BIND 8 compatibility: accept bare elements at top
c50936eb40263b65ebf6afe4e6556e2dc67c10e4Brian Wellington level of sort list treating them as if they were
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence a single element list. [RT #1963]
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister1078. [bug] We failed to correct bad tv_usec values in one case.
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister [RT #1966]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1077. [func] Do not accept further recursive clients when
dc97fe4ed08488d314ab5bc8e99ed839542cf411David Lawrence the total number of recursive lookups being
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence processed exceeds max-recursive-clients, even
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson if some of the lookups are internally generated.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson [RT #1915, #1938]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson1076. [bug] A badly defined global key could trigger an assertion
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson on load/reload if views were used. [RT #1947]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson1075. [bug] Out-of-range network prefix lengths were not
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson reported. [RT #1954]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson1074. [bug] Running out of memory in dump_rdataset() could
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson cause an assertion failure. [RT #1946]
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson1073. [bug] The ADB cache cleaning should also be space driven.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson [RT #1915, #1938]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1072. [bug] The TCP client quota could be exceeded when
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence recursion occurred. [RT #1937]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1071. [bug] Sockets listening for TCP DNS connections
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence specified an excessive listen backlog. [RT #1937]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1070. [bug] Copy DNSSEC OK (DO) to response as specified by
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence draft-ietf-dnsext-dnssec-okbit-03.txt.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1069. [placeholder]
6fa1cb5754695d550a58c6e8978fda65f5146af7David Lawrence
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson1068. [bug] errno could be overwritten by catgets(). [RT #1921]
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson1067. [func] Allow quotas to be soft, isc_quota_soft().
a5aca6df165c601d755b8c5f5727048078bf0db5Andreas Gustafsson
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews1066. [bug] Provide a thread safe wrapper for strerror().
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews [RT #1689]
a5aca6df165c601d755b8c5f5727048078bf0db5Andreas Gustafsson
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews1065. [func] Runtime support to select new / old style interface
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews scanning using ioctls.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1064. [bug] Do not shut down active network interfaces if we
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence are unable to scan the interface list. [RT #1921]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
600cfa2ba4c50017581b6c14e3a688a82ecebbe0David Lawrence1063. [bug] libbind: "make install" was failing on IRIX.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1919]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1062. [bug] If the control channel listener socket was shut
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence down before server exit, the listener object could
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence be freed twice. [RT #1916]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence1061. [bug] If periodic cache cleaning happened to start
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington while cleaning due to reaching the configured
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington maximum cache size was in progress, the server
f6afa4ac95f3a6c86c61c0b122cd0dc6f957649bBrian Wellington could catch an assertion failure. [RT #1912]
f6afa4ac95f3a6c86c61c0b122cd0dc6f957649bBrian Wellington
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1060. [func] Move refresh, stub and notify UDP retry processing
34b394b43e2207e8f8f3703f0402422121455638David Lawrence into dns_request.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister1059. [func] dns_request now support will now retry UDP queries,
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister dns_request_createvia2() and dns_request_createraw2().
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister1058. [func] Limited lifetime ticker timers are now available,
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister isc_timertype_limited.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister1057. [bug] Reloading the server after adding a "file" clause
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister to a zone statement could cause the server to
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister crash due to a typo in change 1016.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister1056. [bug] Rndc could catch an assertion failure on SIGINT due
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister to an uninitialized variable. [RT #1908]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence1055. [func] Version and hostname queries can now be disabled
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister using "version none;" and "hostname none;",
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister respectively.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister1054. [bug] On Win32, cfg_categories and cfg_modules need to be
c0b06c8275c5ea3cde8cc67f3a6f9cab1bd55d65James Brister exported from the libisccfg DLL.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1053. [bug] Dig did not increase its timeout when receiving
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson AXFRs unless the +time option was used. [RT #1904]
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1052. [bug] Journals were not being created in binary mode
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson resulting in "journal format not recognized" error
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson under Win32. [RT #1889]
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence1051. [bug] Do not ignore a network interface completely just
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson because it has a noncontiguous netmask. Instead,
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson omit it from the localnets ACL and issue a warning.
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson [RT #1891]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson1050. [bug] Log messages reporting malformed IP addresses in
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson address lists such as that of the forwarders option
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson failed to include the correct error code, file
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson name, and line number. [RT #1890]
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson1049. [func] "pid-file none;" will disable writing a pid file.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews [RT #1848]
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews didn't work.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews1047. [bug] named was incorrectly refusing all requests signed
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews with a TSIG key derived from an unsigned TKEY
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews negotiation with a NOERROR response. [RT #1886]
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews1046. [bug] The help message for the --with-openssl configure
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews option was inaccurate. [RT #1880]
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson1045. [bug] It was possible to skip saving glue for a nameserver
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson for a stub zone.
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews1044. [bug] Specifying allow-transfer, notify-source, or
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews notify-source-v6 in a stub zone was not treated
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews as an error.
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews1043. [bug] Specifying a transfer-source or transfer-source-v6
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews option in the zone statement for a master zone was
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews not treated as an error. [RT #1876]
ff8d15be4e6096329fe6ae8217d0adcabd08c94bOlafur Gudmundsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1042. [bug] The "config" logging category did not work properly.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1873]
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1041. [bug] Dig/host/nslookup could catch an assertion failure
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence on SIGINT due to an uninitialized variable. [RT #1867]
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence1040. [bug] Multiple listen-on-v6 options with different ports
996f4a8bc34cb0203ce6a40ff82bca8bf32423ccAndreas Gustafsson were not accepted. [RT #1875]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
f2fdfe7c42f3b10f3653f851ce5a0a90ee5ac1f9David Lawrence1039. [bug] Negative responses with CNAMEs in the answer section
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson were cached incorrectly. [RT #1862]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
47b26abe77184f9bedc68e36bdad03332cf67570David Lawrence1038. [bug] In servers configured with a tkey-domain option,
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister TKEY queries with an owner name other than the root
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister could cause an assertion failure. [RT #1866, #1869]
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews1037. [bug] Negative responses whose authority section contain
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews SOA or NS records whose owner names are not equal
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister equal to or parents of the query name should be
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister rejected. [RT #1862]
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1036. [func] Silently drop requests received via multicast as
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister long as there is no final multicast DNS standard.
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1035. [bug] If we respond to multicast queries (which we
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister currently do not), respond from a unicast address
e411a986b94276c28e6a971f9c3b61d45c635456James Brister as specified in RFC 1123. [RT #137]
e411a986b94276c28e6a971f9c3b61d45c635456James Brister
e411a986b94276c28e6a971f9c3b61d45c635456James Brister1034. [bug] Ignore the RD bit on multicast queries as specified
e411a986b94276c28e6a971f9c3b61d45c635456James Brister in RFC 1123. [RT #137]
c6ce77b4dccb15297f78de9e0c00d40f40ce8aa4Mark Andrews
c6ce77b4dccb15297f78de9e0c00d40f40ce8aa4Mark Andrews1033. [bug] Always respond to requests with an unsupported opcode
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence with NOTIMP, even if we don't have a matching view
76a33ffee5be9a1001c27c103e6d98983443cbfdAndreas Gustafsson or cannot determine the class.
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson1032. [func] hostname.bind/txt/chaos now returns the name of
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews the machine hosting the nameserver. This is useful
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews in diagnosing problems with anycast servers.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
41da7fdc551c50cddebf2c5311e322efd793fd3bDavid Lawrence1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
41da7fdc551c50cddebf2c5311e322efd793fd3bDavid Lawrence [RT #1858]
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews1030. [bug] On systems with no resolv.conf file, nsupdate
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson exited with an error rather than defaulting
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson to using the loopback address. [RT #1836]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson1029. [bug] Some named.conf errors did not cause the loading
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson of the configuration file to return a failure
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence status even though they were logged. [RT #1847]
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister1028. [bug] On Win32, dig/host/nslookup looked for resolv.conf
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister in the wrong directory. [RT #1833]
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence1027. [bug] RRs having the reserved type 0 should be rejected.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister [RT #1471]
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister1026. [placeholder]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson1025. [bug] Don't use multicast addresses to resolve iterative
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister queries. [RT #101]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
41da7fdc551c50cddebf2c5311e322efd793fd3bDavid Lawrence1024. [port] Compilation failed on HP-UX 11.11 due to
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister incompatible use of the SIOCGLIFCONF macro
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence name. [RT #1831]
36357e4304862fb47e9fae03c704cb6720310c45James Brister
36357e4304862fb47e9fae03c704cb6720310c45James Brister1023. [func] Accept hints without TTLs.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1022. [bug] Don't report empty root hints as "extra data".
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1802]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1021. [bug] On Win32, log message timestamps were one month
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence later than they should have been, and the server
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence would exhibit unspecified behavior in December.
9bb05852fed91ff3913601b7ed8e43e711aa9094David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1020. [bug] IXFR log messages did not distinguish between
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence true IXFRs, AXFR-style IXFRs, and mere version
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence polls. [RT #1811]
b09983678f5d116d3c8387aaeab4f2dc4deb0454David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1019. [bug] The value of the lame-ttl option was limited to 18000
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence seconds, not 1800 seconds as documented. [RT #1803]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
4be63b1fd8c18dbeca1648d6cf22fa14f057a469David Lawrence1018. [bug] The default log channel was not always initialized
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence correctly. [RT #1813]
014892d86d30b7eceb0003d51788f9b5cadfc1bfAndreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1017. [bug] When specifying TSIG keys to dig and nsupdate using
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the -k option, they must be HMAC-MD5 keys. [RT #1810]
b99d080717fdd741961d736581270d37bad8bec0David Lawrence
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson1016. [bug] Slave zones with no backup file were re-transferred
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson on every server reload.
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1015. [bug] Log channels that had a "versions" option but no
b905ff7cbe3737d3c76115fa71c340a8ce439120David Lawrence "size" option failed to create numbered log
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence files. [RT #1783]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
23a09704774241d2dba059e4d9231cd3d28bb116David Lawrence1014. [bug] Some queries would cause statistics counters to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence increment more than once or not at all. [RT #1321]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1013. [bug] It was possible to cancel a query twice when marking
358628c8f4804a2db52be0f6d03a66137fab4884David Lawrence a server as bogus or by having a blackhole acl.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1776]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1012. [bug] The -p option to named did not behave as documented.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
54a2e7e8a21ee765f41bd995101995613bff9e8cDavid Lawrence1011. [cleanup] Removed isc_dir_current().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1010. [bug] The server could attempt to execute a command channel
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence command after initiating server shutdown, causing
027212247d59c05452abb7a8b253efe52d14459eDavid Lawrence an assertion failure. [RT #1766]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1009. [port] OpenUNIX 8 support. [RT #1728]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1008. [port] libtool.m4, ltmain.sh from libtool-1.4.2.
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1007. [port] config.guess, config.sub from autoconf-2.52.
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1006. [bug] If a KEY RR was found missing during DNSSEC validation,
738922ba7bb10b206f6f54931aed068e3dcb950dDavid Lawrence an assertion failure could subsequently be triggered
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in the resolver. [RT #1763]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
eefea43215016bce437ab4a7441b2851fd182960David Lawrence1005. [bug] Don't copy nonzero RCODEs from request to response.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1765]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence1003. [func] Add the +retry option to dig.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
c403d3f7d6cb17406e9be03a330ed5cf91619abcDavid Lawrence1002. [bug] When reporting an unknown class name in named.conf,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence including the file name and line number. [RT #1759]
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson1001. [bug] win32 socket code doio_recv was not catching a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence WSACONNRESET error when a client was timing out
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the request and closing its socket. [RT #1745]
dc91d010dbd848ab3a11815e5a3d109662a38b0cDavid Lawrence
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley1000. [bug] BIND 8 compatibility: accept "HESIOD" as an alias
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley for class "HS". [RT #1759]
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley 999. [func] "rndc retransfer zone [class [view]]" added.
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley [RT #1752]
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 998. [func] named-checkzone now has arguments to specify the
904463e94cafd59c8284f472ea8f58f1f311b8cbDavid Lawrence chroot directory (-t) and working directory (-w).
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1755]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 997. [func] Add support for RSA-SHA1 keys (RFC3110).
bf6f755a74e24441e96a110b3c8d11cfe2ed0da7David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 996. [func] Issue warning if the configuration filename contains
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington the chroot path.
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington 995. [bug] dig, host, nslookup: using a raw IPv6 address as a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence target address should be fatal on a IPv4 only system.
56433595bb938c21fd3b07a0f7c565d942bb8780David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 994. [func] Treat non-authoritative responses to queries for type
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence NS as referrals even if the NS records are in the
fc9e755ba340607d76c7de897ee2d985d3b24505David Lawrence answer section, because BIND 8 servers incorrectly
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence send them that way. This is necessary for DNSSEC
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence validation of the NS records of a secure zone to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence succeed when the parent is a BIND 8 server. [RT #1706]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
7896e45912df15d07eb99f885b9d9c15ad5f3f68David Lawrence 993. [func] dig: -v now reports the version.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 992. [doc] dig: ~/.digrc is now documented.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
32eddfc189108fa93e31761e13150594c7a79d2bDavid Lawrence 991. [func] Lower UDP refresh timeout messages to level
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews debug 1.
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews 990. [bug] The rndc-confgen man page was not installed.
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff 989. [bug] Report filename if $INCLUDE fails for file related
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff errors. [RT #1736]
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews 988. [bug] 'additional-from-auth no;' did not work reliably
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews in the case of queries answered from the cache.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1436]
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 987. [bug] "dig -help" didn't show "+[no]stats".
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 986. [bug] "dig +noall" failed to clear stats and command
61e9c1cdbe29683bb2db388e4fc6a6fd59315cefDavid Lawrence printing.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 985. [func] Consider network interfaces to be up iff they have
8b11f3debd9a9494d5aec60ea228ab393fbdc26eDavid Lawrence a nonzero IP address rather than based on the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence IFF_UP flag. [RT #1160]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
2cc1d2536d5834fbe20281068b8bd34dd1ee5337David Lawrence 984. [bug] Multi-threading should be enabled by default on
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer Solaris 2.7 and newer, but it wasn't.
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 983. [func] The server now supports generating IXFR difference
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence sequences for non-dynamic zones by comparing zone
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence versions, when enabled using the new config
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence option "ixfr-from-differences". [RT #1727]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 982. [func] If "memstatistics-file" is set in options the memory
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence statistics will be written to it.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 981. [func] The dnssec tools can now take multiple '-r randomfile'
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence arguments.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 980. [bug] Incoming zone transfers restarting after an error
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence could trigger an assertion failure. [RT #1692]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 979. [func] Incremental master file dumping. dns_master_dumpinc(),
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_master_dumptostreaminc(), dns_dumpctx_attach(),
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_dumpctx_detach(), dns_dumpctx_cancel(),
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_dumpctx_db() and dns_dumpctx_version().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 978. [bug] dns_db_attachversion() had an invalid REQUIRE()
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence condition.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 977. [bug] Improve "not at top of zone" error message.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 976. [func] named-checkconf can now test load master zones
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence (named-checkconf -z). [RT #1468]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 975. [bug] "max-cache-size default;" as a view option
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence caused an assertion failure.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 974. [bug] "max-cache-size unlimited;" as a global option
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence was not accepted.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 973. [bug] Failed to log the question name when logging:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence "bad zone transfer request: non-authoritative zone
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence (NOTAUTH)".
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 972. [bug] The file modification time code in zone.c was using the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence wrong epoch. [RT #1667]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 971. [placeholder]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 970. [func] 'max-journal-size' can now be used to set a target
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence size for a journal.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 969. [func] dig now supports the undocumented dig 8 feature
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence of allowing arbitrary labels, not just dotted
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence decimal quads, with the -x option. This can be
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence used to conveniently look up RFC2317 names as in
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 968. [bug] On win32, the isc_time_now() function was unnecessarily
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence calling strtime(). [RT #1671]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 967. [bug] On win32, the link for bindevt was not including the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence required resource file to enable the event viewer
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to interpret the error messages in the event log,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1668]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 966. [placeholder]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 965. [bug] Including data other than root server NS and A
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence records in the root hint file could cause a rbtdb
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence node reference leak. [RT #1581, #1618]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 964. [func] Warn if data other than root server NS and A records
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence are found in the root hint file. [RT #1581, #1618]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 963. [bug] Bad ISC_LANG_ENDDECLS. [RT #1645]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 962. [bug] libbind: bad "#undef", don't attempt to install
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson non-existant nlist.h. [RT #1640]
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence was not defined. [RT #1482]
33e927bf8622db6d3e5ecfd871f517db47fa722bDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 960. [port] liblwres failed to build on systems with support for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence getrrsetbyname() in the OS. [RT #1592]
3e6b98586e823544344bcbbcad825d3d4485de59David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 959. [port] On FreeBSD, determine the number of CPUs by calling
947bd6c648bd29bc226971324de1b30230a56a22David Lawrence sysctlbyname(). [RT #1584]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
878363c06b3d42f8fa4acca0c4aec9252b7844d9David Lawrence 958. [port] ssize_t is not available on all platforms. [RT #1607]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
cc5547dbcb04bdc498cf050c6104a1974f68c6eaAndreas Gustafsson 957. [bug] sys/select.h inclusion was broken on older platforms.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence [RT #1607]
b8957f3496b6a900df9ca263864a47dbb1cb8978David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 956. [bug] ns_g_autorndcfile changed to ns_g_keyfile
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in named/win32/os.c due to code changes in
c7f22f83aac9e61dafee191cad040e9c42652cc8David Lawrence change #953. win32 .make file for rndc-confgen
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence updated to add include path for os.h header.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
c4717613e45323ed23dc6e9162cba89f1f83830cDavid Lawrence --- 9.2.0rc1 released ---
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson 955. [bug] When using views, the zone's class was not being
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson inherited from the view's class. [RT #1583]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
d41c9885ecfb4be7382fd32a58ae4a9fb2056b81David Lawrence 954. [bug] When requesting AXFRs or IXFRs using dig, host, or
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence nslookup, the RD bit should not be set as zone
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence transfers are inherently non-recursive. [RT #1575]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence 953. [func] The /var/run/named.key file from change #843
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence has been replaced by /etc/rndc.key. Both
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence named and rndc will look for this file and use
802aa6f2b70cc0b4e69ef0a1dcab0a8d68a0fdeaDavid Lawrence it to configure a default control channel key
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence if not already configured using a different
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence method (rndc.conf / controls). Unlike
5b27fa26dd1288f61de9ace6f4ec56be63858048David Lawrence named.key, rndc.key is not created automatically;
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence it must be created by manually running
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence "rndc-confgen -a".
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley 952. [bug] The server required manual intervention to serve the
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley affected zones if it died between creating a journal
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley and committing the first change to it.
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley 951. [bug] CFLAGS was not passed to the linker when
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley linking some of the test programs under
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley bin/tests. [RT #1555].
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley 950. [bug] Explicit TTLs did not properly override $TTL
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley due to a bug in change 834. [RT #1558]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
cc43f2461d2b7da80105cf6d1b96bda4e93303cdDavid Lawrence 949. [bug] host was unable to print records larger than 512
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence bytes. [RT #1557]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
58bc93c3ddbdf0b2fde9b7d2b4342f90d83ec633David Lawrence --- 9.2.0b2 released ---
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
7ce81e15fa98db5b13fba06d54526e8679ac064cDavid Lawrence 948. [port] Integrated support for building on Windows NT /
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Windows 2000.
8fedfa7b45989d3c1715e414637bc1a96331fd14David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 947. [bug] dns_rdata_soa_t had a badly named element "mname" which
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence was really the RNAME field from RFC1035. To avoid
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence confusion and silent errors that would occur it the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence "origin" and "mname" elements were given their correct
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence names "mname" and "rname" respectively, the "mname"
7da5c63dc0eaeec88aaf67b7aeee43ab0b0125baDavid Lawrence element is renamed to "contact".
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
32eeec855957c3dd38f0d6c98ca79b67a71300b6Brian Wellington 946. [cleanup] doc/misc/options is now machine-generated from the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence configuration parser syntax tables, and therefore
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence more likely to be correct.
f3f88c6802df4cfee59439b19a1c49637b70342dDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 945. [func] Add the new view-specific options
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence "match-destinations" and "match-recursive-only".
77f372eed39827f5efef476602de7c0505f99b91David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 944. [func] Check for expired signatures on load.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 943. [bug] The server could crash when receiving a command
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence via rndc if the configuration file listed only
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence nonexistent keys in the controls statement. [RT #1530]
8b7304a34c751e519ede7d00b77f1f962c0a37e4David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence defined on some platforms.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 941. [bug] The configuration checker crashed if a slave
cabcfd3e90a647c7bab3c5cc3ef7b36f49830787David Lawrence zone didn't contain a masters statement. [RT #1514]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 940. [bug] Double zone locking failure on error path. [RT #1510]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence --- 9.2.0b1 released ---
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
d111a46c88adda33a93839f4934e127b6147d87dBob Halley 939. [port] Add the --disable-linux-caps option to configure for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence systems that manage capabilities outside of named.
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson [RT #1503]
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson
e49a98d47fea220023c22bcc7204f13f7f0b07feBrian Wellington 938. [placeholder]
6f17d90364f01c3e81073a9ffb40b0093878c8e2Brian Wellington
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff 937. [bug] A race when shutting down a zone could trigger a
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff INSIST() failure. [RT #1034]
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 936. [func] Warn about IPv4 addresses that are not complete
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington dotted quads. [RT #1084]
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 935. [bug] inet_pton failed to reject leading zeros.
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson 934. [port] Deal with systems where accept() spuriously returns
d111a46c88adda33a93839f4934e127b6147d87dBob Halley ECONNRESET.
d111a46c88adda33a93839f4934e127b6147d87dBob Halley
d111a46c88adda33a93839f4934e127b6147d87dBob Halley 933. [bug] configure failed doing libbind on platforms not
d111a46c88adda33a93839f4934e127b6147d87dBob Halley supported by BIND 8. [RT #1496]
5613bf7de9760875da9f5fbc6ffcd93e0af967ffMark Andrews
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews --- 9.2.0a3 released ---
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence when installing isc-config.sh.
2d0c5f1eada2015324cb89c11c7c5c11cccb493fAndreas Gustafsson [RT #198, #1466]
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff 931. [bug] The controls statement only attempted to verify
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff messages using the first key in the key list.
c6adcd09c8d5c0acd47a8dccb8061bb1105cad95Michael Graff (9.2.0a1/a2 only).
c6adcd09c8d5c0acd47a8dccb8061bb1105cad95Michael Graff
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington 930. [func] Query performance testing tool added as
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley contrib/queryperf.
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley 929. [placeholder]
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 928. [bug] nsupdate would send empty update packets if the
53c892082e4dd70a12bb5badd81a9e939d7e6efdBrian Wellington send (or empty line) command was run after
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington another send but before any new updates or
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington prerequisites were specified. It should simply
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington ignore this command.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington 927. [bug] Don't hold the zone lock for the entire dump to disk.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington [RT #1423]
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson 926. [bug] The resolver could deadlock with the ADB when
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson shutting down (multi-threaded builds only).
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson [RT #1324]
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews 925. [cleanup] Remove openssl from the distribution; require that
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews --with-openssl be specified if DNSSEC is needed.
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson 924. [port] Extend support for pre-RFC2133 IPv6 implementation.
4716e94840921878b26e493576f84afe4fe08752Mark Andrews [RT #987]
4716e94840921878b26e493576f84afe4fe08752Mark Andrews
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 923. [bug] Multiline TSIG secrets (and other multiline strings)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence were not accepted in named.conf. [RT #1469]
622af581bd08a61d12c70f80b1d40d0d9c8a1fa3David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 922. [func] Added two new lwres_getrrsetbyname() result codes,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence ERR_NONAME and ERR_NODATA.
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley 921. [bug] lwres returned an incorrect error code if it received
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley a truncated message.
3886e748a4086b813e3453232a742903762fedadBob Halley
3886e748a4086b813e3453232a742903762fedadBob Halley 920. [func] Increase the lwres receive buffer size to 16K.
3886e748a4086b813e3453232a742903762fedadBob Halley [RT #1451]
3886e748a4086b813e3453232a742903762fedadBob Halley
3886e748a4086b813e3453232a742903762fedadBob Halley 919. [placeholder]
3886e748a4086b813e3453232a742903762fedadBob Halley
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley 918. [func] In nsupdate, TSIG errors are no longer treated as
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley fatal errors.
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley 917. [func] New nsupdate command 'key', allowing TSIG keys to
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley be specified in the nsupdate command stream rather
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington than the command line.
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington 916. [bug] Specifying type ixfr to dig without specifying
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington a serial number failed in unexpected ways.
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington 915. [func] The named-checkconf and named-checkzone programs
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington now have a '-v' option for printing their version.
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson [RT #1151]
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson 914. [bug] Global 'server' statements were rejected when
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley using views, even though they were accepted
83a39d3f3c9b9966bc060d46e8e419adb004888aAndreas Gustafsson in 9.1. [RT #1368]
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley 913. [bug] Cache cleaning was not sufficiently aggressive.
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley [RT #1441, #1444]
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley
83a39d3f3c9b9966bc060d46e8e419adb004888aAndreas Gustafsson 912. [bug] Attempts to set the 'additional-from-cache' or
8426878e988859184706f36e2229e24e77b80aa4Andreas Gustafsson 'additional-from-auth' option to 'no' in a
8426878e988859184706f36e2229e24e77b80aa4Andreas Gustafsson server with recursion enabled will now
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence be ignored and cause a warning message.
0f7045b0c437b158c61c195c319d2762882ece83Andreas Gustafsson [RT #1145]
0f7045b0c437b158c61c195c319d2762882ece83Andreas Gustafsson
7c0e50b5623a6ffc9e3986e129f8ca6bae9aabfaBrian Wellington 911. [placeholder]
7c0e50b5623a6ffc9e3986e129f8ca6bae9aabfaBrian Wellington
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 910. [port] Some pre-RFC2133 IPv6 implementations do not define
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson IN6ADDR_ANY_INIT. [RT #1416]
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson 909. [placeholder]
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff 908. [func] New program, rndc-confgen, to simplify setting up rndc.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 907. [func] The ability to get entropy from either the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence random device, a user-provided file or from
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence the keyboard was migrated from the DNSSEC tools
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to libisc as isc_entropy_usebestsource().
11a898e05092e8477fbfe1a245c1c5871a846638Andreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 906. [port] Separated the system independent portion of
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence lib/isc/unix/entropy.c into lib/isc/entropy.c
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and added lib/isc/win32/entropy.c.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence 905. [bug] Configuring a forward "zone" for the root domain
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence did not work. [RT #1418]
0bcb1d4d630f8d7547ee62870e1b059827cc1c8aDavid Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 904. [bug] The server would leak memory if attempting to use
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister an expired TSIG key. [RT #1406]
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 903. [bug] dig should not crash when receiving a TCP packet
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister of length 0.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 902. [bug] The -d option was ignored if both -t and -g were also
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister specified.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
6253eaa03c49aac035bdd8b1d9ec4853b45e94a0Andreas Gustafsson 901. [placeholder]
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 900. [bug] A config.guess update changed the system identification
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister string of FreeBSD systems; configure and
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence bin/tests/system/ifconfig.sh now recognize the new
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister string.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence --- 9.2.0a2 released ---
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 899. [bug] lib/dns/soa.c failed to compile on many platforms
7b2db4b8d13e3d8bc81419ffcc8b39de8193ef63David Lawrence due to inappropriate use of a void value.
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister [RT #1372, #1373, #1386, #1387, #1395]
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson 898. [bug] "dig" failed to set a nonzero exit status
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson on UDP query timeout. [RT #1323]
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson 897. [bug] A config.guess update changed the system identification
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson string of UnixWare systems; configure now recognizes
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson the new string.
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson 896. [bug] If a configuration file is set on named's command line
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson and it has a relative pathname, the current directory
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence (after any possible jailing resulting from named -t)
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington will be prepended to it so that reloading works
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington properly even when a directory option is present.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 895. [func] New function, isc_dir_current(), akin to POSIX's
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence getcwd().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 894. [bug] When using the DNSSEC tools, a message intended to warn
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence when the keyboard was being used because of the lack
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley of a suitable random device was not being printed.
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington 893. [func] Removed isc_file_test() and added isc_file_exists()
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington for the basic functionality that was being added
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley with isc_file_test().
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley 892. [placeholder]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 891. [bug] Return an error when a SIG(0) signed response to
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence an unsigned query is seen. This should actually
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister do the verification, but it's not currently
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister possible. [RT #1391]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister 890. [cleanup] The man pages no longer require the mandoc macros
be768c2e952c34438025999125f984995a2c675fBob Halley and should now format cleanly using most versions of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence nroff, and HTML versions of the man pages have been
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley added. Both are generated from DocBook source.
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley 889. [port] Eliminated blank lines before .TH in nroff man
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley pages since they cause problems with some versions
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley of nroff. [RT #1390]
be768c2e952c34438025999125f984995a2c675fBob Halley
be768c2e952c34438025999125f984995a2c675fBob Halley 888. [bug] Don't die when using TKEY to delete a nonexistent
be768c2e952c34438025999125f984995a2c675fBob Halley TSIG key. [RT #1392]
f00e30e9322fb2170ad3e21c3336c5b81be964c2James Brister
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley 887. [port] Detect broken compilers that can't call static
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley functions from inline functions. [RT #1212]
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley 886. [placeholder]
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence 885. [placeholder]
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley 884. [placeholder]
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 883. [placeholder]
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister 882. [placeholder]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson 881. [placeholder]
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 880. [placeholder]
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 879. [placeholder]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister 878. [placeholder]
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 877. [placeholder]
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister 876. [placeholder]
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 875. [placeholder]
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 874. [placeholder]
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 873. [placeholder]
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington 872. [placeholder]
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington 871. [placeholder]
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington 870. [placeholder]
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley 869. [placeholder]
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley 868. [placeholder]
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley 867. [placeholder]
a5a5371b756f3bbbe33dac1dde196fbd6c063640Bob Halley
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 866. [func] Close debug only file channels when debug is set to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence zero. [RT #1246]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 865. [bug] The new configuration parser did not allow
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the optional debug level in a "severity debug"
clause of a logging channel to be omitted.
This is now allowed and treated as "severity
debug 1;" like it does in BIND 8.2.4, not as
"severity debug 0;" like it did in BIND 9.1.
[RT #1367]
864. [cleanup] Multi-threading is now enabled by default on
OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
863. [bug] If an error occurred while an outgoing zone transfer
was starting up, the server could access a domain
name that had already been freed when logging a
message saying that the transfer was starting.
[RT #1383]
862. [bug] Use after realloc(), non portable pointer arithmetic in
grmerge().
861. [port] Add support for Mac OS X, by making it equivalent
to Darwin. This was derived from the config.guess
file shipped with Mac OS X. [RT #1355]
860. [func] Drop cross class glue in zone transfers.
859. [bug] Cache cleaning now won't swamp the CPU if there
is a persistent over limit condition.
858. [func] isc_mem_setwater() no longer requires that when the
callback function is non-NULL then its hi_water
argument must be greater than its lo_water argument
(they can now be equal) or that they be non-zero.
857. [cleanup] Use ISC_MAGIC() to define all magic numbers for
structs, for our friends in EBCDIC-land.
856. [func] Allow partial rdatasets to be returned in answer and
authority sections to help non-TCP capable clients
recover from truncation. [RT #1301]
855. [bug] Stop spurious "using RFC 1035 TTL semantics" warnings.
854. [bug] The config parser didn't properly handle config
options that were specified in units of time other
than seconds. [RT #1372]
853. [bug] configure_view_acl() failed to detach existing acls.
[RT #1374]
852. [bug] Handle responses from servers which do not know
about IXFR.
851. [cleanup] The obsolete support-ixfr option was not properly
ignored.
--- 9.2.0a1 released ---
850. [bug] dns_rbt_findnode() would not find nodes that were
split on a bitstring label somewhere other than in
the last label of the node. [RT #1351]
849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined.
848. [func] A minimum max-cache-size of two megabytes is enforced
by the cache cleaner.
847. [func] Added isc_file_test(), which currently only has
some very basic functionality to test for the
existence of a file, whether a pathname is absolute,
or whether a pathname is the fundamental representation
of the current directory. It is intended that this
function can be expanded to test other things a
programmer might want to know about a file.
846. [func] A non-zero 'param' to dst_key_generate() when making an
hmac-md5 key means that good entropy is not required.
845. [bug] The access rights on the public file of a symmetric
key are now restricted as soon as the file is opened,
rather than after it has been written and closed.
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,
or if any inet phrase of a controls statement is
lacking a keys clause, then a key will be automatically
generated by named and an rndc.conf-style file
named named.key will be written that uses it. rndc
will use this file only if its normal configuration
file, or one provided on the command line, does not
exist.
842. [func] 'rndc flush' now takes an optional view.
841. [bug] When sdb modules were not declared threadsafe, their
create and destroy functions were not serialized.
840. [bug] The config file parser could print the wrong file
name if an error was detected after an included file
was parsed. [RT #1353]
839. [func] Dump packets for which there was no view or that the
class could not be determined to category "unmatched".
838. [port] UnixWare 7.x.x is now suported by
bin/tests/system/ifconfig.sh.
837. [cleanup] Multi-threading is now enabled by default only on
OSF1, Solaris 2.7 and newer, and AIX.
836. [func] Upgraded libtool to 1.4.
835. [bug] The dispatcher could enter a busy loop if
it got an I/O error receiving on a UDP socket.
[RT #1293]
834. [func] Accept (but warn about) master files beginning with
an SOA record without an explicit TTL field and
lacking a $TTL directive, by using the SOA MINTTL
as a default TTL. This is for backwards compatibility
with old versions of BIND 8, which accepted such
files without warning although they are illegal
according to RFC1035.
833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
<dns/soa.h>, and extended them to support
all the integer-valued fields of the SOA RR.
832. [bug] The default location for named.conf in named-checkconf
should depend on --sysconfdir like it does in named.
[RT #1258]
831. [placeholder]
830. [func] Implement 'rndc status'.
829. [bug] The DNS_R_ZONECUT result code should only be returned
when an ANY query is made with DNS_DBFIND_GLUEOK set.
In all other ANY query cases, returning the delegation
is better.
828. [bug] The errno value from recvfrom() could be overwritten
by logging code. [RT #1293]
827. [bug] When an IXFR protocol error occurs, the slave
should retry with AXFR.
826. [bug] Some IXFR protocol errors were not detected.
825. [bug] zone.c:ns_query() detached from the wrong zone
reference. [RT #1264]
824. [bug] Correct line numbers reported by dns_master_load().
[RT #1263]
823. [func] The output of "dig -h" now goes to stdout so that it
can easily be piped through "more". [RT #1254]
822. [bug] Sending nxrrset prerequisites would crash nsupdate.
[RT #1248]
821. [bug] The program name used when logging to syslog should
be stripped of leading path components.
[RT #1178, #1232]
820. [bug] Name server address lookups failed to follow
A6 chains into the glue of local authoritative
zones.
819. [bug] In certain cases, the resolver's attempts to
restart an address lookup at the root could cause
the fetch to deadlock (with itself) instead of
restarting. [RT #1225]
818. [bug] Certain pathological responses to ANY queries could
cause an assertion failure. [RT #1218]
817. [func] Adjust timeouts for dialup zone queries.
816. [bug] Report potential problems with log file accessibility
at configuration time, since such problems can't
reliably be reported at the time they actually occur.
815. [bug] If a log file was specified with a path separator
character (i.e. "/") in its name and the directory
did not exist, the log file's name was treated as
though it were the directory name. [RT #1189]
814. [bug] Socket objects left over from accept() failures
were incorrectly destroyed, causing corruption
of socket manager data structures.
813. [bug] File descriptors exceeding FD_SETSIZE were handled
badly. [RT #1192]
812. [bug] dig sometimes printed incomplete IXFR responses
due to an uninitialized variable. [RT #1188]
811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
810. [bug] The signer name in SIG records was not properly
down-cased when signing/verifying records. [RT #1186]
809. [bug] Configuring a non-local address as a transfer-source
could cause an assertion failure during load.
808. [func] Add 'rndc flush' to flush the server's cache.
807. [bug] When setting up TCP connections for incoming zone
transfers, the transfer-source port was not
ignored like it should be.
806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up
the calling stack to the zone maintenance level,
causing zones to not reload when an included file was
touched but the top-level zone file was not.
805. [bug] When using "forward only", missing root hints should
not cause queries to fail. [RT #1143]
804. [bug] Attempting to obtain entropy could fail in some
situations. This would be most common on systems
with user-space threads. [RT #1131]
803. [bug] Treat all SIG queries as if they have the CD bit set,
otherwise no data will be returned [RT #749]
802. [bug] DNSSEC key tags were computed incorrectly in almost
all cases. [RT #1146]
801. [bug] nsupdate should treat lines beginning with ';' as
comments. [RT #1139]
800. [bug] dnssec-signzone produced incorrect statistics for
large zones. [RT #1133]
799. [bug] The ADB didn't find AAAA glue in a zone unless A6
glue was also present.
798. [bug] nsupdate should be able to reject bad input lines
and continue. [RT #1130]
797. [func] Issue a warning if the 'directory' option contains
a relative path. [RT #269]
796. [func] When a size limit is associated with a log file,
only roll it when the size is reached, not every
time the log file is opened. [RT #1096]
795. [func] Add the +multiline option to dig. [RT #1095]
794. [func] Implement the "port" and "default-port" statements
in rndc.conf.
793. [cleanup] The DNSSEC tools could create filenames that were
illegal or contained shell meta-characters. They
now use a different text encoding of names that
doesn't have these problems. [RT #1101]
792. [cleanup] Replace the OMAPI command channel protocol with a
simpler one.
791. [bug] The command channel now works over IPv6.
790. [bug] Wildcards created using dynamic update or IXFR
could fail to match. [RT #1111]
789. [bug] The "localhost" and "localnets" ACLs did not match
when used as the second element of a two-element
sortlist item.
788. [func] Add the "match-mapped-addresses" option, which
causes IPv6 v4mapped addresses to be treated as
IPv4 addresses for the purpose of acl matching.
787. [bug] The DNSSEC tools failed to downcase domain
names when mapping them into file names.
786. [bug] When DNSSEC signing/verifying data, owner names were
not properly down-cased.
785. [bug] A race condition in the resolver could cause
an assertion failure. [RT #673, #872, #1048]
784. [bug] nsupdate and other programs would not quit properly
if some signals were blocked by the caller. [RT #1081]
783. [bug] Following CNAMEs could cause an assertion failure
when either using an sdb database or under very
rare conditions.
782. [func] Implement the "serial-query-rate" option.
781. [func] Avoid error packet loops by dropping duplicate FORMERR
responses. [RT #1006]
780. [bug] Error handling code dealing with out of memory or
other rare errors could lead to assertion failures
by calling functions on uninitialized names. [RT #1065]
779. [func] Added the "minimal-responses" option.
778. [bug] When starting cache cleaning, cleaning_timer_action()
returned without first pausing the iterator, which
could cause deadlock. [RT #998]
777. [bug] An empty forwarders list in a zone failed to override
global forwarders. [RT #995]
776. [func] Improved error reporting in denied messages. [RT #252]
775. [placeholder]
774. [func] max-cache-size is implemented.
773. [func] Added isc_rwlock_trylock() to attempt to lock without
blocking.
772. [bug] Owner names could be incorrectly omitted from cache
dumps in the presence of negative caching entries.
[RT #991]
771. [cleanup] TSIG errors related to unsynchronized clocks
are logged better. [RT #919]
770. [func] Add the "edns yes_or_no" statement to the server
clause. [RT #524]
769. [func] Improved error reporting when parsing rdata. [RT #740]
768. [bug] The server did not emit an SOA when a CNAME
or DNAME chain ended in NXDOMAIN in an
authoritative zone.
767. [placeholder]
766. [bug] A few cases in query_find() could leak fname.
This would trigger the mpctx->allocated == 0
assertion when the server exited.
[RT #739, #776, #798, #812, #818, #821, #845,
#892, #935, #966]
765. [func] ACL names are once again case insensitive, like
in BIND 8. [RT #252]
764. [func] Configuration files now allow "include" directives
in more places, such as inside the "view" statement.
[RT #377, #728, #860]
763. [func] Configuration files no longer have reserved words.
[RT #731, #753]
762. [cleanup] The named.conf and rndc.conf file parsers have
been completely rewritten.
761. [bug] _REENTRANT was still defined when building with
--disable-threads.
760. [contrib] Significant enhancements to the pgsql sdb driver.
759. [bug] The resolver didn't turn off "avoid fetches" mode
when restarting, possibly causing resolution
to fail when it should not. This bug only affected
platforms which support both IPv4 and IPv6. [RT #927]
758. [bug] The "avoid fetches" code did not treat negative
cache entries correctly, causing fetches that would
be useful to be avoided. This bug only affected
platforms which support both IPv4 and IPv6. [RT #927]
757. [func] Log zone transfers.
756. [bug] dns_zone_load() could "return" success when no master
file was configured.
755. [bug] Fix incorrectly formatted log messages in zone.c.
754. [bug] Certain failure conditions sending UDP packets
could cause the server to retry the transmission
indefinitely. [RT #902]
753. [bug] dig, host, and nslookup would fail to contact a
remote server if getaddrinfo() returned an IPv6
address on a system that doesn't support IPv6.
[RT #917]
752. [func] Correct bad tv_usec elements returned by
gettimeofday().
751. [func] Log successful zone loads / transfers. [RT #898]
750. [bug] A query should not match a DNAME whose trust level
is pending. [RT #916]
749. [bug] When a query matched a DNAME in a secure zone, the
server did not return the signature of the DNAME.
[RT #915]
748. [doc] List supported RFCs in doc/misc/rfc-compliance.
[RT #781]
747. [bug] The code to determine whether an IXFR was possible
did not properly check for a database that could
not have a journal. [RT #865, #908]
746. [bug] The sdb didn't clone rdatasets properly, causing
a crash when the server followed delegations. [RT #905]
745. [func] Report the owner name of records that fail
semantic checks while loading.
744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
result of an ANY or SIG query, the resolver failed
to setup the return event's rdatasets, causing an
assertion failure in the query code. [RT #881]
743. [bug] Receiving a large number of certain malformed
answers could cause named to stop responding.
[RT #861]
742. [placeholder]
741. [port] Support openssl-engine. [RT #709]
740. [port] Handle openssl library mismatches slightly better.
739. [port] Look for /dev/random in configure, rather than
assuming it will be there for only a predefined
set of OSes.
738. [bug] If a non-threadsafe sdb driver supported AXFR and
received an AXFR request, it would deadlock or die
with an assertion failure. [RT #852]
737. [port] stdtime.c failed to compile on certain platforms.
736. [func] New functions isc_task_{begin,end}exclusive().
735. [doc] Add BIND 4 migration notes.
734. [bug] An attempt to re-lock the zone lock could occur if
the server was shutdown during a zone transfer.
[RT #830]
733. [bug] Reference counts of dns_acl_t objects need to be
locked but were not. [RT #801, #821]
732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
731. [bug] Certain zone errors could cause named-checkzone to
fail ungracefully. [RT #819]
730. [bug] lwres_getaddrinfo() returns the correct result when
it fails to contact a server. [RT #768]
729. [port] pthread_setconcurrency() needs to be called on Solaris.
728. [bug] Fix comment processing on master file directives.
[RT# 757]
727. [port] Work around OS bug where accept() succeeds but
fails to fill in the peer address of the accepted
connection, by treating it as an error rather than
an assertion failure. [RT #809]
726. [func] Implement the "trace" and "notrace" commands in rndc.
725. [bug] Installing man pages could fail.
724. [func] New libisc functions isc_netaddr_any(),
isc_netaddr_any6().
723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
to return DNS_R_SERVFAIL. [RT #783]
722. [func] Allow incremental loads to be canceled.
721. [cleanup] Load manager and dns_master_loadfilequota() are no
more.
720. [bug] Server could enter infinite loop in
dispatch.c:do_cancel(). [RT #733]
719. [bug] Rapid reloads could trigger an assertion failure.
[RT #743, #763]
718. [cleanup] "internal" is no longer a reserved word in named.conf.
[RT #753, #731]
717. [bug] Certain TKEY processing failure modes could
reference an uninitialized variable, causing the
server to crash. [RT #750]
716. [bug] The first line of a $INCLUDE master file was lost if
an origin was specified. [RT #744]
715. [bug] Resolving some A6 chains could cause an assertion
failure in adb.c. [RT #738]
714. [bug] Preserve interval timers across reloads unless changed.
[RT# 729]
713. [func] named-checkconf takes '-t directory' similar to named.
[RT #726]
712. [bug] Sending a large signed update message caused an
assertion failure. [RT #718]
711. [bug] The libisc and liblwres implementations of
inet_ntop contained an off by one error.
710. [func] The forwarders statement now takes an optional
port. [RT #418]
709. [bug] ANY or SIG queries for data with a TTL of 0
would return SERVFAIL. [RT #620]
708. [bug] When building with --with-openssl, the openssl headers
included with BIND 9 should not be used. [RT #702]
707. [func] The "filename" argument to named-checkzone is no
longer optional, to reduce confusion. [RT #612]
706. [bug] Zones with an explicit "allow-update { none; };"
were considered dynamic and therefore not reloaded
on SIGHUP or "rndc reload".
705. [port] Work out resource limit type for use where rlim_t is
not available. [RT #695]
704. [port] RLIMIT_NOFILE is not available on all platforms.
[RT #695]
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,
use 127.0.0.1 instead. [RT #693]
701. [func] Root hints are now fully optional. Class IN
views use compiled-in hints by default, as
before. Non-IN views with no root hints now
provide authoritative service but not recursion.
A warning is logged if a view has neither root
hints nor authoritative data for the root. [RT #696]
700. [bug] $GENERATE range check was wrong. [RT #688]
699. [bug] The lexer mishandled empty quoted strings. [RT #694]
698. [bug] Aborting nsupdate with ^C would lead to several
race conditions.
697. [bug] nsupdate was not compatible with the undocumented
BIND 8 behavior of ignoring TTLs in "update delete"
commands. [RT #693]
696. [bug] lwresd would die with an assertion failure when passed
a zero-length name. [RT #692]
695. [bug] If the resolver attempted to query a blackholed or
bogus server, the resolution would fail immediately.
694. [bug] $GENERATE did not produce the last entry.
[RT #682, #683]
693. [bug] An empty lwres statement in named.conf caused
the server to crash while loading.
692. [bug] Deal with systems that have getaddrinfo() but not
gai_strerror(). [RT #679]
691. [bug] Configuring per-view forwarders caused an assertion
failure. [RT #675, #734]
690. [func] $GENERATE now supports DNAME. [RT #654]
689. [doc] man pages are now installed. [RT #210]
688. [func] "make tags" now works on systems with the
"Exuberant Ctags" etags.
687. [bug] Only say we have IPv6, with sufficient functionality,
if it has actually been tested. [RT #586]
686. [bug] dig and nslookup can now be properly aborted during
blocking operations. [RT #568]
685. [bug] nslookup should use the search list/domain options
from resolv.conf by default. [RT #405, #630]
684. [bug] Memory leak with view forwarders. [RT #656]
683. [bug] File descriptor leak in isc_lex_openfile().
682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
681. [bug] $GENERATE specifying output format was broken. [RT #653]
680. [bug] dns_rdata_fromstruct() mishandled options bigger
than 255 octets.
679. [bug] $INCLUDE could leak memory and file descriptors on
reload. [RT #639]
678. [bug] "transfer-format one-answer;" could trigger an assertion
failure. [RT #646]
677. [bug] dnssec-signzone would occasionally use the wrong ttl
for database operations and fail. [RT #643]
676. [bug] Log messages about lame servers to category
'lame-servers' rather than 'resolver', so as not
to be gratuitously incompatible with BIND 8.
675. [bug] TKEY queries could cause the server to leak
memory.
674. [func] Allow messages to be TSIG signed / verified using
a offset from the current time.
673. [func] The server can now convert RFC1886-style recursive
lookup requests into RFC2874-style lookups, when
enabled using the new option "allow-v6-synthesis".
672. [bug] The wrong time was in the "time signed" field when
replying with BADTIME error.
671. [bug] The message code was failing to parse a message with
no question section and a TSIG record. [RT #628]
670. [bug] The lwres replacements for getaddrinfo and
getipnodebyname didn't properly check for the
existence of the sockaddr sa_len field.
669. [bug] dnssec-keygen now makes the public key file
non-world-readable for symmetric keys. [RT #403]
668. [func] named-checkzone now reports multiple errors in master
files.
667. [bug] On Linux, running named with the -u option and a
non-world-readable configuration file didn't work.
[RT #626]
666. [bug] If a request sent by dig is longer than 512 bytes,
use TCP.
665. [bug] Signed responses were not sent when the size of the
TSIG + question exceeded the maximum message size.
[RT #628]
664. [bug] The t_tasks and t_timers module tests are now skipped
when building without threads, since they require
threads.
663. [func] Accept a size_spec, not just an integer, in the
(unimplemented and ignored) max-ixfr-log-size option
for compatibility with recent versions of BIND 8.
[RT #613]
662. [bug] dns_rdata_fromtext() failed to log certain errors.
661. [bug] Certain UDP IXFR requests caused an assertion failure
(mpctx->allocated == 0). [RT #355, #394, #623]
660. [port] Detect multiple CPUs on HP-UX and IRIX.
659. [performance] Rewrite the name compression code to be much faster.
658. [cleanup] Remove all vestiges of 16 bit global compression.
657. [bug] When a listen-on statement in an lwres block does not
specify a port, use 921, not 53. Also update the
listen-on documentation. [RT #616]
656. [func] Treat an unescaped newline in a quoted string as
an error. This means that TXT records with missing
close quotes should have meaningful errors printed.
655. [bug] Improve error reporting on unexpected eof when loading
zones. [RT #611]
654. [bug] Origin was being forgotten in TCP retries in dig.
[RT #574]
653. [bug] +defname option in dig was reversed in sense.
[RT #549]
652. [bug] zone_saveunique() did not report the new name.
651. [func] The AD bit in responses now has the meaning
specified in <draft-ietf-dnsext-ad-is-secure>.
650. [bug] SIG(0) records were being generated and verified
incorrectly. [RT #606]
649. [bug] It was possible to join to an already running fctx
after it had "cloned" its events, but before it sent
them. In this case, the event of the newly joined
fetch would not contain the answer, and would
trigger the INSIST() in fctx_sendevents(). In
BIND 9.0, this bug did not trigger an INSIST(), but
caused the fetch to fail with a SERVFAIL result.
[RT #588, #597, #605, #607]
648. [port] Add support for pre-RFC2133 IPv6 implementations.
647. [bug] Resolver queries sent after following multiple
referrals had excessively long retransmission
timeouts due to incorrectly counting the referrals
as "restarts".
646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
didn't _cleanly_ fix the problem it was trying to fix.
645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
644. [bug] #622 needed more work. [RT #562]
643. [bug] xfrin error messages made more verbose, added class
of the zone. [RT# 599]
642. [bug] Break the exit_check() race in the zone module.
[RT #598]
--- 9.1.0b2 released ---
641. [bug] $GENERATE caused a uninitialized link to be used.
[RT #595]
640. [bug] Memory leak in error path could cause
"mpctx->allocated == 0" failure. [RT #584]
639. [bug] Reading entropy from the keyboard would sometimes fail.
[RT #591]
638. [port] lib/isc/random.c needed to explicitly include time.h
to get a prototype for time() when pthreads was not
being used. [RT #592]
637. [port] Use isc_u?int64_t instead of (unsigned) long long in
lib/isc/print.c. Also allow lib/isc/print.c to
be compiled even if the platform does not need it.
[RT #592]
636. [port] Shut up MSVC++ about a possible loss of precision
in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
635. [bug] Reloading a server with a configured blackhole list
would cause an assertion. [RT #590]
634. [bug] A log file will completely stop being written when
it reaches the maximum size in all cases, not just
when versioning is also enabled. [RT #570]
633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
632. [bug] The index array of the journal file was
corrupted as it was written to disk.
631. [port] Build without thread support on systems without
pthreads.
630. [bug] Locking failure in zone code. [RT #582]
629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
when responding to a UDP IXFR request.
628. [bug] If the root hints contained only AAAA addresses,
named would be unable to perform resolution.
627. [bug] The EDNS0 blackhole detection code of change 324
waited for three retransmissions to each server,
which takes much too long when a domain has many
name servers and all of them drop EDNS0 queries.
Now we retry without EDNS0 after three consecutive
timeouts, even if they are all from different
servers. [RT #143]
626. [bug] The lightweight resolver daemon no longer crashes
when asked for a SIG rrset. [RT #558]
625. [func] Zones now inherit their class from the enclosing view.
624. [bug] The zone object could get timer events after it had
been destroyed, causing a server crash. [RT #571]
623. [func] Added "named-checkconf" and "named-checkzone" program
for syntax checking named.conf files and zone files,
respectively.
622. [bug] A canceled request could be destroyed before
dns_request_destroy() was called. [RT #562]
621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
This mostly affects Red Hat Linux 7.0, which has
conflicts between libc and the kernel.
620. [bug] dns_master_load*inc() now require 'task' and 'load'
to be non-null. Also 'done' will not be called if
dns_master_load*inc() fails immediately. [RT #565]
619. [placeholder]
618. [bug] Queries to a signed zone could sometimes cause
an assertion failure.
617. [bug] When using dynamic update to add a new RR to an
existing RRset with a different TTL, the journal
entries generated from the update did not include
explicit deletions and re-additions of the existing
RRs to update their TTL to the new value.
616. [func] dnssec-signzone -t output now includes performance
statistics.
615. [bug] dnssec-signzone did not like child keysets signed
by multiple keys.
614. [bug] Checks for uninitialized link fields were prone
to false positives, causing assertion failures.
The checks are now disabled by default and may
be re-enabled by defining ISC_LIST_CHECKINIT.
613. [bug] "rndc reload zone" now reloads primary zones.
It previously only updated slave and stub zones,
if an SOA query indicated an out of date serial.
612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
complains relentlessly about how its treatment
of 'const' has changed as well as how casting
sometimes tightens alignment constraints.
611. [func] allow-notify can be used to permit processing of
notify messages from hosts other than a slave's
masters.
610. [func] rndc dumpdb is now supported.
609. [bug] getrrsetbyname() would crash lwresd if the server
found more SIGs than answers. [RT #554]
608. [func] dnssec-signzone now adds a comment to the zone
with the time the file was signed.
607. [bug] nsupdate would fail if it encountered a CNAME or
DNAME in a response to an SOA query. [RT #515]
606. [bug] Compiling with --disable-threads failed due
to isc_thread_self() being incorrectly defined
as an integer rather than a function.
605. [func] New function isc_lex_getlasttokentext().
604. [bug] The named.conf parser could print incorrect line
numbers when long comments were present.
603. [bug] Make dig handle multiple types or classes on the same
query more correctly.
602. [func] Cope automatically with UnixWare's broken
IN6_IS_ADDR_* macros. [RT #539]
601. [func] Return a non-zero exit code if an update fails
in nsupdate.
600. [bug] Reverse lookups sometimes failed in dig, etc...
599. [func] Added four new functions to the libisc log API to
support i18n messages. isc_log_iwrite(),
isc_log_ivwrite(), isc_log_iwrite1() and
isc_log_ivwrite1() were added.
598. [bug] An update-policy statement would cause the server
to assert while loading. [RT #536]
597. [func] dnssec-signzone is now multi-threaded.
596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
not mutually exclusive.
595. [port] On Linux 2.2, socket() returns EINVAL when it
should return EAFNOSUPPORT. Work around this.
[RT #531]
594. [func] sdb drivers are now assumed to not be thread-safe
unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
593. [bug] If a secure zone was missing all its NXTs and
a dynamic update was attempted, the server entered
an infinite loop.
592. [bug] The sig-validity-interval option now specifies a
number of days, not seconds. This matches the
documentation. [RT #529]
--- 9.1.0b1 released ---
591. [bug] Work around non-reentrancy in openssl by disabling
pre-computation in keys.
590. [doc] There are now man pages for the lwres library in
doc/man/lwres.
589. [bug] The server could deadlock if a zone was updated
while being transferred out.
588. [bug] ctx->in_use was not being correctly initialized when
when pushing a file for $INCLUDE. [RT #523]
587. [func] A warning is now printed if the "allow-update"
option allows updates based on the source IP
address, to alert users to the fact that this
is insecure and becoming increasingly so as
servers capable of update forwarding are being
deployed.
586. [bug] multiple views with the same name were fatal. [RT #516]
585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
now support 'exact' additions in a similar manner to
dns_db_subtractrdataset() and dns_rdataslab_subtract().
584. [func] You can now say 'notify explicit'; to suppress
notification of the servers listed in NS records
and notify only those servers listed in the
'also-notify' option.
583. [func] "rndc querylog" will now toggle logging of
queries, like "ndc querylog" in BIND 8.
582. [bug] dns_zone_idetach() failed to lock the zone.
[RT #199, #463]
581. [bug] log severity was not being correctly processed.
[RT #485]
580. [func] Ignore trailing garbage on incoming DNS packets,
for interoperability with broken server
implementations. [RT #491]
579. [bug] nsupdate did not take a filename to read update from.
[RT #492]
578. [func] New config option "notify-source", to specify the
source address for notify messages.
577. [func] Log illegal RDATA combinations. e.g. multiple
singleton types, cname and other data.
576. [doc] isc_log_create() description did not match reality.
575. [bug] isc_log_create() was not setting internal state
correctly to reflect the default channels created.
574. [bug] TSIG signed queries sent by the resolver would fail to
have their responses validated and would leak memory.
573. [bug] The journal files of IXFRed slave zones were
inadvertently discarded on server reload, causing
"journal out of sync with zone" errors on subsequent
reloads. [RT #482]
572. [bug] Quoted strings were not accepted as key names in
address match lists.
571. [bug] It was possible to create an rdataset of singleton
type which had more than one rdata. [RT #154]
[RT #279]
570. [bug] rbtdb.c allowed zones containing nodes which had
both a CNAME and "other data". [RT #154]
569. [func] The DNSSEC AD bit will not be set on queries which
have not requested a DNSSEC response.
568. [func] Add sample simple database drivers in contrib/sdb.
567. [bug] Setting the zone transfer timeout to zero caused an
assertion failure. [RT #302]
566. [func] New public function dns_timer_setidle().
565. [func] Log queries more like BIND 8: query logging is now
done to category "queries", level "info". [RT #169]
564. [func] Add sortlist support to lwresd.
563. [func] New public functions dns_rdatatype_format() and
dns_rdataclass_format(), for convenient formatting
of rdata type/class mnemonics in log messages.
562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
clauses of the options{} statement are now implemented.
560. [bug] dns_name_split did not properly the resulting prefix
when a maximal length bitstring label was split which
was preceded by another bitstring label. [RT #429]
559. [bug] dns_name_split did not properly create the suffix
when splitting within a maximal length bitstring label.
558. [func] New functions, isc_resource_getlimit and
isc_resource_setlimit.
557. [func] Symbolic constants for libisc integral types.
556. [func] The DNSSEC OK bit in the EDNS extended flags
is now implemented. Responses to queries without
this bit set will not contain any DNSSEC records.
555. [bug] A slave server attempting a zone transfer could
crash with an assertion failure on certain
malformed responses from the master. [RT #457]
554. [bug] In some cases, not all of the dnssec tools were
properly installed.
553. [bug] Incoming zone transfers deferred due to quota
were not started when quota was increased but
only when a transfer in progress finished. [RT #456]
552. [bug] We were not correctly detecting the end of all c-style
comments. [RT #455]
551. [func] Implemented the 'sortlist' option.
550. [func] Support unknown rdata types and classes.
549. [bug] "make" did not immediately abort the build when a
subdirectory make failed [RT #450].
548. [func] The lexer now ungets tokens more correctly.
547. [placeholder]
546. [func] Option 'lame-ttl' is now implemented.
545. [func] Name limit and counting options removed from dig;
they didn't work properly, and cannot be correctly
implemented without significant changes.
544. [func] Add statistics option, enable statistics-file option,
add RNDC option "dump-statistics" to write out a
query statistics file.
543. [doc] The 'port' option is now documented.
542. [func] Add support for update forwarding as required for
full compliance with RFC2136. It is turned off
by default and can be enabled using the
'allow-update-forwarding' option.
541. [func] Add bogus server support.
540. [func] Add dialup support.
539. [func] Support the blackhole option.
538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
537. [placeholder]
536. [func] Use transfer-source{-v6} when sending refresh queries.
Transfer-source{-v6} now take a optional port
parameter for setting the UDP source port. The port
parameter is ignored for TCP.
535. [func] Use transfer-source{-v6} when forwarding update
requests.
534. [func] Ancestors have been removed from RBT chains. Ancestor
information can be discerned via node parent pointers.
533. [func] Incorporated name hashing into the RBT database to
improve search speed.
532. [func] Implement DNS UPDATE pseudo records using
DNS_RDATA_UPDATE flag.
531. [func] Rdata really should be initialized before being assigned
to (dns_rdata_fromwire(), dns_rdata_fromtext(),
dns_rdata_clone(), dns_rdata_fromregion()),
check that it is.
530. [func] New function dns_rdata_invalidate().
529. [bug] 521 contained a bug which caused zones to always
reload. [RT #410]
528. [func] The ISC_LIST_XXXX macros now perform sanity checks
on their arguments. ISC_LIST_XXXXUNSAFE can be use
to skip the checks however use with caution.
527. [func] New function dns_rdata_clone().
526. [bug] nsupdate incorrectly refused to add RRs with a TTL
of 0.
525. [func] New arguments 'options' for dns_db_subtractrdataset(),
and 'flags' for dns_rdataslab_subtract() allowing you
to request that the RR's must exist prior to deletion.
DNS_R_NOTEXACT is returned if the condition is not met.
524. [func] The 'forward' and 'forwarders' statement in
non-forward zones should work now.
523. [doc] The source to the Administrator Reference Manual is
now an XML file using the DocBook DTD, and is included
in the distribution. The plain text version of the
ARM is temporarily unavailable while we figure out
how to generate readable plain text from the XML.
522. [func] The lightweight resolver daemon can now use
a real configuration file, and its functionality
can be provided by a name server. Also, the -p and -P
options to lwresd have been reversed.
521. [bug] Detect master files which contain $INCLUDE and always
reload. [RT #196]
520. [bug] Upgraded libtool to 1.3.5, which makes shared
library builds almost work on AIX (and possibly
others).
519. [bug] dns_name_split() would improperly split some bitstring
labels, zeroing a few of the least significant bits in
the prefix part. When such an improperly created
prefix was returned to the RBT database, the bogus
label was dutifully stored, corrupting the tree.
[RT #369]
518. [bug] The resolver did not realize that a DNAME which was
"the answer" to the client's query was "the answer",
and such queries would fail. [RT #399]
517. [bug] The resolver's DNAME code would trigger an assertion
if there was more than one DNAME in the chain.
[RT #399]
516. [bug] Cache lookups which had a NULL node pointer, e.g.
those by dns_view_find(), and which would match a
DNAME, would trigger an INSIST(!search.need_cleanup)
assertion. [RT #399]
515. [bug] The ssu table was not being attached / detached
by dns_zone_[sg]etssutable. [RT#397]
514. [func] Retry refresh and notify queries if they timeout.
[RT #388]
513. [func] New functionality added to rdnc and server to allow
individual zones to be refreshed or reloaded.
512. [bug] The zone transfer code could throw an exception with
an invalid IXFR stream.
511. [bug] The message code could throw an assertion on an
out of memory failure. [RT #392]
510. [bug] Remove spurious view notify warning. [RT #376]
509. [func] Add support for write of zone files on shutdown.
508. [func] dns_message_parse() can now do a best-effort
attempt, which should allow dig to print more invalid
messages.
507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
and dns_view_flushanddetach().
506. [func] Do not fail to start on errors in zone files.
505. [bug] nsupdate was printing "unknown result code". [RT #373]
504. [bug] The zone was not being marked as dirty when updated via
IXFR.
503. [bug] dumptime was not being set along with
DNS_ZONEFLG_NEEDDUMP.
502. [func] On a SERVFAIL reply, DiG will now try the next server
in the list, unless the +fail option is specified.
501. [bug] Incorrect port numbers were being displayed by
nslookup. [RT #352]
500. [func] Nearly useless +details option removed from DiG.
499. [func] In DiG, specifying a class with -c or type with -t
changes command-line parsing so that classes and
types are only recognized if following -c or -t.
This allows hosts with the same name as a class or
type to be looked up.
498. [doc] There is now a man page for "dig"
in doc/man/bin/dig.1.
497. [bug] The error messages printed when an IP match list
contained a network address with a nonzero host
part where not sufficiently detailed. [RT #365]
496. [bug] named didn't sanity check numeric parameters. [RT #361]
495. [bug] nsupdate was unable to handle large records. [RT #368]
494. [func] Do not cache NXDOMAIN responses for SOA queries.
493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
for SOA queries. This makes it easier to locate
the containing zone without polluting intermediate
caches.
492. [bug] attempting to reload a zone caused the server fail
to shutdown cleanly. [RT #360]
491. [bug] nsupdate would segfault when sending certain
prerequisites with empty RDATA. [RT #356]
490. [func] When a slave/stub zone has not yet successfully
obtained an SOA containing the zone's configured
retry time, perform the SOA query retries using
exponential backoff. [RT #337]
489. [func] The zone manager now has a "i/o" queue.
488. [bug] Locks weren't properly destroyed in some cases.
487. [port] flockfile() is not defined on all systems.
486. [bug] nslookup: "set all" and "server" commands showed
the incorrect port number if a port other than 53
was specified. [RT #352]
485. [func] When dig had more than one server to query, it would
send all of the messages at the same time. Add
rate limiting of the transmitted messages.
484. [bug] When the server was reloaded after removing addresses
from the named.conf "listen-on" statement, sockets
were still listening on the removed addresses due
to reference count loops. [RT #325]
483. [bug] nslookup: "set all" showed a "search" option but it
was not settable.
482. [bug] nslookup: a plain "server" or "lserver" should be
treated as a lookup.
481. [bug] nslookup:get_next_command() stack size could exceed
per thread limit.
480. [bug] strtok() is not thread safe. [RT #349]
479. [func] The test suite can now be run by typing "make check"
or "make test" at the top level.
478. [bug] "make install" failed if the directory specified with
--prefix did not already exist.
477. [bug] The the isc-config.sh script could be installed before
its directory was created. [RT #324]
476. [bug] A zone could expire while a zone transfer was in
progress triggering a INSIST failure. [RT #329]
475. [bug] query_getzonedb() sometimes returned a non-null version
on failure. This caused assertion failures when
generating query responses where names subject to
additional section processing pointed to a zone
to which access had been denied by means of the
allow-query option. [RT #336]
474. [bug] The mnemonic of the CHAOS class is CH according to
RFC1035, but it was printed and read only as CHAOS.
We now accept both forms as input, and print it
as CH. [RT #305]
473. [bug] nsupdate overran the end of the list of name servers
when no servers could be reached, typically causing
it to print the error message "dns_request_create:
not implemented".
472. [bug] Off-by-one error caused isc_time_add() to sometimes
produce invalid time values.
471. [bug] nsupdate didn't compile on HP/UX 10.20
470. [func] $GENERATE is now supported. See also
doc/misc/migration.
469. [bug] "query-source address * port 53;" now works.
468. [bug] dns_master_load*() failed to report file and line
number in certain error conditions.
467. [bug] dns_master_load*() failed to log an error if
pushfile() failed.
466. [bug] dns_master_load*() could return success when it failed.
465. [cleanup] Allow 0 to be set as an omapi_value_t value by
omapi_value_storeint().
464. [cleanup] Build with openssl's RSA code instead of dnssafe.
463. [bug] nsupdate sent malformed SOA queries to the second
and subsequent name servers in resolv.conf if the
query sent to the first one failed.
462. [bug] --disable-ipv6 should work now.
461. [bug] Specifying an unknown key in the "keys" clause of the
"controls" statement caused a NULL pointer dereference.
[RT #316]
460. [bug] Much of the DNSSEC code only worked with class IN.
459. [bug] Nslookup processed the "set" command incorrectly.
458. [bug] Nslookup didn't properly check class and type values.
[RT #305]
457. [bug] Dig/host/hslookup didn't properly handle connect
timeouts in certain situations, causing an
unnecessary warning message to be printed.
456. [bug] Stub zones were not resetting the refresh and expire
counters, loadtime or clearing the DNS_ZONE_REFRESH
(refresh in progress) flag upon successful update.
This disabled further refreshing of the stub zone,
causing it to eventually expire. [RT #300]
455. [doc] Document IPv4 prefix notation does not require a
dotted decimal quad but may be just dotted decimal.
454. [bug] Enforce dotted decimal and dotted decimal quad where
documented as such in named.conf. [RT #304, RT #311]
453. [bug] Warn if the obsolete option "maintain-ixfr-base"
is specified in named.conf. [RT #306]
452. [bug] Warn if the unimplemented option "statistics-file"
is specified in named.conf. [RT #301]
451. [func] Update forwarding implemented.
450. [func] New function ns_client_sendraw().
449. [bug] isc_bitstring_copy() only works correctly if the
two bitstrings have the same lsb0 value, but this
requirement was not documented, nor was there a
REQUIRE for it.
448. [bug] Host output formatting change, to match v8. [RT #255]
447. [bug] Dig didn't properly retry in TCP mode after
a truncated reply. [RT #277]
446. [bug] Confusing notify log message. [RT #298]
445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
bitstring triggered a REQUIRE statement. The REQUIRE
statement was incorrect. [RT #297]
444. [func] "recursion denied" messages are always logged at
debug level 1, now, rather than sometimes at ERROR.
This silences these warnings in the usual case, where
some clients set the RD bit in all queries.
443. [bug] When loading a master file failed because of an
unrecognized RR type name, the error message
did not include the file name and line number.
[RT #285]
442. [bug] TSIG signed messages that did not match any view
crashed the server. [RT #290]
441. [bug] Nodes obscured by a DNAME were inaccessible even
when DNS_DBFIND_GLUEOK was set.
440. [func] New function dns_zone_forwardupdate().
439. [func] New function dns_request_createraw().
438. [func] New function dns_message_getrawmessage().
437. [func] Log NOTIFY activity to the notify channel.
436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
which sometimes happens on Linux, named would enter
a busy loop. Also, unexpected socket errors were
not logged at a high enough logging level to be
useful in diagnosing this situation. [RT #275]
435. [bug] dns_zone_dump() overwrote existing zone files
rather than writing to a temporary file and
renaming. This could lead to empty or partial
zone files being left around in certain error
conditions involving the initial transfer of a
slave zone, interfering with subsequent server
startup. [RT #282]
434. [func] New function isc_file_isabsolute().
433. [func] isc_base64_decodestring() now accepts newlines
within the base64 data. This makes it possible
to break up the key data in a "trusted-keys"
statement into multiple lines. [RT #284]
432. [func] Added refresh/retry jitter. The actual refresh/
retry time is now a random value between 75% and
100% of the configured value.
431. [func] Log at ISC_LOG_INFO when a zone is successfully
loaded.
430. [bug] Rewrote the lightweight resolver client management
code to handle shutdown correctly and general
cleanup.
429. [bug] The space reserved for a TSIG record in a response
was 2 bytes too short, leading to message
generation failures.
428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
(e.g. glue). This could cause SERVFAILs when
generating negative responses in a secure zone.
427. [bug] Avoid going into an infinite loop when the validator
gets a negative response to a key query where the
records are signed by the missing key.
426. [bug] Attempting to generate an oversized RSA key could
cause dnssec-keygen to dump core.
425. [bug] Warn about the auth-nxdomain default value change
if there is no auth-nxdomain statement in the
config file. [RT #287]
424. [bug] notify_createmessage() could trigger an assertion
failure when creating the notify message failed,
e.g. due to corrupt zones with multiple SOA records.
[RT #279]
423. [bug] When responding to a recursive query, errors that occur
after following a CNAME should cause the query to fail.
[RT #274]
422. [func] get rid of isc_random_t, and make isc_random_get()
and isc_random_jitter() use rand() internally
instead of local state. Note that isc_random_*()
functions are only for weak, non-critical "randomness"
such as timing jitter and such.
421. [bug] nslookup would exit when given a blank line as input.
420. [bug] nslookup failed to implement the "exit" command.
419. [bug] The certificate type PKIX was misspelled as SKIX.
418. [bug] At debug levels >= 10, getting an unexpected
socket receive error would crash the server
while trying to log the error message.
417. [func] Add isc_app_block() and isc_app_unblock(), which
allow an application to handle signals while
blocking.
416. [bug] Slave zones with no master file tried to use a
NULL pointer for a journal file name when they
received an IXFR. [RT #273]
415. [bug] The logging code leaked file descriptors.
414. [bug] Server did not shut down until all incoming zone
transfers were finished.
413. [bug] Notify could attempt to use the zone database after
it had been unloaded. [RT#267]
412. [bug] named -v didn't print the version.
411. [bug] A typo in the HS A code caused an assertion failure.
410. [bug] lwres_gethostbyname() and company set lwres_h_errno
to a random value on success.
409. [bug] If named was shut down early in the startup
process, ns_omapi_shutdown() would attempt to lock
an uninitialized mutex. [RT #262]
408. [bug] stub zones could leak memory and reference counts if
all the masters were unreachable.
407. [bug] isc_rwlock_lock() would needlessly block
readers when it reached the read quota even
if no writers were waiting.
406. [bug] Log messages were occasionally lost or corrupted
due to a race condition in isc_log_doit().
405. [func] Add support for selective forwarding (forward zones)
404. [bug] The request library didn't completely work with IPv6.
403. [bug] "host" did not use the search list.
402. [bug] Treat undefined acls as errors, rather than
warning and then later throwing an assertion.
[RT #252]
401. [func] Added simple database API.
400. [bug] SIG(0) signing and verifying was done incorrectly.
[RT #249]
399. [bug] When reloading the server with a config file
containing a syntax error, it could catch an
assertion failure trying to perform zone
maintenance on, or sending notifies from,
tentatively created zones whose views were
never fully configured and lacked an address
database and request manager.
398. [bug] "dig" sometimes caught an assertion failure when
using TSIG, depending on the key length.
397. [func] Added utility functions dns_view_gettsig() and
dns_view_getpeertsig().
396. [doc] There is now a man page for "nsupdate"
in doc/man/bin/nsupdate.8.
395. [bug] nslookup printed incorrect RR type mnemonics
for RRs of type >= 21 [RT #237].
394. [bug] Current name was not propagated via $INCLUDE.
393. [func] Initial answer while loading (awl) support.
Entry points: dns_master_loadfileinc(),
dns_master_loadstreaminc(), dns_master_loadbufferinc().
Note: calls to dns_master_load*inc() should be rate
be rate limited so as to not use up all file
descriptors.
392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
not support the given address family requested.
391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
390. [func] The function dns_zone_setdbtype() now takes
an argc/argv style vector of words and sets
both the zone database type and its arguments,
making the functions dns_zone_adddbarg()
and dns_zone_cleardbargs() unnecessary.
389. [bug] Attempting to send a request over IPv6 using
dns_request_create() on a system without IPv6
support caused an assertion failure [RT #235].
388. [func] dig and host can now do reverse ipv6 lookups.
387. [func] Add dns_byaddr_createptrname(), which converts
an address into the name used by a PTR query.
386. [bug] Missing strdup() of ACL name caused random
ACL matching failures [RT #228].
385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
and dns_zt_print().
384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
of 2147483647.
383. [func] When writing a master file, print the SOA and NS
records (and their SIGs) before other records.
382. [bug] named -u failed on many Linux systems where the
libc provided kernel headers do not match
the current kernel.
381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
IPV6_PKTINFO if found. [RT #229]
380. [bug] nsupdate didn't work with IPv6.
379. [func] New library function isc_sockaddr_anyofpf().
378. [func] named and lwresd will log the command line arguments
they were started with in the "starting ..." message.
377. [bug] When additional data lookups were refused due to
"allow-query", the databases were still being
attached causing reference leaks.
376. [bug] The server should always use good entropy when
performing cryptographic functions needing entropy.
375. [bug] Per-zone "allow-query" did not properly override the
view/global one for CNAME targets and additional
data [RT #220].
374. [bug] SOA in authoritative negative responses had wrong TTL.
373. [func] nslookup is now installed by "make install".
372. [bug] Deal with Microsoft DNS servers appending two bytes of
garbage to zone transfer requests.
371. [bug] At high debug levels, doing an outgoing zone transfer
of a very large RRset could cause an assertion failure
during logging.
370. [bug] The error messages for roll-forward failures were
overly terse.
369. [func] Support new named.conf options, view and zone
statements:
max-retry-time, min-retry-time,
max-refresh-time, min-refresh-time.
368. [func] Restructure the internal ".bind" view so that more
zones can be added to it.
367. [bug] Allow proper selection of server on nslookup command
line.
366. [func] Allow use of '-' batch file in dig for stdin.
365. [bug] nsupdate -k leaked memory.
364. [func] Added additional-from-{cache,auth}
363. [placeholder]
362. [bug] rndc no longer aborts if the configuration file is
missing an options statement. [RT #209]
361. [func] When the RBT find or chain functions set the name and
origin for a node that stores the root label
the name is now set to an empty name, instead of ".",
to simplify later use of the name and origin by
dns_name_concatenate(), dns_name_totext() or
dns_name_format().
360. [func] dns_name_totext() and dns_name_format() now allow
an empty name to be passed, which is formatted as "@".
359. [bug] dnssec-signzone occasionally signed glue records.
358. [cleanup] Rename the intermediate files used by the dnssec
programs.
357. [bug] The zone file parser crashed if the argument
to $INCLUDE was a quoted string.
356. [cleanup] isc_task_send no longer requires event->sender to
be non-null.
355. [func] Added isc_dir_createunique(), similar to mkdtemp().
354. [doc] Man pages for the dnssec tools are now included in
the distribution, in doc/man/dnssec.
353. [bug] double increment in lwres/gethost.c:copytobuf().
[RT# 187]
352. [bug] Race condition in dns_client_t startup could cause
an assertion failure.
351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
signed query could crash the server.
350. [bug] Also-notify lists specified in the global options
block were not correctly reference counted, causing
a memory leak.
349. [bug] Processing a query with the CD bit set now works
as expected.
348. [func] New boolean named.conf options 'additional-from-auth'
and 'additional-from-cache' now supported in view and
global options statement.
347. [bug] Don't crash if an argument is left off options in dig.
346. [placeholder]
345. [bug] Large-scale changes/cleanups to dig:
* Significantly improve structure handling
* Don't pre-load entire batch files
* Add name/rr counting/limiting
* Fix SIGINT handling
* Shorten timeouts to match v8's behavior
344. [bug] When shutting down, lwresd sometimes tried
to shut down its client tasks twice,
triggering an assertion.
343. [bug] Although zone maintenance SOA queries and
notify requests were signed with TSIG keys
when configured for the server in case,
the TSIG was not verified on the response.
342. [bug] The wrong name was being passed to
dns_name_dup() when generating a TSIG
key using TKEY.
341. [func] Support 'key' clause in named.conf zone masters
statement to allow authentication via TSIG keys:
masters {
10.0.0.1 port 5353 key "foo";
10.0.0.2 ;
};
340. [bug] The top-level COPYRIGHT file was missing from
the distribution.
339. [bug] DNSSEC validation of the response to an ANY
query at a name with a CNAME RR in a secure
zone triggered an assertion failure.
338. [bug] lwresd logged to syslog as named, not lwresd.
337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
on the command line.
336. [bug] "dig -f" used 64 k of memory for each line in
the file. It now uses much less, though still
proportionally to the file size.
335. [bug] named would occasionally attempt recursion when
it was disallowed or undesired.
334. [func] Added hmac-md5 to libisc.
333. [bug] The resolver incorrectly accepted referrals to
domains that were not parents of the query name,
causing assertion failures.
332. [func] New function dns_name_reset().
331. [bug] Only log "recursion denied" if RD is set. [RT #178]
330. [bug] Many debugging messages were partially formatted
even when debugging was turned off, causing a
significant decrease in query performance.
329. [func] omapi_auth_register() now takes a size_t argument for
the length of a key's secret data. Previously
OMAPI only stored secrets up to the first NUL byte.
328. [func] Added isc_base64_decodestring().
327. [bug] rndc.conf parser wasn't correctly recognizing an IP
address where a host specification was required.
326. [func] 'keys' in an 'inet' control statement is now
required and must have at least one item in it.
A "not supported" warning is now issued if a 'unix'
control channel is defined.
325. [bug] isc_lex_gettoken was processing octal strings when
ISC_LEXOPT_CNUMBER was not set.
324. [func] In the resolver, turn EDNS0 off if there is no
response after a number of retransmissions.
This is to allow queries some chance of succeeding
even if all the authoritative servers of a zone
silently discard EDNS0 requests instead of
sending an error response like they ought to.
323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
Because of this, servers authoritative for a parent
and grandchild zone but not authoritative for the
intervening child zone did not correctly issue
referrals to the servers of the child zone.
322. [bug] Queries for KEY RRs are now sent to the parent
server before the authoritative one, making
DNSSEC insecurity proofs work in many cases
where they previously didn't.
321. [bug] When synthesizing a CNAME RR for a DNAME
response, query_addcname() failed to initialize
the type and class of the CNAME dns_rdata_t,
causing random failures.
320. [func] Multiple rndc changes: parses an rndc.conf file,
uses authentication to talk to named, command
line syntax changed. This will all be described
in the ARM.
319. [func] The named.conf "controls" statement is now used
to configure the OMAPI command channel.
318. [func] dns_c_ndcctx_destroy() could never return anything
except ISC_R_SUCCESS; made it have void return instead.
317. [func] Use callbacks from libomapi to determine if a
new connection is valid, and if a key requested
to be used with that connection is valid.
316. [bug] Generate a warning if we detect an unexpected <eof>
but treat as <eol><eof>.
315. [bug] Handle non-empty blanks lines. [RT #163]
314. [func] The named.conf controls statement can now have
more than one key specified for the inet clause.
313. [bug] When parsing resolv.conf, don't terminate on an
error. Instead, parse as much as possible, but
still return an error if one was found.
312. [bug] Increase the number of allowed elements in the
resolv.conf search path from 6 to 8. If there
are more than this, ignore the remainder rather
than returning a failure in lwres_conf_parse.
311. [bug] lwres_conf_parse failed when the first line of
resolv.conf was empty or a comment.
310. [func] Changes to named.conf "controls" statement (inet
subtype only)
- support "keys" clause
controls {
inet * port 1024
allow { any; } keys { "foo"; }
}
- allow "port xxx" to be left out of statement,
in which case it defaults to omapi's default port
of 953.
309. [bug] When sending a referral, the server did not look
for name server addresses as glue in the zone
holding the NS RRset in the case where this zone
was not the same as the one where it looked for
name server addresses as authoritative data.
308. [bug] Treat a SOA record not at top of zone as an error
when loading a zone. [RT #154]
307. [bug] When canceling a query, the resolver didn't check for
isc_socket_sendto() calls that did not yet have their
completion events posted, so it could (rarely) end up
destroying the query context and then want to use
it again when the send event posted, triggering an
assertion as it tried to cancel an already-canceled
query. [RT #77]
306. [bug] Reading HMAC-MD5 private key files didn't work.
305. [bug] When reloading the server with a config file
containing a syntax error, it could catch an
assertion failure trying to perform zone
maintenance on tentatively created zones whose
views were never fully configured and lacked
an address database.
304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
are listed in resolv.conf, silently ignore them
instead of returning failure.
303. [bug] Add additional sanity checks to differentiate a AXFR
response vs a IXFR response. [RT #157]
302. [bug] In dig, host, and nslookup, MXNAME should be large
enough to hold any legal domain name in presentation
format + terminating NULL.
301. [bug] Uninitialized pointer in host:printmessage(). [RT #159]
300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
on platforms lacking IPv6 because each included their
own ipv6 header file for the missing definitions. Now
each library's ipv6.h defines the wrapper symbol of
the other (ISC_IPV6_H and LWRES_IPV6_H).
299. [cleanup] Get the user and group information before changing the
root directory, so the administrator does not need to
keep a copy of the user and group databases in the
chroot'ed environment. Suggested by Hakan Olsson.
298. [bug] A mutex deadlock occurred during shutdown of the
interface manager under certain conditions.
Digital Unix systems were the most affected.
297. [bug] Specifying a key name that wasn't fully qualified
in certain parts of the config file could cause
an assertion failure.
296. [bug] "make install" from a separate build directory
failed unless configure had been run in the source
directory, too.
295. [bug] When invoked with type==CNAME and a message
not constructed by dns_message_parse(),
dns_message_findname() failed to find anything
due to checking for attribute bits that are set
only in dns_message_parse(). This caused an
infinite loop when constructing the response to
an ANY query at a CNAME in a secure zone.
294. [bug] If we run out of space in while processing glue
when reading a master file and commit "current name"
reverts to "name_current" instead of staying as
"name_glue".
293. [port] Add support for FreeBSD 4.0 system tests.
292. [bug] Due to problems with the way some operating systems
handle simultaneous listening on IPv4 and IPv6
addresses, the server no longer listens on IPv6
addresses by default. To revert to the previous
behavior, specify "listen-on-v6 { any; };" in
the config file.
291. [func] Caching servers no longer send outgoing queries
over TCP just because the incoming recursive query
was a TCP one.
290. [cleanup] +twiddle option to dig (for testing only) removed.
289. [cleanup] dig is now installed in $bindir instead of $sbindir.
host is now installed in $bindir. (Be sure to remove
any $sbindir/dig from a previous release.)
288. [func] rndc is now installed by "make install" into $sbindir.
287. [bug] rndc now works again as "rndc 127.1 reload" (for
only that task). Parsing its configuration file and
using digital signatures for authentication has been
disabled until named supports the "controls" statement,
post-9.0.0.
286. [bug] On Solaris 2, when named inherited a signal state
where SIGHUP had the SIG_IGN action, SIGHUP would
be ignored rather than causing the server to reload
its configuration.
285. [bug] A change made to the dst API for beta4 inadvertently
broke OMAPI's creation of a dst key from an incoming
message, causing an assertion to be triggered. Fixed.
284. [func] The DNSSEC key generation and signing tools now
generate randomness from keyboard input on systems
that lack /dev/random.
283. [cleanup] The 'lwresd' program is now a link to 'named'.
282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
too big for an unsigned long.
281. [bug] Fixed list of recognized config file category names.
280. [func] Add isc-config.sh, which can be used to more
easily build applications that link with
our libraries.
279. [bug] Private omapi function symbols shared between
two or more files in libomapi.a were not namespace
protected using the ISC convention of starting with
the library name and two underscores ("omapi__"...)
278. [bug] bin/named/logconf.c:category_fromconf() didn't take
note of when isc_log_categorybyname() wasn't able
to find the category name and would then apply the
channel list of the unknown category to all categories.
277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
would fail to find the first member of any category
or module array apart from the internal defaults.
Thus, for example, the "notify" category was improperly
configured by named.
276. [bug] dig now supports maximum sized TCP messages.
275. [bug] The definition of lwres_gai_strerror() was missing
the lwres_ prefix.
274. [bug] TSIG AXFR verify failed when talking to a BIND 8
server.
273. [func] The default for the 'transfer-format' option is
now 'many-answers'. This will break zone transfers
to BIND 4.9.5 and older unless there is an explicit
'one-answer' configuration.
272. [bug] The sending of large TCP responses was canceled
in mid-transmission due to a race condition
caused by the failure to set the client object's
"newstate" variable correctly when transitioning
to the "working" state.
271. [func] Attempt to probe the number of cpus in named
if unspecified rather than defaulting to 1.
270. [func] Allow maximum sized TCP answers.
269. [bug] Failed DNSSEC validations could cause an assertion
failure by causing clone_results() to be called with
with hevent->node == NULL.
268. [doc] A plain text version of the Administrator
Reference Manual is now included in the distribution,
as doc/arm/Bv9ARM.txt.
267. [func] Nsupdate is now provided in the distribution.
266. [bug] zone.c:save_nsrrset() node was not initialized.
265. [bug] dns_request_create() now works for TCP.
264. [func] Dispatch can not take TCP sockets in connecting
state. Set DNS_DISPATCHATTR_CONNECTED when calling
dns_dispatch_createtcp() for connected TCP sockets
or call dns_dispatch_starttcp() when the socket is
connected.
263. [func] New logging channel type 'stderr'
channel some-name {
stderr;
severity error;
}
262. [bug] 'master' was not initialized in zone.c:stub_callback().
261. [func] Add dns_zone_markdirty().
260. [bug] Running named as a non-root user failed on Linux
kernels new enough to support retaining capabilities
after setuid().
259. [func] New random-device and random-seed-file statements
for global options block of named.conf. Both accept
a single string argument.
258. [bug] Fixed printing of lwres_addr_t.address field.
257. [bug] The server detached the last zone manager reference
too early, while it could still be in use by queries.
This manifested itself as assertion failures during the
shutdown process for busy name servers. [RT #133]
256. [func] isc_ratelimiter_t now has attach/detach semantics, and
isc_ratelimiter_shutdown guarantees that the rate
limiter is detached from its task.
255. [func] New function dns_zonemgr_attach().
254. [bug] Suppress "query denied" messages on additional data
lookups.
--- 9.0.0b4 released ---
253. [func] resolv.conf parser now recognizes ';' and '#' as
comments (anywhere in line, not just as the beginning).
252. [bug] resolv.conf parser mishandled masks on sortlists.
It also aborted when an unrecognized keyword was seen,
now it silently ignores the entire line.
251. [bug] lwresd caught an assertion failure on startup.
250. [bug] fixed handling of size+unit when value would be too
large for internal representation.
249. [cleanup] max-cache-size config option now takes a size-spec
like 'datasize', except 'default' is not allowed.
248. [bug] global lame-ttl option was not being printed when
config structures were written out.
247. [cleanup] Rename cache-size config option to max-cache-size.
246. [func] Rename global option cachesize to cache-size and
add corresponding option to view statement.
245. [bug] If an uncompressed name will take more than 255
bytes and the buffer is sufficiently long,
dns_name_fromwire should return DNS_R_FORMERR,
not ISC_R_NOSPACE. This bug caused cause the
server to catch an assertion failure when it
received a query for a name longer than 255
bytes.
244. [bug] empty named.conf file and empty options statement are
now parsed properly.
243. [func] new cachesize option for named.conf
242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
241. [cleanup] nscount and soacount have been removed from the
dns_master_*() argument lists.
240. [func] databases now come in three flavours: zone, cache
and stub.
239. [func] If ISC_MEM_DEBUG is enabled, the variable
isc_mem_debugging controls whether messages
are printed or not.
238. [cleanup] A few more compilation warnings have been quieted:
+ missing sigwait prototype on BSD/OS 4.0/4.0.1.
+ PTHREAD_ONCE_INIT unbraced initializer warnings on
Solaris 2.8.
+ IN6ADDR_ANY_INIT unbraced initializer warnings on
BSD/OS 4.*, Linux and Solaris 2.8.
237. [bug] If connect() returned ENOBUFS when the resolver was
initiating a TCP query, the socket didn't get
destroyed, and the server did not shut down cleanly.
236. [func] Added new listen-on-v6 config file statement.
235. [func] Consider it a config file error if a listen-on
statement has an IPv6 address in it, or a
listen-on-v6 statement has an IPv4 address in it.
234. [bug] Allow a trusted-key's first field (domain-name) be
either a quoted or an unquoted string, instead of
requiring a quoted string.
233. [cleanup] Convert all config structure integer values to unsigned
integer (isc_uint32_t) to match grammar.
232. [bug] Allow slave zones to not have a file.
231. [func] Support new 'port' clause in config file options
section. Causes 'listen-on', 'masters' and
'also-notify' statements to use its value instead of
default (53).
230. [func] Replace the dst sign/verify API with a cleaner one.
229. [func] Support config file sig-validity-interval statement
in options, views and zone statements (master
zones only).
228. [cleanup] Logging messages in config module stripped of
trailing period.
227. [cleanup] The enumerated identifiers dns_rdataclass_*,
dns_rcode_*, dns_opcode_*, and dns_trust_* are
also now cast to their appropriate types, as with
dns_rdatatype_* in item number 225 below.
226. [func] dns_name_totext() now always prints the root name as
'.', even when omit_final_dot is true.
225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
cast to dns_rdatatype_t via macros of their same name
so that they are of the proper integral type wherever
a dns_rdatatype_t is needed.
224. [cleanup] The entire project builds cleanly with gcc's
-Wcast-qual and -Wwrite-strings warnings enabled,
which is now the default when using gcc. (Warnings
from confparser.c, because of yacc's code, are
unfortunately to be expected.)
223. [func] Several functions were re-prototyped to qualify one
or more of their arguments with "const". Similarly,
several functions that return pointers now have
those pointers qualified with const.
222. [bug] The global 'also-notify' option was ignored.
221. [bug] An uninitialized variable was sometimes passed to
dns_rdata_freestruct() when loading a zone, causing
an assertion failure.
220. [cleanup] Set the default outgoing port in the view, and
set it in sockaddrs returned from the ADB.
[31-May-2000 explorer]
219. [bug] Signed truncated messages more correctly follow
the respective specs.
218. [func] When an rdataset is signed, its ttl is normalized
based on the signature validity period.
217. [func] Also-notify and trusted-keys can now be used in
the 'view' statement.
216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
now work.
215. [bug] Failures at certain points in request processing
could cause the assertion INSIST(client->lockview
== NULL) to be triggered.
214. [func] New public function isc_netaddr_format(), for
formatting network addresses in log messages.
213. [bug] Don't leak memory when reloading the zone if
an update-policy clause was present in the old zone.
212. [func] Added dns_message_get/settsigkey, to make TSIG
key management reasonable.
211. [func] The 'key' and 'server' statements can now occur
inside 'view' statements.
210. [bug] The 'allow-transfer' option was ignored for slave
zones, and the 'transfers-per-ns' option was
was ignored for all zones.
209. [cleanup] Upgraded openssl files to new version 0.9.5a
208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
of an isc_offset_t.
207. [func] The dnssec tools properly use the logging subsystem.
206. [cleanup] dst now stores the key name as a dns_name_t, not
a char *.
205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
("prototyped function redeclared without prototype")
and 1552 ("variable ... set but not used") when
compiling in the lib/dns/sec/{dnssafe,openssl}
directories, which contain code imported from outside
sources.
204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
to quiet the warnings that "The linked output may not
run on a PA 1.x system."
203. [func] notify and zone soa queries are now tsig signed when
appropriate.
202. [func] isc_lex_getsourceline() changed from returning int
to returning unsigned long, the type of its underlying
counter.
201. [cleanup] Removed the test/sdig program, it has been
replaced by bin/dig/dig.
--- 9.0.0b3 released ---
200. [bug] Failures in sending query responses to clients
(e.g., running out of network buffers) were
not logged.
199. [bug] isc_heap_delete() sometimes violated the heap
invariant, causing timer events not to be posted
when due.
198. [func] Dispatch managers hold memory pools which
any managed dispatcher may use. This allows
us to avoid dipping into the memory context for
most allocations. [19-May-2000 explorer]
197. [bug] When an incoming AXFR or IXFR completes, the
zone's internal state is refreshed from the
SOA data. [19-May-2000 explorer]
196. [func] Dispatchers can be shared easily between views
and/or interfaces. [19-May-2000 explorer]
195. [bug] Including the NXT record of the root domain
in a negative response caused an assertion
failure.
194. [doc] The PDF version of the Administrator's Reference
Manual is no longer included in the ISC BIND9
distribution.
193. [func] changed dst_key_free() prototype.
192. [bug] Zone configuration validation is now done at end
of config file parsing, and before loading
callbacks.
191. [func] Patched to compile on UnixWare 7.x. This platform
is not directly supported by the ISC.
190. [cleanup] The DNSSEC tools have been moved to a separate
directory dnssec/ and given the following new,
more descriptive names:
dnssec-keygen
dnssec-signzone
dnssec-signkey
dnssec-makekeyset
Their command line arguments have also been changed to
be more consistent. dnssec-keygen now prints the
name of the generated key files (sans extension)
on standard output to simplify its use in automated
scripts.
189. [func] isc_time_secondsastimet(), a new function, will ensure
that the number of seconds in an isc_time_t does not
exceed the range of a time_t, or return ISC_R_RANGE.
Similarly, isc_time_now(), isc_time_nowplusinterval(),
isc_time_add() and isc_time_subtract() now check the
range for overflow/underflow. In the case of
isc_time_subtract, this changed a calling requirement
(ie, something that could generate an assertion)
into merely a condition that returns an error result.
isc_time_add() and isc_time_subtract() were void-
valued before but now return isc_result_t.
188. [func] Log a warning message when an incoming zone transfer
contains out-of-zone data.
187. [func] isc_ratelimter_enqueue() has an additional argument
'task'.
186. [func] dns_request_getresponse() has an additional argument
'preserve_order'.
185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
public functions did not have an isc__ prefix, and
referred to functions that had previously been
renamed.
184. [cleanup] Variables/functions which began with two leading
underscores were made to conform to the ANSI/ISO
standard, which says that such names are reserved.
183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
for logging the program name or other identifier.
182. [cleanup] New command-line parameters for dnssec tools
181. [func] Added dst_key_buildfilename and dst_key_parsefilename
180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
179. [func] options named.conf statement *must* now come
before any zone or view statements.
178. [func] Post-load of named.conf check verifies a slave zone
has non-empty list of masters defined.
177. [func] New per-zone boolean:
enable-zone yes | no ;
intended to let a zone be disabled without having
to comment out the entire zone statement.
176. [func] New global and per-view option:
max-cache-ttl number
175. [func] New global and per-view option:
additional-data internal | minimal | maximal;
174. [func] New public function isc_sockaddr_format(), for
formatting socket addresses in log messages.
173. [func] Keep a queue of zones waiting for zone transfer
quota so that a new transfer can be dispatched
immediately whenever quota becomes available.
172. [bug] $TTL directive was sometimes missing from dumped
master files because totext_ctx_init() failed to
initialize ctx->current_ttl_valid.
171. [cleanup] On NetBSD systems, the mit-pthreads or
unproven-pthreads library is now always used
unless --with-ptl2 is explicitly specified on
the configure command line. The
--with-mit-pthreads option is no longer needed
and has been removed.
170. [cleanup] Remove inter server consistency checks from zone,
these should return as a separate module in 9.1.
dns_zone_checkservers(), dns_zone_checkparents(),
dns_zone_checkchildren(), dns_zone_checkglue().
Remove dns_zone_setadb(), dns_zone_setresolver(),
dns_zone_setrequestmgr() these should now be found
via the view.
169. [func] ratelimiter can now process N events per interval.
168. [bug] include statements in named.conf caused syntax errors
due to not consuming the semicolon ending the include
statement before switching input streams.
167. [bug] Make lack of masters for a slave zone a soft error.
166. [bug] Keygen was overwriting existing keys if key_id
conflicted, now it will retry, and non-null keys
with key_id == 0 are not generated anymore. Key
was not able to generate NOAUTHCONF DSA key,
increased RSA key size to 2048 bits.
165. [cleanup] Silence "end-of-loop condition not reached" warnings
from Solaris compiler.
164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
to encapsulate nonportable usage of errno and sync.
163. [func] Added result codes ISC_R_FILENOTFOUND and
ISC_R_FILEEXISTS.
162. [bug] Ensure proper range for arguments to ctype.h functions.
161. [cleanup] error in yyparse prototype that only HPUX caught.
160. [cleanup] getnet*() are not going to be implemented at this
stage.
159. [func] Redefinition of config file elements is now an
error (instead of a warning).
158. [bug] Log channel and category list copy routines
weren't assigning properly to output parameter.
157. [port] Fix missing prototype for getopt().
156. [func] Support new 'database' statement in zone.
database "quoted-string";
155. [bug] ns_notify_start() was not detaching the found zone.
154. [func] The signer now logs libdns warnings to stderr even when
not verbose, and in a nicer format.
153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
is NULL then you need to preserve the 'rdata' until
you have finished using the structure as there may be
references to the associated memory. If 'mctx' is
non-NULL it is guaranteed that there are no references
to memory associated with 'rdata'.
dns_rdata_freestruct() must be called if 'mctx' was
non-NULL and may safely be called if 'mctx' was NULL.
152. [bug] keygen dumped core if domain name argument was omitted
from command line.
151. [func] Support 'disabled' statement in zone config (causes
zone to be parsed and then ignored). Currently must
come after the 'type' clause.
150. [func] Support optional ports in masters and also-notify
statements:
masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
149. [cleanup] Removed usused argument 'olist' from
dns_c_view_unsetordering().
148. [cleanup] Stop issuing some warnings about some configuration
file statements that were not implemented, but now are.
147. [bug] Changed yacc union size to be smaller for yaccs that
put yacc-stack on the real stack.
146. [cleanup] More general redundant header file cleanup. Rather
than continuing to itemize every header which changed,
this changelog entry just notes that if a header file
did not need another header file that it was including
in order to provide its advertised functionality, the
inclusion of the other header file was removed. See
util/check-includes for how this was tested.
145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
ISC_LANG_ENDDECLS to header files that had function
prototypes, and removed it from those that did not.
144. [cleanup] libdns header files too numerous to name were made
to conform to the same style for multiple inclusion
protection.
143. [func] Added function dns_rdatatype_isknown().
142. [cleanup] <isc/stdtime.h> does not need <time.h> or
<isc/result.h>.
141. [bug] Corrupt requests with multiple questions could
cause an assertion failure.
140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
<isc/int.h> and <isc/result.h>.
138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
renamed isc_string_touint64. isc_strsep moved from
strsep.c to string.c and renamed isc_string_separate.
137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
<isc/serial.h>, <isc/string.h> and <isc/offset.h>
made to conform to the same style for multiple
inclusion protection.
136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
<isc/net.h> and Win32's <isc/thread.h> needed
ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
or <isc/boolean.h>, now uses <isc/types.h> in place
of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
and ISC_LANG_ENDDECLS.
134. [cleanup] <isc/dir.h> does not need <limits.h>.
133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
need <isc/eventclass.h>.
131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
for ISC_R_* codes used in macros.
130. [cleanup] <isc/condition.h> does not need <pthread.h> or
<isc/boolean.h>, and now includes <isc/types.h>
instead of <isc/time.h>.
129. [bug] The 'default_debug' log channel was not set up when
'category default' was present in the config file
128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
ISC_LANG_ENDDECLS at end of header.
127. [cleanup] The contracts for the comparision routines
dns_name_fullcompare(), dns_name_compare(),
dns_name_rdatacompare(), and dns_rdata_compare() now
specify that the order value returned is < 0, 0, or > 0
instead of -1, 0, or 1.
126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
<isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
<isc/resultclass.h> do not need <isc/lang.h>.
124. [func] signer now imports parent's zone key signature
and creates null keys/sets zone status bit for
children when necessary
123. [cleanup] <isc/event.h> does not need <stddef.h>.
122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
<isc/result.h>.
121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
<isc/result.h>. Multiple inclusion protection
symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
isc_symtab_t moved to <isc/types.h>.
120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
<isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
<isc/net.h>.
119. [cleanup] structure definitions for generic rdata structures do
not have _generic_ in their names.
118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
YACC crust (yyparse, etc) [2000-apr-27 explorer]
117. [cleanup] libdns.a changes:
dns_zone_clearnotify() and dns_zone_addnotify()
are replaced by dns_zone_setnotifyalso().
dns_zone_clearmasters() and dns_zone_addmaster()
are replaced by dns_zone_setmasters().
116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
on Unix systems).
115. [port] Shut up the -Wmissing-declarations warning about
<stdio.h>'s __sputaux on BSD/OS pre-4.1.
114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
<isc/list.h>.
113. [func] Utility programs dig and host added.
112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
<isc/mutex.h>.
110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
<isc/list.h>.
109. [bug] "make depend" did nothing for
bin/tests/{db,mem,sockaddr,tasks,timers}/.
108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
<dns/types.h> to <dns/bit.h> and renamed to
DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
107. [func] Add keysigner and keysettool.
106. [func] Allow dnssec verifications to ignore the validity
period. Used by several of the dnssec tools.
105. [doc] doc/dev/coding.html expanded with other
implicit conventions the developers have used.
104. [bug] Made compress_add and compress_find static to
lib/dns/compress.c.
103. [func] libisc buffer API changes for <isc/buffer.h>:
Added:
isc_buffer_base(b) (pointer)
isc_buffer_current(b) (pointer)
isc_buffer_active(b) (pointer)
isc_buffer_used(b) (pointer)
isc_buffer_length(b) (int)
isc_buffer_usedlength(b) (int)
isc_buffer_consumedlength(b) (int)
isc_buffer_remaininglength(b) (int)
isc_buffer_activelength(b) (int)
isc_buffer_availablelength(b) (int)
Removed:
ISC_BUFFER_USEDCOUNT(b)
ISC_BUFFER_AVAILABLECOUNT(b)
isc_buffer_type(b)
Changed names:
isc_buffer_used(b, r) ->
isc_buffer_usedregion(b, r)
isc_buffer_available(b, r) ->
isc_buffer_available_region(b, r)
isc_buffer_consumed(b, r) ->
isc_buffer_consumedregion(b, r)
isc_buffer_active(b, r) ->
isc_buffer_activeregion(b, r)
isc_buffer_remaining(b, r) ->
isc_buffer_remainingregion(b, r)
Buffer types were removed, so the ISC_BUFFERTYPE_*
macros are no more, and the type argument to
isc_buffer_init and isc_buffer_allocate were removed.
isc_buffer_putstr is now void (instead of isc_result_t)
and requires that the caller ensure that there
is enough available buffer space for the string.
102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
on BSD/OS 4.1.
101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
100. [cleanup] <isc/random.h> does not need <isc/int.h> or
<isc/mutex.h>. isc_random_t moved to <isc/types.h>.
99. [cleanup] Rate limiter now has separate shutdown() and
destroy() functions, and it guarantees that all
queued events are delivered even in the shutdown case.
98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
<isc/event.h>.
96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
94. [cleanup] Some installed header files did not compile as C++.
93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
or <isc/result.h>.
91. [cleanup] <isc/log.h> does not need <sys/types.h> or
<isc/result.h>.
90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
from <named/listenlist.h>.
89. [cleanup] <isc/lex.h> does not need <stddef.h>.
88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
<isc/mem.h>. isc_interface_t and isc_interfaceiter_t
moved to <isc/types.h>.
87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
<isc/mem.h> or <isc/result.h>.
86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
<isc/types.h>.
85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
<isc/list.h>, <isc/mem.h>, <isc/region.h> or
<isc/int.h>.
84. [func] allow-query ACL checks now apply to all data
added to a response.
83. [func] If the server is authoritative for both a
delegating zone and its (nonsecure) delegatee, and
a query is made for a KEY RR at the top of the
delegatee, then the server will look for a KEY
in the delegator if it is not found in the delegatee.
82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
<isc/lang.h>.
80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
78. [cleanup] lwres_conftest renamed to lwresconf_test for
consistency with other *_test programs.
77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
<isc/time.h> to <isc/types.h>.
76. [cleanup] Rewrote keygen.
75. [func] Don't load a zone if its database file is older
than the last time the zone was loaded.
74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
subsumed by file.o.
73. [func] New "file" API in libisc, including new function
isc_file_getmodtime, isc_mktemplate renamed to
isc_file_mktemplate and isc_ufile renamed to
isc_file_openunique. By no means an exhaustive API,
it is just what's needed for now.
72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
added for dns_rbt_findnode, the former to disable the
setting of the chain to the predecessor, and the
latter to make clear when no options are set.
71. [cleanup] Made explicit the implicit REQUIREs of
isc_time_seconds, isc_time_nanoseconds, and
isc_time_subtract.
70. [func] isc_time_set() added.
69. [bug] The zone object's master and also-notify lists grew
longer with each server reload.
68. [func] Partial support for SIG(0) on incoming messages.
67. [performance] Allow use of alternate (compile-time supplied)
OpenSSL libraries/headers.
66. [func] Data in authoritative zones should have a trust level
beyond secure.
65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
from <dns/types.h>.
64. [func] The RBT, DB, and zone table APIs now allow the
caller find the most-enclosing superdomain of
a name.
63. [func] Generate NOTIFY messages.
62. [func] Add UDP refresh support.
61. [cleanup] Use single quotes consistently in log messages.
60. [func] Catch and disallow singleton types on message
parse.
59. [bug] Cause net/host unreachable to be a hard error
when sending and receiving.
58. [bug] bin/named/query.c could sometimes trigger the
(client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
== 0 assertion in query_newname().
57. [func] Added dns_nxt_typepresent()
56. [bug] SIG records were not properly returned in cached
negative answers.
55. [bug] Responses containing multiple names in the authority
section were not negatively cached.
54. [bug] If a fetch with sigrdataset==NULL joined one with
sigrdataset!=NULL or vice versa, the resolver
could catch an assertion or lose signature data,
respectively.
53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
<sys/param.h>.
52. [bug] rndc: taskmgr and socketmgr were not initialized
to NULL.
51. [cleanup] dns/compress.h and dns/zt.h did not need to include
dns/rbt.h; it was needed only by compress.c and zt.c.
50. [func] RBT deletion no longer requires a valid chain to work,
and dns_rbt_deletenode was added.
49. [func] Each cache now has its own mctx.
48. [func] isc_task_create() no longer takes an mctx.
isc_task_mem() has been eliminated.
47. [func] A number of modules now use memory context reference
counting.
46. [func] Memory contexts are now reference counted.
Added isc_mem_inuse() and isc_mem_preallocate().
Renamed isc_mem_destroy_check() to
isc_mem_setdestroycheck().
45. [bug] The trusted-key statement incorrectly loaded keys.
44. [bug] Don't include authority data if it would force us
to unset the AD bit in the message.
43. [bug] DNSSEC verification of cached rdatasets was failing.
42. [cleanup] Simplified logging of messages with embedded domain
names by introducing a new convenience function
dns_name_format().
41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
to allow 'named' to run as a non-root user while
retaining the ability to bind() to privileged
ports.
40. [func] Introduced new logging category "dnssec" and
logging module "dns/validator".
39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
and isc_lex_t to <isc/types.h>.
38. [bug] TSIG signed incoming zone transfers work now.
37. [bug] If the first RR in an incoming zone transfer was
not an SOA, the server died with an assertion failure
instead of just reporting an error.
36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
35. [performance] Log messages which are of a level too high to be
logged by any channel in the logging configuration
will not cause the log mutex to be locked.
34. [bug] Recursion was allowed even with 'recursion no'.
33. [func] The RBT now maintains a parent pointer at each node.
32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
prototype.
31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
30. [func] config file grammar change to support optional
class type for a view.
29. [func] support new config file view options:
auth-nxdomain recursion query-source
query-source-v6 transfer-source
transfer-source-v6 max-transfer-time-out
max-transfer-idle-out transfer-format
request-ixfr provide-ixfr cleaning-interval
fetch-glue notify rfc2308-type1 lame-ttl
max-ncache-ttl min-roots
28. [func] support lame-ttl, min-roots and serial-queries
config global options.
27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
Including it on other platforms (eg, NetBSD) can
cause a forced #error from the C preprocessor.
26. [func] new match-clients statement in config file view.
25. [bug] make install failed to install <isc/log.h> and
<isc/ondestroy.h>.
24. [cleanup] Eliminate some unnecessary #includes of header
files from header files.
23. [cleanup] Provide more context in log messages about client
requests, using a new function ns_client_log().
22. [bug] SIGs weren't returned in the answer section when
the query resulted in a fetch.
21. [port] Look at STD_CINCLUDES after CINCLUDES during
compilation, so additional system include directories
can be searched but header files in the bind9 source
tree with conflicting names take precedence. This
avoids issues with installed versions of dnssafe and
openssl.
20. [func] Configuration file post-load validation of zones
failed if there were no zones.
19. [bug] dns_zone_notifyreceive() failed to unlock the zone
lock in certain error cases.
18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
configure.in to check for presence of in6addr_any.
17. [func] Do configuration file post-load validation of zones.
16. [bug] put quotes around key names on config file
output to avoid possible keyword clashes.
15. [func] Add dns_name_dupwithoffsets(). This function is
improves comparison performance for duped names.
14. [bug] free_rbtdb() could have 'put' unallocated memory in
an unlikely error path.
13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
out-of-zone data.
12. [bug] Fixed possible uninitialized variable error.
11. [bug] axfr_rrstream_first() didn't check the result code of
db_rr_iterator_first(), possibly causing an assertion
to be triggered later.
10. [bug] A bug in the code which makes EDNS0 OPT records in
bin/named/client.c and lib/dns/resolver.c could
trigger an assertion.
9. [cleanup] replaced bit-setting code in confctx.c and replaced
repeated code with macro calls.
8. [bug] Shutdown of incoming zone transfer accessed
freed memory.
7. [cleanup] removed 'listen-on' from view statement.
6. [bug] quote RR names when generating config file to
prevent possible clash with config file keywords
(such as 'key').
5. [func] syntax change to named.conf file: new ssu grant/deny
statements must now be enclosed by an 'update-policy'
block.
4. [port] bin/named/unix/os.c didn't compile on systems with
linux 2.3 kernel includes due to conflicts between
C library includes and the kernel includes. We now
get only what we need from <linux/capability.h>, and
avoid pulling in other linux kernel .h files.
3. [bug] TKEYs go in the answer section of responses, not
the additional section.
2. [bug] Generating cryptographic randomness failed on
systems without /dev/random.
1. [bug] The installdirs rule in
lib/isc/unix/include/isc/Makefile.in had a typo which
prevented the isc directory from being created if it
didn't exist.
--- 9.0.0b2 released ---
# This tells Emacs to use hard tabs in this file.
# Local Variables:
# indent-tabs-mode: t
# End: