PageRenderTime 52ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 1ms

/contrib/bind9/CHANGES

https://bitbucket.org/freebsd/freebsd-head/
#! | 10494 lines | 7168 code | 3326 blank | 0 comment | 0 complexity | 0d8a88fa8200f197e8df62d75b4cddbc MD5 | raw file
Possible License(s): MPL-2.0-no-copyleft-exception, BSD-3-Clause, LGPL-2.0, LGPL-2.1, BSD-2-Clause, 0BSD, JSON, AGPL-1.0, GPL-2.0
  1. --- 9.8.3-P4 released ---
  2. 3383. [security] A certain combination of records in the RBT could
  3. cause named to hang while populating the additional
  4. section of a response. [RT #31090]
  5. --- 9.8.3-P3 released ---
  6. 3364. [security] Named could die on specially crafted record.
  7. [RT #30416]
  8. --- 9.8.3-P2 released ---
  9. 3346. [security] Bad-cache data could be used before it was
  10. initialized, causing an assert. [RT #30025]
  11. 3342. [bug] Change #3314 broke saving of stub zones to disk
  12. resulting in excessive cpu usage in some cases.
  13. [RT #29952]
  14. --- 9.8.3-P1 released ---
  15. 3331. [security] dns_rdataslab_fromrdataset could produce bad
  16. rdataslabs. [RT #29644]
  17. --- 9.8.3 released ---
  18. 3318. [tuning] Reduce the amount of work performed while holding a
  19. bucket lock when finshed with a fetch context.
  20. [RT #29239]
  21. 3314. [bug] The masters list could be updated while refesh_callback
  22. and stub_callback were using it. [RT #26732]
  23. 3313. [protocol] Add TLSA record type. [RT #28989]
  24. 3312. [bug] named-checkconf didn't detect a bad dns64 clients acl.
  25. [RT #27631]
  26. 3311. [bug] Abort the zone dump if zone->db is NULL in
  27. zone.c:zone_gotwritehandle. [RT #29028]
  28. 3310. [test] Increase table size for mutex profiling. [RT #28809]
  29. 3309. [bug] resolver.c:fctx_finddone() was not threadsafe.
  30. [RT #27995]
  31. 3307. [bug] Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
  32. [RT #28956]
  33. 3306. [bug] Improve DNS64 reverse zone performance. [RT #28563]
  34. 3305. [func] Add wire format lookup method to sdb. [RT #28563]
  35. 3304. [bug] Use hmctx, not mctx when freeing rbtdb->heaps.
  36. [RT #28571]
  37. 3302. [bug] dns_dnssec_findmatchingkeys could fail to find
  38. keys if the zone name contained character that
  39. required special mappings. [RT #28600]
  40. 3301. [contrib] Update queryperf to build on darwin. Add -R flag
  41. for non-recursive queries. [RT #28565]
  42. 3300. [bug] Named could die if gssapi was enabled in named.conf
  43. but was not compiled in. [RT #28338]
  44. 3299. [bug] Make SDB handle errors from database drivers better.
  45. [RT #28534]
  46. 3232. [bug] Zero zone->curmaster before return in
  47. dns_zone_setmasterswithkeys(). [RT #26732]
  48. 3183. [bug] Added RTLD_GLOBAL flag to dlopen call. [RT #26301]
  49. 3197. [bug] Don't try to log the filename and line number when
  50. the config parser can't open a file. [RT #22263]
  51. --- 9.8.2 released ---
  52. 3298. [bug] Named could dereference a NULL pointer in
  53. zmgr_start_xfrin_ifquota if the zone was being removed.
  54. [RT #28419]
  55. 3297. [bug] Named could die on a malformed master file. [RT #28467]
  56. 3295. [bug] Adjust isc_time_secondsastimet range check to be more
  57. portable. [RT # 26542]
  58. 3294. [bug] isccc/cc.c:table_fromwire failed to free alist on
  59. error. [RT #28265]
  60. 3291. [port] Fixed a build error on systems without ENOTSUP.
  61. [RT #28200]
  62. 3290. [bug] <isc/hmacsha.h> was not being installed. [RT #28169]
  63. 3288. [bug] dlz_destroy() function wasn't correctly registered
  64. by the DLZ dlopen driver. [RT #28056]
  65. 3287. [port] Update ans.pl to work with Net::DNS 0.68. [RT #28028]
  66. 3286. [bug] Managed key maintenance timer could fail to start
  67. after 'rndc reconfig'. [RT #26786]
  68. --- 9.8.2rc2 released ---
  69. 3285. [bug] val-frdataset was incorrectly disassociated in
  70. proveunsecure after calling startfinddlvsep.
  71. [RT #27928]
  72. 3284. [bug] Address race conditions with the handling of
  73. rbtnode.deadlink. [RT #27738]
  74. 3283. [bug] Raw zones with with more than 512 records in a RRset
  75. failed to load. [RT #27863]
  76. 3282. [bug] Restrict the TTL of NS RRset to no more than that
  77. of the old NS RRset when replacing it.
  78. [RT #27792] [RT #27884]
  79. 3281. [bug] SOA refresh queries could be treated as cancelled
  80. despite succeeding over the loopback interface.
  81. [RT #27782]
  82. 3280. [bug] Potential double free of a rdataset on out of memory
  83. with DNS64. [RT #27762]
  84. 3278. [bug] Make sure automatic key maintenance is started
  85. when "auto-dnssec maintain" is turned on during
  86. "rndc reconfig". [RT #26805]
  87. 3276. [bug] win32: ns_os_openfile failed to return NULL on
  88. safe_open failure. [RT #27696]
  89. 3274. [bug] Log when a zone is not reusable. Only set loadtime
  90. on successful loads. [RT #27650]
  91. 3273. [bug] AAAA responses could be returned in the additional
  92. section even when filter-aaaa-on-v4 was in use.
  93. [RT #27292]
  94. 3271. [port] darwin: mksymtbl is not always stable, loop several
  95. times before giving up. mksymtbl was using non
  96. portable perl to covert 64 bit hex strings. [RT #27653]
  97. 3268. [bug] Convert RRSIG expiry times to 64 timestamps to work
  98. out the earliest expiry time. [RT #23311]
  99. 3267. [bug] Memory allocation failures could be mis-reported as
  100. unexpected error. New ISC_R_UNSET result code.
  101. [RT #27336]
  102. 3266. [bug] The maximum number of NSEC3 iterations for a
  103. DNSKEY RRset was not being properly computed.
  104. [RT #26543]
  105. 3262. [bug] Signed responses were handled incorrectly by RPZ.
  106. [RT #27316]
  107. --- 9.8.2rc1 released ---
  108. 3260. [bug] "rrset-order cyclic" could appear not to rotate
  109. for some query patterns. [RT #27170/27185]
  110. 3259. [bug] named-compilezone: Suppress "dump zone to <file>"
  111. message when writing to stdout. [RT #27109]
  112. 3258. [test] Add "forcing full sign with unreadable keys" test.
  113. [RT #27153]
  114. 3257. [bug] Do not generate a error message when calling fsync()
  115. in a pipe or socket. [RT #27109]
  116. 3256. [bug] Disable empty zones for lwresd -C. [RT #27139]
  117. 3254. [bug] Set isc_socket_ipv6only() on the IPv6 control channels.
  118. [RT #22249]
  119. 3253. [bug] Return DNS_R_SYNTAX when the input to a text field is
  120. too long. [RT #26956]
  121. 3251. [bug] Enforce a upper bound (65535 bytes) on the amount of
  122. memory dns_sdlz_putrr() can allocate per record to
  123. prevent run away memory consumption on ISC_R_NOSPACE.
  124. [RT #26956]
  125. 3250. [func] 'configure --enable-developer'; turn on various
  126. configure options, normally off by default, that
  127. we want developers to build and test with. [RT #27103]
  128. 3249. [bug] Update log message when saving slave zones files for
  129. analysis after load failures. [RT #27087]
  130. 3248. [bug] Configure options --enable-fixed-rrset and
  131. --enable-exportlib were incompatible with each
  132. other. [RT #27087]
  133. 3247. [bug] 'raw' format zones failed to preserve load order
  134. breaking 'fixed' sort order. [RT #27087]
  135. 3243. [port] netbsd,bsdi: the thread defaults were not being
  136. properly set.
  137. 3241. [bug] Address race conditions in the resolver code.
  138. [RT #26889]
  139. 3240. [bug] DNSKEY state change events could be missed. [RT #26874]
  140. 3239. [bug] dns_dnssec_findmatchingkeys needs to use a consistent
  141. timestamp. [RT #26883]
  142. 3238. [bug] keyrdata was not being reinitialized in
  143. lib/dns/rbtdb.c:iszonesecure. [RT#26913]
  144. 3237. [bug] dig -6 didn't work with +trace. [RT #26906]
  145. --- 9.8.2b1 released ---
  146. 3234. [bug] 'make depend' produced invalid makefiles. [RT #26830]
  147. 3231. [bug] named could fail to send a uncompressable zone.
  148. [RT #26796]
  149. 3230. [bug] 'dig axfr' failed to properly handle a multi-message
  150. axfr with a serial of 0. [RT #26796]
  151. 3229. [bug] Fix local variable to struct var assignment
  152. found by CLANG warning.
  153. 3228. [tuning] Dynamically grow symbol table to improve zone
  154. loading performance. [RT #26523]
  155. 3227. [bug] Interim fix to make WKS's use of getprotobyname()
  156. and getservbyname() self thread safe. [RT #26232]
  157. 3226. [bug] Address minor resource leakages. [RT #26624]
  158. 3221. [bug] Fixed a potential coredump on shutdown due to
  159. referencing fetch context after it's been freed.
  160. [RT #26720]
  161. 3220. [bug] Change #3186 was incomplete; dns_db_rpz_findips()
  162. could fail to set the database version correctly,
  163. causing an assertion failure. [RT #26180]
  164. 3218. [security] Cache lookup could return RRSIG data associated with
  165. nonexistent records, leading to an assertion
  166. failure. [RT #26590]
  167. 3217. [cleanup] Fix build problem with --disable-static. [RT #26476]
  168. 3216. [bug] resolver.c:validated() was not thread-safe. [RT #26478]
  169. 3213. [doc] Clarify ixfr-from-differences behavior. [RT #25188]
  170. 3212. [bug] rbtdb.c: failed to remove a node from the deadnodes
  171. list prior to adding a reference to it leading a
  172. possible assertion failure. [RT #23219]
  173. 3209. [func] Add "dnssec-lookaside 'no'". [RT #24858]
  174. 3208. [bug] 'dig -y' handle unknown tsig alorithm better.
  175. [RT #25522]
  176. 3207. [contrib] Fixed build error in Berkeley DB DLZ module. [RT #26444]
  177. 3206. [cleanup] Add ISC information to log at start time. [RT #25484]
  178. 3204. [bug] When a master server that has been marked as
  179. unreachable sends a NOTIFY, mark it reachable
  180. again. [RT #25960]
  181. 3203. [bug] Increase log level to 'info' for validation failures
  182. from expired or not-yet-valid RRSIGs. [RT #21796]
  183. 3200. [doc] Some rndc functions were undocumented or were
  184. missing from 'rndc -h' output. [RT #25555]
  185. 3198. [doc] Clarified that dnssec-settime can alter keyfile
  186. permissions. [RT #24866]
  187. 3196. [bug] nsupdate: return nonzero exit code when target zone
  188. doesn't exist. [RT #25783]
  189. 3195. [cleanup] Silence "file not found" warnings when loading
  190. managed-keys zone. [RT #26340]
  191. 3194. [doc] Updated RFC references in the 'empty-zones-enable'
  192. documentation. [RT #25203]
  193. 3193. [cleanup] Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
  194. dnssec.h. [RT #26415]
  195. 3192. [bug] A query structure could be used after being freed.
  196. [RT #22208]
  197. 3191. [bug] Print NULL records using "unknown" format. [RT #26392]
  198. 3190. [bug] Underflow in error handling in isc_mutexblock_init.
  199. [RT #26397]
  200. 3189. [test] Added a summary report after system tests. [RT #25517]
  201. 3188. [bug] zone.c:zone_refreshkeys() could fail to detach
  202. references correctly when errors occurred, causing
  203. a hang on shutdown. [RT #26372]
  204. 3187. [port] win32: support for Visual Studio 2008. [RT #26356]
  205. 3186. [bug] Version/db mis-match in rpz code. [RT #26180]
  206. 3179. [port] kfreebsd: build issues. [RT #26273]
  207. 3175. [bug] Fix how DNSSEC positive wildcard responses from a
  208. NSEC3 signed zone are validated. Stop sending a
  209. unnecessary NSEC3 record when generating such
  210. responses. [RT #26200]
  211. 3174. [bug] Always compute to revoked key tag from scratch.
  212. [RT #26186]
  213. 3173. [port] Correctly validate root DS responses. [RT #25726]
  214. 3171. [bug] Exclusively lock the task when adding a zone using
  215. 'rndc addzone'. [RT #25600]
  216. 3170. [func] RPZ update:
  217. - fix precedence among competing rules
  218. - improve ARM text including documenting rule precedence
  219. - try to rewrite CNAME chains until first hit
  220. - new "rpz" logging channel
  221. - RDATA for CNAME rules can include wildcards
  222. - replace "NO-OP" named.conf policy override with
  223. "PASSTHRU" and add "DISABLED" override ("NO-OP"
  224. is still recognized)
  225. [RT #25172]
  226. 3169. [func] Catch db/version mis-matches when calling dns_db_*().
  227. [RT #26017]
  228. 3167. [bug] Negative answers from forwarders were not being
  229. correctly tagged making them appear to not be cached.
  230. [RT #25380]
  231. 3162. [test] start.pl: modified to allow for "named.args" in
  232. ns*/ subdirectory to override stock arguments to
  233. named. Largely from RT#26044, but no separate ticket.
  234. 3161. [bug] zone.c:del_sigs failed to always reset rdata leading
  235. assertion failures. [RT #25880]
  236. 3157. [tuning] Reduce the time spent in "rndc reconfig" by parsing
  237. the config file before pausing the server. [RT #21373]
  238. 3155. [bug] Fixed a build failure when using contrib DLZ
  239. drivers (e.g., mysql, postgresql, etc). [RT #25710]
  240. 3154. [bug] Attempting to print an empty rdataset could trigger
  241. an assert. [RT #25452]
  242. 3152. [cleanup] Some versions of gcc and clang failed due to
  243. incorrect use of __builtin_expect. [RT #25183]
  244. 3151. [bug] Queries for type RRSIG or SIG could be handled
  245. incorrectly. [RT #21050]
  246. 3148. [bug] Processing of normal queries could be stalled when
  247. forwarding a UPDATE message. [RT #24711]
  248. 3146. [test] Fixed gcc4.6.0 errors in ATF. [RT #25598]
  249. 3145. [test] Capture output of ATF unit tests in "./atf.out" if
  250. there were any errors while running them. [RT #25527]
  251. 3144. [bug] dns_dbiterator_seek() could trigger an assert when
  252. used with a nonexistent database node. [RT #25358]
  253. 3143. [bug] Silence clang compiler warnings. [RT #25174]
  254. 3139. [test] Added tests from RFC 6234, RFC 2202, and RFC 1321
  255. for the hashing algorithms (md5, sha1 - sha512, and
  256. their hmac counterparts). [RT #25067]
  257. --- 9.8.1 released ---
  258. --- 9.8.1rc1 released ---
  259. 3141. [bug] Silence spurious "zone serial (0) unchanged" messages
  260. associated with empty zones. [RT #25079]
  261. 3138. [bug] Address memory leaks and out-of-order operations when
  262. shutting named down. [RT #25210]
  263. 3136. [func] Add RFC 1918 reverse zones to the list of built-in
  264. empty zones switched on by the 'empty-zones-enable'
  265. option. [RT #24990]
  266. Note: empty-zones-enable must be "yes;" or a empty
  267. zone needs to be disabled in named.conf for RFC 1918
  268. zones to be activated. This requirement may be
  269. removed in future releases.
  270. 3135. [port] FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
  271. See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
  272. [RT #24950]
  273. 3134. [bug] Improve the accuracy of dnssec-signzone's signing
  274. statistics. [RT #16030]
  275. --- 9.8.1b3 released ---
  276. 3133. [bug] Change #3114 was incomplete. [RT #24577]
  277. 3131. [tuning] Improve scalability by allocating one zone task
  278. per 100 zones at startup time, rather than using a
  279. fixed-size task table. [RT #24406]
  280. 3129. [bug] Named could crash on 'rndc reconfig' when
  281. allow-new-zones was set to yes and named ACLs
  282. were used. [RT #22739]
  283. --- 9.8.1b2 released ---
  284. 3126. [security] Using DNAME record to generate replacements caused
  285. RPZ to exit with a assertion failure. [RT #24766]
  286. 3125. [security] Using wildcard CNAME records as a replacement with
  287. RPZ caused named to exit with a assertion failure.
  288. [RT #24715]
  289. 3124. [bug] Use an rdataset attribute flag to indicate
  290. negative-cache records rather than using rrtype 0;
  291. this will prevent problems when that rrtype is
  292. used in actual DNS packets. [RT #24777]
  293. 3123. [security] Change #2912 exposed a latent flaw in
  294. dns_rdataset_totext() that could cause named to
  295. crash with an assertion failure. [RT #24777]
  296. 3122. [cleanup] dnssec-settime: corrected usage message. [RT #24664]
  297. 3121. [security] An authoritative name server sending a negative
  298. response containing a very large RRset could
  299. trigger an off-by-one error in the ncache code
  300. and crash named. [RT #24650]
  301. 3120. [bug] Named could fail to validate zones listed in a DLV
  302. that validated insecure without using DLV and had
  303. DS records in the parent zone. [RT #24631]
  304. 3119. [bug] When rolling to a new DNSSEC key, a private-type
  305. record could be created and never marked complete.
  306. [RT #23253]
  307. 3118. [bug] nsupdate could dump core on shutdown when using
  308. SIG(0) keys. [RT #24604]
  309. 3117. [cleanup] Remove doc and parser references to the
  310. never-implemented 'auto-dnssec create' option.
  311. [RT #24533]
  312. 3115. [bug] Named could fail to return requested data when
  313. following a CNAME that points into the same zone.
  314. [RT #24455]
  315. 3114. [bug] Retain expired RRSIGs in dynamic zones if key is
  316. inactive and there is no replacement key. [RT #23136]
  317. 3113. [doc] Document the relationship between serial-query-rate
  318. and NOTIFY messages.
  319. --- 9.8.1b1 released ---
  320. 3112. [doc] Add missing descriptions of the update policy name
  321. types "ms-self", "ms-subdomain", "krb5-self" and
  322. "krb5-subdomain", which allow machines to update
  323. their own records, to the BIND 9 ARM.
  324. 3111. [bug] Improved consistency checks for dnssec-enable and
  325. dnssec-validation, added test cases to the
  326. checkconf system test. [RT #24398]
  327. 3110. [bug] dnssec-signzone: Wrong error message could appear
  328. when attempting to sign with no KSK. [RT #24369]
  329. 3107. [bug] dnssec-signzone: Report the correct number of ZSKs
  330. when using -x. [RT #20852]
  331. 3105. [bug] GOST support can be suppressed by "configure
  332. --without-gost" [RT #24367]
  333. 3104. [bug] Better support for cross-compiling. [RT #24367]
  334. 3103. [bug] Configuring 'dnssec-validation auto' in a view
  335. instead of in the options statement could trigger
  336. an assertion failure in named-checkconf. [RT #24382]
  337. 3101. [bug] Zones using automatic key maintenance could fail
  338. to check the key repository for updates. [RT #23744]
  339. 3100. [security] Certain response policy zone configurations could
  340. trigger an INSIST when receiving a query of type
  341. RRSIG. [RT #24280]
  342. 3099. [test] "dlz" system test now runs but gives R:SKIPPED if
  343. not compiled with --with-dlz-filesystem. [RT #24146]
  344. 3098. [bug] DLZ zones were answering without setting the AA bit.
  345. [RT #24146]
  346. 3097. [test] Add a tool to test handling of malformed packets.
  347. [RT #24096]
  348. 3096. [bug] Set KRB5_KTNAME before calling log_cred() in
  349. dst_gssapi_acceptctx(). [RT #24004]
  350. 3095. [bug] Handle isolated reserved ports in the port range.
  351. [RT #23957]
  352. 3094. [doc] Expand dns64 documentation.
  353. 3093. [bug] Fix gssapi/kerberos dependencies [RT #23836]
  354. 3092. [bug] Signatures for records at the zone apex could go
  355. stale due to an incorrect timer setting. [RT #23769]
  356. 3091. [bug] Fixed a bug in which zone keys that were published
  357. and then subsequently activated could fail to trigger
  358. automatic signing. [RT #22911]
  359. 3090. [func] Make --with-gssapi default [RT #23738]
  360. 3088. [bug] Remove bin/tests/system/logfileconfig/ns1/named.conf
  361. and add setup.sh in order to resolve changing
  362. named.conf issue. [RT #23687]
  363. 3087. [bug] DDNS updates using SIG(0) with update-policy match
  364. type "external" could cause a crash. [RT #23735]
  365. 3086. [bug] Running dnssec-settime -f on an old-style key will
  366. now force an update to the new key format even if no
  367. other change has been specified, using "-P now -A now"
  368. as default values. [RT #22474]
  369. 3083. [bug] NOTIFY messages were not being sent when generating
  370. a NSEC3 chain incrementally. [RT #23702]
  371. 3082. [port] strtok_r is threads only. [RT #23747]
  372. 3081. [bug] Failure of DNAME substitution did not return
  373. YXDOMAIN. [RT #23591]
  374. 3080. [cleanup] Replaced compile time constant by STDTIME_ON_32BITS.
  375. [RT #23587]
  376. 3079. [bug] Handle isc_event_allocate failures in t_tasks.
  377. [RT #23572]
  378. 3078. [func] Added a new include file with function typedefs
  379. for the DLZ "dlopen" driver. [RT #23629]
  380. 3077. [bug] zone.c:zone_refreshkeys() incorrectly called
  381. dns_zone_attach(), use zone->irefs instead. [RT #23303]
  382. 3075. [bug] dns_dnssec_findzonekeys{2} used a inconsistant
  383. timestamp when determining which keys are active.
  384. [RT #23642]
  385. 3074. [bug] Make the adb cache read through for zone data and
  386. glue learn for zone named is authoritative for.
  387. [RT #22842]
  388. 3073. [bug] managed-keys changes were not properly being recorded.
  389. [RT #20256]
  390. 3072. [bug] dns_dns64_aaaaok() potential NULL pointer dereference.
  391. [RT #20256]
  392. 3071. [bug] has_nsec could be used unintialised in
  393. update.c:next_active. [RT #20256]
  394. 3070. [bug] dnssec-signzone potential NULL pointer dereference.
  395. [RT #20256]
  396. 3069. [cleanup] Silence warnings messages from clang static analysis.
  397. [RT #20256]
  398. 3068. [bug] Named failed to build with a OpenSSL without engine
  399. support. [RT #23473]
  400. 3067. [bug] ixfr-from-differences {master|slave}; failed to
  401. select the master/slave zones. [RT #23580]
  402. 3066. [func] The DLZ "dlopen" driver is now built by default,
  403. no longer requiring a configure option. To
  404. disable it, use "configure --without-dlopen".
  405. (Note: driver not supported on win32.) [RT #23467]
  406. 3065. [bug] RRSIG could have time stamps too far in the future.
  407. [RT #23356]
  408. 3064. [bug] powerpc: add sync instructions to the end of atomic
  409. operations. [RT #23469]
  410. 3063. [contrib] More verbose error reporting from DLZ LDAP. [RT #23402]
  411. 3059. [test] Added a regression test for change #3023.
  412. 3058. [bug] Cause named to terminate at startup or rndc reconfig/
  413. reload to fail, if a log file specified in the conf
  414. file isn't a plain file. [RT #22771]
  415. 3057. [bug] "rndc secroots" would abort after the first error
  416. and so could miss some views. [RT #23488]
  417. 3054. [bug] Added elliptic curve support check in
  418. GOST OpenSSL engine detection. [RT #23485]
  419. 3053. [bug] Under a sustained high query load with a finite
  420. max-cache-size, it was possible for cache memory
  421. to be exhausted and not recovered. [RT #23371]
  422. 3052. [test] Fixed last autosign test report. [RT #23256]
  423. 3051. [bug] NS records obsure DNAME records at the bottom of the
  424. zone if both are present. [RT #23035]
  425. 3050. [bug] The autosign system test was timing dependent.
  426. Wait for the initial autosigning to complete
  427. before running the rest of the test. [RT #23035]
  428. 3049. [bug] Save and restore the gid when creating creating
  429. named.pid at startup. [RT #23290]
  430. 3048. [bug] Fully separate view key mangement. [RT #23419]
  431. 3047. [bug] DNSKEY NODATA responses not cached fixed in
  432. validator.c. Tests added to dnssec system test.
  433. [RT #22908]
  434. 3046. [bug] Use RRSIG original TTL to compute validated RRset
  435. and RRSIG TTL. [RT #23332]
  436. 3044. [bug] Hold the socket manager lock while freeing the socket.
  437. [RT #23333]
  438. 3043. [test] Merged in the NetBSD ATF test framework (currently
  439. version 0.12) for development of future unit tests.
  440. Use configure --with-atf to build ATF internally
  441. or configure --with-atf=prefix to use an external
  442. copy. [RT #23209]
  443. 3042. [bug] dig +trace could fail attempting to use IPv6
  444. addresses on systems with only IPv4 connectivity.
  445. [RT #23297]
  446. 3041. [bug] dnssec-signzone failed to generate new signatures on
  447. ttl changes. [RT #23330]
  448. 3040. [bug] Named failed to validate insecure zones where a node
  449. with a CNAME existed between the trust anchor and the
  450. top of the zone. [RT #23338]
  451. 3038. [bug] Install <dns/rpz.h>. [RT #23342]
  452. 3037. [doc] Update COPYRIGHT to contain all the individual
  453. copyright notices that cover various parts.
  454. 3036. [bug] Check built-in zone arguments to see if the zone
  455. is re-usable or not. [RT #21914]
  456. 3035. [cleanup] Simplify by using strlcpy. [RT #22521]
  457. 3034. [cleanup] nslookup: use strlcpy instead of safecopy. [RT #22521]
  458. 3033. [cleanup] Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET).
  459. [RT #22521]
  460. 3032. [bug] rdatalist.c: add missing REQUIREs. [RT #22521]
  461. 3031. [bug] dns_rdataclass_format() handle a zero sized buffer.
  462. [RT #22521]
  463. 3030. [bug] dns_rdatatype_format() handle a zero sized buffer.
  464. [RT #22521]
  465. 3029. [bug] isc_netaddr_format() handle a zero sized buffer.
  466. [RT #22521]
  467. 3028. [bug] isc_sockaddr_format() handle a zero sized buffer.
  468. [RT #22521]
  469. 3027. [bug] Add documented REQUIREs to cfg_obj_asnetprefix() to
  470. catch NULL pointer dereferences before they happen.
  471. [RT #22521]
  472. 3026. [bug] lib/isc/httpd.c: check that we have enough space
  473. after calling grow_headerspace() and if not
  474. re-call grow_headerspace() until we do. [RT #22521]
  475. --- 9.8.0 released ---
  476. 3025. [bug] Fixed a possible deadlock due to zone resigning.
  477. [RT #22964]
  478. 3024. [func] RTT Banding removed due to minor security increase
  479. but major impact on resolver latency. [RT #23310]
  480. 3023. [bug] Named could be left in an inconsistent state when
  481. receiving multiple AXFR response messages that were
  482. not all TSIG-signed. [RT #23254]
  483. 3022. [bug] Fixed rpz SERVFAILs after failed zone transfers
  484. [RT #23246]
  485. 3021. [bug] Change #3010 was incomplete. [RT #22296]
  486. 3020. [bug] auto-dnssec failed to correctly update the zone when
  487. changing the DNSKEY RRset. [RT #23232]
  488. 3019. [test] Test: check apex NSEC3 records after adding DNSKEY
  489. record via UPDATE. [RT #23229]
  490. --- 9.8.0rc1 released ---
  491. 3018. [bug] Named failed to check for the "none;" acl when deciding
  492. if a zone may need to be re-signed. [RT #23120]
  493. 3017. [doc] dnssec-keyfromlabel -I was not properly documented.
  494. [RT #22887]
  495. 3016. [bug] rndc usage missing '-b'. [RT #22937]
  496. 3015. [port] win32: fix IN6_IS_ADDR_LINKLOCAL and
  497. IN6_IS_ADDR_SITELOCAL macros. [RT #22724]
  498. 3013. [bug] The DNS64 ttl was not always being set as expected.
  499. [RT #23034]
  500. 3012. [bug] Remove DNSKEY TTL change pairs before generating
  501. signing records for any remaining DNSKEY changes.
  502. [RT #22590]
  503. 3011. [func] Allow setting this in named.conf using the new
  504. 'resolver-query-timeout' option, which specifies a max
  505. time in seconds. 0 means 'default' and anything longer
  506. than 30 will be silently set to 30. [RT #22852]
  507. 3010. [bug] Fixed a bug where "rndc reconfig" stopped the timer
  508. for refreshing managed-keys. [RT #22296]
  509. 3009. [bug] clients-per-query code didn't work as expected with
  510. particular query patterns. [RT #22972]
  511. --- 9.8.0b1 released ---
  512. 3008. [func] Response policy zones (RPZ) support. [RT #21726]
  513. 3007. [bug] Named failed to preserve the case of domain names in
  514. rdata which is not compressible when writing master
  515. files. [RT #22863]
  516. 3006. [func] Allow dynamically generated TSIG keys to be preserved
  517. across restarts of named. Initially this is for
  518. TSIG keys generated using GSSAPI. [RT #22639]
  519. 3005. [port] Solaris: Work around the lack of
  520. gsskrb5_register_acceptor_identity() by setting
  521. the KRB5_KTNAME environment variable to the
  522. contents of tkey-gssapi-keytab. Also fixed
  523. test errors on MacOSX. [RT #22853]
  524. 3004. [func] DNS64 reverse support. [RT #22769]
  525. 3003. [experimental] Added update-policy match type "external",
  526. enabling named to defer the decision of whether to
  527. allow a dynamic update to an external daemon.
  528. (Contributed by Andrew Tridgell.) [RT #22758]
  529. 3002. [bug] isc_mutex_init_errcheck() failed to destroy attr.
  530. [RT #22766]
  531. 3001. [func] Added a default trust anchor for the root zone, which
  532. can be switched on by setting "dnssec-validation auto;"
  533. in the named.conf options. [RT #21727]
  534. 3000. [bug] More TKEY/GSS fixes:
  535. - nsupdate can now get the default realm from
  536. the user's Kerberos principal
  537. - corrected gsstest compilation flags
  538. - improved documentation
  539. - fixed some NULL dereferences
  540. [RT #22795]
  541. 2999. [func] Add GOST support (RFC 5933). [RT #20639]
  542. 2998. [func] Add isc_task_beginexclusive and isc_task_endexclusive
  543. to the task api. [RT #22776]
  544. 2997. [func] named -V now reports the OpenSSL and libxml2 verions
  545. it was compiled against. [RT #22687]
  546. 2996. [security] Temporarily disable SO_ACCEPTFILTER support.
  547. [RT #22589]
  548. 2995. [bug] The Kerberos realm was not being correctly extracted
  549. from the signer's identity. [RT #22770]
  550. 2994. [port] NetBSD: use pthreads by default on NetBSD >= 5.0, and
  551. do not use threads on earlier versions. Also kill
  552. the unproven-pthreads, mit-pthreads, and ptl2 support.
  553. 2993. [func] Dynamically grow adb hash tables. [RT #21186]
  554. 2992. [contrib] contrib/check-secure-delegation.pl: A simple tool
  555. for looking at a secure delegation. [RT #22059]
  556. 2991. [contrib] contrib/zone-edit.sh: A simple zone editing tool for
  557. dynamic zones. [RT #22365]
  558. 2990. [bug] 'dnssec-settime -S' no longer tests prepublication
  559. interval validity when the interval is set to 0.
  560. [RT #22761]
  561. 2989. [func] Added support for writable DLZ zones. (Contributed
  562. by Andrew Tridgell of the Samba project.) [RT #22629]
  563. 2988. [experimental] Added a "dlopen" DLZ driver, allowing the creation
  564. of external DLZ drivers that can be loaded as
  565. shared objects at runtime rather than linked with
  566. named. Currently this is switched on via a
  567. compile-time option, "configure --with-dlz-dlopen".
  568. Note: the syntax for configuring DLZ zones
  569. is likely to be refined in future releases.
  570. (Contributed by Andrew Tridgell of the Samba
  571. project.) [RT #22629]
  572. 2987. [func] Improve ease of configuring TKEY/GSS updates by
  573. adding a "tkey-gssapi-keytab" option. If set,
  574. updates will be allowed with any key matching
  575. a principal in the specified keytab file.
  576. "tkey-gssapi-credential" is no longer required
  577. and is expected to be deprecated. (Contributed
  578. by Andrew Tridgell of the Samba project.)
  579. [RT #22629]
  580. 2986. [func] Add new zone type "static-stub". It's like a stub
  581. zone, but the nameserver names and/or their IP
  582. addresses are statically configured. [RT #21474]
  583. 2985. [bug] Add a regression test for change #2896. [RT #21324]
  584. 2984. [bug] Don't run MX checks when the target of the MX record
  585. is ".". [RT #22645]
  586. 2983. [bug] Include "loadkeys" in rndc help output. [RT #22493]
  587. --- 9.8.0a1 released ---
  588. 2982. [bug] Reference count dst keys. dst_key_attach() can be used
  589. increment the reference count.
  590. Note: dns_tsigkey_createfromkey() callers should now
  591. always call dst_key_free() rather than setting it
  592. to NULL on success. [RT #22672]
  593. 2981. [func] Partial DNS64 support (AAAA synthesis). [RT #21991]
  594. 2980. [bug] named didn't properly handle UPDATES that changed the
  595. TTL of the NSEC3PARAM RRset. [RT #22363]
  596. 2979. [bug] named could deadlock during shutdown if two
  597. "rndc stop" commands were issued at the same
  598. time. [RT #22108]
  599. 2978. [port] hpux: look for <devpoll.h> [RT #21919]
  600. 2977. [bug] 'nsupdate -l' report if the session key is missing.
  601. [RT #21670]
  602. 2976. [bug] named could die on exit after negotiating a GSS-TSIG
  603. key. [RT #22573]
  604. 2975. [bug] rbtdb.c:cleanup_dead_nodes_callback() acquired the
  605. wrong lock which could lead to server deadlock.
  606. [RT #22614]
  607. 2974. [bug] Some valid UPDATE requests could fail due to a
  608. consistency check examining the existing version
  609. of the zone rather than the new version resulting
  610. from the UPDATE. [RT #22413]
  611. 2973. [bug] bind.keys.h was being removed by the "make clean"
  612. at the end of configure resulting in build failures
  613. where there is very old version of perl installed.
  614. Move it to "make maintainer-clean". [RT #22230]
  615. 2972. [bug] win32: address windows socket errors. [RT #21906]
  616. 2971. [bug] Fixed a bug that caused journal files not to be
  617. compacted on Windows systems as a result of
  618. non-POSIX-compliant rename() semantics. [RT #22434]
  619. 2970. [security] Adding a NO DATA negative cache entry failed to clear
  620. any matching RRSIG records. A subsequent lookup of
  621. of NO DATA cache entry could trigger a INSIST when the
  622. unexpected RRSIG was also returned with the NO DATA
  623. cache entry.
  624. CVE-2010-3613, VU#706148. [RT #22288]
  625. 2969. [security] Fix acl type processing so that allow-query works
  626. in options and view statements. Also add a new
  627. set of tests to verify proper functioning.
  628. CVE-2010-3615, VU#510208. [RT #22418]
  629. 2968. [security] Named could fail to prove a data set was insecure
  630. before marking it as insecure. One set of conditions
  631. that can trigger this occurs naturally when rolling
  632. DNSKEY algorithms.
  633. CVE-2010-3614, VU#837744. [RT #22309]
  634. 2967. [bug] 'host -D' now turns on debugging messages earlier.
  635. [RT #22361]
  636. 2966. [bug] isc_print_vsnprintf() failed to check if there was
  637. space available in the buffer when adding a left
  638. justified character with a non zero width,
  639. (e.g. "%-1c"). [RT #22270]
  640. 2965. [func] Test HMAC functions using test data from RFC 2104 and
  641. RFC 4634. [RT #21702]
  642. 2964. [placeholder]
  643. 2963. [security] The allow-query acl was being applied instead of the
  644. allow-query-cache acl to cache lookups. [RT #22114]
  645. 2962. [port] win32: add more dependencies to BINDBuild.dsw.
  646. [RT #22062]
  647. 2961. [bug] Be still more selective about the non-authoritative
  648. answers we apply change 2748 to. [RT #22074]
  649. 2960. [func] Check that named accepts non-authoritative answers.
  650. [RT #21594]
  651. 2959. [func] Check that named starts with a missing masterfile.
  652. [RT #22076]
  653. 2958. [bug] named failed to start with a missing master file.
  654. [RT #22076]
  655. 2957. [bug] entropy_get() and entropy_getpseudo() failed to match
  656. the API for RAND_bytes() and RAND_pseudo_bytes()
  657. respectively. [RT #21962]
  658. 2956. [port] Enable atomic operations on the PowerPC64. [RT #21899]
  659. 2955. [func] Provide more detail in the recursing log. [RT #22043]
  660. 2954. [bug] contrib: dlz_mysql_driver.c bad error handling on
  661. build_sqldbinstance failure. [RT #21623]
  662. 2953. [bug] Silence spurious "expected covering NSEC3, got an
  663. exact match" message when returning a wildcard
  664. no data response. [RT #21744]
  665. 2952. [port] win32: named-checkzone and named-checkconf failed
  666. to initialise winsock. [RT #21932]
  667. 2951. [bug] named failed to generate a correct signed response
  668. in a optout, delegation only zone with no secure
  669. delegations. [RT #22007]
  670. 2950. [bug] named failed to perform a SOA up to date check when
  671. falling back to TCP on UDP timeouts when
  672. ixfr-from-differences was set. [RT #21595]
  673. 2949. [bug] dns_view_setnewzones() contained a memory leak if
  674. it was called multiple times. [RT #21942]
  675. 2948. [port] MacOS: provide a mechanism to configure the test
  676. interfaces at reboot. See bin/tests/system/README
  677. for details.
  678. 2947. [placeholder]
  679. 2946. [doc] Document the default values for the minimum and maximum
  680. zone refresh and retry values in the ARM. [RT #21886]
  681. 2945. [doc] Update empty-zones list in ARM. [RT #21772]
  682. 2944. [maint] Remove ORCHID prefix from built in empty zones.
  683. [RT #21772]
  684. 2943. [func] Add support to load new keys into managed zones
  685. without signing immediately with "rndc loadkeys".
  686. Add support to link keys with "dnssec-keygen -S"
  687. and "dnssec-settime -S". [RT #21351]
  688. 2942. [contrib] zone2sqlite failed to setup the entropy sources.
  689. [RT #21610]
  690. 2941. [bug] sdb and sdlz (dlz's zone database) failed to support
  691. DNAME at the zone apex. [RT #21610]
  692. 2940. [port] Remove connection aborted error message on
  693. Windows. [RT #21549]
  694. 2939. [func] Check that named successfully skips NSEC3 records
  695. that fail to match the NSEC3PARAM record currently
  696. in use. [RT# 21868]
  697. 2938. [bug] When generating signed responses, from a signed zone
  698. that uses NSEC3, named would use a uninitialised
  699. pointer if it needed to skip a NSEC3 record because
  700. it didn't match the selected NSEC3PARAM record for
  701. zone. [RT# 21868]
  702. 2937. [bug] Worked around an apparent race condition in over
  703. memory conditions. Without this fix a DNS cache DB or
  704. ADB could incorrectly stay in an over memory state,
  705. effectively refusing further caching, which
  706. subsequently made a BIND 9 caching server unworkable.
  707. This fix prevents this problem from happening by
  708. polling the state of the memory context, rather than
  709. making a copy of the state, which appeared to cause
  710. a race. This is a "workaround" in that it doesn't
  711. solve the possible race per se, but several experiments
  712. proved this change solves the symptom. Also, the
  713. polling overhead hasn't been reported to be an issue.
  714. This bug should only affect a caching server that
  715. specifies a finite max-cache-size. It's also quite
  716. likely that the bug happens only when enabling threads,
  717. but it's not confirmed yet. [RT #21818]
  718. 2936. [func] Improved configuration syntax and multiple-view
  719. support for addzone/delzone feature (see change
  720. #2930). Removed "new-zone-file" option, replaced
  721. with "allow-new-zones (yes|no)". The new-zone-file
  722. for each view is now created automatically, with
  723. a filename generated from a hash of the view name.
  724. It is no longer necessary to "include" the
  725. new-zone-file in named.conf; this happens
  726. automatically. Zones that were not added via
  727. "rndc addzone" can no longer be removed with
  728. "rndc delzone". [RT #19447]
  729. 2935. [bug] nsupdate: improve 'file not found' error message.
  730. [RT #21871]
  731. 2934. [bug] Use ANSI C compliant shift range in lib/isc/entropy.c.
  732. [RT #21871]
  733. 2933. [bug] 'dig +nsid' used stack memory after it went out of
  734. scope. This could potentially result in a unknown,
  735. potentially malformed, EDNS option being sent instead
  736. of the desired NSID option. [RT #21781]
  737. 2932. [cleanup] Corrected a numbering error in the "dnssec" test.
  738. [RT #21597]
  739. 2931. [bug] Temporarily and partially disable change 2864
  740. because it would cause infinite attempts of RRSIG
  741. queries. This is an urgent care fix; we'll
  742. revisit the issue and complete the fix later.
  743. [RT #21710]
  744. 2930. [experimental] New "rndc addzone" and "rndc delzone" commads
  745. allow dynamic addition and deletion of zones.
  746. To enable this feature, specify a "new-zone-file"
  747. option at the view or options level in named.conf.
  748. Zone configuration information for the new zones
  749. will be written into that file. To make the new
  750. zones persist after a restart, "include" the file
  751. into named.conf in the appropriate view. (Note:
  752. This feature is not yet documented, and its syntax
  753. is expected to change.) [RT #19447]
  754. 2929. [bug] Improved handling of GSS security contexts:
  755. - added LRU expiration for generated TSIGs
  756. - added the ability to use a non-default realm
  757. - added new "realm" keyword in nsupdate
  758. - limited lifetime of generated keys to 1 hour
  759. or the lifetime of the context (whichever is
  760. smaller)
  761. [RT #19737]
  762. 2928. [bug] Be more selective about the non-authoritative
  763. answer we apply change 2748 to. [RT #21594]
  764. 2927. [placeholder]
  765. 2926. [placeholder]
  766. 2925. [bug] Named failed to accept uncachable negative responses
  767. from insecure zones. [RT# 21555]
  768. 2924. [func] 'rndc secroots' dump a combined summary of the
  769. current managed keys combined with trusted keys.
  770. [RT #20904]
  771. 2923. [bug] 'dig +trace' could drop core after "connection
  772. timeout". [RT #21514]
  773. 2922. [contrib] Update zkt to version 1.0.
  774. 2921. [bug] The resolver could attempt to destroy a fetch context
  775. too soon. [RT #19878]
  776. 2920. [func] Allow 'filter-aaaa-on-v4' to be applied selectively
  777. to IPv4 clients. New acl 'filter-aaaa' (default any).
  778. 2919. [func] Add autosign-ksk and autosign-zsk virtual time tests.
  779. [RT #20840]
  780. 2918. [maint] Add AAAA address for I.ROOT-SERVERS.NET.
  781. 2917. [func] Virtual time test framework. [RT #20801]
  782. 2916. [func] Add framework to use IPv6 in tests.
  783. fd92:7065:b8e:ffff::1 ... fd92:7065:b8e:ffff::7
  784. 2915. [cleanup] Be smarter about which objects we attempt to compile
  785. based on configure options. [RT #21444]
  786. 2914. [bug] Make the "autosign" system test more portable.
  787. [RT #20997]
  788. 2913. [func] Add pkcs#11 system tests. [RT #20784]
  789. 2912. [func] Windows clients don't like UPDATE responses that clear
  790. the zone section. [RT #20986]
  791. 2911. [bug] dnssec-signzone didn't handle out of zone records well.
  792. [RT #21367]
  793. 2910. [func] Sanity check Kerberos credentials. [RT #20986]
  794. 2909. [bug] named-checkconf -p could die if "update-policy local;"
  795. was specified in named.conf. [RT #21416]
  796. 2908. [bug] It was possible for re-signing to stop after removing
  797. a DNSKEY. [RT #21384]
  798. 2907. [bug] The export version of libdns had undefined references.
  799. [RT #21444]
  800. 2906. [bug] Address RFC 5011 implementation issues. [RT #20903]
  801. 2905. [port] aix: set use_atomic=yes with native compiler.
  802. [RT #21402]
  803. 2904. [bug] When using DLV, sub-zones of the zones in the DLV,
  804. could be incorrectly marked as insecure instead of
  805. secure leading to negative proofs failing. This was
  806. a unintended outcome from change 2890. [RT# 21392]
  807. 2903. [bug] managed-keys-directory missing from namedconf.c.
  808. [RT #21370]
  809. 2902. [func] Add regression test for change 2897. [RT #21040]
  810. 2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316]
  811. 2900. [bug] The placeholder negative caching element was not
  812. properly constructed triggering a INSIST in
  813. dns_ncache_towire(). [RT #21346]
  814. 2899. [port] win32: Support linking against OpenSSL 1.0.0.
  815. 2898. [bug] nslookup leaked memory when -domain=value was
  816. specified. [RT #21301]
  817. 2897. [bug] NSEC3 chains could be left behind when transitioning
  818. to insecure. [RT #21040]
  819. 2896. [bug] "rndc sign" failed to properly update the zone
  820. when adding a DNSKEY for publication only. [RT #21045]
  821. 2895. [func] genrandom: add support for the generation of multiple
  822. files. [RT #20917]
  823. 2894. [contrib] DLZ LDAP support now use '$' not '%'. [RT #21294]
  824. 2893. [bug] Improve managed keys support. New named.conf option
  825. managed-keys-directory. [RT #20924]
  826. 2892. [bug] Handle REVOKED keys better. [RT #20961]
  827. 2891. [maint] Update empty-zones list to match
  828. draft-ietf-dnsop-default-local-zones-13. [RT# 21099]
  829. 2890. [bug] Handle the introduction of new trusted-keys and
  830. DS, DLV RRsets better. [RT #21097]
  831. 2889. [bug] Elements of the grammar where not properly reported.
  832. [RT #21046]
  833. 2888. [bug] Only the first EDNS option was displayed. [RT #21273]
  834. 2887. [bug] Report the keytag times in UTC in the .key file,
  835. local time is presented as a comment within the
  836. comment. [RT #21223]
  837. 2886. [bug] ctime() is not thread safe. [RT #21223]
  838. 2885. [bug] Improve -fno-strict-aliasing support probing in
  839. configure. [RT #21080]
  840. 2884. [bug] Insufficient validation in dns_name_getlabelsequence().
  841. [RT #21283]
  842. 2883. [bug] 'dig +short' failed to handle really large datasets.
  843. [RT #21113]
  844. 2882. [bug] Remove memory context from list of active contexts
  845. before clearing 'magic'. [RT #21274]
  846. 2881. [bug] Reduce the amount of time the rbtdb write lock
  847. is held when closing a version. [RT #21198]
  848. 2880. [cleanup] Make the output of dnssec-keygen and dnssec-revoke
  849. consistent. [RT #21078]
  850. 2879. [contrib] DLZ bdbhpt driver fails to close correct cursor.
  851. [RT #21106]
  852. 2878. [func] Incrementally write the master file after performing
  853. a AXFR. [RT #21010]
  854. 2877. [bug] The validator failed to skip obviously mismatching
  855. RRSIGs. [RT #21138]
  856. 2876. [bug] Named could return SERVFAIL for negative responses
  857. from unsigned zones. [RT #21131]
  858. 2875. [bug] dns_time64_fromtext() could accept non digits.
  859. [RT #21033]
  860. 2874. [bug] Cache lack of EDNS support only after the server
  861. successfully responds to the query using plain DNS.
  862. [RT #20930]
  863. 2873. [bug] Cancelling a dynamic update via the dns/client module
  864. could trigger an assertion failure. [RT #21133]
  865. 2872. [bug] Modify dns/client.c:dns_client_createx() to only
  866. require one of IPv4 or IPv6 rather than both.
  867. [RT #21122]
  868. 2871. [bug] Type mismatch in mem_api.c between the definition and
  869. the header file, causing build failure with
  870. --enable-exportlib. [RT #21138]
  871. 2870. [maint] Add AAAA address for L.ROOT-SERVERS.NET.
  872. 2869. [bug] Fix arguments to dns_keytable_findnextkeynode() call.
  873. [RT #20877]
  874. 2868. [cleanup] Run "make clean" at the end of configure to ensure
  875. any changes made by configure are integrated.
  876. Use --with-make-clean=no to disable. [RT #20994]
  877. 2867. [bug] Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
  878. don't like it. [RT #20986]
  879. 2866. [bug] Windows does not like the TSIG name being compressed.
  880. [RT #20986]
  881. 2865. [bug] memset to zero event.data. [RT #20986]
  882. 2864. [bug] Direct SIG/RRSIG queries were not handled correctly.
  883. [RT #21050]
  884. 2863. [port] linux: disable IPv6 PMTUD and use network minimum MTU.
  885. [RT #21056]
  886. 2862. [bug] nsupdate didn't default to the parent zone when
  887. updating DS records. [RT #20896]
  888. 2861. [doc] dnssec-settime man pages didn't correctly document the
  889. inactivation time. [RT #21039]
  890. 2860. [bug] named-checkconf's usage was out of date. [RT #21039]
  891. 2859. [bug] When cancelling validation it was possible to leak
  892. memory. [RT #20800]
  893. 2858. [bug] RTT estimates were not being adjusted on ICMP errors.
  894. [RT #20772]
  895. 2857. [bug] named-checkconf did not fail on a bad trusted key.
  896. [RT #20705]
  897. 2856. [bug] The size of a memory allocation was not always properly
  898. recorded. [RT #20927]
  899. 2855. [func] nsupdate will now preserve the entered case of domain
  900. names in update requests it sends. [RT #20928]
  901. 2854. [func] dig: allow the final soa record in a axfr response to
  902. be suppressed, dig +onesoa. [RT #20929]
  903. 2853. [bug] add_sigs() could run out of scratch space. [RT #21015]
  904. 2852. [bug] Handle broken DNSSEC trust chains better. [RT #15619]
  905. 2851. [doc] nslookup.1, removed <informalexample> from the docbook
  906. source as it produced bad nroff. [RT #21007]
  907. 2850. [bug] If isc_heap_insert() failed due to memory shortage
  908. the heap would have corrupted entries. [RT #20951]
  909. 2849. [bug] Don't treat errors from the xml2 library as fatal.
  910. [RT #20945]
  911. 2848. [doc] Moved README.dnssec, README.libdns, README.pkcs11 and
  912. README.rfc5011 into the ARM. [RT #20899]
  913. 2847. [cleanup] Corrected usage message in dnssec-settime. [RT #20921]
  914. 2846. [bug] EOF on unix domain sockets was not being handled
  915. correctly. [RT #20731]
  916. 2845. [bug] RFC 5011 client could crash on shutdown. [RT #20903]
  917. 2844. [doc] notify-delay default in ARM was wrong. It should have
  918. been five (5) seconds.
  919. 2843. [func] Prevent dnssec-keygen and dnssec-keyfromlabel from
  920. creating key files if there is a chance that the new
  921. key ID will collide with an existing one after
  922. either of the keys has been revoked. (To override
  923. this in the case of dnssec-keyfromlabel, use the -y
  924. option. dnssec-keygen will simply create a
  925. different, non-colliding key, so an override is
  926. not necessary.) [RT #20838]
  927. 2842. [func] Added "smartsign" and improved "autosign" and
  928. "dnssec" regression tests. [RT #20865]
  929. 2841. [bug] Change 2836 was not complete. [RT #20883]
  930. 2840. [bug] Temporary fixed pkcs11-destroy usage check.
  931. [RT #20760]
  932. 2839. [bug] A KSK revoked by named could not be deleted.
  933. [RT #20881]
  934. 2838. [placeholder]
  935. 2837. [port] Prevent Linux spurious warnings about fwrite().
  936. [RT #20812]
  937. 2836. [bug] Keys that were scheduled to become active could
  938. be delayed. [RT #20874]
  939. 2835. [bug] Key inactivity dates were inadvertently stored in
  940. the private key file with the outdated tag
  941. "Unpublish" rather than "Inactive". This has been
  942. fixed; however, any existing keys that had Inactive
  943. dates set will now need to have them reset, using
  944. 'dnssec-settime -I'. [RT #20868]
  945. 2834. [bug] HMAC-SHA* keys that were longer than the algorithm
  946. digest length were used incorrectly, leading to
  947. interoperability problems with other DNS
  948. implementations. This has been corrected.
  949. (Note: If an oversize key is in use, and
  950. compatibility is needed with an older release of
  951. BIND, the new tool "isc-hmac-fixup" can convert
  952. the key secret to a form that will work with all
  953. versions.) [RT #20751]
  954. 2833. [cleanup] Fix usage messages in dnssec-keygen and dnssec-settime.
  955. [RT #20851]
  956. 2832. [bug] Modify "struct stat" in lib/export/samples/nsprobe.c
  957. to avoid redefinition in some OSs [RT 20831]
  958. 2831. [security] Do not attempt to validate or cache
  959. out-of-bailiwick data returned with a secure
  960. answer; it must be re-fetched from its original
  961. source and validated in that context. [RT #20819]
  962. 2830. [bug] Changing the OPTOUT setting could take multiple
  963. passes. [RT #20813]
  964. 2829. [bug] Fixed potential node inconsistency in rbtdb.c.
  965. [RT #20808]
  966. 2828. [security] Cached CNAME or DNAME RR could be returned to clients
  967. without DNSSEC validation. [RT #20737]
  968. 2827. [security] Bogus NXDOMAIN could be cached as if valid. [RT #20712]
  969. 2826. [bug] NSEC3->NSEC transitions could fail due to a lock not
  970. being released. [RT #20740]
  971. 2825. [bug] Changing the setting of OPTOUT in a NSEC3 chain that
  972. was in the process of being created was not properly
  973. recorded in the zone. [RT #20786]
  974. 2824. [bug] "rndc sign" was not being run by the correct task.
  975. [RT #20759]
  976. 2823. [bug] rbtdb.c:getsigningtime() was missing locks. [RT #20781]
  977. 2822. [bug] rbtdb.c:loadnode() could return the wrong result.
  978. [RT #20802]
  979. 2821. [doc] Add note that named-checkconf doesn't automatically
  980. read rndc.key and bind.keys [RT #20758]
  981. 2820. [func] Handle read access failure of OpenSSL configuration
  982. file more user friendly (PKCS#11 engine patch).
  983. [RT #20668]
  984. 2819. [cleanup] Removed unnecessary DNS_POINTER_MAXHOPS define.
  985. [RT #20771]
  986. 2818. [cleanup] rndc could return an incorrect error code
  987. when a zone was not found. [RT #20767]
  988. 2817. [cleanup] Removed unnecessary isc_task_endexclusive() calls.
  989. [RT #20768]
  990. 2816. [bug] previous_closest_nsec() could fail to return
  991. data for NSEC3 nodes [RT #29730]
  992. 2815. [bug] Exclusively lock the task when freezing a zone.
  993. [RT #19838]
  994. 2814. [func] Provide a definitive error message when a master
  995. zone is not loaded. [RT #20757]
  996. 2813. [bug] Better handling of unreadable DNSSEC key files.
  997. [RT #20710]
  998. 2812. [bug] Make sure updates can't result in a zone with
  999. NSEC-only keys and NSEC3 records. [RT #20748]
  1000. 2811. [cleanup] Add "rndc sign" to list of commands in rndc usage
  1001. output. [RT #20733]
  1002. 2810. [doc] Clarified the process of transitioning an NSEC3 zone
  1003. to insecure. [RT #20746]
  1004. 2809. [cleanup] Restored accidentally-deleted text in usage output
  1005. in dnssec-settime and dnssec-revoke [RT #20739]
  1006. 2808. [bug] Remove the attempt to install atomic.h from lib/isc.
  1007. atomic.h is correctly installed by the architecture
  1008. specific subdirectories. [RT #20722]
  1009. 2807. [bug] Fixed a possible ASSERT when reconfiguring zone
  1010. keys. [RT #20720]
  1011. --- 9.7.0rc1 released ---
  1012. 2806. [bug] "rdnc sign" could delay re-signing the DNSKEY
  1013. when it had changed. [RT #20703]
  1014. 2805. [bug] Fixed namespace problems encountered when building
  1015. external programs using non-exported BIND9 libraries
  1016. (i.e., built without --enable-exportlib). [RT #20679]
  1017. 2804. [bug] Send notifies when a zone is signed with "rndc sign"
  1018. or as a result of a scheduled key change. [RT #20700]
  1019. 2803. [port] win32: Install named-journalprint, nsec3hash, arpaname
  1020. and genrandom under windows. [RT #20670]
  1021. 2802. [cleanup] Rename journalprint to named-journalprint. [RT #20670]
  1022. 2801. [func] Detect and report records that are different according
  1023. to DNSSEC but are semantically equal according to plain
  1024. DNS. Apply plain DNS comparisons rather than DNSSEC
  1025. comparisons when processing UPDATE requests.
  1026. dnssec-signzone now removes such semantically duplicate
  1027. records prior to signing the RRset.
  1028. named-checkzone -r {ignore|warn|fail} (default warn)
  1029. named-compilezone -r {ignore|warn|fail} (default warn)
  1030. named.conf: check-dup-records {ignore|warn|fail};
  1031. 2800. [func] Reject zones which have NS records which refer to
  1032. CNAMEs, DNAMEs or don't have address record (class IN
  1033. only). Reject UPDATEs which would cause the zone
  1034. to fail the above checks if committed. [RT #20678]
  1035. 2799. [cleanup] Changed the "secure-to-insecure" option to
  1036. "dnssec-secure-to-insecure", and "dnskey-ksk-only"
  1037. to "dnssec-dnskey-kskonly", for clarity. [RT #20586]
  1038. 2798. [bug] Addressed bugs in managed-keys initialization
  1039. and rollover. [RT #20683]
  1040. 2797. [bug] Don't decrement the dispatch manager's maxbuffers.
  1041. [RT #20613]
  1042. 2796. [bug] Missing dns_rdataset_disassociate() call in
  1043. dns_nsec3_delnsec3sx(). [RT #20681]
  1044. 2795. [cleanup] Add text to differentiate "update with no effect"
  1045. log messages. [RT #18889]
  1046. 2794. [bug] Install <isc/namespace.h>. [RT #20677]
  1047. 2793. [func] Add "autosign" and "metadata" tests to the
  1048. automatic tests. [RT #19946]
  1049. 2792. [func] "filter-aaaa-on-v4" can now be set in view
  1050. options (if compiled in). [RT #20635]
  1051. 2791. [bug] The installation of isc-config.sh was broken.
  1052. [RT #20667]
  1053. 2790. [bug] Handle DS queries to stub zones. [RT #20440]
  1054. 2789. [bug] Fixed an INSIST in dispatch.c [RT #20576]
  1055. 2788. [bug] dnssec-signzone could sign with keys that were
  1056. not requested [RT #20625]
  1057. 2787. [bug] Spurious log message when zone keys were
  1058. dynamically reconfigured. [RT #20659]
  1059. 2786. [bug] Additional could be promoted to answer. [RT #20663]
  1060. --- 9.7.0b3 released ---
  1061. 2785. [bug] Revoked keys could fail to self-sign [RT #20652]
  1062. 2784. [bug] TC was not always being set when required glue was
  1063. dropped. [RT #20655]
  1064. 2783. [func] Return minimal responses to EDNS/UDP queries with a UDP
  1065. buffer size of 512 or less. [RT #20654]
  1066. 2782. [port] win32: use getaddrinfo() for hostname lookups.
  1067. [RT #20650]
  1068. 2781. [bug] Inactive keys could be used for signing. [RT #20649]
  1069. 2780. [bug] dnssec-keygen -A none didn't properly unset the
  1070. activation date in all cases. [RT #20648]
  1071. 2779. [bug] Dynamic key revocation could fail. [RT #20644]
  1072. 2778. [bug] dnssec-signzone could fail when a key was revoked
  1073. without deleting the unrevoked version. [RT #20638]
  1074. 2777. [contrib] DLZ MYSQL auto reconnect support discovery was wrong.
  1075. 2776. [bug] Change #2762 was not correct. [RT #20647]
  1076. 2775. [bug] Accept RSASHA256 and RSASHA512 as NSEC3 compatible
  1077. in dnssec-keyfromlabel. [RT #20643]
  1078. 2774. [bug] Existing cache DB wasn't being reused after
  1079. reconfiguration. [RT #20629]
  1080. 2773. [bug] In autosigned zones, the SOA could be signed
  1081. with the KSK. [RT #20628]
  1082. 2772. [security] When validating, track whether pending data was from
  1083. the additional section or not and only return it if
  1084. validates as secure. [RT #20438]
  1085. 2771. [bug] dnssec-signzone: DNSKEY records could be
  1086. corrupted when importing from key files [RT #20624]
  1087. 2770. [cleanup] Add log messages to resolver.c to indicate events
  1088. causing FORMERR responses. [RT #20526]
  1089. 2769. [cleanup] Change #2742 was incomplete. [RT #19589]
  1090. 2768. [bug] dnssec-signzone: -S no longer implies -g [RT #20568]
  1091. 2767. [bug] named could crash on startup if a zone was
  1092. configured with auto-dnssec and there was no
  1093. key-directory. [RT #20615]
  1094. 2766. [bug] isc_socket_fdwatchpoke() should only update the
  1095. socketmgr state if the socket is not pending on a
  1096. read or write. [RT #20603]
  1097. 2765. [bug] Skip masters for which the TSIG key cannot be found.
  1098. [RT #20595]
  1099. 2764. [bug] "rndc-confgen -a" could trigger a REQUIRE. [RT #20610]
  1100. 2763. [bug] "rndc sign" didn't create an NSEC chain. [RT #20591]
  1101. 2762. [bug] DLV validation failed with a local slave DLV zone.
  1102. [RT #20577]
  1103. 2761. [cleanup] Enable internal symbol table for backtrace only for
  1104. systems that are known to work. Currently, BSD
  1105. variants, Linux and Solaris are supported. [RT# 20202]
  1106. 2760. [cleanup] Corrected named-compilezone usage summary. [RT #20533]
  1107. 2759. [doc] Add information about .jbk/.jnw files to
  1108. the ARM. [RT #20303]
  1109. 2758. [bug] win32: Added a workaround for a windows 2008 bug
  1110. that could cause the UDP client handler to shut
  1111. down. [RT #19176]
  1112. 2757. [bug] dig: assertion failure could occur in connect
  1113. timeout. [RT #20599]
  1114. 2756. [bug] Fixed corrupt logfile message in update.c. [RT# 20597]
  1115. 2755. [placeholder]
  1116. 2754. [bug] Secure-to-insecure transitions failed when zone
  1117. was signed with NSEC3. [RT #20587]
  1118. 2753. [bug] Removed an unnecessary warning that could appear when
  1119. building an NSEC chain. [RT #20589]
  1120. 2752. [bug] Locking violation. [RT #20587]
  1121. 2751. [bug] Fixed a memory leak in dnssec-keyfromlabel. [RT #20588]
  1122. 2750. [bug] dig: assertion failure could occur when a server
  1123. didn't have an address. [RT #20579]
  1124. 2749. [bug] ixfr-from-differences generated a non-minimal ixfr
  1125. for NSEC3 signed zones. [RT #20452]
  1126. 2748. [func] Identify bad answers from GTLD servers and treat them
  1127. as referrals. [RT #18884]
  1128. 2747. [bug] Journal roll forwards failed to set the re-signing
  1129. time of RRSIGs correctly. [RT #20541]
  1130. 2746. [port] hpux: address signed/unsigned expansion mismatch of
  1131. dns_rbtnode_t.nsec. [RT #20542]
  1132. 2745. [bug] configure script didn't probe the return type of
  1133. gai_strerror(3) correctly. [RT #20573]
  1134. 2744. [func] Log if a query was over TCP. [RT #19961]
  1135. 2743. [bug] RRSIG could be incorrectly set in the NSEC3 record
  1136. for a insecure delegation.
  1137. --- 9.7.0b2 released ---
  1138. 2742. [cleanup] Clarify some DNSSEC-related log messages in
  1139. validator.c. [RT #19589]
  1140. 2741. [func] Allow the dnssec-keygen progress messages to be
  1141. suppressed (dnssec-keygen -q). Automatically
  1142. suppress the progress messages when stdin is not
  1143. a tty. [RT #20474]
  1144. 2740. [placeholder]
  1145. 2739. [cleanup] Clean up API for initializing and clearing trust
  1146. anchors for a view. [RT #20211]
  1147. 2738. [func] Add RSASHA256 and RSASHA512 tests to the dnssec system
  1148. test. [RT #20453]
  1149. 2737. [func] UPDATE requests can leak existence information.
  1150. [RT #17261]
  1151. 2736. [func] Improve the performance of NSEC signed zones with
  1152. more than a normal amount of glue below a delegation.
  1153. [RT #20191]
  1154. 2735. [bug] dnssec-signzone could fail to read keys
  1155. that were specified on the command line with
  1156. full paths, but weren't in the current
  1157. directory. [RT #20421]
  1158. 2734. [port] cygwin: arpaname did not compile. [RT #20473]
  1159. 2733. [cleanup] Clean up coding style in pkcs11-* tools. [RT #20355]
  1160. 2732. [func] Add optional filter-aaaa-on-v4 option, available
  1161. if built with './configure --enable-filter-aaaa'.
  1162. Filters out AAAA answers to clients connecting
  1163. via IPv4. (This is NOT recommended for general
  1164. use.) [RT #20339]
  1165. 2731. [func] Additional work on change 2709. The key parser
  1166. will now ignore unrecognized fields when the
  1167. minor version number of the private key format
  1168. has been increased. It will reject any key with
  1169. the major version number increased. [RT #20310]
  1170. 2730. [func] Have dnssec-keygen display a progress indication
  1171. a la 'openssl genrsa' on standard error. Note
  1172. when the first '.' is followed by a long stop
  1173. one has the choice between slow generation vs.
  1174. poor random quality, i.e., '-r /dev/urandom'.
  1175. [RT #20284]
  1176. 2729. [func] When constructing a CNAME from a DNAME use the DNAME
  1177. TTL. [RT #20451]
  1178. 2728. [bug] dnssec-keygen, dnssec-keyfromlabel and
  1179. dnssec-signzone now warn immediately if asked to
  1180. write into a nonexistent directory. [RT #20278]
  1181. 2727. [func] The 'key-directory' option can now specify a relative
  1182. path. [RT #20154]
  1183. 2726. [func] Added support for SHA-2 DNSSEC algorithms,
  1184. RSASHA256 and RSASHA512. [RT #20023]
  1185. 2725. [doc] Added information about the file "managed-keys.bind"
  1186. to the ARM. [RT #20235]
  1187. 2724. [bug] Updates to a existing node in secure zone using NSEC
  1188. were failing. [RT #20448]
  1189. 2723. [bug] isc_base32_totext(), isc_base32hex_totext(), and
  1190. isc_base64_totext(), didn't always mark regions of
  1191. memory as fully consumed after conversion. [RT #20445]
  1192. 2722. [bug] Ensure that the memory associated with the name of
  1193. a node in a rbt tree is not altered during the life
  1194. of the node. [RT #20431]
  1195. 2721. [port] Have dst__entropy_status() prime the random number
  1196. generator. [RT #20369]
  1197. 2720. [bug] RFC 5011 trust anchor updates could trigger an
  1198. assert if the DNSKEY record was unsigned. [RT #20406]
  1199. 2719. [func] Skip trusted/managed keys for unsupported algorithms.
  1200. [RT #20392]
  1201. 2718. [bug] The space calculations in opensslrsa_todns() were
  1202. incorrect. [RT #20394]
  1203. 2717. [bug] named failed to update the NSEC/NSEC3 record when
  1204. the last private type record was removed as a result
  1205. of completing the signing the zone with a key.
  1206. [RT #20399]
  1207. 2716. [bug] nslookup debug mode didn't return the ttl. [RT #20414]
  1208. --- 9.7.0b1 released ---
  1209. 2715. [bug] Require OpenSSL support to be explicitly disabled.
  1210. [RT #20288]
  1211. 2714. [port] aix/powerpc: 'asm("ics");' needs non standard assembler
  1212. flags.
  1213. 2713. [bug] powerpc: atomic operations missing asm("ics") /
  1214. __isync() calls.
  1215. 2712. [func] New 'auto-dnssec' zone option allows zone signing
  1216. to be fully automated in zones configured for
  1217. dynamic DNS. 'auto-dnssec allow;' permits a zone
  1218. to be signed by creating keys for it in the
  1219. key-directory and using 'rndc sign <zone>'.
  1220. 'auto-dnssec maintain;' allows that too, plus it
  1221. also keeps the zone's DNSSEC keys up to date
  1222. according to their timing metadata. [RT #19943]
  1223. 2711. [port] win32: Add the bin/pkcs11 tools into the full
  1224. build. [RT #20372]
  1225. 2710. [func] New 'dnssec-signzone -x' flag and 'dnskey-ksk-only'
  1226. zone option cause a zone to be signed with only KSKs
  1227. signing the DNSKEY RRset, not ZSKs. This reduces
  1228. the size of a DNSKEY answer. [RT #20340]
  1229. 2709. [func] Added some data fields, currently unused, to the
  1230. private key file format, to allow implementation
  1231. of explicit key rollover in a future release
  1232. without impairing backward or forward compatibility.
  1233. [RT #20310]
  1234. 2708. [func] Insecure to secure and NSEC3 parameter changes via
  1235. update are now fully supported and no longer require
  1236. defines to enable. We now no longer overload the
  1237. NSEC3PARAM flag field, nor the NSEC OPT bit at the
  1238. apex. Secure to insecure changes are controlled by
  1239. by the named.conf option 'secure-to-insecure'.
  1240. Warning: If you had previously enabled support by
  1241. adding defines at compile time to BIND 9.6 you should
  1242. ensure that all changes that are in progress have
  1243. completed prior to upgrading to BIND 9.7. BIND 9.7
  1244. is not backwards compatible.
  1245. 2707. [func] dnssec-keyfromlabel no longer require engine name
  1246. to be specified in the label if there is a default
  1247. engine or the -E option has been used. Also, it
  1248. now uses default algorithms as dnssec-keygen does
  1249. (i.e., RSASHA1, or NSEC3RSASHA1 if -3 is used).
  1250. [RT #20371]
  1251. 2706. [bug] Loading a zone with a very large NSEC3 salt could
  1252. trigger an assert. [RT #20368]
  1253. 2705. [placeholder]
  1254. 2704. [bug] Serial of dynamic and stub zones could be inconsistent
  1255. with their SOA serial. [RT #19387]
  1256. 2703. [func] Introduce an OpenSSL "engine" argument with -E
  1257. for all binaries which can take benefit of
  1258. crypto hardware. [RT #20230]
  1259. 2702. [func] Update PKCS#11 tools (bin/pkcs11) [RT #20225 & all]
  1260. 2701. [doc] Correction to ARM: hmac-md5 is no longer the only
  1261. supported TSIG key algorithm. [RT #18046]
  1262. 2700. [doc] The match-mapped-addresses option is discouraged.
  1263. [RT #12252]
  1264. 2699. [bug] Missing lock in rbtdb.c. [RT #20037]
  1265. 2698. [placeholder]
  1266. 2697. [port] win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
  1267. S_IFREG are defined after including <isc/stat.h>.
  1268. [RT #20309]
  1269. 2696. [bug] named failed to successfully process some valid
  1270. acl constructs. [RT #20308]
  1271. 2695. [func] DHCP/DDNS - update fdwatch code for use by
  1272. DHCP. Modify the api to isc_sockfdwatch_t (the
  1273. callback functon for isc_socket_fdwatchcreate)
  1274. to include information about the direction (read
  1275. or write) and add isc_socket_fdwatchpoke.
  1276. [RT #20253]
  1277. 2694. [bug] Reduce default NSEC3 iterations from 100 to 10.
  1278. [RT #19970]
  1279. 2693. [port] Add some noreturn attributes. [RT #20257]
  1280. 2692. [port] win32: 32/64 bit cleanups. [RT #20335]
  1281. 2691. [func] dnssec-signzone: retain the existing NSEC or NSEC3
  1282. chain when re-signing a previously-signed zone.
  1283. Use -u to modify NSEC3 parameters or switch
  1284. between NSEC and NSEC3. [RT #20304]
  1285. 2690. [bug] win32: fix isc_thread_key_getspecific() prototype.
  1286. [RT #20315]
  1287. 2689. [bug] Correctly handle snprintf result. [RT #20306]
  1288. 2688. [bug] Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
  1289. to decide to fetch the destination address. [RT #20305]
  1290. 2687. [bug] Fixed dnssec-signzone -S handling of revoked keys.
  1291. Also, added warnings when revoking a ZSK, as this is
  1292. not defined by protocol (but is legal). [RT #19943]
  1293. 2686. [bug] dnssec-signzone should clean the old NSEC chain when
  1294. signing with NSEC3 and vice versa. [RT #20301]
  1295. 2685. [contrib] Update contrib/zkt to version 0.99c. [RT #20054]
  1296. 2684. [cleanup] dig: formalize +ad and +cd as synonyms for
  1297. +adflag and +cdflag. [RT #19305]
  1298. 2683. [bug] dnssec-signzone should clean out old NSEC3 chains when
  1299. the NSEC3 parameters used to sign the zone change.
  1300. [RT #20246]
  1301. 2682. [bug] "configure --enable-symtable=all" failed to
  1302. build. [RT #20282]
  1303. 2681. [bug] IPSECKEY RR of gateway type 3 was not correctly
  1304. decoded. [RT #20269]
  1305. 2680. [func] Move contrib/pkcs11-keygen to bin/pkcs11. [RT #20067]
  1306. 2679. [func] dig -k can now accept TSIG keys in named.conf
  1307. format. [RT #20031]
  1308. 2678. [func] Treat DS queries as if "minimal-response yes;"
  1309. was set. [RT #20258]
  1310. 2677. [func] Changes to key metadata behavior:
  1311. - Keys without "publish" or "active" dates set will
  1312. no longer be used for smart signing. However,
  1313. those dates will be set to "now" by default when
  1314. a key is created; to generate a key but not use
  1315. it yet, use dnssec-keygen -G.
  1316. - New "inactive" date (dnssec-keygen/settime -I)
  1317. sets the time when a key is no longer used for
  1318. signing but is still published.
  1319. - The "unpublished" date (-U) is deprecated in
  1320. favour of "deleted" (-D).
  1321. [RT #20247]
  1322. 2676. [bug] --with-export-installdir should have been
  1323. --with-export-includedir. [RT #20252]
  1324. 2675. [bug] dnssec-signzone could crash if the key directory
  1325. did not exist. [RT #20232]
  1326. --- 9.7.0a3 released ---
  1327. 2674. [bug] "dnssec-lookaside auto;" crashed if named was built
  1328. without openssl. [RT #20231]
  1329. 2673. [bug] The managed-keys.bind zone file could fail to
  1330. load due to a spurious result from sync_keyzone()
  1331. [RT #20045]
  1332. 2672. [bug] Don't enable searching in 'host' when doing reverse
  1333. lookups. [RT #20218]
  1334. 2671. [bug] Add support for PKCS#11 providers not returning
  1335. the public exponent in RSA private keys
  1336. (OpenCryptoki for instance) in
  1337. dnssec-keyfromlabel. [RT #19294]
  1338. 2670. [bug] Unexpected connect failures failed to log enough
  1339. information to be useful. [RT #20205]
  1340. 2669. [func] Update PKCS#11 support to support Keyper HSM.
  1341. Update PKCS#11 patch to be against openssl-0.9.8i.
  1342. 2668. [func] Several improvements to dnssec-* tools, including:
  1343. - dnssec-keygen and dnssec-settime can now set key
  1344. metadata fields 0 (to unset a value, use "none")
  1345. - dnssec-revoke sets the revocation date in
  1346. addition to the revoke bit
  1347. - dnssec-settime can now print individual metadata
  1348. fields instead of always printing all of them,
  1349. and can print them in unix epoch time format for
  1350. use by scripts
  1351. [RT #19942]
  1352. 2667. [func] Add support for logging stack backtrace on assertion
  1353. failure (not available for all platforms). [RT #19780]
  1354. 2666. [func] Added an 'options' argument to dns_name_fromstring()
  1355. (API change from 9.7.0a2). [RT #20196]
  1356. 2665. [func] Clarify syntax for managed-keys {} statement, add
  1357. ARM documentation about RFC 5011 support. [RT #19874]
  1358. 2664. [bug] create_keydata() and minimal_update() in zone.c
  1359. didn't properly check return values for some
  1360. functions. [RT #19956]
  1361. 2663. [func] win32: allow named to run as a service using
  1362. "NT AUTHORITY\LocalService" as the account. [RT #19977]
  1363. 2662. [bug] lwres_getipnodebyname() and lwres_getipnodebyaddr()
  1364. returned a misleading error code when lwresd was
  1365. down. [RT #20028]
  1366. 2661. [bug] Check whether socket fd exceeds FD_SETSIZE when
  1367. creating lwres context. [RT #20029]
  1368. 2660. [func] Add a new set of DNS libraries for non-BIND9
  1369. applications. See README.libdns. [RT #19369]
  1370. 2659. [doc] Clarify dnssec-keygen doc: key name must match zone
  1371. name for DNSSEC keys. [RT #19938]
  1372. 2658. [bug] dnssec-settime and dnssec-revoke didn't process
  1373. key file paths correctly. [RT #20078]
  1374. 2657. [cleanup] Lower "journal file <path> does not exist, creating it"
  1375. log level to debug 1. [RT #20058]
  1376. 2656. [func] win32: add a "tools only" check box to the installer
  1377. which causes it to only install dig, host, nslookup,
  1378. nsupdate and relevant DLLs. [RT #19998]
  1379. 2655. [doc] Document that key-directory does not affect
  1380. bind.keys, rndc.key or session.key. [RT #20155]
  1381. 2654. [bug] Improve error reporting on duplicated names for
  1382. deny-answer-xxx. [RT #20164]
  1383. 2653. [bug] Treat ENGINE_load_private_key() failures as key
  1384. not found rather than out of memory. [RT #18033]
  1385. 2652. [func] Provide more detail about what record is being
  1386. deleted. [RT #20061]
  1387. 2651. [bug] Dates could print incorrectly in K*.key files on
  1388. 64-bit systems. [RT #20076]
  1389. 2650. [bug] Assertion failure in dnssec-signzone when trying
  1390. to read keyset-* files. [RT #20075]
  1391. 2649. [bug] Set the domain for forward only zones. [RT #19944]
  1392. 2648. [port] win32: isc_time_seconds() was broken. [RT #19900]
  1393. 2647. [bug] Remove unnecessary SOA updates when a new KSK is
  1394. added. [RT #19913]
  1395. 2646. [bug] Incorrect cleanup on error in socket.c. [RT #19987]
  1396. 2645. [port] "gcc -m32" didn't work on amd64 and x86_64 platforms
  1397. which default to 64 bits. [RT #19927]
  1398. --- 9.7.0a2 released ---
  1399. 2644. [bug] Change #2628 caused a regression on some systems;
  1400. named was unable to write the PID file and would
  1401. fail on startup. [RT #20001]
  1402. 2643. [bug] Stub zones interacted badly with NSEC3 support.
  1403. [RT #19777]
  1404. 2642. [bug] nsupdate could dump core on solaris when reading
  1405. improperly formatted key files. [RT #20015]
  1406. 2641. [bug] Fixed an error in parsing update-policy syntax,
  1407. added a regression test to check it. [RT #20007]
  1408. 2640. [security] A specially crafted update packet will cause named
  1409. to exit. [RT #20000]
  1410. 2639. [bug] Silence compiler warnings in gssapi code. [RT #19954]
  1411. 2638. [bug] Install arpaname. [RT #19957]
  1412. 2637. [func] Rationalize dnssec-signzone's signwithkey() calling.
  1413. [RT #19959]
  1414. 2636. [func] Simplify zone signing and key maintenance with the
  1415. dnssec-* tools. Major changes:
  1416. - all dnssec-* tools now take a -K option to
  1417. specify a directory in which key files will be
  1418. stored
  1419. - DNSSEC can now store metadata indicating when
  1420. they are scheduled to be published, activated,
  1421. revoked or removed; these values can be set by
  1422. dnssec-keygen or overwritten by the new
  1423. dnssec-settime command
  1424. - dnssec-signzone -S (for "smart") option reads key
  1425. metadata and uses it to determine automatically
  1426. which keys to publish to the zone, use for
  1427. signing, revoke, or remove from the zone
  1428. [RT #19816]
  1429. 2635. [bug] isc_inet_ntop() incorrectly handled 0.0/16 addresses.
  1430. [RT #19716]
  1431. 2634. [port] win32: Add support for libxml2, enable
  1432. statschannel. [RT #19773]
  1433. 2633. [bug] Handle 15 bit rand() functions. [RT #19783]
  1434. 2632. [func] util/kit.sh: warn if documentation appears to be out of
  1435. date. [RT #19922]
  1436. 2631. [bug] Handle "//", "/./" and "/../" in mkdirpath().
  1437. [RT #19926 ]
  1438. 2630. [func] Improved syntax for DDNS autoconfiguration: use
  1439. "update-policy local;" to switch on local DDNS in a
  1440. zone. (The "ddns-autoconf" option has been removed.)
  1441. [RT #19875]
  1442. 2629. [port] Check for seteuid()/setegid(), use setresuid()/
  1443. setresgid() if not present. [RT #19932]
  1444. 2628. [port] linux: Allow /var/run/named/named.pid to be opened
  1445. at startup with reduced capabilities in operation.
  1446. [RT #19884]
  1447. 2627. [bug] Named aborted if the same key was included in
  1448. trusted-keys more than once. [RT #19918]
  1449. 2626. [bug] Multiple trusted-keys could trigger an assertion
  1450. failure. [RT #19914]
  1451. 2625. [bug] Missing UNLOCK in rbtdb.c. [RT #19865]
  1452. 2624. [func] 'named-checkconf -p' will print out the parsed
  1453. configuration. [RT #18871]
  1454. 2623. [bug] Named started searches for DS non-optimally. [RT #19915]
  1455. 2622. [bug] Printing of named.conf grammar was broken. [RT #19919]
  1456. 2621. [doc] Made copyright boilerplate consistent. [RT #19833]
  1457. 2620. [bug] Delay thawing the zone until the reload of it has
  1458. completed successfully. [RT #19750]
  1459. 2619. [func] Add support for RFC 5011, automatic trust anchor
  1460. maintenance. The new "managed-keys" statement can
  1461. be used in place of "trusted-keys" for zones which
  1462. support this protocol. (Note: this syntax is
  1463. expected to change prior to 9.7.0 final.) [RT #19248]
  1464. 2618. [bug] The sdb and sdlz db_interator_seek() methods could
  1465. loop infinitely. [RT #19847]
  1466. 2617. [bug] ifconfig.sh failed to emit an error message when
  1467. run from the wrong location. [RT #19375]
  1468. 2616. [bug] 'host' used the nameservers from resolv.conf even
  1469. when a explicit nameserver was specified. [RT #19852]
  1470. 2615. [bug] "__attribute__((unused))" was in the wrong place
  1471. for ia64 gcc builds. [RT #19854]
  1472. 2614. [port] win32: 'named -v' should automatically be executed
  1473. in the foreground. [RT #19844]
  1474. 2613. [placeholder]
  1475. --- 9.7.0a1 released ---
  1476. 2612. [func] Add default values for the arguments to
  1477. dnssec-keygen. Without arguments, it will now
  1478. generate a 1024-bit RSASHA1 zone-signing key,
  1479. or with the -f KSK option, a 2048-bit RSASHA1
  1480. key-signing key. [RT #19300]
  1481. 2611. [func] Add -l option to dnssec-dsfromkey to generate
  1482. DLV records instead of DS records. [RT #19300]
  1483. 2610. [port] sunos: Change #2363 was not complete. [RT #19796]
  1484. 2609. [func] Simplify the configuration of dynamic zones:
  1485. - add ddns-confgen command to generate
  1486. configuration text for named.conf
  1487. - add zone option "ddns-autoconf yes;", which
  1488. causes named to generate a TSIG session key
  1489. and allow updates to the zone using that key
  1490. - add '-l' (localhost) option to nsupdate, which
  1491. causes nsupdate to connect to a locally-running
  1492. named process using the session key generated
  1493. by named
  1494. [RT #19284]
  1495. 2608. [func] Perform post signing verification checks in
  1496. dnssec-signzone. These can be disabled with -P.
  1497. The post sign verification test ensures that for each
  1498. algorithm in use there is at least one non revoked
  1499. self signed KSK key. That all revoked KSK keys are
  1500. self signed. That all records in the zone are signed
  1501. by the algorithm. [RT #19653]
  1502. 2607. [bug] named could incorrectly delete NSEC3 records for
  1503. empty nodes when processing a update request.
  1504. [RT #19749]
  1505. 2606. [bug] "delegation-only" was not being accepted in
  1506. delegation-only type zones. [RT #19717]
  1507. 2605. [bug] Accept DS responses from delegation only zones.
  1508. [RT # 19296]
  1509. 2604. [func] Add support for DNS rebinding attack prevention through
  1510. new options, deny-answer-addresses and
  1511. deny-answer-aliases. Based on contributed code from
  1512. JD Nurmi, Google. [RT #18192]
  1513. 2603. [port] win32: handle .exe extension of named-checkzone and
  1514. named-comilezone argv[0] names under windows.
  1515. [RT #19767]
  1516. 2602. [port] win32: fix debugging command line build of libisccfg.
  1517. [RT #19767]
  1518. 2601. [doc] Mention file creation mode mask in the
  1519. named manual page.
  1520. 2600. [doc] ARM: miscellaneous reformatting for different
  1521. page widths. [RT #19574]
  1522. 2599. [bug] Address rapid memory growth when validation fails.
  1523. [RT #19654]
  1524. 2598. [func] Reserve the -F flag. [RT #19657]
  1525. 2597. [bug] Handle a validation failure with a insecure delegation
  1526. from a NSEC3 signed master/slave zone. [RT #19464]
  1527. 2596. [bug] Stale tree nodes of cache/dynamic rbtdb could stay
  1528. long, leading to inefficient memory usage or rejecting
  1529. newer cache entries in the worst case. [RT #19563]
  1530. 2595. [bug] Fix unknown extended rcodes in dig. [RT #19625]
  1531. 2594. [func] Have rndc warn if using its default configuration
  1532. file when the key file also exists. [RT #19424]
  1533. 2593. [bug] Improve a corner source of SERVFAILs [RT #19632]
  1534. 2592. [bug] Treat "any" as a type in nsupdate. [RT #19455]
  1535. 2591. [bug] named could die when processing a update in
  1536. removed_orphaned_ds(). [RT #19507]
  1537. 2590. [func] Report zone/class of "update with no effect".
  1538. [RT #19542]
  1539. 2589. [bug] dns_db_unregister() failed to clear '*dbimp'.
  1540. [RT #19626]
  1541. 2588. [bug] SO_REUSEADDR could be set unconditionally after failure
  1542. of bind(2) call. This should be rare and mostly
  1543. harmless, but may cause interference with other
  1544. processes that happen to use the same port. [RT #19642]
  1545. 2587. [func] Improve logging by reporting serial numbers for
  1546. when zone serial has gone backwards or unchanged.
  1547. [RT #19506]
  1548. 2586. [bug] Missing cleanup of SIG rdataset in searching a DLZ DB
  1549. or SDB. [RT #19577]
  1550. 2585. [bug] Uninitialized socket name could be referenced via a
  1551. statistics channel, triggering an assertion failure in
  1552. XML rendering. [RT #19427]
  1553. 2584. [bug] alpha: gcc optimization could break atomic operations.
  1554. [RT #19227]
  1555. 2583. [port] netbsd: provide a control to not add the compile
  1556. date to the version string, -DNO_VERSION_DATE.
  1557. 2582. [bug] Don't emit warning log message when we attempt to
  1558. remove non-existent journal. [RT #19516]
  1559. 2581. [contrib] dlz/mysql set MYSQL_OPT_RECONNECT option on connection.
  1560. Requires MySQL 5.0.19 or later. [RT #19084]
  1561. 2580. [bug] UpdateRej statistics counter could be incremented twice
  1562. for one rejection. [RT #19476]
  1563. 2579. [bug] DNSSEC lookaside validation failed to handle unknown
  1564. algorithms. [RT #19479]
  1565. 2578. [bug] Changed default sig-signing-type to 65534, because
  1566. 65535 turns out to be reserved. [RT #19477]
  1567. 2577. [doc] Clarified some statistics counters. [RT #19454]
  1568. 2576. [bug] NSEC record were not being correctly signed when
  1569. a zone transitions from insecure to secure.
  1570. Handle such incorrectly signed zones. [RT #19114]
  1571. 2575. [func] New functions dns_name_fromstring() and
  1572. dns_name_tostring(), to simplify conversion
  1573. of a string to a dns_name structure and vice
  1574. versa. [RT #19451]
  1575. 2574. [doc] Document nsupdate -g and -o. [RT #19351]
  1576. 2573. [bug] Replacing a non-CNAME record with a CNAME record in a
  1577. single transaction in a signed zone failed. [RT #19397]
  1578. 2572. [func] Simplify DLV configuration, with a new option
  1579. "dnssec-lookaside auto;" This is the equivalent
  1580. of "dnssec-lookaside . trust-anchor dlv.isc.org;"
  1581. plus setting a trusted-key for dlv.isc.org.
  1582. Note: The trusted key is hard-coded into named,
  1583. but is also stored in (and can be overridden
  1584. by) $sysconfdir/bind.keys. As the ISC DLV key
  1585. rolls over it can be kept up to date by replacing
  1586. the bind.keys file with a key downloaded from
  1587. https://www.isc.org/solutions/dlv. [RT #18685]
  1588. 2571. [func] Add a new tool "arpaname" which translates IP addresses
  1589. to the corresponding IN-ADDR.ARPA or IP6.ARPA name.
  1590. [RT #18976]
  1591. 2570. [func] Log the destination address the query was sent to.
  1592. [RT #19209]
  1593. 2569. [func] Move journalprint, nsec3hash, and genrandom
  1594. commands from bin/tests into bin/tools;
  1595. "make install" will put them in $sbindir. [RT #19301]
  1596. 2568. [bug] Report when the write to indicate a otherwise
  1597. successful start fails. [RT #19360]
  1598. 2567. [bug] dst__privstruct_writefile() could miss write errors.
  1599. write_public_key() could miss write errors.
  1600. dnssec-dsfromkey could miss write errors.
  1601. [RT #19360]
  1602. 2566. [cleanup] Clarify logged message when an insecure DNSSEC
  1603. response arrives from a zone thought to be secure:
  1604. "insecurity proof failed" instead of "not
  1605. insecure". [RT #19400]
  1606. 2565. [func] Add support for HIP record. Includes new functions
  1607. dns_rdata_hip_first(), dns_rdata_hip_next()
  1608. and dns_rdata_hip_current(). [RT #19384]
  1609. 2564. [bug] Only take EDNS fallback steps when processing timeouts.
  1610. [RT #19405]
  1611. 2563. [bug] Dig could leak a socket causing it to wait forever
  1612. to exit. [RT #19359]
  1613. 2562. [doc] ARM: miscellaneous improvements, reorganization,
  1614. and some new content.
  1615. 2561. [doc] Add isc-config.sh(1) man page. [RT #16378]
  1616. 2560. [bug] Add #include <config.h> to iptable.c. [RT #18258]
  1617. 2559. [bug] dnssec-dsfromkey could compute bad DS records when
  1618. reading from a K* files. [RT #19357]
  1619. 2558. [func] Set the ownership of missing directories created
  1620. for pid-file if -u has been specified on the command
  1621. line. [RT #19328]
  1622. 2557. [cleanup] PCI compliance:
  1623. * new libisc log module file
  1624. * isc_dir_chroot() now also changes the working
  1625. directory to "/".
  1626. * additional INSISTs
  1627. * additional logging when files can't be removed.
  1628. 2556. [port] Solaris: mkdir(2) on tmpfs filesystems does not do the
  1629. error checks in the correct order resulting in the
  1630. wrong error code sometimes being returned. [RT #19249]
  1631. 2555. [func] dig: when emitting a hex dump also display the
  1632. corresponding characters. [RT #19258]
  1633. 2554. [bug] Validation of uppercase queries from NSEC3 zones could
  1634. fail. [RT #19297]
  1635. 2553. [bug] Reference leak on DNSSEC validation errors. [RT #19291]
  1636. 2552. [bug] zero-no-soa-ttl-cache was not being honoured.
  1637. [RT #19340]
  1638. 2551. [bug] Potential Reference leak on return. [RT #19341]
  1639. 2550. [bug] Check --with-openssl=<path> finds <openssl/opensslv.h>.
  1640. [RT #19343]
  1641. 2549. [port] linux: define NR_OPEN if not currently defined.
  1642. [RT #19344]
  1643. 2548. [bug] Install iterated_hash.h. [RT #19335]
  1644. 2547. [bug] openssl_link.c:mem_realloc() could reference an
  1645. out-of-range area of the source buffer. New public
  1646. function isc_mem_reallocate() was introduced to address
  1647. this bug. [RT #19313]
  1648. 2546. [func] Add --enable-openssl-hash configure flag to use
  1649. OpenSSL (in place of internal routine) for hash
  1650. functions (MD5, SHA[12] and HMAC). [RT #18815]
  1651. 2545. [doc] ARM: Legal hostname checking (check-names) is
  1652. for SRV RDATA too. [RT #19304]
  1653. 2544. [cleanup] Removed unused structure members in adb.c. [RT #19225]
  1654. 2543. [contrib] Update contrib/zkt to version 0.98. [RT #19113]
  1655. 2542. [doc] Update the description of dig +adflag. [RT #19290]
  1656. 2541. [bug] Conditionally update dispatch manager statistics.
  1657. [RT #19247]
  1658. 2540. [func] Add a nibble mode to $GENERATE. [RT #18872]
  1659. 2539. [security] Update the interaction between recursion, allow-query,
  1660. allow-query-cache and allow-recursion. [RT #19198]
  1661. 2538. [bug] cache/ADB memory could grow over max-cache-size,
  1662. especially with threads and smaller max-cache-size
  1663. values. [RT #19240]
  1664. 2537. [func] Added more statistics counters including those on socket
  1665. I/O events and query RTT histograms. [RT #18802]
  1666. 2536. [cleanup] Silence some warnings when -Werror=format-security is
  1667. specified. [RT #19083]
  1668. 2535. [bug] dig +showsearch and +trace interacted badly. [RT #19091]
  1669. 2534. [func] Check NAPTR records regular expressions and
  1670. replacement strings to ensure they are syntactically
  1671. valid and consistant. [RT #18168]
  1672. 2533. [doc] ARM: document @ (at-sign). [RT #17144]
  1673. 2532. [bug] dig: check the question section of the response to
  1674. see if it matches the asked question. [RT #18495]
  1675. 2531. [bug] Change #2207 was incomplete. [RT #19098]
  1676. 2530. [bug] named failed to reject insecure to secure transitions
  1677. via UPDATE. [RT #19101]
  1678. 2529. [cleanup] Upgrade libtool to silence complaints from recent
  1679. version of autoconf. [RT #18657]
  1680. 2528. [cleanup] Silence spurious configure warning about
  1681. --datarootdir [RT #19096]
  1682. 2527. [placeholder]
  1683. 2526. [func] New named option "attach-cache" that allows multiple
  1684. views to share a single cache to save memory and
  1685. improve lookup efficiency. Based on contributed code
  1686. from Barclay Osborn, Google. [RT #18905]
  1687. 2525. [func] New logging category "query-errors" to provide detailed
  1688. internal information about query failures, especially
  1689. about server failures. [RT #19027]
  1690. 2524. [port] sunos: dnssec-signzone needs strtoul(). [RT #19129]
  1691. 2523. [bug] Random type rdata freed by dns_nsec_typepresent().
  1692. [RT #19112]
  1693. 2522. [security] Handle -1 from DSA_do_verify() and EVP_VerifyFinal().
  1694. 2521. [bug] Improve epoll cross compilation support. [RT #19047]
  1695. 2520. [bug] Update xml statistics version number to 2.0 as change
  1696. #2388 made the schema incompatible to the previous
  1697. version. [RT #19080]
  1698. 2519. [bug] dig/host with -4 or -6 didn't work if more than two
  1699. nameserver addresses of the excluded address family
  1700. preceded in resolv.conf. [RT #19081]
  1701. 2518. [func] Add support for the new CERT types from RFC 4398.
  1702. [RT #19077]
  1703. 2517. [bug] dig +trace with -4 or -6 failed when it chose a
  1704. nameserver address of the excluded address type.
  1705. [RT #18843]
  1706. 2516. [bug] glue sort for responses was performed even when not
  1707. needed. [RT #19039]
  1708. 2515. [port] win32: build dnssec-dsfromkey and dnssec-keyfromlabel.
  1709. [RT #19063]
  1710. 2514. [bug] dig/host failed with -4 or -6 when resolv.conf contains
  1711. a nameserver of the excluded address family.
  1712. [RT #18848]
  1713. 2513. [bug] Fix windows cli build. [RT #19062]
  1714. 2512. [func] Print a summary of the cached records which make up
  1715. the negative response. [RT #18885]
  1716. 2511. [cleanup] dns_rdata_tofmttext() add const to linebreak.
  1717. [RT #18885]
  1718. 2510. [bug] "dig +sigchase" could trigger REQUIRE failures.
  1719. [RT #19033]
  1720. 2509. [bug] Specifying a fixed query source port was broken.
  1721. [RT #19051]
  1722. 2508. [placeholder]
  1723. 2507. [func] Log the recursion quota values when killing the
  1724. oldest query or refusing to recurse due to quota.
  1725. [RT #19022]
  1726. 2506. [port] solaris: Check at configure time if
  1727. hack_shutup_pthreadonceinit is needed. [RT #19037]
  1728. 2505. [port] Treat amd64 similarly to x86_64 when determining
  1729. atomic operation support. [RT #19031]
  1730. 2504. [bug] Address race condition in the socket code. [RT #18899]
  1731. 2503. [port] linux: improve compatibility with Linux Standard
  1732. Base. [RT #18793]
  1733. 2502. [cleanup] isc_radix: Improve compliance with coding style,
  1734. document function in <isc/radix.h>. [RT #18534]
  1735. 2501. [func] $GENERATE now supports all rdata types. Multi-field
  1736. rdata types need to be quoted. See the ARM for
  1737. details. [RT #18368]
  1738. 2500. [contrib] contrib/sdb/pgsql/zonetodb.c called non-existent
  1739. function. [RT #18582]
  1740. 2499. [port] solaris: lib/lwres/getaddrinfo.c namespace clash.
  1741. [RT #18837]
  1742. --- 9.6.0rc1 released ---
  1743. 2498. [bug] Removed a bogus function argument used with
  1744. ISC_SOCKET_USE_POLLWATCH: it could cause compiler
  1745. warning or crash named with the debug 1 level
  1746. of logging. [RT #18917]
  1747. 2497. [bug] Don't add RRSIG bit to NSEC3 bit map for insecure
  1748. delegation.
  1749. 2496. [bug] Add sanity length checks to NSID option. [RT #18813]
  1750. 2495. [bug] Tighten RRSIG checks. [RT #18795]
  1751. 2494. [bug] isc/radix.h, dns/sdlz.h and dns/dlz.h were not being
  1752. installed. [RT #18826]
  1753. 2493. [bug] The linux capabilities code was not correctly cleaning
  1754. up after itself. [RT #18767]
  1755. 2492. [func] Rndc status now reports the number of cpus discovered
  1756. and the number of worker threads when running
  1757. multi-threaded. [RT #18273]
  1758. 2491. [func] Attempt to re-use a local port if we are already using
  1759. the port. [RT #18548]
  1760. 2490. [port] aix: work around a kernel bug where IPV6_RECVPKTINFO
  1761. is cleared when IPV6_V6ONLY is set. [RT #18785]
  1762. 2489. [port] solaris: Workaround Solaris's kernel bug about
  1763. /dev/poll:
  1764. http://bugs.opensolaris.org/view_bug.do?bug_id=6724237
  1765. Define ISC_SOCKET_USE_POLLWATCH at build time to enable
  1766. this workaround. [RT #18870]
  1767. 2488. [func] Added a tool, dnssec-dsfromkey, to generate DS records
  1768. from keyset and .key files. [RT #18694]
  1769. 2487. [bug] Give TCP connections longer to complete. [RT #18675]
  1770. 2486. [func] The default locations for named.pid and lwresd.pid
  1771. are now /var/run/named/named.pid and
  1772. /var/run/lwresd/lwresd.pid respectively.
  1773. This allows the owner of the containing directory
  1774. to be set, for "named -u" support, and allows there
  1775. to be a permanent symbolic link in the path, for
  1776. "named -t" support. [RT #18306]
  1777. 2485. [bug] Change update's the handling of obscured RRSIG
  1778. records. Not all orphaned DS records were being
  1779. removed. [RT #18828]
  1780. 2484. [bug] It was possible to trigger a REQUIRE failure when
  1781. adding NSEC3 proofs to the response in
  1782. query_addwildcardproof(). [RT #18828]
  1783. 2483. [port] win32: chroot() is not supported. [RT #18805]
  1784. 2482. [port] libxml2: support versions 2.7.* in addition
  1785. to 2.6.*. [RT #18806]
  1786. --- 9.6.0b1 released ---
  1787. 2481. [bug] rbtdb.c:matchparams() failed to handle NSEC3 chain
  1788. collisions. [RT #18812]
  1789. 2480. [bug] named could fail to emit all the required NSEC3
  1790. records. [RT #18812]
  1791. 2479. [bug] xfrout:covers was not properly initialized. [RT #18801]
  1792. 2478. [bug] 'addresses' could be used uninitialized in
  1793. configure_forward(). [RT #18800]
  1794. 2477. [bug] dig: the global option to print the command line is
  1795. +cmd not print_cmd. Update the output to reflect
  1796. this. [RT #17008]
  1797. 2476. [doc] ARM: improve documentation for max-journal-size and
  1798. ixfr-from-differences. [RT #15909] [RT #18541]
  1799. 2475. [bug] LRU cache cleanup under overmem condition could purge
  1800. particular entries more aggressively. [RT #17628]
  1801. 2474. [bug] ACL structures could be allocated with insufficient
  1802. space, causing an array overrun. [RT #18765]
  1803. 2473. [port] linux: raise the limit on open files to the possible
  1804. maximum value before spawning threads; 'files'
  1805. specified in named.conf doesn't seem to work with
  1806. threads as expected. [RT #18784]
  1807. 2472. [port] linux: check the number of available cpu's before
  1808. calling chroot as it depends on "/proc". [RT #16923]
  1809. 2471. [bug] named-checkzone was not reporting missing mandatory
  1810. glue when sibling checks were disabled. [RT #18768]
  1811. 2470. [bug] Elements of the isc_radix_node_t could be incorrectly
  1812. overwritten. [RT# 18719]
  1813. 2469. [port] solaris: Work around Solaris's select() limitations.
  1814. [RT #18769]
  1815. 2468. [bug] Resolver could try unreachable servers multiple times.
  1816. [RT #18739]
  1817. 2467. [bug] Failure of fcntl(F_DUPFD) wasn't logged. [RT #18740]
  1818. 2466. [doc] ARM: explain max-cache-ttl 0 SERVFAIL issue.
  1819. [RT #18302]
  1820. 2465. [bug] Adb's handling of lame addresses was different
  1821. for IPv4 and IPv6. [RT #18738]
  1822. 2464. [port] linux: check that a capability is present before
  1823. trying to set it. [RT #18135]
  1824. 2463. [port] linux: POSIX doesn't include the IPv6 Advanced Socket
  1825. API and glibc hides parts of the IPv6 Advanced Socket
  1826. API as a result. This is stupid as it breaks how the
  1827. two halves (Basic and Advanced) of the IPv6 Socket API
  1828. were designed to be used but we have to live with it.
  1829. Define _GNU_SOURCE to pull in the IPv6 Advanced Socket
  1830. API. [RT #18388]
  1831. 2462. [doc] Document -m (enable memory usage debugging)
  1832. option for dig. [RT #18757]
  1833. 2461. [port] sunos: Change #2363 was not complete. [RT #17513]
  1834. --- 9.6.0a1 released ---
  1835. 2460. [bug] Don't call dns_db_getnsec3parameters() on the cache.
  1836. [RT #18697]
  1837. 2459. [contrib] Import dnssec-zkt to contrib/zkt. [RT #18448]
  1838. 2458. [doc] ARM: update and correction for max-cache-size.
  1839. [RT #18294]
  1840. 2457. [tuning] max-cache-size is reverted to 0, the previous
  1841. default. It should be safe because expired cache
  1842. entries are also purged. [RT #18684]
  1843. 2456. [bug] In ACLs, ::/0 and 0.0.0.0/0 would both match any
  1844. address, regardless of family. They now correctly
  1845. distinguish IPv4 from IPv6. [RT #18559]
  1846. 2455. [bug] Stop metadata being transferred via axfr/ixfr.
  1847. [RT #18639]
  1848. 2454. [func] nsupdate: you can now set a default ttl. [RT #18317]
  1849. 2453. [bug] Remove NULL pointer dereference in dns_journal_print().
  1850. [RT #18316]
  1851. 2452. [func] Improve bin/test/journalprint. [RT #18316]
  1852. 2451. [port] solaris: handle runtime linking better. [RT #18356]
  1853. 2450. [doc] Fix lwresd docbook problem for manual page.
  1854. [RT #18672]
  1855. 2449. [placeholder]
  1856. 2448. [func] Add NSEC3 support. [RT #15452]
  1857. 2447. [cleanup] libbind has been split out as a separate product.
  1858. 2446. [func] Add a new log message about build options on startup.
  1859. A new command-line option '-V' for named is also
  1860. provided to show this information. [RT# 18645]
  1861. 2445. [doc] ARM out-of-date on empty reverse zones (list includes
  1862. RFC1918 address, but these are not yet compiled in).
  1863. [RT #18578]
  1864. 2444. [port] Linux, FreeBSD, AIX: Turn off path mtu discovery
  1865. (clear DF) for UDP responses and requests.
  1866. 2443. [bug] win32: UDP connect() would not generate an event,
  1867. and so connected UDP sockets would never clean up.
  1868. Fix this by doing an immediate WSAConnect() rather
  1869. than an io completion port type for UDP.
  1870. 2442. [bug] A lock could be destroyed twice. [RT# 18626]
  1871. 2441. [bug] isc_radix_insert() could copy radix tree nodes
  1872. incompletely. [RT #18573]
  1873. 2440. [bug] named-checkconf used an incorrect test to determine
  1874. if an ACL was set to none.
  1875. 2439. [bug] Potential NULL dereference in dns_acl_isanyornone().
  1876. [RT #18559]
  1877. 2438. [bug] Timeouts could be logged incorrectly under win32.
  1878. 2437. [bug] Sockets could be closed too early, leading to
  1879. inconsistent states in the socket module. [RT #18298]
  1880. 2436. [security] win32: UDP client handler can be shutdown. [RT #18576]
  1881. 2435. [bug] Fixed an ACL memory leak affecting win32.
  1882. 2434. [bug] Fixed a minor error-reporting bug in
  1883. lib/isc/win32/socket.c.
  1884. 2433. [tuning] Set initial timeout to 800ms.
  1885. 2432. [bug] More Windows socket handling improvements. Stop
  1886. using I/O events and use IO Completion Ports
  1887. throughout. Rewrite the receive path logic to make
  1888. it easier to support multiple simultaneous
  1889. requesters in the future. Add stricter consistency
  1890. checking as a compile-time option (define
  1891. ISC_SOCKET_CONSISTENCY_CHECKS; defaults to off).
  1892. 2431. [bug] Acl processing could leak memory. [RT #18323]
  1893. 2430. [bug] win32: isc_interval_set() could round down to
  1894. zero if the input was less than NS_INTERVAL
  1895. nanoseconds. Round up instead. [RT #18549]
  1896. 2429. [doc] nsupdate should be in section 1 of the man pages.
  1897. [RT #18283]
  1898. 2428. [bug] dns_iptable_merge() mishandled merges of negative
  1899. tables. [RT #18409]
  1900. 2427. [func] Treat DNSKEY queries as if "minimal-response yes;"
  1901. was set. [RT #18528]
  1902. 2426. [bug] libbind: inet_net_pton() can sometimes return the
  1903. wrong value if excessively large net masks are
  1904. supplied. [RT #18512]
  1905. 2425. [bug] named didn't detect unavailable query source addresses
  1906. at load time. [RT #18536]
  1907. 2424. [port] configure now probes for a working epoll
  1908. implementation. Allow the use of kqueue,
  1909. epoll and /dev/poll to be selected at compile
  1910. time. [RT #18277]
  1911. 2423. [security] Randomize server selection on queries, so as to
  1912. make forgery a little more difficult. Instead of
  1913. always preferring the server with the lowest RTT,
  1914. pick a server with RTT within the same 128
  1915. millisecond band. [RT #18441]
  1916. 2422. [bug] Handle the special return value of a empty node as
  1917. if it was a NXRRSET in the validator. [RT #18447]
  1918. 2421. [func] Add new command line option '-S' for named to specify
  1919. the max number of sockets. [RT #18493]
  1920. Use caution: this option may not work for some
  1921. operating systems without rebuilding named.
  1922. 2420. [bug] Windows socket handling cleanup. Let the io
  1923. completion event send out canceled read/write
  1924. done events, which keeps us from writing to memory
  1925. we no longer have ownership of. Add debugging
  1926. socket_log() function. Rework TCP socket handling
  1927. to not leak sockets.
  1928. 2419. [cleanup] Document that isc_socket_create() and isc_socket_open()
  1929. should not be used for isc_sockettype_fdwatch sockets.
  1930. [RT #18521]
  1931. 2418. [bug] AXFR request on a DLZ could trigger a REQUIRE failure
  1932. [RT #18430]
  1933. 2417. [bug] Connecting UDP sockets for outgoing queries could
  1934. unexpectedly fail with an 'address already in use'
  1935. error. [RT #18411]
  1936. 2416. [func] Log file descriptors that cause exceeding the
  1937. internal maximum. [RT #18460]
  1938. 2415. [bug] 'rndc dumpdb' could trigger various assertion failures
  1939. in rbtdb.c. [RT #18455]
  1940. 2414. [bug] A masterdump context held the database lock too long,
  1941. causing various troubles such as dead lock and
  1942. recursive lock acquisition. [RT #18311, #18456]
  1943. 2413. [bug] Fixed an unreachable code path in socket.c. [RT #18442]
  1944. 2412. [bug] win32: address a resource leak. [RT #18374]
  1945. 2411. [bug] Allow using a larger number of sockets than FD_SETSIZE
  1946. for select(). To enable this, set ISC_SOCKET_MAXSOCKETS
  1947. at compilation time. [RT #18433]
  1948. Note: with changes #2469 and #2421 above, there is no
  1949. need to tweak ISC_SOCKET_MAXSOCKETS at compilation time
  1950. any more.
  1951. 2410. [bug] Correctly delete m_versionInfo. [RT #18432]
  1952. 2409. [bug] Only log that we disabled EDNS processing if we were
  1953. subsequently successful. [RT #18029]
  1954. 2408. [bug] A duplicate TCP dispatch event could be sent, which
  1955. could then trigger an assertion failure in
  1956. resquery_response(). [RT #18275]
  1957. 2407. [port] hpux: test for sys/dyntune.h. [RT #18421]
  1958. 2406. [placeholder]
  1959. 2405. [cleanup] The default value for dnssec-validation was changed to
  1960. "yes" in 9.5.0-P1 and all subsequent releases; this
  1961. was inadvertently omitted from CHANGES at the time.
  1962. 2404. [port] hpux: files unlimited support.
  1963. 2403. [bug] TSIG context leak. [RT #18341]
  1964. 2402. [port] Support Solaris 2.11 and over. [RT #18362]
  1965. 2401. [bug] Expect to get E[MN]FILE errno internal_accept()
  1966. (from accept() or fcntl() system calls). [RT #18358]
  1967. 2400. [bug] Log if kqueue()/epoll_create()/open(/dev/poll) fails.
  1968. [RT #18297]
  1969. 2399. [placeholder]
  1970. 2398. [bug] Improve file descriptor management. New,
  1971. temporary, named.conf option reserved-sockets,
  1972. default 512. [RT #18344]
  1973. 2397. [bug] gssapi_functions had too many elements. [RT #18355]
  1974. 2396. [bug] Don't set SO_REUSEADDR for randomized ports.
  1975. [RT #18336]
  1976. 2395. [port] Avoid warning and no effect from "files unlimited"
  1977. on Linux when running as root. [RT #18335]
  1978. 2394. [bug] Default configuration options set the limit for
  1979. open files to 'unlimited' as described in the
  1980. documentation. [RT #18331]
  1981. 2393. [bug] nested acls containing keys could trigger an
  1982. assertion in acl.c. [RT #18166]
  1983. 2392. [bug] remove 'grep -q' from acl test script, some platforms
  1984. don't support it. [RT #18253]
  1985. 2391. [port] hpux: cover additional recvmsg() error codes.
  1986. [RT #18301]
  1987. 2390. [bug] dispatch.c could make a false warning on 'odd socket'.
  1988. [RT #18301].
  1989. 2389. [bug] Move the "working directory writable" check to after
  1990. the ns_os_changeuser() call. [RT #18326]
  1991. 2388. [bug] Avoid using tables for layout purposes in
  1992. statistics XSL [RT #18159].
  1993. 2387. [bug] Silence compiler warnings in lib/isc/radix.c.
  1994. [RT #18147] [RT #18258]
  1995. 2386. [func] Add warning about too small 'open files' limit.
  1996. [RT #18269]
  1997. 2385. [bug] A condition variable in socket.c could leak in
  1998. rare error handling [RT #17968].
  1999. 2384. [security] Fully randomize UDP query ports to improve
  2000. forgery resilience. [RT #17949, #18098]
  2001. 2383. [bug] named could double queries when they resulted in
  2002. SERVFAIL due to overkilling EDNS0 failure detection.
  2003. [RT #18182]
  2004. 2382. [doc] Add descriptions of DHCID, IPSECKEY, SPF and SSHFP
  2005. to ARM.
  2006. 2381. [port] dlz/mysql: support multiple install layouts for
  2007. mysql. <prefix>/include/{,mysql/}mysql.h and
  2008. <prefix>/lib/{,mysql/}. [RT #18152]
  2009. 2380. [bug] dns_view_find() was not returning NXDOMAIN/NXRRSET
  2010. proofs which, in turn, caused validation failures
  2011. for insecure zones immediately below a secure zone
  2012. the server was authoritative for. [RT #18112]
  2013. 2379. [contrib] queryperf/gen-data-queryperf.py: removed redundant
  2014. TLDs and supported RRs with TTLs [RT #17972]
  2015. 2378. [bug] gssapi_functions{} had a redundant member in BIND 9.5.
  2016. [RT #18169]
  2017. 2377. [bug] Address race condition in dnssec-signzone. [RT #18142]
  2018. 2376. [bug] Change #2144 was not complete.
  2019. 2375. [placeholder]
  2020. 2374. [bug] "blackhole" ACLs could cause named to segfault due
  2021. to some uninitialized memory. [RT #18095]
  2022. 2373. [bug] Default values of zone ACLs were re-parsed each time a
  2023. new zone was configured, causing an overconsumption
  2024. of memory. [RT #18092]
  2025. 2372. [bug] Fixed incorrect TAG_HMACSHA256_BITS value [RT #18047]
  2026. 2371. [doc] Add +nsid option to dig man page. [RT #18039]
  2027. 2370. [bug] "rndc freeze" could trigger an assertion in named
  2028. when called on a nonexistent zone. [RT #18050]
  2029. 2369. [bug] libbind: Array bounds overrun on read in bitncmp().
  2030. [RT #18054]
  2031. 2368. [port] Linux: use libcap for capability management if
  2032. possible. [RT# 18026]
  2033. 2367. [bug] Improve counting of dns_resstatscounter_retry
  2034. [RT #18030]
  2035. 2366. [bug] Adb shutdown race. [RT #18021]
  2036. 2365. [bug] Fix a bug that caused dns_acl_isany() to return
  2037. spurious results. [RT #18000]
  2038. 2364. [bug] named could trigger a assertion when serving a
  2039. malformed signed zone. [RT #17828]
  2040. 2363. [port] sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
  2041. [RT #17513]
  2042. 2362. [cleanup] Make "rrset-order fixed" a compile-time option.
  2043. settable by "./configure --enable-fixed-rrset".
  2044. Disabled by default. [RT #17977]
  2045. 2361. [bug] "recursion" statistics counter could be counted
  2046. multiple times for a single query. [RT #17990]
  2047. 2360. [bug] Fix a condition where we release a database version
  2048. (which may acquire a lock) while holding the lock.
  2049. 2359. [bug] Fix NSID bug. [RT #17942]
  2050. 2358. [doc] Update host's default query description. [RT #17934]
  2051. 2357. [port] Don't use OpenSSL's engine support in versions before
  2052. OpenSSL 0.9.7f. [RT #17922]
  2053. 2356. [bug] Built in mutex profiler was not scalable enough.
  2054. [RT #17436]
  2055. 2355. [func] Extend the number statistics counters available.
  2056. [RT #17590]
  2057. 2354. [bug] Failed to initialize some rdatasetheader_t elements.
  2058. [RT #17927]
  2059. 2353. [func] Add support for Name Server ID (RFC 5001).
  2060. 'dig +nsid' requests NSID from server.
  2061. 'request-nsid yes;' causes recursive server to send
  2062. NSID requests to upstream servers. Server responds
  2063. to NSID requests with the string configured by
  2064. 'server-id' option. [RT #17091]
  2065. 2352. [bug] Various GSS_API fixups. [RT #17729]
  2066. 2351. [bug] convertxsl.pl generated very long lines. [RT #17906]
  2067. 2350. [port] win32: IPv6 support. [RT #17797]
  2068. 2349. [func] Provide incremental re-signing support for secure
  2069. dynamic zones. [RT #1091]
  2070. 2348. [func] Use the EVP interface to OpenSSL. Add PKCS#11 support.
  2071. Documentation is in the new README.pkcs11 file.
  2072. New tool, dnssec-keyfromlabel, which takes the
  2073. label of a key pair in a HSM and constructs a DNS
  2074. key pair for use by named and dnssec-signzone.
  2075. [RT #16844]
  2076. 2347. [bug] Delete now traverses the RB tree in the canonical
  2077. order. [RT #17451]
  2078. 2346. [func] Memory statistics now cover all active memory contexts
  2079. in increased detail. [RT #17580]
  2080. 2345. [bug] named-checkconf failed to detect when forwarders
  2081. were set at both the options/view level and in
  2082. a root zone. [RT #17671]
  2083. 2344. [bug] Improve "logging{ file ...; };" documentation.
  2084. [RT #17888]
  2085. 2343. [bug] (Seemingly) duplicate IPv6 entries could be
  2086. created in ADB. [RT #17837]
  2087. 2342. [func] Use getifaddrs() if available under Linux. [RT #17224]
  2088. 2341. [bug] libbind: add missing -I../include for off source
  2089. tree builds. [RT #17606]
  2090. 2340. [port] openbsd: interface configuration. [RT #17700]
  2091. 2339. [port] tru64: support for libbind. [RT #17589]
  2092. 2338. [bug] check_ds() could be called with a non DS rdataset.
  2093. [RT #17598]
  2094. 2337. [bug] BUILD_LDFLAGS was not being correctly set. [RT #17614]
  2095. 2336. [func] If "named -6" is specified then listen on all IPv6
  2096. interfaces if there are not listen-on-v6 clauses in
  2097. named.conf. [RT #17581]
  2098. 2335. [port] sunos: libbind and *printf() support for long long.
  2099. [RT #17513]
  2100. 2334. [bug] Bad REQUIRES in fromstruct_in_naptr(), off by one
  2101. bug in fromstruct_txt(). [RT #17609]
  2102. 2333. [bug] Fix off by one error in isc_time_nowplusinterval().
  2103. [RT #17608]
  2104. 2332. [contrib] query-loc-0.4.0. [RT #17602]
  2105. 2331. [bug] Failure to regenerate any signatures was not being
  2106. reported nor being past back to the UPDATE client.
  2107. [RT #17570]
  2108. 2330. [bug] Remove potential race condition when handling
  2109. over memory events. [RT #17572]
  2110. WARNING: API CHANGE: over memory callback
  2111. function now needs to call isc_mem_waterack().
  2112. See <isc/mem.h> for details.
  2113. 2329. [bug] Clearer help text for dig's '-x' and '-i' options.
  2114. 2328. [maint] Add AAAA addresses for A.ROOT-SERVERS.NET,
  2115. F.ROOT-SERVERS.NET, H.ROOT-SERVERS.NET,
  2116. J.ROOT-SERVERS.NET, K.ROOT-SERVERS.NET and
  2117. M.ROOT-SERVERS.NET.
  2118. 2327. [bug] It was possible to dereference a NULL pointer in
  2119. rbtdb.c. Implement dead node processing in zones as
  2120. we do for caches. [RT #17312]
  2121. 2326. [bug] It was possible to trigger a INSIST in the acache
  2122. processing.
  2123. 2325. [port] Linux: use capset() function if available. [RT #17557]
  2124. 2324. [bug] Fix IPv6 matching against "any;". [RT #17533]
  2125. 2323. [port] tru64: namespace clash. [RT #17547]
  2126. 2322. [port] MacOS: work around the limitation of setrlimit()
  2127. for RLIMIT_NOFILE. [RT #17526]
  2128. 2321. [placeholder]
  2129. 2320. [func] Make statistics counters thread-safe for platforms
  2130. that support certain atomic operations. [RT #17466]
  2131. 2319. [bug] Silence Coverity warnings in
  2132. lib/dns/rdata/in_1/apl_42.c. [RT #17469]
  2133. 2318. [port] sunos fixes for libbind. [RT #17514]
  2134. 2317. [bug] "make distclean" removed bind9.xsl.h. [RT #17518]
  2135. 2316. [port] Missing #include <isc/print.h> in lib/dns/gssapictx.c.
  2136. [RT #17513]
  2137. 2315. [bug] Used incorrect address family for mapped IPv4
  2138. addresses in acl.c. [RT #17519]
  2139. 2314. [bug] Uninitialized memory use on error path in
  2140. bin/named/lwdnoop.c. [RT #17476]
  2141. 2313. [cleanup] Silence Coverity warnings. Handle private stacks.
  2142. [RT #17447] [RT #17478]
  2143. 2312. [cleanup] Silence Coverity warning in lib/isc/unix/socket.c.
  2144. [RT #17458]
  2145. 2311. [bug] IPv6 addresses could match IPv4 ACL entries and
  2146. vice versa. [RT #17462]
  2147. 2310. [bug] dig, host, nslookup: flush stdout before emitting
  2148. debug/fatal messages. [RT #17501]
  2149. 2309. [cleanup] Fix Coverity warnings in lib/dns/acl.c and iptable.c.
  2150. [RT #17455]
  2151. 2308. [cleanup] Silence Coverity warning in bin/named/controlconf.c.
  2152. [RT #17495]
  2153. 2307. [bug] Remove infinite loop from lib/dns/sdb.c. [RT #17496]
  2154. 2306. [bug] Remove potential race from lib/dns/resolver.c.
  2155. [RT #17470]
  2156. 2305. [security] inet_network() buffer overflow. CVE-2008-0122.
  2157. 2304. [bug] Check returns from all dns_rdata_tostruct() calls.
  2158. [RT #17460]
  2159. 2303. [bug] Remove unnecessary code from bin/named/lwdgnba.c.
  2160. [RT #17471]
  2161. 2302. [bug] Fix memset() calls in lib/tests/t_api.c. [RT #17472]
  2162. 2301. [bug] Remove resource leak and fix error messages in
  2163. bin/tests/system/lwresd/lwtest.c. [RT #17474]
  2164. 2300. [bug] Fixed failure to close open file in
  2165. bin/tests/names/t_names.c. [RT #17473]
  2166. 2299. [bug] Remove unnecessary NULL check in
  2167. bin/nsupdate/nsupdate.c. [RT #17475]
  2168. 2298. [bug] isc_mutex_lock() failure not caught in
  2169. bin/tests/timers/t_timers.c. [RT #17468]
  2170. 2297. [bug] isc_entropy_createfilesource() failure not caught in
  2171. bin/tests/dst/t_dst.c. [RT #17467]
  2172. 2296. [port] Allow docbook stylesheet location to be specified to
  2173. configure. [RT #17457]
  2174. 2295. [bug] Silence static overrun error in bin/named/lwaddr.c.
  2175. [RT #17459]
  2176. 2294. [func] Allow the experimental statistics channels to have
  2177. multiple connections and ACL.
  2178. Note: the stats-server and stats-server-v6 options
  2179. available in the previous beta releases are replaced
  2180. with the generic statistics-channels statement.
  2181. 2293. [func] Add ACL regression test. [RT #17375]
  2182. 2292. [bug] Log if the working directory is not writable.
  2183. [RT #17312]
  2184. 2291. [bug] PR_SET_DUMPABLE may be set too late. Also report
  2185. failure to set PR_SET_DUMPABLE. [RT #17312]
  2186. 2290. [bug] Let AD in the query signal that the client wants AD
  2187. set in the response. [RT #17301]
  2188. 2289. [func] named-checkzone now reports the out-of-zone CNAME
  2189. found. [RT #17309]
  2190. 2288. [port] win32: mark service as running when we have finished
  2191. loading. [RT #17441]
  2192. 2287. [bug] Use 'volatile' if the compiler supports it. [RT #17413]
  2193. 2286. [func] Allow a TCP connection to be used as a weak
  2194. authentication method for reverse zones.
  2195. New update-policy methods tcp-self and 6to4-self.
  2196. [RT #17378]
  2197. 2285. [func] Test framework for client memory context management.
  2198. [RT #17377]
  2199. 2284. [bug] Memory leak in UPDATE prerequisite processing.
  2200. [RT #17377]
  2201. 2283. [bug] TSIG keys were not attaching to the memory
  2202. context. TSIG keys should use the rings
  2203. memory context rather than the clients memory
  2204. context. [RT #17377]
  2205. 2282. [bug] Acl code fixups. [RT #17346] [RT #17374]
  2206. 2281. [bug] Attempts to use undefined acls were not being logged.
  2207. [RT #17307]
  2208. 2280. [func] Allow the experimental http server to be reached
  2209. over IPv6 as well as IPv4. [RT #17332]
  2210. 2279. [bug] Use setsockopt(SO_NOSIGPIPE), when available,
  2211. to protect applications from receiving spurious
  2212. SIGPIPE signals when using the resolver.
  2213. 2278. [bug] win32: handle the case where Windows returns no
  2214. search list or DNS suffix. [RT #17354]
  2215. 2277. [bug] Empty zone names were not correctly being caught at
  2216. in the post parse checks. [RT #17357]
  2217. 2276. [bug] Install <dst/gssapi.h>. [RT# 17359]
  2218. 2275. [func] Add support to dig to perform IXFR queries over UDP.
  2219. [RT #17235]
  2220. 2274. [func] Log zone transfer statistics. [RT #17336]
  2221. 2273. [bug] Adjust log level to WARNING when saving inconsistent
  2222. stub/slave master and journal files. [RT# 17279]
  2223. 2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
  2224. [RT #17262]
  2225. 2271. [bug] Fix a memory leak in http server code [RT #17100]
  2226. 2270. [bug] dns_db_closeversion() version->writer could be reset
  2227. before it is tested. [RT #17290]
  2228. 2269. [contrib] dbus memory leaks and missing va_end calls. [RT #17232]
  2229. 2268. [bug] 0.IN-ADDR.ARPA was missing from the empty zones
  2230. list.
  2231. --- 9.5.0b1 released ---
  2232. 2267. [bug] Radix tree node_num value could be set incorrectly,
  2233. causing positive ACL matches to look like negative
  2234. ones. [RT #17311]
  2235. 2266. [bug] client.c:get_clientmctx() returned the same mctx
  2236. once the pool of mctx's was filled. [RT #17218]
  2237. 2265. [bug] Test that the memory context's basic_table is non NULL
  2238. before freeing. [RT #17265]
  2239. 2264. [bug] Server prefix length was being ignored. [RT #17308]
  2240. 2263. [bug] "named-checkconf -z" failed to set default value
  2241. for "check-integrity". [RT #17306]
  2242. 2262. [bug] Error status from all but the last view could be
  2243. lost. [RT #17292]
  2244. 2261. [bug] Fix memory leak with "any" and "none" ACLs [RT #17272]
  2245. 2260. [bug] Reported wrong clients-per-query when increasing the
  2246. value. [RT #17236]
  2247. 2259. [placeholder]
  2248. --- 9.5.0a7 released ---
  2249. 2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
  2250. [RT #17241]
  2251. 2257. [bug] win32: Use the full path to vcredist_x86.exe when
  2252. calling it. [RT #17222]
  2253. 2256. [bug] win32: Correctly register the installation location of
  2254. bindevt.dll. [RT #17159]
  2255. 2255. [maint] L.ROOT-SERVERS.NET is now 199.7.83.42.
  2256. 2254. [bug] timer.c:dispatch() failed to lock timer->lock
  2257. when reading timer->idle allowing it to see
  2258. intermediate values as timer->idle was reset by
  2259. isc_timer_touch(). [RT #17243]
  2260. 2253. [func] "max-cache-size" defaults to 32M.
  2261. "max-acache-size" defaults to 16M.
  2262. 2252. [bug] Fixed errors in sortlist code [RT #17216]
  2263. 2251. [placeholder]
  2264. 2250. [func] New flag 'memstatistics' to state whether the
  2265. memory statistics file should be written or not.
  2266. Additionally named's -m option will cause the
  2267. statistics file to be written. [RT #17113]
  2268. 2249. [bug] Only set Authentic Data bit if client requested
  2269. DNSSEC, per RFC 3655 [RT #17175]
  2270. 2248. [cleanup] Fix several errors reported by Coverity. [RT #17160]
  2271. 2247. [doc] Sort doc/misc/options. [RT #17067]
  2272. 2246. [bug] Make the startup of test servers (ans.pl) more
  2273. robust. [RT #17147]
  2274. 2245. [bug] Validating lack of DS records at trust anchors wasn't
  2275. working. [RT #17151]
  2276. 2244. [func] Allow the check of nameserver names against the
  2277. SOA MNAME field to be disabled by specifying
  2278. 'notify-to-soa yes;'. [RT #17073]
  2279. 2243. [func] Configuration files without a newline at the end now
  2280. parse without error. [RT #17120]
  2281. 2242. [bug] nsupdate: GSS-TSIG support using the Heimdal Kerberos
  2282. library could require a source of random data.
  2283. [RT #17127]
  2284. 2241. [func] nsupdate: add a interactive 'help' command. [RT #17099]
  2285. 2240. [bug] Cleanup nsupdates GSS-TSIG support. Convert
  2286. a number of INSIST()s into plain fatal() errors
  2287. which report the triggering result code.
  2288. The 'key' command wasn't disabling GSS-TSIG.
  2289. [RT #17099]
  2290. 2239. [func] Ship a pre built bin/named/bind9.xsl.h. [RT #17114]
  2291. 2238. [bug] It was possible to trigger a REQUIRE when a
  2292. validation was canceled. [RT #17106]
  2293. 2237. [bug] libbind: res_init() was not thread aware. [RT #17123]
  2294. 2236. [bug] dnssec-signzone failed to preserve the case of
  2295. of wildcard owner names. [RT #17085]
  2296. 2235. [bug] <isc/atomic.h> was not being installed. [RT #17135]
  2297. 2234. [port] Correct some compiler warnings on SCO OSr5 [RT #17134]
  2298. 2233. [func] Add support for O(1) ACL processing, based on
  2299. radix tree code originally written by Kevin
  2300. Brintnall. [RT #16288]
  2301. 2232. [bug] dns_adb_findaddrinfo() could fail and return
  2302. ISC_R_SUCCESS. [RT #17137]
  2303. 2231. [bug] Building dlzbdb (contrib/dlz/bin/dlzbdb) was broken.
  2304. [RT #17088]
  2305. 2230. [bug] We could INSIST reading a corrupted journal.
  2306. [RT #17132]
  2307. 2229. [bug] Null pointer dereference on query pool creation
  2308. failure. [RT #17133]
  2309. 2228. [contrib] contrib: Change 2188 was incomplete.
  2310. 2227. [cleanup] Tidied up the FAQ. [RT #17121]
  2311. 2226. [placeholder]
  2312. 2225. [bug] More support for systems with no IPv4 addresses.
  2313. [RT #17111]
  2314. 2224. [bug] Defer journal compaction if a xfrin is in progress.
  2315. [RT #17119]
  2316. 2223. [bug] Make a new journal when compacting. [RT #17119]
  2317. 2222. [func] named-checkconf now checks server key references.
  2318. [RT #17097]
  2319. 2221. [bug] Set the event result code to reflect the actual
  2320. record turned to caller when a cache update is
  2321. rejected due to a more credible answer existing.
  2322. [RT #17017]
  2323. 2220. [bug] win32: Address a race condition in final shutdown of
  2324. the Windows socket code. [RT #17028]
  2325. 2219. [bug] Apply zone consistency checks to additions, not
  2326. removals, when updating. [RT #17049]
  2327. 2218. [bug] Remove unnecessary REQUIRE from dns_validator_create().
  2328. [RT #16976]
  2329. 2217. [func] Adjust update log levels. [RT #17092]
  2330. 2216. [cleanup] Fix a number of errors reported by Coverity.
  2331. [RT #17094]
  2332. 2215. [bug] Bad REQUIRE check isc_hmacsha1_verify(). [RT #17094]
  2333. 2214. [bug] Deregister OpenSSL lock callback when cleaning
  2334. up. Reorder OpenSSL cleanup so that RAND_cleanup()
  2335. is called before the locks are destroyed. [RT #17098]
  2336. 2213. [bug] SIG0 diagnostic failure messages were looking at the
  2337. wrong status code. [RT #17101]
  2338. 2212. [func] 'host -m' now causes memory statistics and active
  2339. memory to be printed at exit. [RT 17028]
  2340. 2211. [func] Update "dynamic update temporarily disabled" message.
  2341. [RT #17065]
  2342. 2210. [bug] Deleting class specific records via UPDATE could
  2343. fail. [RT #17074]
  2344. 2209. [port] osx: linking against user supplied static OpenSSL
  2345. libraries failed as the system ones were still being
  2346. found. [RT #17078]
  2347. 2208. [port] win32: make sure both build methods produce the
  2348. same output. [RT #17058]
  2349. 2207. [port] Some implementations of getaddrinfo() fail to set
  2350. ai_canonname correctly. [RT #17061]
  2351. --- 9.5.0a6 released ---
  2352. 2206. [security] "allow-query-cache" and "allow-recursion" now
  2353. cross inherit from each other.
  2354. If allow-query-cache is not set in named.conf then
  2355. allow-recursion is used if set, otherwise allow-query
  2356. is used if set, otherwise the default (localnets;
  2357. localhost;) is used.
  2358. If allow-recursion is not set in named.conf then
  2359. allow-query-cache is used if set, otherwise allow-query
  2360. is used if set, otherwise the default (localnets;
  2361. localhost;) is used.
  2362. [RT #16987]
  2363. 2205. [bug] libbind: change #2119 broke thread support. [RT #16982]
  2364. 2204. [bug] "rndc flushanme name unknown-view" caused named
  2365. to crash. [RT #16984]
  2366. 2203. [security] Query id generation was cryptographically weak.
  2367. [RT # 16915]
  2368. 2202. [security] The default acls for allow-query-cache and
  2369. allow-recursion were not being applied. [RT #16960]
  2370. 2201. [bug] The build failed in a separate object directory.
  2371. [RT #16943]
  2372. 2200. [bug] The search for cached NSEC records was stopping to
  2373. early leading to excessive DLV queries. [RT #16930]
  2374. 2199. [bug] win32: don't call WSAStartup() while loading dlls.
  2375. [RT #16911]
  2376. 2198. [bug] win32: RegCloseKey() could be called when
  2377. RegOpenKeyEx() failed. [RT #16911]
  2378. 2197. [bug] Add INSIST to catch negative responses which are
  2379. not setting the event result code appropriately.
  2380. [RT #16909]
  2381. 2196. [port] win32: yield processor while waiting for once to
  2382. to complete. [RT #16958]
  2383. 2195. [func] dnssec-keygen now defaults to nametype "ZONE"
  2384. when generating DNSKEYs. [RT #16954]
  2385. 2194. [bug] Close journal before calling 'done' in xfrin.c.
  2386. --- 9.5.0a5 released ---
  2387. 2193. [port] win32: BINDInstall.exe is now linked statically.
  2388. [RT #16906]
  2389. 2192. [port] win32: use vcredist_x86.exe to install Visual
  2390. Studio's redistributable dlls if building with
  2391. Visual Stdio 2005 or later.
  2392. 2191. [func] named-checkzone now allows dumping to stdout (-).
  2393. named-checkconf now has -h for help.
  2394. named-checkzone now has -h for help.
  2395. rndc now has -h for help.
  2396. Better handling of '-?' for usage summaries.
  2397. [RT #16707]
  2398. 2190. [func] Make fallback to plain DNS from EDNS due to timeouts
  2399. more visible. New logging category "edns-disabled".
  2400. [RT #16871]
  2401. 2189. [bug] Handle socket() returning EINTR. [RT #15949]
  2402. 2188. [contrib] queryperf: autoconf changes to make the search for
  2403. libresolv or libbind more robust. [RT #16299]
  2404. 2187. [bug] query_addds(), query_addwildcardproof() and
  2405. query_addnxrrsetnsec() should take a version
  2406. argument. [RT #16368]
  2407. 2186. [port] cygwin: libbind: check for struct sockaddr_storage
  2408. independently of IPv6. [RT #16482]
  2409. 2185. [port] sunos: libbind: check for ssize_t, memmove() and
  2410. memchr(). [RT #16463]
  2411. 2184. [bug] bind9.xsl.h didn't build out of the source tree.
  2412. [RT #16830]
  2413. 2183. [bug] dnssec-signzone didn't handle offline private keys
  2414. well. [RT #16832]
  2415. 2182. [bug] dns_dispatch_createtcp() and dispatch_createudp()
  2416. could return ISC_R_SUCCESS when they ran out of
  2417. memory. [RT #16365]
  2418. 2181. [port] sunos: libbind: add paths.h from BIND 8. [RT #16462]
  2419. 2180. [cleanup] Remove bit test from 'compress_test' as they
  2420. are no longer needed. [RT #16497]
  2421. 2179. [func] 'rndc command zone' will now find 'zone' if it is
  2422. unique to all the views. [RT #16821]
  2423. 2178. [bug] 'rndc reload' of a slave or stub zone resulted in
  2424. a reference leak. [RT #16867]
  2425. 2177. [bug] Array bounds overrun on read (rcodetext) at
  2426. debug level 10+. [RT #16798]
  2427. 2176. [contrib] dbus update to handle race condition during
  2428. initialization (Bugzilla 235809). [RT #16842]
  2429. 2175. [bug] win32: windows broadcast condition variable support
  2430. was broken. [RT #16592]
  2431. 2174. [bug] I/O errors should always be fatal when reading
  2432. master files. [RT #16825]
  2433. 2173. [port] win32: When compiling with MSVS 2005 SP1 we also
  2434. need to ship Microsoft.VC80.MFCLOC.
  2435. --- 9.5.0a4 released ---
  2436. 2172. [bug] query_addsoa() was being called with a non zone db.
  2437. [RT #16834]
  2438. 2171. [bug] Handle breaks in DNSSEC trust chains where the parent
  2439. servers are not DS aware (DS queries to the parent
  2440. return a referral to the child).
  2441. 2170. [func] Add acache processing to test suite. [RT #16711]
  2442. 2169. [bug] host, nslookup: when reporting NXDOMAIN report the
  2443. given name and not the last name searched for.
  2444. [RT #16763]
  2445. 2168. [bug] nsupdate: in non-interactive mode treat syntax errors
  2446. as fatal errors. [RT #16785]
  2447. 2167. [bug] When re-using a automatic zone named failed to
  2448. attach it to the new view. [RT #16786]
  2449. --- 9.5.0a3 released ---
  2450. 2166. [bug] When running in batch mode, dig could misinterpret
  2451. a server address as a name to be looked up, causing
  2452. unexpected output. [RT #16743]
  2453. 2165. [func] Allow the destination address of a query to determine
  2454. if we will answer the query or recurse.
  2455. allow-query-on, allow-recursion-on and
  2456. allow-query-cache-on. [RT #16291]
  2457. 2164. [bug] The code to determine how named-checkzone /
  2458. named-compilezone was called failed under windows.
  2459. [RT #16764]
  2460. 2163. [bug] If only one of query-source and query-source-v6
  2461. specified a port the query pools code broke (change
  2462. 2129). [RT #16768]
  2463. 2162. [func] Allow "rrset-order fixed" to be disabled at compile
  2464. time. [RT #16665]
  2465. 2161. [bug] Fix which log messages are emitted for 'rndc flush'.
  2466. [RT #16698]
  2467. 2160. [bug] libisc wasn't handling NULL ifa_addr pointers returned
  2468. from getifaddrs(). [RT #16708]
  2469. --- 9.5.0a2 released ---
  2470. 2159. [bug] Array bounds overrun in acache processing. [RT #16710]
  2471. 2158. [bug] ns_client_isself() failed to initialize key
  2472. leading to a REQUIRE failure. [RT #16688]
  2473. 2157. [func] dns_db_transfernode() created. [RT #16685]
  2474. 2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
  2475. resolver.c:validated() and resolver.c:cache_name().
  2476. Fix a memory leak in rbtdb.c:free_noqname().
  2477. Make lookup.c:lookup_find() robust against
  2478. event leaks. [RT #16685]
  2479. 2155. [contrib] SQLite sdb module from jaboydjr@netwalk.com.
  2480. [RT #16694]
  2481. 2154. [func] Scoped (e.g. IPv6 link-local) addresses may now be
  2482. matched in acls by omitting the scope. [RT #16599]
  2483. 2153. [bug] nsupdate could leak memory. [RT #16691]
  2484. 2152. [cleanup] Use sizeof(buf) instead of fixed number in
  2485. dighost.c:get_trusted_key(). [RT #16678]
  2486. 2151. [bug] Missing newline in usage message for journalprint.
  2487. [RT #16679]
  2488. 2150. [bug] 'rrset-order cyclic' uniformly distribute the
  2489. starting point for the first response for a given
  2490. RRset. [RT #16655]
  2491. 2149. [bug] isc_mem_checkdestroyed() failed to abort on
  2492. if there were still active memory contexts.
  2493. [RT #16672]
  2494. 2148. [func] Add positive logging for rndc commands. [RT #14623]
  2495. 2147. [bug] libbind: remove potential buffer overflow from
  2496. hmac_link.c. [RT #16437]
  2497. 2146. [cleanup] Silence Linux's spurious "obsolete setsockopt
  2498. SO_BSDCOMPAT" message. [RT #16641]
  2499. 2145. [bug] Check DS/DLV digest lengths for known digests.
  2500. [RT #16622]
  2501. 2144. [cleanup] Suppress logging of SERVFAIL from forwarders.
  2502. [RT #16619]
  2503. 2143. [bug] We failed to restart the IPv6 client when the
  2504. kernel failed to return the destination the
  2505. packet was sent to. [RT #16613]
  2506. 2142. [bug] Handle master files with a modification time that
  2507. matches the epoch. [RT# 16612]
  2508. 2141. [bug] dig/host should not be setting IDN_ASCCHECK (IDN
  2509. equivalent of LDH checks). [RT #16609]
  2510. 2140. [bug] libbind: missing unlock on pthread_key_create()
  2511. failures. [RT #16654]
  2512. 2139. [bug] dns_view_find() was being called with wrong type
  2513. in adb.c. [RT #16670]
  2514. 2138. [bug] Lock order reversal in resolver.c. [RT #16653]
  2515. 2137. [port] Mips little endian and/or mips 64 bit are now
  2516. supported for atomic operations. [RT#16648]
  2517. 2136. [bug] nslookup/host looped if there was no search list
  2518. and the host didn't exist. [RT #16657]
  2519. 2135. [bug] Uninitialized rdataset in sdlz.c. [RT# 16656]
  2520. 2134. [func] Additional statistics support. [RT #16666]
  2521. 2133. [port] powerpc: Support both IBM and MacOS Power PC
  2522. assembler syntaxes. [RT #16647]
  2523. 2132. [bug] Missing unlock on out of memory in
  2524. dns_dispatchmgr_setudp().
  2525. 2131. [contrib] dlz/mysql: AXFR was broken. [RT #16630]
  2526. 2130. [func] Log if CD or DO were set. [RT #16640]
  2527. 2129. [func] Provide a pool of UDP sockets for queries to be
  2528. made over. See use-queryport-pool, queryport-pool-ports
  2529. and queryport-pool-updateinterval. [RT #16415]
  2530. 2128. [doc] xsltproc --nonet, update DTD versions. [RT #16635]
  2531. 2127. [port] Improved OpenSSL 0.9.8 support. [RT #16563]
  2532. 2126. [security] Serialize validation of type ANY responses. [RT #16555]
  2533. 2125. [bug] dns_zone_getzeronosoattl() REQUIRE failure if DLZ
  2534. was defined. [RT #16574]
  2535. 2124. [security] It was possible to dereference a freed fetch
  2536. context. [RT #16584]
  2537. --- 9.5.0a1 released ---
  2538. 2123. [func] Use Doxygen to generate internal documentation.
  2539. [RT #11398]
  2540. 2122. [func] Experimental http server and statistics support
  2541. for named via xml.
  2542. 2121. [func] Add a 10 slot dead masters cache (LRU) with a 600
  2543. second timeout. [RT #16553]
  2544. 2120. [doc] Fix markup on nsupdate man page. [RT #16556]
  2545. 2119. [compat] libbind: allow res_init() to succeed enough to
  2546. return the default domain even if it was unable
  2547. to allocate memory.
  2548. 2118. [bug] Handle response with long chains of domain name
  2549. compression pointers which point to other compression
  2550. pointers. [RT #16427]
  2551. 2117. [bug] DNSSEC fixes: named could fail to cache NSEC records
  2552. which could lead to validation failures. named didn't
  2553. handle negative DS responses that were in the process
  2554. of being validated. Check CNAME bit before accepting
  2555. NODATA proof. To be able to ignore a child NSEC there
  2556. must be SOA (and NS) set in the bitmap. [RT #16399]
  2557. 2116. [bug] 'rndc reload' could cause the cache to continually
  2558. be cleaned. [RT #16401]
  2559. 2115. [bug] 'rndc reconfig' could trigger a INSIST if the
  2560. number of masters for a zone was reduced. [RT #16444]
  2561. 2114. [bug] dig/host/nslookup: searches for names with multiple
  2562. labels were failing. [RT #16447]
  2563. 2113. [bug] nsupdate: if a zone is specified it should be used
  2564. for server discover. [RT# 16455]
  2565. 2112. [security] Warn if weak RSA exponent is used. [RT #16460]
  2566. 2111. [bug] Fix a number of errors reported by Coverity.
  2567. [RT #16507]
  2568. 2110. [bug] "minimal-responses yes;" interacted badly with BIND 8
  2569. priming queries. [RT #16491]
  2570. 2109. [port] libbind: silence aix 5.3 compiler warnings. [RT #16502]
  2571. 2108. [func] DHCID support. [RT #16456]
  2572. 2107. [bug] dighost.c: more cleanup of buffers. [RT #16499]
  2573. 2106. [func] 'rndc status' now reports named's version. [RT #16426]
  2574. 2105. [func] GSS-TSIG support (RFC 3645).
  2575. 2104. [port] Fix Solaris SMF error message.
  2576. 2103. [port] Add /usr/sfw to list of locations for OpenSSL
  2577. under Solaris.
  2578. 2102. [port] Silence Solaris 10 warnings.
  2579. 2101. [bug] OpenSSL version checks were not quite right.
  2580. [RT #16476]
  2581. 2100. [port] win32: copy libeay32.dll to Build\Debug.
  2582. Copy Debug\named-checkzone to Debug\named-compilezone.
  2583. 2099. [port] win32: more manifest issues.
  2584. 2098. [bug] Race in rbtdb.c:no_references(), which occasionally
  2585. triggered an INSIST failure about the node lock
  2586. reference. [RT #16411]
  2587. 2097. [bug] named could reference a destroyed memory context
  2588. after being reloaded / reconfigured. [RT #16428]
  2589. 2096. [bug] libbind: handle applications that fail to detect
  2590. res_init() failures better.
  2591. 2095. [port] libbind: alway prototype inet_cidr_ntop_ipv6() and
  2592. net_cidr_ntop_ipv6(). [RT #16388]
  2593. 2094. [contrib] Update named-bootconf. [RT# 16404]
  2594. 2093. [bug] named-checkzone -s was broken.
  2595. 2092. [bug] win32: dig, host, nslookup. Use registry config
  2596. if resolv.conf does not exist or no nameservers
  2597. listed. [RT #15877]
  2598. 2091. [port] dighost.c: race condition on cleanup. [RT #16417]
  2599. 2090. [port] win32: Visual C++ 2005 command line manifest support.
  2600. [RT #16417]
  2601. 2089. [security] Raise the minimum safe OpenSSL versions to
  2602. OpenSSL 0.9.7l and OpenSSL 0.9.8d. Versions
  2603. prior to these have known security flaws which
  2604. are (potentially) exploitable in named. [RT #16391]
  2605. 2088. [security] Change the default RSA exponent from 3 to 65537.
  2606. [RT #16391]
  2607. 2087. [port] libisc failed to compile on OS's w/o a vsnprintf.
  2608. [RT #16382]
  2609. 2086. [port] libbind: FreeBSD now has get*by*_r() functions.
  2610. [RT #16403]
  2611. 2085. [doc] win32: added index.html and README to zip. [RT #16201]
  2612. 2084. [contrib] dbus update for 9.3.3rc2.
  2613. 2083. [port] win32: Visual C++ 2005 support.
  2614. 2082. [doc] Document 'cache-file' as a test only option.
  2615. 2081. [port] libbind: minor 64-bit portability fix in memcluster.c.
  2616. [RT #16360]
  2617. 2080. [port] libbind: res_init.c did not compile on older versions
  2618. of Solaris. [RT #16363]
  2619. 2079. [bug] The lame cache was not handling multiple types
  2620. correctly. [RT #16361]
  2621. 2078. [bug] dnssec-checkzone output style "default" was badly
  2622. named. It is now called "relative". [RT #16326]
  2623. 2077. [bug] 'dnssec-signzone -O raw' wasn't outputting the
  2624. complete signed zone. [RT #16326]
  2625. 2076. [bug] Several files were missing #include <config.h>
  2626. causing build failures on OSF. [RT #16341]
  2627. 2075. [bug] The spillat timer event hander could leak memory.
  2628. [RT #16357]
  2629. 2074. [bug] dns_request_createvia2(), dns_request_createvia3(),
  2630. dns_request_createraw2() and dns_request_createraw3()
  2631. failed to send multiple UDP requests. [RT #16349]
  2632. 2073. [bug] Incorrect semantics check for update policy "wildcard".
  2633. [RT #16353]
  2634. 2072. [bug] We were not generating valid HMAC SHA digests.
  2635. [RT #16320]
  2636. 2071. [port] Test whether gcc accepts -fno-strict-aliasing.
  2637. [RT #16324]
  2638. 2070. [bug] The remote address was not always displayed when
  2639. reporting dispatch failures. [RT #16315]
  2640. 2069. [bug] Cross compiling was not working. [RT #16330]
  2641. 2068. [cleanup] Lower incremental tuning message to debug 1.
  2642. [RT #16319]
  2643. 2067. [bug] 'rndc' could close the socket too early triggering
  2644. a INSIST under Windows. [RT #16317]
  2645. 2066. [security] Handle SIG queries gracefully. [RT #16300]
  2646. 2065. [bug] libbind: probe for HPUX prototypes for
  2647. endprotoent_r() and endservent_r(). [RT 16313]
  2648. 2064. [bug] libbind: silence AIX compiler warnings. [RT #16218]
  2649. 2063. [bug] Change #1955 introduced a bug which caused the first
  2650. 'rndc flush' call to not free memory. [RT #16244]
  2651. 2062. [bug] 'dig +nssearch' was reusing a buffer before it had
  2652. been returned by the socket code. [RT #16307]
  2653. 2061. [bug] Accept expired wildcard message reversed. [RT #16296]
  2654. 2060. [bug] Enabling DLZ support could leave views partially
  2655. configured. [RT #16295]
  2656. 2059. [bug] Search into cache rbtdb could trigger an INSIST
  2657. failure while cleaning up a stale rdataset.
  2658. [RT #16292]
  2659. 2058. [bug] Adjust how we calculate rtt estimates in the presence
  2660. of authoritative servers that drop EDNS and/or CD
  2661. requests. Also fallback to EDNS/512 and plain DNS
  2662. faster for zones with less than 3 servers. [RT #16187]
  2663. 2057. [bug] Make setting "ra" dependent on both allow-query-cache
  2664. and allow-recursion. [RT #16290]
  2665. 2056. [bug] dig: ixfr= was not being treated case insensitively
  2666. at all times. [RT #15955]
  2667. 2055. [bug] Missing goto after dropping multicast query.
  2668. [RT #15944]
  2669. 2054. [port] freebsd: do not explicitly link against -lpthread.
  2670. [RT #16170]
  2671. 2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220]
  2672. 2052. [bug] 'rndc' improve connect failed message to report
  2673. the failing address. [RT #15978]
  2674. 2051. [port] More strtol() fixes. [RT #16249]
  2675. 2050. [bug] Parsing of NSAP records was not case insensitive.
  2676. [RT #16287]
  2677. 2049. [bug] Restore SOA before AXFR when falling back from
  2678. a attempted IXFR when transferring in a zone.
  2679. Allow a initial SOA query before attempting
  2680. a AXFR to be requested. [RT #16156]
  2681. 2048. [bug] It was possible to loop forever when using
  2682. avoid-v4-udp-ports / avoid-v6-udp-ports when
  2683. the OS always returned the same local port.
  2684. [RT #16182]
  2685. 2047. [bug] Failed to initialize the interface flags to zero.
  2686. [RT #16245]
  2687. 2046. [bug] rbtdb.c:rdataset_setadditional() could cause duplicate
  2688. cleanup [RT #16247].
  2689. 2045. [func] Use lock buckets for acache entries to limit memory
  2690. consumption. [RT #16183]
  2691. 2044. [port] Add support for atomic operations for Itanium.
  2692. [RT #16179]
  2693. 2043. [port] nsupdate/nslookup: Force the flushing of the prompt
  2694. for interactive sessions. [RT#16148]
  2695. 2042. [bug] named-checkconf was incorrectly rejecting the
  2696. logging category "config". [RT #16117]
  2697. 2041. [bug] "configure --with-dlz-bdb=yes" produced a bad
  2698. set of libraries to be linked. [RT #16129]
  2699. 2040. [bug] rbtdb no_references() could trigger an INSIST
  2700. failure with --enable-atomic. [RT #16022]
  2701. 2039. [func] Check that all buffers passed to the socket code
  2702. have been retrieved when the socket event is freed.
  2703. [RT #16122]
  2704. 2038. [bug] dig/nslookup/host was unlinking from wrong list
  2705. when handling errors. [RT #16122]
  2706. 2037. [func] When unlinking the first or last element in a list
  2707. check that the list head points to the element to
  2708. be unlinked. [RT #15959]
  2709. 2036. [bug] 'rndc recursing' could cause trigger a REQUIRE.
  2710. [RT #16075]
  2711. 2035. [func] Make falling back to TCP on UDP refresh failure
  2712. optional. Default "try-tcp-refresh yes;" for BIND 8
  2713. compatibility. [RT #16123]
  2714. 2034. [bug] gcc: set -fno-strict-aliasing. [RT #16124]
  2715. 2033. [bug] We weren't creating multiple client memory contexts
  2716. on demand as expected. [RT #16095]
  2717. 2032. [bug] Remove a INSIST in query_addadditional2(). [RT #16074]
  2718. 2031. [bug] Emit a error message when "rndc refresh" is called on
  2719. a non slave/stub zone. [RT # 16073]
  2720. 2030. [bug] We were being overly conservative when disabling
  2721. openssl engine support. [RT #16030]
  2722. 2029. [bug] host printed out the server multiple times when
  2723. specified on the command line. [RT #15992]
  2724. 2028. [port] linux: socket.c compatibility for old systems.
  2725. [RT #16015]
  2726. 2027. [port] libbind: Solaris x86 support. [RT #16020]
  2727. 2026. [bug] Rate limit the two recursive client exceeded messages.
  2728. [RT #16044]
  2729. 2025. [func] Update "zone serial unchanged" message. [RT #16026]
  2730. 2024. [bug] named emitted spurious "zone serial unchanged"
  2731. messages on reload. [RT #16027]
  2732. 2023. [bug] "make install" should create ${localstatedir}/run and
  2733. ${sysconfdir} if they do not exist. [RT #16033]
  2734. 2022. [bug] If dnssec validation is disabled only assert CD if
  2735. CD was requested. [RT #16037]
  2736. 2021. [bug] dnssec-enable no; triggered a REQUIRE. [RT #16037]
  2737. 2020. [bug] rdataset_setadditional() could leak memory. [RT #16034]
  2738. 2019. [tuning] Reduce the amount of work performed per quantum
  2739. when cleaning the cache. [RT #15986]
  2740. 2018. [bug] Checking if the HMAC MD5 private file was broken.
  2741. [RT #15960]
  2742. 2017. [bug] allow-query default was not correct. [RT #15946]
  2743. 2016. [bug] Return a partial answer if recursion is not
  2744. allowed but requested and we had the answer
  2745. to the original qname. [RT #15945]
  2746. 2015. [cleanup] use-additional-cache is now acache-enable for
  2747. consistency. Default acache-enable off in BIND 9.4
  2748. as it requires memory usage to be configured.
  2749. It may be enabled by default in BIND 9.5 once we
  2750. have more experience with it.
  2751. 2014. [func] Statistics about acache now recorded and sent
  2752. to log. [RT #15976]
  2753. 2013. [bug] Handle unexpected TSIGs on unsigned AXFR/IXFR
  2754. responses more gracefully. [RT #15941]
  2755. 2012. [func] Don't insert new acache entries if acache is full.
  2756. [RT #15970]
  2757. 2011. [func] dnssec-signzone can now update the SOA record of
  2758. the signed zone, either as an increment or as the
  2759. system time(). [RT #15633]
  2760. 2010. [placeholder] rt15958
  2761. 2009. [bug] libbind: Coverity fixes. [RT #15808]
  2762. 2008. [func] It is now possible to enable/disable DNSSEC
  2763. validation from rndc. This is useful for the
  2764. mobile hosts where the current connection point
  2765. breaks DNSSEC (firewall/proxy). [RT #15592]
  2766. rndc validation newstate [view]
  2767. 2007. [func] It is now possible to explicitly enable DNSSEC
  2768. validation. default dnssec-validation no; to
  2769. be changed to yes in 9.5.0. [RT #15674]
  2770. 2006. [security] Allow-query-cache and allow-recursion now default
  2771. to the built in acls "localnets" and "localhost".
  2772. This is being done to make caching servers less
  2773. attractive as reflective amplifying targets for
  2774. spoofed traffic. This still leave authoritative
  2775. servers exposed.
  2776. The best fix is for full BCP 38 deployment to
  2777. remove spoofed traffic.
  2778. 2005. [bug] libbind: Retransmission timeouts should be
  2779. based on which attempt it is to the nameserver
  2780. and not the nameserver itself. [RT #13548]
  2781. 2004. [bug] dns_tsig_sign() could pass a NULL pointer to
  2782. dst_context_destroy() when cleaning up after a
  2783. error. [RT #15835]
  2784. 2003. [bug] libbind: The DNS name/address lookup functions could
  2785. occasionally follow a random pointer due to
  2786. structures not being completely zeroed. [RT #15806]
  2787. 2002. [bug] libbind: tighten the constraints on when
  2788. struct addrinfo._ai_pad exists. [RT #15783]
  2789. 2001. [func] Check the KSK flag when updating a secure dynamic zone.
  2790. New zone option "update-check-ksk yes;". [RT #15817]
  2791. 2000. [bug] memmove()/strtol() fix was incomplete. [RT #15812]
  2792. 1999. [func] Implement "rrset-order fixed". [RT #13662]
  2793. 1998. [bug] Restrict handling of fifos as sockets to just SunOS.
  2794. This allows named to connect to entropy gathering
  2795. daemons that use fifos instead of sockets. [RT #15840]
  2796. 1997. [bug] Named was failing to replace negative cache entries
  2797. when a positive one for the type was learnt.
  2798. [RT #15818]
  2799. 1996. [bug] nsupdate: if a zone has been specified it should
  2800. appear in the output of 'show'. [RT #15797]
  2801. 1995. [bug] 'host' was reporting multiple "is an alias" messages.
  2802. [RT #15702]
  2803. 1994. [port] OpenSSL 0.9.8 support. [RT #15694]
  2804. 1993. [bug] Log messages, via syslog, were missing the space
  2805. after the timestamp if "print-time yes" was specified.
  2806. [RT #15844]
  2807. 1992. [bug] Not all incoming zone transfer messages included the
  2808. view. [RT #15825]
  2809. 1991. [cleanup] The configuration data, once read, should be treated
  2810. as read only. Expand the use of const to enforce this
  2811. at compile time. [RT #15813]
  2812. 1990. [bug] libbind: isc's override of broken gettimeofday()
  2813. implementations was not always effective.
  2814. [RT #15709]
  2815. 1989. [bug] win32: don't check the service password when
  2816. re-installing. [RT #15882]
  2817. 1988. [bug] Remove a bus error from the SHA256/SHA512 support.
  2818. [RT #15878]
  2819. 1987. [func] DS/DLV SHA256 digest algorithm support. [RT #15608]
  2820. 1986. [func] Report when a zone is removed. [RT #15849]
  2821. 1985. [protocol] DLV has now been assigned a official type code of
  2822. 32769. [RT #15807]
  2823. Note: care should be taken to ensure you upgrade
  2824. both named and dnssec-signzone at the same time for
  2825. zones with DLV records where named is the master
  2826. server for the zone. Also any zones that contain
  2827. DLV records should be removed when upgrading a slave
  2828. zone. You do not however have to upgrade all
  2829. servers for a zone with DLV records simultaneously.
  2830. 1984. [func] dig, nslookup and host now advertise a 4096 byte
  2831. EDNS UDP buffer size by default. [RT #15855]
  2832. 1983. [func] Two new update policies. "selfsub" and "selfwild".
  2833. [RT #12895]
  2834. 1982. [bug] DNSKEY was being accepted on the parent side of
  2835. a delegation. KEY is still accepted there for
  2836. RFC 3007 validated updates. [RT #15620]
  2837. 1981. [bug] win32: condition.c:wait() could fail to reattain
  2838. the mutex lock.
  2839. 1980. [func] dnssec-signzone: output the SOA record as the
  2840. first record in the signed zone. [RT #15758]
  2841. 1979. [port] linux: allow named to drop core after changing
  2842. user ids. [RT #15753]
  2843. 1978. [port] Handle systems which have a broken recvmsg().
  2844. [RT #15742]
  2845. 1977. [bug] Silence noisy log message. [RT #15704]
  2846. 1976. [bug] Handle systems with no IPv4 addresses. [RT #15695]
  2847. 1975. [bug] libbind: isc_gethexstring() could misparse multi-line
  2848. hex strings with comments. [RT #15814]
  2849. 1974. [doc] List each of the zone types and associated zone
  2850. options separately in the ARM.
  2851. 1973. [func] TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
  2852. HMACSHA512 support. [RT #13606]
  2853. 1972. [contrib] DBUS dynamic forwarders integration from
  2854. Jason Vas Dias <jvdias@redhat.com>.
  2855. 1971. [port] linux: make detection of missing IF_NAMESIZE more
  2856. robust. [RT #15443]
  2857. 1970. [bug] nsupdate: adjust UDP timeout when falling back to
  2858. unsigned SOA query. [RT #15775]
  2859. 1969. [bug] win32: the socket code was freeing the socket
  2860. structure too early. [RT #15776]
  2861. 1968. [bug] Missing lock in resolver.c:validated(). [RT #15739]
  2862. 1967. [func] dig/nslookup/host: warn about missing "QR". [RT #15779]
  2863. 1966. [bug] Don't set CD when we have fallen back to plain DNS.
  2864. [RT #15727]
  2865. 1965. [func] Suppress spurious "recursion requested but not
  2866. available" warning with 'dig +qr'. [RT #15780].
  2867. 1964. [func] Separate out MX and SRV to CNAME checks. [RT #15723]
  2868. 1963. [port] Tru64 4.0E doesn't support send() and recv().
  2869. [RT #15586]
  2870. 1962. [bug] Named failed to clear old update-policy when it
  2871. was removed. [RT #15491]
  2872. 1961. [bug] Check the port and address of responses forwarded
  2873. to dispatch. [RT #15474]
  2874. 1960. [bug] Update code should set NSEC ttls from SOA MINIMUM.
  2875. [RT #15465]
  2876. 1959. [func] Control the zeroing of the negative response TTL to
  2877. a soa query. Defaults "zero-no-soa-ttl yes;" and
  2878. "zero-no-soa-ttl-cache no;". [RT #15460]
  2879. 1958. [bug] Named failed to update the zone's secure state
  2880. until the zone was reloaded. [RT #15412]
  2881. 1957. [bug] Dig mishandled responses to class ANY queries.
  2882. [RT #15402]
  2883. 1956. [bug] Improve cross compile support, 'gen' is now built
  2884. by native compiler. See README for additional
  2885. cross compile support information. [RT #15148]
  2886. 1955. [bug] Pre-allocate the cache cleaning iterator. [RT #14998]
  2887. 1954. [func] Named now falls back to advertising EDNS with a
  2888. 512 byte receive buffer if the initial EDNS queries
  2889. fail. [RT #14852]
  2890. 1953. [func] The maximum EDNS UDP response named will send can
  2891. now be set in named.conf (max-udp-size). This is
  2892. independent of the advertised receive buffer
  2893. (edns-udp-size). [RT #14852]
  2894. 1952. [port] hpux: tell the linker to build a runtime link
  2895. path "-Wl,+b:". [RT #14816].
  2896. 1951. [security] Drop queries from particular well known ports.
  2897. Don't return FORMERR to queries from particular
  2898. well known ports. [RT #15636]
  2899. 1950. [port] Solaris 2.5.1 and earlier cannot bind() then connect()
  2900. a TCP socket. This prevents the source address being
  2901. set for TCP connections. [RT #15628]
  2902. 1949. [func] Addition memory leakage checks. [RT #15544]
  2903. 1948. [bug] If was possible to trigger a REQUIRE failure in
  2904. xfrin.c:maybe_free() if named ran out of memory.
  2905. [RT #15568]
  2906. 1947. [func] It is now possible to configure named to accept
  2907. expired RRSIGs. Default "dnssec-accept-expired no;".
  2908. Setting "dnssec-accept-expired yes;" leaves named
  2909. vulnerable to replay attacks. [RT #14685]
  2910. 1946. [bug] resume_dslookup() could trigger a REQUIRE failure
  2911. when using forwarders. [RT #15549]
  2912. 1945. [cleanup] dnssec-keygen: RSA (RSAMD5) is no longer recommended.
  2913. To generate a RSAMD5 key you must explicitly request
  2914. RSAMD5. [RT #13780]
  2915. 1944. [cleanup] isc_hash_create() does not need a read/write lock.
  2916. [RT #15522]
  2917. 1943. [bug] Set the loadtime after rolling forward the journal.
  2918. [RT #15647]
  2919. 1942. [bug] If the name of a DNSKEY match that of one in
  2920. trusted-keys do not attempt to validate the DNSKEY
  2921. using the parents DS RRset. [RT #15649]
  2922. 1941. [bug] ncache_adderesult() should set eresult even if no
  2923. rdataset is passed to it. [RT #15642]
  2924. 1940. [bug] Fixed a number of error conditions reported by
  2925. Coverity.
  2926. 1939. [bug] The resolver could dereference a null pointer after
  2927. validation if all the queries have timed out.
  2928. [RT #15528]
  2929. 1938. [bug] The validator was not correctly handling unsecure
  2930. negative responses at or below a SEP. [RT #15528]
  2931. 1937. [bug] sdlz doesn't handle RRSIG records. [RT #15564]
  2932. 1936. [bug] The validator could leak memory. [RT #15544]
  2933. 1935. [bug] 'acache' was DO sensitive. [RT #15430]
  2934. 1934. [func] Validate pending NS RRsets, in the authority section,
  2935. prior to returning them if it can be done without
  2936. requiring DNSKEYs to be fetched. [RT #15430]
  2937. 1933. [bug] dump_rdataset_raw() had a incorrect INSIST. [RT #15534]
  2938. 1932. [bug] hpux: LDFLAGS was getting corrupted. [RT #15530]
  2939. 1931. [bug] Per-client mctx could require a huge amount of memory,
  2940. particularly for a busy caching server. [RT #15519]
  2941. 1930. [port] HPUX: ia64 support. [RT #15473]
  2942. 1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
  2943. 1928. [bug] Race in rbtdb.c:currentversion(). [RT #15517]
  2944. 1927. [bug] Access to soanode or nsnode in rbtdb violated the
  2945. lock order rule and could cause a dead lock.
  2946. [RT# 15518]
  2947. 1926. [bug] The Windows installer did not check for empty
  2948. passwords. BINDinstall was being installed in
  2949. the wrong place. [RT #15483]
  2950. 1925. [port] All outer level AC_TRY_RUNs need cross compiling
  2951. defaults. [RT #15469]
  2952. 1924. [port] libbind: hpux ia64 support. [RT #15473]
  2953. 1923. [bug] ns_client_detach() called too early. [RT #15499]
  2954. 1922. [bug] check-tool.c:setup_logging() missing call to
  2955. dns_log_setcontext().
  2956. 1921. [bug] Client memory contexts were not using internal
  2957. malloc. [RT# 15434]
  2958. 1920. [bug] The cache rbtdb lock array was too small to
  2959. have the desired performance characteristics.
  2960. [RT #15454]
  2961. 1919. [contrib] queryperf: a set of new features: collecting/printing
  2962. response delays, printing intermediate results, and
  2963. adjusting query rate for the "target" qps.
  2964. 1918. [bug] Memory leak when checking acls. [RT #15391]
  2965. 1917. [doc] funcsynopsisinfo wasn't being treated as verbatim
  2966. when generating man pages. [RT #15385]
  2967. 1916. [func] Integrate contributed IDN code from JPNIC. [RT #15383]
  2968. 1915. [bug] dig +ndots was broken. [RT #15215]
  2969. 1914. [protocol] DS is required to accept mnemonic algorithms
  2970. (RFC 4034). Still emit numeric algorithms for
  2971. compatibility with RFC 3658. [RT #15354]
  2972. 1913. [func] Integrate contributed DLZ code into named. [RT #11382]
  2973. 1912. [port] aix: atomic locking for powerpc. [RT #15020]
  2974. 1911. [bug] Update windows socket code. [RT #14965]
  2975. 1910. [bug] dig's +sigchase code overhauled. [RT #14933]
  2976. 1909. [bug] The DLV code has been re-worked to make no longer
  2977. query order sensitive. [RT #14933]
  2978. 1908. [func] dig now warns if 'RA' is not set in the answer when
  2979. 'RD' was set in the query. host/nslookup skip servers
  2980. that fail to set 'RA' when 'RD' is set unless a server
  2981. is explicitly set. [RT #15005]
  2982. 1907. [func] host/nslookup now continue (default)/fail on SERVFAIL.
  2983. [RT #15006]
  2984. 1906. [func] dig now has a '-q queryname' and '+showsearch' options.
  2985. [RT #15034]
  2986. 1905. [bug] Strings returned from cfg_obj_asstring() should be
  2987. treated as read-only. The prototype for
  2988. cfg_obj_asstring() has been updated to reflect this.
  2989. [RT #15256]
  2990. 1904. [func] Automatic empty zone creation for D.F.IP6.ARPA and
  2991. friends. Note: RFC 1918 zones are not yet covered by
  2992. this but are likely to be in a future release.
  2993. New options: empty-server, empty-contact,
  2994. empty-zones-enable and disable-empty-zone.
  2995. 1903. [func] ISC string copy API.
  2996. 1902. [func] Attempt to make the amount of work performed in a
  2997. iteration self tuning. The covers nodes clean from
  2998. the cache per iteration, nodes written to disk when
  2999. rewriting a master file and nodes destroyed per
  3000. iteration when destroying a zone or a cache.
  3001. [RT #14996]
  3002. 1901. [cleanup] Don't add DNSKEY records to the additional section.
  3003. 1900. [bug] ixfr-from-differences failed to ensure that the
  3004. serial number increased. [RT #15036]
  3005. 1899. [func] named-checkconf now validates update-policy entries.
  3006. [RT #14963]
  3007. 1898. [bug] Extend ISC_SOCKADDR_FORMATSIZE and
  3008. ISC_NETADDR_FORMATSIZE to allow for scope details.
  3009. 1897. [func] x86 and x86_64 now have separate atomic locking
  3010. implementations.
  3011. 1896. [bug] Recursive clients soft quota support wasn't working
  3012. as expected. [RT #15103]
  3013. 1895. [bug] A escaped character is, potentially, converted to
  3014. the output character set too early. [RT #14666]
  3015. 1894. [doc] Review ARM for BIND 9.4.
  3016. 1893. [port] Use uintptr_t if available. [RT #14606]
  3017. 1892. [func] Support for SPF rdata type. [RT #15033]
  3018. 1891. [port] freebsd: pthread_mutex_init can fail if it runs out
  3019. of memory. [RT #14995]
  3020. 1890. [func] Raise the UDP receive buffer size to 32k if it is
  3021. less than 32k. [RT #14953]
  3022. 1889. [port] sunos: non blocking i/o support. [RT #14951]
  3023. 1888. [func] Support for IPSECKEY rdata type. [RT #14967]
  3024. 1887. [bug] The cache could delete expired records too fast for
  3025. clients with a virtual time in the past. [RT #14991]
  3026. 1886. [bug] fctx_create() could return success even though it
  3027. failed. [RT #14993]
  3028. 1885. [func] dig: report the number of extra bytes still left in
  3029. the packet after processing all the records.
  3030. 1884. [cleanup] dighost.c: move external declarations into <dig/dig.h>.
  3031. 1883. [bug] dnssec-signzone, dnssec-keygen: handle negative debug
  3032. levels. [RT #14962]
  3033. 1882. [func] Limit the number of recursive clients that can be
  3034. waiting for a single query (<qname,qtype,qclass>) to
  3035. resolve. New options clients-per-query and
  3036. max-clients-per-query.
  3037. 1881. [func] Add a system test for named-checkconf. [RT #14931]
  3038. 1880. [func] The lame cache is now done on a <qname,qclass,qtype>
  3039. basis as some servers only appear to be lame for
  3040. certain query types. [RT #14916]
  3041. 1879. [func] "USE INTERNAL MALLOC" is now runtime selectable.
  3042. [RT #14892]
  3043. 1878. [func] Detect duplicates of UDP queries we are recursing on
  3044. and drop them. New stats category "duplicate".
  3045. [RT #2471]
  3046. 1877. [bug] Fix unreasonably low quantum on call to
  3047. dns_rbt_destroy2(). Remove unnecessary unhash_node()
  3048. call. [RT #14919]
  3049. 1876. [func] Additional memory debugging support to track size
  3050. and mctx arguments. [RT #14814]
  3051. 1875. [bug] process_dhtkey() was using the wrong memory context
  3052. to free some memory. [RT #14890]
  3053. 1874. [port] sunos: portability fixes. [RT #14814]
  3054. 1873. [port] win32: isc__errno2result() now reports its caller.
  3055. [RT #13753]
  3056. 1872. [port] win32: Handle ERROR_NETNAME_DELETED. [RT #13753]
  3057. 1871. [placeholder]
  3058. 1870. [func] Added framework for handling multiple EDNS versions.
  3059. [RT #14873]
  3060. 1869. [func] dig can now specify the EDNS version when making
  3061. a query. [RT #14873]
  3062. 1868. [func] edns-udp-size can now be overridden on a per
  3063. server basis. [RT #14851]
  3064. 1867. [bug] It was possible to trigger a INSIST in
  3065. dlv_validatezonekey(). [RT #14846]
  3066. 1866. [bug] resolv.conf parse errors were being ignored by
  3067. dig/host/nslookup. [RT #14841]
  3068. 1865. [bug] Silently ignore nameservers in /etc/resolv.conf with
  3069. bad addresses. [RT #14841]
  3070. 1864. [bug] Don't try the alternative transfer source if you
  3071. got a answer / transfer with the main source
  3072. address. [RT #14802]
  3073. 1863. [bug] rrset-order "fixed" error messages not complete.
  3074. 1862. [func] Add additional zone data constancy checks.
  3075. named-checkzone has extended checking of NS, MX and
  3076. SRV record and the hosts they reference.
  3077. named has extended post zone load checks.
  3078. New zone options: check-mx and integrity-check.
  3079. [RT #4940]
  3080. 1861. [bug] dig could trigger a INSIST on certain malformed
  3081. responses. [RT #14801]
  3082. 1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was
  3083. incorrectly set. [RT #14775]
  3084. 1859. [func] Add support for CH A record. [RT #14695]
  3085. 1858. [bug] The flush-zones-on-shutdown option wasn't being
  3086. parsed. [RT #14686]
  3087. 1857. [bug] named could trigger a INSIST() if reconfigured /
  3088. reloaded too fast. [RT #14673]
  3089. 1856. [doc] Switch Docbook toolchain from DSSSL to XSL.
  3090. [RT #11398]
  3091. 1855. [bug] ixfr-from-differences was failing to detect changes
  3092. of ttl due to dns_diff_subtract() was ignoring the ttl
  3093. of records. [RT #14616]
  3094. 1854. [bug] lwres also needs to know the print format for
  3095. (long long). [RT #13754]
  3096. 1853. [bug] Rework how DLV interacts with proveunsecure().
  3097. [RT #13605]
  3098. 1852. [cleanup] Remove last vestiges of dnssec-signkey and
  3099. dnssec-makekeyset (removed from Makefile years ago).
  3100. 1851. [doc] Doxygen comment markup. [RT #11398]
  3101. 1850. [bug] Memory leak in lwres_getipnodebyaddr(). [RT #14591]
  3102. 1849. [doc] All forms of the man pages (docbook, man, html) should
  3103. have consistent copyright dates.
  3104. 1848. [bug] Improve SMF integration. [RT #13238]
  3105. 1847. [bug] isc_ondestroy_init() is called too late in
  3106. dns_rbtdb_create()/dns_rbtdb64_create().
  3107. [RT #13661]
  3108. 1846. [contrib] query-loc-0.3.0 from Stephane Bortzmeyer
  3109. <bortzmeyer@nic.fr>.
  3110. 1845. [bug] Improve error reporting to distinguish between
  3111. accept()/fcntl() and socket()/fcntl() errors.
  3112. [RT #13745]
  3113. 1844. [bug] inet_pton() accepted more that 4 hexadecimal digits
  3114. for each 16 bit piece of the IPv6 address. The text
  3115. representation of a IPv6 address has been tightened
  3116. to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
  3117. [RT #5662]
  3118. 1843. [cleanup] CINCLUDES takes precedence over CFLAGS. This helps
  3119. when CFLAGS contains "-I /usr/local/include"
  3120. resulting in old header files being used.
  3121. 1842. [port] cmsg_len() could produce incorrect results on
  3122. some platform. [RT #13744]
  3123. 1841. [bug] "dig +nssearch" now makes a recursive query to
  3124. find the list of nameservers to query. [RT #13694]
  3125. 1840. [func] dnssec-signzone can now randomize signature end times
  3126. (dnssec-signzone -j jitter). [RT #13609]
  3127. 1839. [bug] <isc/hash.h> was not being installed.
  3128. 1838. [cleanup] Don't allow Linux capabilities to be inherited.
  3129. [RT #13707]
  3130. 1837. [bug] Compile time option ISC_FACILITY was not effective
  3131. for 'named -u <user>'. [RT #13714]
  3132. 1836. [cleanup] Silence compiler warnings in hash_test.c.
  3133. 1835. [bug] Update dnssec-signzone's usage message. [RT #13657]
  3134. 1834. [bug] Bad memset in rdata_test.c. [RT #13658]
  3135. 1833. [bug] Race condition in isc_mutex_lock_profile(). [RT #13660]
  3136. 1832. [bug] named fails to return BADKEY on unknown TSIG algorithm.
  3137. [RT #13620]
  3138. 1831. [doc] Update named-checkzone documentation. [RT#13604]
  3139. 1830. [bug] adb lame cache has sence of test reversed. [RT #13600]
  3140. 1829. [bug] win32: "pid-file none;" broken. [RT #13563]
  3141. 1828. [bug] isc_rwlock_init() failed to properly cleanup if it
  3142. encountered a error. [RT #13549]
  3143. 1827. [bug] host: update usage message for '-a'. [RT #37116]
  3144. 1826. [bug] Missing DESTROYLOCK() in isc_mem_createx() on out
  3145. of memory error. [RT #13537]
  3146. 1825. [bug] Missing UNLOCK() on out of memory error from in
  3147. rbtdb.c:subtractrdataset(). [RT #13519]
  3148. 1824. [bug] Memory leak on dns_zone_setdbtype() failure.
  3149. [RT #13510]
  3150. 1823. [bug] Wrong macro used to check for point to point interface.
  3151. [RT#13418]
  3152. 1822. [bug] check-names test for RT was reversed. [RT #13382]
  3153. 1821. [placeholder]
  3154. 1820. [bug] Gracefully handle acl loops. [RT #13659]
  3155. 1819. [bug] The validator needed to check both the algorithm and
  3156. digest types of the DS to determine if it could be
  3157. used to introduce a secure zone. [RT #13593]
  3158. 1818. [bug] 'named-checkconf -z' triggered an INSIST. [RT #13599]
  3159. 1817. [func] Add support for additional zone file formats for
  3160. improving loading performance. The masterfile-format
  3161. option in named.conf can be used to specify a
  3162. non-default format. A separate command
  3163. named-compilezone was provided to generate zone files
  3164. in the new format. Additionally, the -I and -O options
  3165. for dnssec-signzone specify the input and output
  3166. formats.
  3167. 1816. [port] UnixWare: failed to compile lib/isc/unix/net.c.
  3168. [RT #13597]
  3169. 1815. [bug] nsupdate triggered a REQUIRE if the server was set
  3170. without also setting the zone and it encountered
  3171. a CNAME and was using TSIG. [RT #13086]
  3172. 1814. [func] UNIX domain controls are now supported.
  3173. 1813. [func] Restructured the data locking framework using
  3174. architecture dependent atomic operations (when
  3175. available), improving response performance on
  3176. multi-processor machines significantly.
  3177. x86, x86_64, alpha, powerpc, and mips are currently
  3178. supported.
  3179. 1812. [port] win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
  3180. [RT #13453]
  3181. 1811. [func] Preserve the case of domain names in rdata during
  3182. zone transfers. [RT #13547]
  3183. 1810. [bug] configure, lib/bind/configure make different default
  3184. decisions about whether to do a threaded build.
  3185. [RT #13212]
  3186. 1809. [bug] "make distclean" failed for libbind if the platform
  3187. is not supported.
  3188. 1808. [bug] zone.c:notify_zone() contained a race condition,
  3189. zone->db could change underneath it. [RT #13511]
  3190. 1807. [bug] When forwarding (forward only) set the active domain
  3191. from the forward zone name. [RT #13526]
  3192. 1806. [bug] The resolver returned the wrong result when a CNAME /
  3193. DNAME was encountered when fetching glue from a
  3194. secure namespace. [RT #13501]
  3195. 1805. [bug] Pending status was not being cleared when DLV was
  3196. active. [RT #13501]
  3197. 1804. [bug] Ensure that if we are queried for glue that it fits
  3198. in the additional section or TC is set to tell the
  3199. client to retry using TCP. [RT #10114]
  3200. 1803. [bug] dnssec-signzone sometimes failed to remove old
  3201. RRSIGs. [RT #13483]
  3202. 1802. [bug] Handle connection resets better. [RT #11280]
  3203. 1801. [func] Report differences between hints and real NS rrset
  3204. and associated address records.
  3205. 1800. [bug] Changes #1719 allowed a INSIST to be triggered.
  3206. [RT #13428]
  3207. 1799. [bug] 'rndc flushname' failed to flush negative cache
  3208. entries. [RT #13438]
  3209. 1798. [func] The server syntax has been extended to support a
  3210. range of servers. [RT #11132]
  3211. 1797. [func] named-checkconf now check acls to verify that they
  3212. only refer to existing acls. [RT #13101]
  3213. 1796. [func] "rndc freeze/thaw" now freezes/thaws all zones.
  3214. 1795. [bug] "rndc dumpdb" was not fully documented. Minor
  3215. formating issues with "rndc dumpdb -all". [RT #13396]
  3216. 1794. [func] Named and named-checkzone can now both check for
  3217. non-terminal wildcard records.
  3218. 1793. [func] Extend adjusting TTL warning messages. [RT #13378]
  3219. 1792. [func] New zone option "notify-delay". Specify a minimum
  3220. delay between sets of NOTIFY messages.
  3221. 1791. [bug] 'host -t a' still printed out AAAA and MX records.
  3222. [RT #13230]
  3223. 1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should
  3224. allow parallel make to succeed.
  3225. 1789. [bug] Prerequisite test for tkey and dnssec could fail
  3226. with "configure --with-libtool".
  3227. 1788. [bug] libbind9.la/libbind9.so needs to link against
  3228. libisccfg.la/libisccfg.so.
  3229. 1787. [port] HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
  3230. 1786. [port] AIX: libt_api needs to be taught to look for
  3231. T_testlist in the main executable (--with-libtool).
  3232. [RT #13239]
  3233. 1785. [bug] libbind9.la/libbind9.so needs to link against
  3234. libisc.la/libisc.so.
  3235. 1784. [cleanup] "libtool -allow-undefined" is the default.
  3236. Leave hooks in configure to allow it to be set
  3237. if needed in the future.
  3238. 1783. [cleanup] We only need one copy of libtool.m4, ltmain.sh in the
  3239. source tree.
  3240. 1782. [port] OSX: --with-libtool + --enable-libbind broke on
  3241. __evOptMonoTime. [RT #13219]
  3242. 1781. [port] FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
  3243. 1780. [bug] Update libtool to 1.5.10.
  3244. 1779. [port] OSF 5.1: libtool didn't handle -pthread correctly.
  3245. 1778. [port] HUX 11.11: fix broken IN6ADDR_ANY_INIT and
  3246. IN6ADDR_LOOPBACK_INIT macros.
  3247. 1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and
  3248. IN6ADDR_LOOPBACK_INIT macros.
  3249. 1776. [port] Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
  3250. IN6ADDR_LOOPBACK_INIT macros.
  3251. 1775. [bug] Only compile getnetent_r.c when threaded. [RT #13205]
  3252. 1774. [port] Aix: Silence compiler warnings / build failures.
  3253. [RT #13154]
  3254. 1773. [bug] Fast retry on host / net unreachable. [RT #13153]
  3255. 1772. [placeholder]
  3256. 1771. [placeholder]
  3257. 1770. [bug] named-checkconf failed to report missing a missing
  3258. file clause for rbt{64} master/hint zones. [RT#13009]
  3259. 1769. [port] win32: change compiler flags /MTd ==> /MDd,
  3260. /MT ==> /MD.
  3261. 1768. [bug] nsecnoexistnodata() could be called with a non-NSEC
  3262. rdataset. [RT #12907]
  3263. 1767. [port] Builds on IPv6 platforms without IPv6 Advanced API
  3264. support for (struct in6_pktinfo) failed. [RT #13077]
  3265. 1766. [bug] Update the master file timestamp on successful refresh
  3266. as well as the journal's timestamp. [RT# 13062]
  3267. 1765. [bug] configure --with-openssl=auto failed. [RT #12937]
  3268. 1764. [bug] dns_zone_replacedb failed to emit a error message
  3269. if there was no SOA record in the replacement db.
  3270. [RT #13016]
  3271. 1763. [func] Perform sanity checks on NS records which refer to
  3272. 'in zone' names. [RT #13002]
  3273. 1762. [bug] isc_interfaceiter_create() could return ISC_R_SUCCESS
  3274. even when it failed. [RT #12995]
  3275. 1761. [bug] 'rndc dumpdb' didn't report unassociated entries.
  3276. [RT #12971]
  3277. 1760. [bug] Host / net unreachable was not penalising rtt
  3278. estimates. [RT #12970]
  3279. 1759. [bug] Named failed to startup if the OS supported IPv6
  3280. but had no IPv6 interfaces configured. [RT #12942]
  3281. 1758. [func] Don't send notify messages to self. [RT #12933]
  3282. 1757. [func] host now can turn on memory debugging flags with '-m'.
  3283. 1756. [func] named-checkconf now checks the logging configuration.
  3284. [RT #12352]
  3285. 1755. [func] allow-update is now settable at the options / view
  3286. level. [RT #6636]
  3287. 1754. [bug] We weren't always attempting to query the parent
  3288. server for the DS records at the zone cut.
  3289. [RT #12774]
  3290. 1753. [bug] Don't serve a slave zone which has no NS records.
  3291. [RT #12894]
  3292. 1752. [port] Move isc_app_start() to after ns_os_daemonise()
  3293. as some fork() implementations unblock the signals
  3294. that are blocked by isc_app_start(). [RT #12810]
  3295. 1751. [bug] --enable-getifaddrs failed under linux. [RT #12867]
  3296. 1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
  3297. [RT #12864]
  3298. 1749. [bug] 'check-names response ignore;' failed to ignore.
  3299. [RT #12866]
  3300. 1748. [func] dig now returns the byte count for axfr/ixfr.
  3301. 1747. [bug] BIND 8 compatibility: named/named-checkconf failed
  3302. to parse "host-statistics-max" in named.conf.
  3303. 1746. [func] Make public the function to read a key file,
  3304. dst_key_read_public(). [RT #12450]
  3305. 1745. [bug] Dig/host/nslookup accept replies from link locals
  3306. regardless of scope if no scope was specified when
  3307. query was sent. [RT #12745]
  3308. 1744. [bug] If tuple2msgname() failed to convert a tuple to
  3309. a name a REQUIRE could be triggered. [RT #12796]
  3310. 1743. [bug] If isc_taskmgr_create() was not able to create the
  3311. requested number of worker threads then destruction
  3312. of the manager would trigger an INSIST() failure.
  3313. [RT #12790]
  3314. 1742. [bug] Deleting all records at a node then adding a
  3315. previously existing record, in a single UPDATE
  3316. transaction, failed to leave / regenerate the
  3317. associated RRSIG records. [RT #12788]
  3318. 1741. [bug] Deleting all records at a node in a secure zone
  3319. using a update-policy grant failed. [RT #12787]
  3320. 1740. [bug] Replace rbt's hash algorithm as it performed badly
  3321. with certain zones. [RT #12729]
  3322. NOTE: a hash context now needs to be established
  3323. via isc_hash_create() if the application was not
  3324. already doing this.
  3325. 1739. [bug] dns_rbt_deletetree() could incorrectly return
  3326. ISC_R_QUOTA. [RT #12695]
  3327. 1738. [bug] Enable overrun checking by default. [RT #12695]
  3328. 1737. [bug] named failed if more than 16 masters were specified.
  3329. [RT #12627]
  3330. 1736. [bug] dst_key_fromnamedfile() could fail to read a
  3331. public key. [RT #12687]
  3332. 1735. [bug] 'dig +sigtrace' could die with a REQUIRE failure.
  3333. [RE #12688]
  3334. 1734. [cleanup] 'rndc-confgen -a -t' remove extra '/' in path.
  3335. [RT #12588]
  3336. 1733. [bug] Return non-zero exit status on initial load failure.
  3337. [RT #12658]
  3338. 1732. [bug] 'rrset-order name "*"' wasn't being applied to ".".
  3339. [RT #12467]
  3340. 1731. [port] darwin: relax version test in ifconfig.sh.
  3341. [RT #12581]
  3342. 1730. [port] Determine the length type used by the socket API.
  3343. [RT #12581]
  3344. 1729. [func] Improve check-names error messages.
  3345. 1728. [doc] Update check-names documentation.
  3346. 1727. [bug] named-checkzone: check-names support didn't match
  3347. documentation.
  3348. 1726. [port] aix5: add support for aix5.
  3349. 1725. [port] linux: update error message on interaction of threads,
  3350. capabilities and setuid support (named -u). [RT #12541]
  3351. 1724. [bug] Look for DNSKEY records with "dig +sigtrace".
  3352. [RT #12557]
  3353. 1723. [cleanup] Silence compiler warnings from t_tasks.c. [RT #12493]
  3354. 1722. [bug] Don't commit the journal on malformed ixfr streams.
  3355. [RT #12519]
  3356. 1721. [bug] Error message from the journal processing were not
  3357. always identifying the relevant journal. [RT #12519]
  3358. 1720. [bug] 'dig +chase' did not terminate on a RFC 2308 Type 1
  3359. negative response. [RT #12506]
  3360. 1719. [bug] named was not correctly caching a RFC 2308 Type 1
  3361. negative response. [RT #12506]
  3362. 1718. [bug] nsupdate was not handling RFC 2308 Type 3 negative
  3363. responses when looking for the zone / master server.
  3364. [RT #12506]
  3365. 1717. [port] solaris: ifconfig.sh did not support Solaris 10.
  3366. "ifconfig.sh down" didn't work for Solaris 9.
  3367. 1716. [doc] named.conf(5) was being installed in the wrong
  3368. location. [RT# 12441]
  3369. 1715. [func] 'dig +trace' now randomly selects the next servers
  3370. to try. Report if there is a bad delegation.
  3371. 1714. [bug] dig/host/nslookup were only trying the first
  3372. address when a nameserver was specified by name.
  3373. [RT #12286]
  3374. 1713. [port] linux: extend capset failure message to say:
  3375. please ensure that the capset kernel module is
  3376. loaded. see insmod(8)
  3377. 1712. [bug] Missing FULLCHECK for "trusted-key" in dig.
  3378. 1711. [func] 'rndc unfreeze' has been deprecated by 'rndc thaw'.
  3379. 1710. [func] 'rndc notify zone [class [view]]' resend the NOTIFY
  3380. messages for the specified zone. [RT #9479]
  3381. 1709. [port] solaris: add SMF support from Sun.
  3382. 1708. [cleanup] Replaced dns_fullname_hash() with dns_name_fullhash()
  3383. for conformance to the name space convention. Binary
  3384. backward compatibility to the old function name is
  3385. provided. [RT #12376]
  3386. 1707. [contrib] sdb/ldap updated to version 1.0-beta.
  3387. 1706. [bug] 'rndc stop' failed to cause zones to be flushed
  3388. sometimes. [RT #12328]
  3389. 1705. [func] Allow the journal's name to be changed via named.conf.
  3390. 1704. [port] lwres needed a snprintf() implementation for
  3391. platforms without snprintf(). Add missing
  3392. "#include <isc/print.h>". [RT #12321]
  3393. 1703. [bug] named would loop sending NOTIFY messages when it
  3394. failed to receive a response. [RT #12322]
  3395. 1702. [bug] also-notify should not be applied to built in zones.
  3396. [RT #12323]
  3397. 1701. [doc] A minimal named.conf man page.
  3398. 1700. [func] nslookup is no longer to be treated as deprecated.
  3399. Remove "deprecated" warning message. Add man page.
  3400. 1699. [bug] dnssec-signzone can generate "not exact" errors
  3401. when resigning. [RT #12281]
  3402. 1698. [doc] Use reserved IPv6 documentation prefix.
  3403. 1697. [bug] xxx-source{,-v6} was not effective when it
  3404. specified one of listening addresses and a
  3405. different port than the listening port. [RT #12257]
  3406. 1696. [bug] dnssec-signzone failed to clean out nodes that
  3407. consisted of only NSEC and RRSIG records.
  3408. [RT #12154]
  3409. 1695. [bug] DS records when forwarding require special handling.
  3410. [RT #12133]
  3411. 1694. [bug] Report if the builtin views of "_default" / "_bind"
  3412. are defined in named.conf. [RT #12023]
  3413. 1693. [bug] max-journal-size was not effective for master zones
  3414. with ixfr-from-differences set. [RT# 12024]
  3415. 1692. [bug] Don't set -I, -L and -R flags when libcrypto is in
  3416. /usr/lib. [RT #11971]
  3417. 1691. [bug] sdb's attachversion was not complete. [RT #11990]
  3418. 1690. [bug] Delay detaching view from the client until UPDATE
  3419. processing completes when shutting down. [RT #11714]
  3420. 1689. [bug] DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
  3421. contained gratuitous semicolons. [RT #11707]
  3422. 1688. [bug] LDFLAGS was not supported.
  3423. 1687. [bug] Race condition in dispatch. [RT #10272]
  3424. 1686. [bug] Named sent a extraneous NOTIFY when it received a
  3425. redundant UPDATE request. [RT #11943]
  3426. 1685. [bug] Change #1679 loop tests weren't quite right.
  3427. 1684. [func] ixfr-from-differences now takes master and slave in
  3428. addition to yes and no at the options and view levels.
  3429. 1683. [bug] dig +sigchase could leak memory. [RT #11445]
  3430. 1682. [port] Update configure test for (long long) printf format.
  3431. [RT #5066]
  3432. 1681. [bug] Only set SO_REUSEADDR when a port is specified in
  3433. isc_socket_bind(). [RT #11742]
  3434. 1680. [func] rndc: the source address can now be specified.
  3435. 1679. [bug] When there was a single nameserver with multiple
  3436. addresses for a zone not all addresses were tried.
  3437. [RT #11706]
  3438. 1678. [bug] RRSIG should use TYPEXXXXX for unknown types.
  3439. 1677. [bug] dig: +aaonly didn't work, +aaflag undocumented.
  3440. 1676. [func] New option "allow-query-cache". This lets
  3441. allow-query be used to specify the default zone
  3442. access level rather than having to have every
  3443. zone override the global value. allow-query-cache
  3444. can be set at both the options and view levels.
  3445. If allow-query-cache is not set allow-query applies.
  3446. 1675. [bug] named would sometimes add extra NSEC records to
  3447. the authority section.
  3448. 1674. [port] linux: increase buffer size used to scan
  3449. /proc/net/if_inet6.
  3450. 1673. [port] linux: issue a error messages if IPv6 interface
  3451. scans fails.
  3452. 1672. [cleanup] Tests which only function in a threaded build
  3453. now return R:THREADONLY (rather than R:UNTESTED)
  3454. in a non-threaded build.
  3455. 1671. [contrib] queryperf: add NAPTR to the list of known types.
  3456. 1670. [func] Log UPDATE requests to slave zones without an acl as
  3457. "disabled" at debug level 3. [RT# 11657]
  3458. 1669. [placeholder]
  3459. 1668. [bug] DIG_SIGCHASE was making bin/dig/host dump core.
  3460. 1667. [port] linux: not all versions have IF_NAMESIZE.
  3461. 1666. [bug] The optional port on hostnames in dual-stack-servers
  3462. was being ignored.
  3463. 1665. [func] rndc now allows addresses to be set in the
  3464. server clauses.
  3465. 1664. [bug] nsupdate needed KEY for SIG(0), not DNSKEY.
  3466. 1663. [func] Look for OpenSSL by default.
  3467. 1662. [bug] Change #1658 failed to change one use of 'type'
  3468. to 'keytype'.
  3469. 1661. [bug] Restore dns_name_concatenate() call in
  3470. adb.c:set_target(). [RT #11582]
  3471. 1660. [bug] win32: connection_reset_fix() was being called
  3472. unconditionally. [RT #11595]
  3473. 1659. [cleanup] Cleanup some messages that were referring to KEY vs
  3474. DNSKEY, NXT vs NSEC and SIG vs RRSIG.
  3475. 1658. [func] Update dnssec-keygen to default to KEY for HMAC-MD5
  3476. and DH. Tighten which options apply to KEY and
  3477. DNSKEY records.
  3478. 1657. [doc] ARM: document query log output.
  3479. 1656. [doc] Update DNSSEC description in ARM to cover DS, NSEC
  3480. DNSKEY and RRSIG. [RT #11542]
  3481. 1655. [bug] Logging multiple versions w/o a size was broken.
  3482. [RT #11446]
  3483. 1654. [bug] isc_result_totext() contained array bounds read
  3484. error.
  3485. 1653. [func] Add key type checking to dst_key_fromfilename(),
  3486. DST_TYPE_KEY should be used to read TSIG, TKEY and
  3487. SIG(0) keys.
  3488. 1652. [bug] TKEY still uses KEY.
  3489. 1651. [bug] dig: process multiple dash options.
  3490. 1650. [bug] dig, nslookup: flush standard out after each command.
  3491. 1649. [bug] Silence "unexpected non-minimal diff" message.
  3492. [RT #11206]
  3493. 1648. [func] Update dnssec-lookaside named.conf syntax to support
  3494. multiple dnssec-lookaside namespaces (not yet
  3495. implemented).
  3496. 1647. [bug] It was possible trigger a INSIST when chasing a DS
  3497. record that required walking back over a empty node.
  3498. [RT #11445]
  3499. 1646. [bug] win32: logging file versions didn't work with
  3500. non-UNC filenames. [RT#11486]
  3501. 1645. [bug] named could trigger a REQUIRE failure if multiple
  3502. masters with keys are specified.
  3503. 1644. [bug] Update the journal modification time after a
  3504. successful refresh query. [RT #11436]
  3505. 1643. [bug] dns_db_closeversion() could leak memory / node
  3506. references. [RT #11163]
  3507. 1642. [port] Support OpenSSL implementations which don't have
  3508. DSA support. [RT #11360]
  3509. 1641. [bug] Update the check-names description in ARM. [RT #11389]
  3510. 1640. [bug] win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
  3511. incorrectly closing the socket. [RT #11291]
  3512. 1639. [func] Initial dlv system test.
  3513. 1638. [bug] "ixfr-from-differences" could generate a REQUIRE
  3514. failure if the journal open failed. [RT #11347]
  3515. 1637. [bug] Node reference leak on error in addnoqname().
  3516. 1636. [bug] The dump done callback could get ISC_R_SUCCESS even if
  3517. a error had occurred. The database version no longer
  3518. matched the version of the database that was dumped.
  3519. 1635. [bug] Memory leak on error in query_addds().
  3520. 1634. [bug] named didn't supply a useful error message when it
  3521. detected duplicate views. [RT #11208]
  3522. 1633. [bug] named should return NOTIMP to update requests to a
  3523. slaves without a allow-update-forwarding acl specified.
  3524. [RT #11331]
  3525. 1632. [bug] nsupdate failed to send prerequisite only UPDATE
  3526. messages. [RT #11288]
  3527. 1631. [bug] dns_journal_compact() could sometimes corrupt the
  3528. journal. [RT #11124]
  3529. 1630. [contrib] queryperf: add support for IPv6 transport.
  3530. 1629. [func] dig now supports IPv6 scoped addresses with the
  3531. extended format in the local-server part. [RT #8753]
  3532. 1628. [bug] Typo in Compaq Trucluster support. [RT# 11264]
  3533. 1627. [bug] win32: sockets were not being closed when the
  3534. last external reference was removed. [RT# 11179]
  3535. 1626. [bug] --enable-getifaddrs was broken. [RT#11259]
  3536. 1625. [bug] named failed to load/transfer RFC2535 signed zones
  3537. which contained CNAMES. [RT# 11237]
  3538. 1624. [bug] zonemgr_putio() call should be locked. [RT# 11163]
  3539. 1623. [bug] A serial number of zero was being displayed in the
  3540. "sending notifies" log message when also-notify was
  3541. used. [RT #11177]
  3542. 1622. [func] probe the system to see if IPV6_(RECV)PKTINFO is
  3543. available, and suppress wildcard binding if not.
  3544. 1621. [bug] match-destinations did not work for IPv6 TCP queries.
  3545. [RT# 11156]
  3546. 1620. [func] When loading a zone report if it is signed. [RT #11149]
  3547. 1619. [bug] Missing ISC_LIST_UNLINK in end_reserved_dispatches().
  3548. [RT# 11118]
  3549. 1618. [bug] Fencepost errors in dns_name_ishostname() and
  3550. dns_name_ismailbox() could trigger a INSIST().
  3551. 1617. [port] win32: VC++ 6.0 support.
  3552. 1616. [compat] Ensure that named's version is visible in the core
  3553. dump. [RT #11127]
  3554. 1615. [port] Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
  3555. it is defined.
  3556. 1614. [port] win32: silence resource limit messages. [RT# 11101]
  3557. 1613. [bug] Builds would fail on machines w/o a if_nametoindex().
  3558. Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
  3559. [RT #11119]
  3560. 1612. [bug] check-names at the option/view level could trigger
  3561. an INSIST. [RT# 11116]
  3562. 1611. [bug] solaris: IPv6 interface scanning failed to cope with
  3563. no active IPv6 interfaces.
  3564. 1610. [bug] On dual stack machines "dig -b" failed to set the
  3565. address type to be looked up with "@server".
  3566. [RT #11069]
  3567. 1609. [func] dig now has support to chase DNSSEC signature chains.
  3568. Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
  3569. DNSSEC validation code in dig coded by Olivier Courtay
  3570. (olivier.courtay@irisa.fr) for the IDsA project
  3571. (http://idsa.irisa.fr).
  3572. 1608. [func] dig and host now accept -4/-6 to select IP transport
  3573. to use when making queries.
  3574. 1607. [bug] dig, host and nslookup were still using random()
  3575. to generate query ids. [RT# 11013]
  3576. 1606. [bug] DLV insecurity proof was failing.
  3577. 1605. [func] New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
  3578. 1604. [bug] A xfrout_ctx_create() failure would result in
  3579. xfrout_ctx_destroy() being called with a
  3580. partially initialized structure.
  3581. 1603. [bug] nsupdate: set interactive based on isatty().
  3582. [RT# 10929]
  3583. 1602. [bug] Logging to a file failed unless a size was specified.
  3584. [RT# 10925]
  3585. 1601. [bug] Silence spurious warning 'both "recursion no;" and
  3586. "allow-recursion" active' warning from view "_bind".
  3587. [RT# 10920]
  3588. 1600. [bug] Duplicate zone pre-load checks were not case
  3589. insensitive.
  3590. 1599. [bug] Fix memory leak on error path when checking named.conf.
  3591. 1598. [func] Specify that certain parts of the namespace must
  3592. be secure (dnssec-must-be-secure).
  3593. 1597. [func] Allow notify-source and query-source to be specified
  3594. on a per server basis similar to transfer-source.
  3595. [RT #6496]
  3596. 1596. [func] Accept 'notify-source' style syntax for query-source.
  3597. 1595. [func] New notify type 'master-only'. Enable notify for
  3598. master zones only.
  3599. 1594. [bug] 'rndc dumpdb' could prevent named from answering
  3600. queries while the dump was in progress. [RT #10565]
  3601. 1593. [bug] rndc should return "unknown command" to unknown
  3602. commands. [RT# 10642]
  3603. 1592. [bug] configure_view() could leak a dispatch. [RT# 10675]
  3604. 1591. [bug] libbind: updated to BIND 8.4.5.
  3605. 1590. [port] netbsd: update thread support.
  3606. 1589. [func] DNSSEC lookaside validation.
  3607. 1588. [bug] win32: TCP sockets could become blocked. [RT #10115]
  3608. 1587. [bug] dns_message_settsigkey() failed to clear existing key.
  3609. [RT #10590]
  3610. 1586. [func] "check-names" is now implemented.
  3611. 1585. [placeholder]
  3612. 1584. [bug] "make test" failed with a read only source tree.
  3613. [RT #10461]
  3614. 1583. [bug] Records add via UPDATE failed to get the correct trust
  3615. level. [RT #10452]
  3616. 1582. [bug] rrset-order failed to work on RRsets with more
  3617. than 32 elements. [RT #10381]
  3618. 1581. [func] Disable DNSSEC support by default. To enable
  3619. DNSSEC specify "dnssec-enable yes;" in named.conf.
  3620. 1580. [bug] Zone destruction on final detach takes a long time.
  3621. [RT #3746]
  3622. 1579. [bug] Multiple task managers could not be created.
  3623. 1578. [bug] Don't use CLASS E IPv4 addresses when resolving.
  3624. [RT #10346]
  3625. 1577. [bug] Use isc_uint32_t in ultrasparc optimizer bug
  3626. workaround code. [RT #10331]
  3627. 1576. [bug] Race condition in dns_dispatch_addresponse().
  3628. [RT# 10272]
  3629. 1575. [func] Log TSIG name on TSIG verify failure. [RT #4404]
  3630. 1574. [bug] Don't attempt to open the controls socket(s) when
  3631. running tests. [RT #9091]
  3632. 1573. [port] linux: update to libtool 1.5.2 so that
  3633. "make install DESTDIR=/xx" works with
  3634. "configure --with-libtool". [RT #9941]
  3635. 1572. [bug] nsupdate: sign the soa query to find the enclosing
  3636. zone if the server is specified. [RT #10148]
  3637. 1571. [bug] rbt:hash_node() could fail leaving the hash table
  3638. in an inconsistent state. [RT #10208]
  3639. 1570. [bug] nsupdate failed to handle classes other than IN.
  3640. New keyword 'class' which sets the default class.
  3641. [RT #10202]
  3642. 1569. [func] nsupdate new command 'answer' which displays the
  3643. complete answer message to the last update.
  3644. 1568. [bug] nsupdate now reports that the update failed in
  3645. interactive mode. [RT# 10236]
  3646. 1567. [maint] B.ROOT-SERVERS.NET is now 192.228.79.201.
  3647. 1566. [port] Support for the cmsg framework on Solaris and HP/UX.
  3648. This also solved the problem that match-destinations
  3649. for IPv6 addresses did not work on these systems.
  3650. [RT #10221]
  3651. 1565. [bug] CD flag should be copied to outgoing queries unless
  3652. the query is under a secure entry point in which case
  3653. CD should be set.
  3654. 1564. [func] Attempt to provide a fallback entropy source to be
  3655. used if named is running chrooted and named is unable
  3656. to open entropy source within the chroot area.
  3657. [RT #10133]
  3658. 1563. [bug] Gracefully fail when unable to obtain neither an IPv4
  3659. nor an IPv6 dispatch. [RT #10230]
  3660. 1562. [bug] isc_socket_create() and isc_socket_accept() could
  3661. leak memory under error conditions. [RT #10230]
  3662. 1561. [bug] It was possible to release the same name twice if
  3663. named ran out of memory. [RT #10197]
  3664. 1560. [port] FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
  3665. and EAI_NONAME to the same value.
  3666. 1559. [port] named should ignore SIGFSZ.
  3667. 1558. [func] New DNSSEC 'disable-algorithms'. Support entry into
  3668. child zones for which we don't have a supported
  3669. algorithm. Such child zones are treated as unsigned.
  3670. 1557. [func] Implement missing DNSSEC tests for
  3671. * NOQNAME proof with wildcard answers.
  3672. * NOWILDARD proof with NXDOMAIN.
  3673. Cache and return NOQNAME with wildcard answers.
  3674. 1556. [bug] nsupdate now treats all names as fully qualified.
  3675. [RT #6427]
  3676. 1555. [func] 'rrset-order cyclic' no longer has a random starting
  3677. point per query. [RT #7572]
  3678. 1554. [bug] dig, host, nslookup failed when no nameservers
  3679. were specified in /etc/resolv.conf. [RT #8232]
  3680. 1553. [bug] The windows socket code could stop accepting
  3681. connections. [RT#10115]
  3682. 1552. [bug] Accept NOTIFY requests from mapped masters if
  3683. matched-mapped is set. [RT #10049]
  3684. 1551. [port] Open "/dev/null" before calling chroot().
  3685. 1550. [port] Call tzset(), if available, before calling chroot().
  3686. 1549. [func] named-checkzone can now write out the zone contents
  3687. in a easily parsable format (-D and -o).
  3688. 1548. [bug] When parsing APL records it was possible to silently
  3689. accept out of range ADDRESSFAMILY values. [RT# 9979]
  3690. 1547. [bug] Named wasted memory recording duplicate lame zone
  3691. entries. [RT #9341]
  3692. 1546. [bug] We were rejecting valid secure CNAME to negative
  3693. answers.
  3694. 1545. [bug] It was possible to leak memory if named was unable to
  3695. bind to the specified transfer source and TSIG was
  3696. being used. [RT #10120]
  3697. 1544. [bug] Named would logged a single entry to a file despite it
  3698. being over the specified size limit.
  3699. 1543. [bug] Logging using "versions unlimited" did not work.
  3700. 1542. [placeholder]
  3701. 1541. [func] NSEC now uses new bitmap format.
  3702. 1540. [bug] "rndc reload <dynamiczone>" was silently accepted.
  3703. [RT #8934]
  3704. 1539. [bug] Open UDP sockets for notify-source and transfer-source
  3705. that use reserved ports at startup. [RT #9475]
  3706. 1538. [placeholder] rt9997
  3707. 1537. [func] New option "querylog". If set specify whether query
  3708. logging is to be enabled or disabled at startup.
  3709. 1536. [bug] Windows socket code failed to log a error description
  3710. when returning ISC_R_UNEXPECTED. [RT #9998]
  3711. 1535. [placeholder]
  3712. 1534. [bug] Race condition when priming cache. [RT# 9940]
  3713. 1533. [func] Warn if both "recursion no;" and "allow-recursion"
  3714. are active. [RT# 4389]
  3715. 1532. [port] netbsd: the configure test for <sys/sysctl.h>
  3716. requires <sys/param.h>.
  3717. 1531. [port] AIX more libtool fixes.
  3718. 1530. [bug] It was possible to trigger a INSIST() failure if a
  3719. slave master file was removed at just the correct
  3720. moment. [RT #9462]
  3721. 1529. [bug] "notify explicit;" failed to log that NOTIFY messages
  3722. were being sent for the zone. [RT# 9442]
  3723. 1528. [cleanup] Simplify some dns_name_ functions based on the
  3724. deprecation of bitstring labels.
  3725. 1527. [cleanup] Reduce the number of gettimeofday() calls without
  3726. losing necessary timer granularity.
  3727. 1526. [func] Implemented "additional section caching (or acache)",
  3728. an internal cache framework for additional section
  3729. content to improve response performance. Several
  3730. configuration options were provided to control the
  3731. behavior.
  3732. 1525. [bug] dns_cache_create() could trigger a REQUIRE
  3733. failure in isc_mem_put() during error cleanup.
  3734. [RT# 9360]
  3735. 1524. [port] AIX needs to be able to resolve all symbols when
  3736. creating shared libraries (--with-libtool).
  3737. 1523. [bug] Fix race condition in rbtdb. [RT# 9189]
  3738. 1522. [bug] dns_db_findnode() relax the requirements on 'name'.
  3739. [RT# 9286]
  3740. 1521. [bug] dns_view_createresolver() failed to check the
  3741. result from isc_mem_create(). [RT# 9294]
  3742. 1520. [protocol] Add SSHFP (SSH Finger Print) type.
  3743. 1519. [bug] dnssec-signzone:nsec_setbit() computed the wrong
  3744. length of the new bitmap.
  3745. 1518. [bug] dns_nsec_buildrdata(), and hence dns_nsec_build(),
  3746. contained a off-by-one error when working out the
  3747. number of octets in the bitmap.
  3748. 1517. [port] Support for IPv6 interface scanning on HP/UX and
  3749. TrueUNIX 5.1.
  3750. 1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
  3751. 1515. [func] Allow transfer source to be set in a server statement.
  3752. [RT #6496]
  3753. 1514. [bug] named: isc_hash_destroy() was being called too early.
  3754. [RT #9160]
  3755. 1513. [doc] Add "US" to root-delegation-only exclude list.
  3756. 1512. [bug] Extend the delegation-only logging to return query
  3757. type, class and responding nameserver.
  3758. 1511. [bug] delegation-only was generating false positives
  3759. on negative answers from sub-zones.
  3760. 1510. [func] New view option "root-delegation-only". Apply
  3761. delegation-only check to all TLDs and root.
  3762. Note there are some TLDs that are NOT delegation
  3763. only (e.g. DE, LV, US and MUSEUM) these can be excluded
  3764. from the checks by using exclude.
  3765. root-delegation-only exclude {
  3766. "DE"; "LV"; "US"; "MUSEUM";
  3767. };
  3768. 1509. [bug] Hint zones should accept delegation-only. Forward
  3769. zone should not accept delegation-only.
  3770. 1508. [bug] Don't apply delegation-only checks to answers from
  3771. forwarders.
  3772. 1507. [bug] Handle BIND 8 style returns to NS queries to parents
  3773. when making delegation-only checks.
  3774. 1506. [bug] Wrong return type for dns_view_isdelegationonly().
  3775. 1505. [bug] Uninitialized rdataset in sdb. [RT #8750]
  3776. 1504. [func] New zone type "delegation-only".
  3777. 1503. [port] win32: install libeay32.dll outside of system32.
  3778. 1502. [bug] nsupdate: adjust timeouts for UPDATE requests over TCP.
  3779. 1501. [func] Allow TCP queue length to be specified via
  3780. named.conf, tcp-listen-queue.
  3781. 1500. [bug] host failed to lookup MX records. Also look up
  3782. AAAA records.
  3783. 1499. [bug] isc_random need to be seeded better if arc4random()
  3784. is not used.
  3785. 1498. [port] bsdos: 5.x support.
  3786. 1497. [placeholder]
  3787. 1496. [port] test for pthread_attr_setstacksize().
  3788. 1495. [cleanup] Replace hash functions with universal hash.
  3789. 1494. [security] Turn on RSA BLINDING as a precaution.
  3790. 1493. [placeholder]
  3791. 1492. [cleanup] Preserve rwlock quota context when upgrading /
  3792. downgrading. [RT #5599]
  3793. 1491. [bug] dns_master_dump*() would produce extraneous $ORIGIN
  3794. lines. [RT #6206]
  3795. 1490. [bug] Accept reading state as well as working state in
  3796. ns_client_next(). [RT #6813]
  3797. 1489. [compat] Treat 'allow-update' on slave zones as a warning.
  3798. [RT #3469]
  3799. 1488. [bug] Don't override trust levels for glue addresses.
  3800. [RT #5764]
  3801. 1487. [bug] A REQUIRE() failure could be triggered if a zone was
  3802. queued for transfer and the zone was then removed.
  3803. [RT #6189]
  3804. 1486. [bug] isc_print_snprintf() '%%' consumed one too many format
  3805. characters. [RT# 8230]
  3806. 1485. [bug] gen failed to handle high type values. [RT #6225]
  3807. 1484. [bug] The number of records reported after a AXFR was wrong.
  3808. [RT #6229]
  3809. 1483. [bug] dig axfr failed if the message id in the answer failed
  3810. to match that in the request. Only the id in the first
  3811. message is required to match. [RT #8138]
  3812. 1482. [bug] named could fail to start if the kernel supports
  3813. IPv6 but no interfaces are configured. Similarly
  3814. for IPv4. [RT #6229]
  3815. 1481. [bug] Refresh and stub queries failed to use masters keys
  3816. if specified. [RT #7391]
  3817. 1480. [bug] Provide replay protection for rndc commands. Full
  3818. replay protection requires both rndc and named to
  3819. be updated. Partial replay protection (limited
  3820. exposure after restart) is provided if just named
  3821. is updated.
  3822. 1479. [bug] cfg_create_tuple() failed to handle out of
  3823. memory cleanup. parse_list() would leak memory
  3824. on syntax errors.
  3825. 1478. [port] ifconfig.sh didn't account for other virtual
  3826. interfaces. It now takes a optional argument
  3827. to specify the first interface number. [RT #3907]
  3828. 1477. [bug] memory leak using stub zones and TSIG.
  3829. 1476. [placeholder]
  3830. 1475. [port] Probe for old sprintf().
  3831. 1474. [port] Provide strtoul() and memmove() for platforms
  3832. without them.
  3833. 1473. [bug] create_map() and create_string() failed to handle out
  3834. of memory cleanup. [RT #6813]
  3835. 1472. [contrib] idnkit-1.0 from JPNIC, replaces mdnkit.
  3836. 1471. [bug] libbind: updated to BIND 8.4.0.
  3837. 1470. [bug] Incorrect length passed to snprintf. [RT #5966]
  3838. 1469. [func] Log end of outgoing zone transfer at same level
  3839. as the start of transfer is logged. [RT #4441]
  3840. 1468. [func] Internal zones are no longer counted for
  3841. 'rndc status'. [RT #4706]
  3842. 1467. [func] $GENERATES now supports optional class and ttl.
  3843. 1466. [bug] lwresd configuration errors resulted in memory
  3844. and lock leaks. [RT #5228]
  3845. 1465. [bug] isc_base64_decodestring() and isc_base64_tobuffer()
  3846. failed to check that trailing bits were zero allowing
  3847. some invalid base64 strings to be accepted. [RT #5397]
  3848. 1464. [bug] Preserve "out of zone" data for outgoing zone
  3849. transfers. [RT #5192]
  3850. 1463. [bug] dns_rdata_from{wire,struct}() failed to catch bad
  3851. NXT bit maps. [RT #5577]
  3852. 1462. [bug] parse_sizeval() failed to check the token type.
  3853. [RT #5586]
  3854. 1461. [bug] Remove deadlock from rbtdb code. [RT #5599]
  3855. 1460. [bug] inet_pton() failed to reject certain malformed
  3856. IPv6 literals.
  3857. 1459. [placeholder]
  3858. 1458. [cleanup] sprintf() -> snprintf().
  3859. 1457. [port] Provide strlcat() and strlcpy() for platforms without
  3860. them.
  3861. 1456. [contrib] gen-data-queryperf.py from Stephane Bortzmeyer.
  3862. 1455. [bug] <netaddr> missing from server grammar in
  3863. doc/misc/options. [RT #5616]
  3864. 1454. [port] Use getifaddrs() if available for interface scanning.
  3865. --disable-getifaddrs to override. Glibc currently
  3866. has a getifaddrs() that does not support IPv6.
  3867. Use --enable-getifaddrs=glibc to force the use of
  3868. this version under linux machines.
  3869. 1453. [doc] ARM: $GENERATE example wasn't accurate. [RT #5298]
  3870. 1452. [placeholder]
  3871. 1451. [bug] rndc-confgen didn't exit with a error code for all
  3872. failures. [RT #5209]
  3873. 1450. [bug] Fetching expired glue failed under certain
  3874. circumstances. [RT #5124]
  3875. 1449. [bug] query_addbestns() didn't handle running out of memory
  3876. gracefully.
  3877. 1448. [bug] Handle empty wildcards labels.
  3878. 1447. [bug] We were casting (unsigned int) to and from (void *).
  3879. rdataset->private4 is now rdataset->privateuint4
  3880. to reflect a type change.
  3881. 1446. [func] Implemented undocumented alternate transfer sources
  3882. from BIND 8. See use-alt-transfer-source,
  3883. alt-transfer-source and alt-transfer-source-v6.
  3884. SECURITY: use-alt-transfer-source is ENABLED unless
  3885. you are using views. This may cause a security risk
  3886. resulting in accidental disclosure of wrong zone
  3887. content if the master supplying different source
  3888. content based on IP address. If you are not certain
  3889. ISC recommends setting use-alt-transfer-source no;
  3890. 1445. [bug] DNS_ADBFIND_STARTATROOT broke stub zones. This has
  3891. been replaced with DNS_ADBFIND_STARTATZONE which
  3892. causes the search to start using the closest zone.
  3893. 1444. [func] dns_view_findzonecut2() allows you to specify if the
  3894. cache should be searched for zone cuts.
  3895. 1443. [func] Masters lists can now be specified and referenced
  3896. in zone masters clauses and other masters lists.
  3897. 1442. [func] New functions for manipulating port lists:
  3898. dns_portlist_create(), dns_portlist_add(),
  3899. dns_portlist_remove(), dns_portlist_match(),
  3900. dns_portlist_attach() and dns_portlist_detach().
  3901. 1441. [func] It is now possible to tell dig to bind to a specific
  3902. source port.
  3903. 1440. [func] It is now possible to tell named to avoid using
  3904. certain source ports (avoid-v4-udp-ports,
  3905. avoid-v6-udp-ports).
  3906. 1439. [bug] Named could return NOERROR with certain NOTIFY
  3907. failures. Return NOTAUTH if the NOTIFY zone is
  3908. not being served.
  3909. 1438. [func] Log TSIG (if any) when logging NOTIFY requests.
  3910. 1437. [bug] Leave space for stdio to work in. [RT #5033]
  3911. 1436. [func] dns_zonemgr_resumexfrs() can be used to restart
  3912. stalled transfers.
  3913. 1435. [bug] zmgr_resume_xfrs() was being called read locked
  3914. rather than write locked. zmgr_resume_xfrs()
  3915. was not being called if the zone was being
  3916. shutdown.
  3917. 1434. [bug] "rndc reconfig" failed to initiate the initial
  3918. zone transfer of new slave zones.
  3919. 1433. [bug] named could trigger a REQUIRE failure if it could
  3920. not get a file descriptor when attempting to write
  3921. a master file. [RT #4347]
  3922. 1432. [func] The advertised EDNS UDP buffer size can now be set
  3923. via named.conf (edns-udp-size).
  3924. 1431. [bug] isc_print_snprintf() "%s" with precision could walk off
  3925. end of argument. [RT #5191]
  3926. 1430. [port] linux: IPv6 interface scanning support.
  3927. 1429. [bug] Prevent the cache getting locked to old servers.
  3928. 1428. [placeholder]
  3929. 1427. [bug] Race condition in adb with threaded build.
  3930. 1426. [placeholder]
  3931. 1425. [port] linux/libbind: define __USE_MISC when testing *_r()
  3932. function prototypes in netdb.h. [RT #4921]
  3933. 1424. [bug] EDNS version not being correctly printed.
  3934. 1423. [contrib] queryperf: added A6 and SRV.
  3935. 1422. [func] Log name/type/class when denying a query. [RT #4663]
  3936. 1421. [func] Differentiate updates that don't succeed due to
  3937. prerequisites (unsuccessful) vs other reasons
  3938. (failed).
  3939. 1420. [port] solaris: work around gcc optimizer bug.
  3940. 1419. [port] openbsd: use /dev/arandom. [RT #4950]
  3941. 1418. [bug] 'rndc reconfig' did not cause new slaves to load.
  3942. 1417. [func] ID.SERVER/CHAOS is now a built in zone.
  3943. See "server-id" for how to configure.
  3944. 1416. [bug] Empty node should return NOERROR NODATA, not NXDOMAIN.
  3945. [RT #4715]
  3946. 1415. [func] DS TTL now derived from NS ttl. NXT TTL now derived
  3947. from SOA MINIMUM.
  3948. 1414. [func] Support for KSK flag.
  3949. 1413. [func] Explicitly request the (re-)generation of DS records
  3950. from keysets (dnssec-signzone -g).
  3951. 1412. [func] You can now specify servers to be tried if a nameserver
  3952. has IPv6 address and you only support IPv4 or the
  3953. reverse. See dual-stack-servers.
  3954. 1411. [bug] empty nodes should stop wildcard matches. [RT #4802]
  3955. 1410. [func] Handle records that live in the parent zone, e.g. DS.
  3956. 1409. [bug] DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
  3957. 1408. [bug] "make distclean" was not complete. [RT #4700]
  3958. 1407. [bug] lfsr incorrectly implements the shift register.
  3959. [RT #4617]
  3960. 1406. [bug] dispatch initializes one of the LFSR's with a incorrect
  3961. polynomial. [RT #4617]
  3962. 1405. [func] Use arc4random() if available.
  3963. 1404. [bug] libbind: ns_name_ntol() could overwrite a zero length
  3964. buffer.
  3965. 1403. [func] dnssec-signzone, dnssec-keygen, dnssec-makekeyset
  3966. dnssec-signkey now report their version in the
  3967. usage message.
  3968. 1402. [cleanup] A6 has been moved to experimental and is no longer
  3969. fully supported.
  3970. 1401. [bug] adb wasn't clearing state when the timer expired.
  3971. 1400. [bug] Block the addition of wildcard NS records by IXFR
  3972. or UPDATE. [RT #3502]
  3973. 1399. [bug] Use serial number arithmetic when testing SIG
  3974. timestamps. [RT #4268]
  3975. 1398. [doc] ARM: notify-also should have been also-notify.
  3976. [RT #4345]
  3977. 1397. [maint] J.ROOT-SERVERS.NET is now 192.58.128.30.
  3978. 1396. [func] dnssec-signzone: adjust the default signing time by
  3979. 1 hour to allow for clock skew.
  3980. 1395. [port] OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
  3981. have a working implementation. [RT #4079]
  3982. 1394. [func] It is now possible to check if a particular element is
  3983. in a acl. Remove duplicate entries from the localnets
  3984. acl.
  3985. 1393. [port] Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
  3986. is not available in the kernel to prevent accidently
  3987. listening on IPv4 interfaces.
  3988. 1392. [bug] named-checkzone: update usage.
  3989. 1391. [func] Add support for IPv6 scoped addresses in named.
  3990. 1390. [func] host now supports ixfr.
  3991. 1389. [bug] named could fail to rotate long log files. [RT #3666]
  3992. 1388. [port] irix: check for sys/sysctl.h and NET_RT_IFLIST before
  3993. defining HAVE_IFLIST_SYSCTL. [RT #3770]
  3994. 1387. [bug] named could crash due to an access to invalid memory
  3995. space (which caused an assertion failure) in
  3996. incremental cleaning. [RT #3588]
  3997. 1386. [bug] named-checkzone -z stopped on errors in a zone.
  3998. [RT #3653]
  3999. 1385. [bug] Setting serial-query-rate to 10 would trigger a
  4000. REQUIRE failure.
  4001. 1384. [bug] host was incompatible with BIND 8 in its exit code and
  4002. in the output with the -l option. [RT #3536]
  4003. 1383. [func] Track the serial number in a IXFR response and log if
  4004. a mismatch occurs. This is a more specific error than
  4005. "not exact". [RT #3445]
  4006. 1382. [bug] make install failed with --enable-libbind. [RT #3656]
  4007. 1381. [bug] named failed to correctly process answers that
  4008. contained DNAME records where the resulting CNAME
  4009. resulted in a negative answer.
  4010. 1380. [func] 'rndc recursing' dump recursing queries to
  4011. 'recursing-file = "named.recursing";'.
  4012. 1379. [func] 'rndc status' now reports tcp and recursion quota
  4013. states.
  4014. 1378. [func] Improved positive feedback for 'rndc {reload|refresh}.
  4015. 1377. [func] dns_zone_load{new}() now reports if the zone was
  4016. loaded, queued for loading to up to date.
  4017. 1376. [func] New function dns_zone_logc() to log to specified
  4018. category.
  4019. 1375. [func] 'rndc dumpdb' now dumps the adb cache along with the
  4020. data cache.
  4021. 1374. [func] dns_adb_dump() now logs the lame zones associated
  4022. with each server.
  4023. 1373. [bug] Recovery from expired glue failed under certain
  4024. circumstances.
  4025. 1372. [bug] named crashes with an assertion failure on exit when
  4026. sharing the same port for listening and querying, and
  4027. changing listening addresses several times. [RT# 3509]
  4028. 1371. [bug] notify-source-v6, transfer-source-v6 and
  4029. query-source-v6 with explicit addresses and using the
  4030. same ports as named was listening on could interfere
  4031. with named's ability to answer queries sent to those
  4032. addresses.
  4033. 1370. [bug] dig '+[no]recurse' was incorrectly documented.
  4034. 1369. [bug] Adding an NS record as the lexicographically last
  4035. record in a secure zone didn't work.
  4036. 1368. [func] remove support for bitstring labels.
  4037. 1367. [func] Use response times to select forwarders.
  4038. 1366. [contrib] queryperf usage was incomplete. Add '-h' for help.
  4039. 1365. [func] "localhost" and "localnets" acls now include IPv6
  4040. addresses / prefixes.
  4041. 1364. [func] Log file name when unable to open memory statistics
  4042. and dump database files. [RT# 3437]
  4043. 1363. [func] Listen-on-v6 now supports specific addresses.
  4044. 1362. [bug] remove IFF_RUNNING test when scanning interfaces.
  4045. 1361. [func] log the reason for rejecting a server when resolving
  4046. queries.
  4047. 1360. [bug] --enable-libbind would fail when not built in the
  4048. source tree for certain OS's.
  4049. 1359. [security] Support patches OpenSSL libraries.
  4050. http://www.cert.org/advisories/CA-2002-23.html
  4051. 1358. [bug] It was possible to trigger a INSIST when debugging
  4052. large dynamic updates. [RT #3390]
  4053. 1357. [bug] nsupdate was extremely wasteful of memory.
  4054. 1356. [tuning] Reduce the number of events / quantum for zone tasks.
  4055. 1355. [bug] Fix DNSSEC wildcard proof for CNAME/DNAME.
  4056. 1354. [doc] lwres man pages had illegal nroff.
  4057. 1353. [contrib] sdb/ldap to version 0.9.
  4058. 1352. [bug] dig, host, nslookup when falling back to TCP use the
  4059. current search entry (if any). [RT #3374]
  4060. 1351. [bug] lwres_getipnodebyname() returned the wrong name
  4061. when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
  4062. was set.
  4063. 1350. [bug] dns_name_fromtext() failed to handle too many labels
  4064. gracefully.
  4065. 1349. [security] Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
  4066. http://www.cert.org/advisories/CA-2002-23.html
  4067. 1348. [port] win32: Rewrote code to use I/O Completion Ports
  4068. in socket.c and eliminating a host of socket
  4069. errors. Performance is enhanced.
  4070. 1347. [placeholder]
  4071. 1346. [placeholder]
  4072. 1345. [port] Use a explicit -Wformat with gcc. Not all versions
  4073. include it in -Wall.
  4074. 1344. [func] Log if the serial number on the master has gone
  4075. backwards.
  4076. If you have multiple machines specified in the masters
  4077. clause you may want to set 'multi-master yes;' to
  4078. suppress this warning.
  4079. 1343. [func] Log successful notifies received (info). Adjust log
  4080. level for failed notifies to notice.
  4081. 1342. [func] Log remote address with TCP dispatch failures.
  4082. 1341. [func] Allow a rate limiter to be stalled.
  4083. 1340. [bug] Delay and spread out the startup refresh load.
  4084. 1339. [func] dig, host and nslookup now use IP6.ARPA for nibble
  4085. lookups. Bit string lookups are no longer attempted.
  4086. 1338. [placeholder]
  4087. 1337. [placeholder]
  4088. 1336. [func] Nibble lookups under IP6.ARPA are now supported by
  4089. dns_byaddr_create(). dns_byaddr_createptrname() is
  4090. deprecated, use dns_byaddr_createptrname2() instead.
  4091. 1335. [bug] When performing a nonexistence proof, the validator
  4092. should discard parent NXTs from higher in the DNS.
  4093. 1334. [bug] When signing/verifying rdatasets, duplicate rdatas
  4094. need to be suppressed.
  4095. 1333. [contrib] queryperf now reports a summary of returned
  4096. rcodes (-c), rcodes are printed in mnemonic form (-v).
  4097. 1332. [func] Report the current serial with periodic commits when
  4098. rolling forward the journal.
  4099. 1331. [func] Generate DNSSEC wildcard proofs.
  4100. 1330. [bug] When processing events (non-threaded) only allow
  4101. the task one chance to use to use its quantum.
  4102. 1329. [func] named-checkzone will now check if nameservers that
  4103. appear to be IP addresses. Available modes "fail",
  4104. "warn" (default) and "ignore" the results of the
  4105. check.
  4106. 1328. [bug] The validator could incorrectly verify an invalid
  4107. negative proof.
  4108. 1327. [bug] The validator would incorrectly mark data as insecure
  4109. when seeing a bogus signature before a correct
  4110. signature.
  4111. 1326. [bug] DNAME/CNAME signatures were not being cached when
  4112. validation was not being performed. [RT #3284]
  4113. 1325. [bug] If the tcpquota was exhausted it was possible to
  4114. to trigger a INSIST() failure.
  4115. 1324. [port] darwin: ifconfig.sh now supports darwin.
  4116. 1323. [port] linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
  4117. 1322. [bug] dnssec-signzone usage message was misleading.
  4118. 1321. [bug] If the last RRset in a zone is glue, dnssec-signzone
  4119. would incorrectly duplicate its output and sign it.
  4120. 1320. [doc] query-source-v6 was missing from options section.
  4121. [RT #3218]
  4122. 1319. [func] libbind: log attempts to exploit #1318.
  4123. 1318. [bug] libbind: Remote buffer overrun.
  4124. 1317. [port] libbind: TrueUNIX 5.1 does not like __align as a
  4125. element name.
  4126. 1316. [bug] libbind: gethostans() could get out of sync parsing
  4127. the response if there was a very long CNAME chain.
  4128. 1315. [bug] Options should apply to the internal _bind view.
  4129. 1314. [port] Handle ECONNRESET from sendmsg() [unix].
  4130. 1313. [func] Query log now says if the query was signed (S) or
  4131. if EDNS was used (E).
  4132. 1312. [func] Log TSIG key used w/ outgoing zone transfers.
  4133. 1311. [bug] lwres_getrrsetbyname leaked memory. [RT #3159]
  4134. 1310. [bug] 'rndc stop' failed to cause zones to be flushed
  4135. sometimes. [RT #3157]
  4136. 1309. [func] Log that a zone transfer was covered by a TSIG.
  4137. 1308. [func] DS (delegation signer) support.
  4138. 1307. [bug] nsupdate: allow white space base64 key data.
  4139. 1306. [bug] Badly encoded LOC record when the size, horizontal
  4140. precision or vertical precision was 0.1m.
  4141. 1305. [bug] Document that internal zones are included in the
  4142. rndc status results.
  4143. 1304. [func] New function: dns_zone_name().
  4144. 1303. [func] Option 'flush-zones-on-shutdown <boolean>;'.
  4145. 1302. [func] Extended rndc dumpdb to support dumping of zones and
  4146. view selection: 'dumpdb [-all|-zones|-cache] [view]'.
  4147. 1301. [func] New category 'update-security'.
  4148. 1300. [port] Compaq Trucluster support.
  4149. 1299. [bug] Set AI_ADDRCONFIG when looking up addresses
  4150. via getaddrinfo() (affects dig, host, nslookup, rndc
  4151. and nsupdate).
  4152. 1298. [bug] The CINCLUDES macro in lib/dns/sec/dst/Makefile
  4153. could be left with a trailing "\" after configure
  4154. has been run.
  4155. 1297. [port] linux: make handling EINVAL from socket() no longer
  4156. conditional on #ifdef LINUX.
  4157. 1296. [bug] isc_log_closefilelogs() needed to lock the log
  4158. context.
  4159. 1295. [bug] isc_log_setdebuglevel() needed to lock the log
  4160. context.
  4161. 1294. [func] libbind: no longer attempts bit string labels for
  4162. IPv6 reverse resolution. Try IP6.ARPA then IP6.INT
  4163. for nibble style resolution.
  4164. 1293. [func] Entropy can now be retrieved from EGDs. [RT #2438]
  4165. 1292. [func] Enable IPv6 support when using ioctl style interface
  4166. scanning and OS supports SIOCGLIFADDR using struct
  4167. if_laddrreq.
  4168. 1291. [func] Enable IPv6 support when using sysctl style interface
  4169. scanning.
  4170. 1290. [func] "dig axfr" now reports the number of messages
  4171. as well as the number of records.
  4172. 1289. [port] See if -ldl is required for OpenSSL? [RT #2672]
  4173. 1288. [bug] Adjusted REQUIRE's in lib/dns/name.c to better
  4174. reflect written requirements.
  4175. 1287. [bug] REQUIRE that DNS_DBADD_MERGE only be set when adding
  4176. a rdataset to a zone db in the rbtdb implementation of
  4177. addrdataset.
  4178. 1286. [bug] dns_name_downcase() enforce requirement that
  4179. target != NULL or name->buffer != NULL.
  4180. 1285. [func] lwres: probe the system to see what address families
  4181. are currently in use.
  4182. 1284. [bug] The RTT estimate on unused servers was not aged.
  4183. [RT #2569]
  4184. 1283. [func] Use "dataready" accept filter if available.
  4185. 1282. [port] libbind: hpux 11.11 interface scanning.
  4186. 1281. [func] Log zone when unable to get private keys to update
  4187. zone. Log zone when NXT records are missing from
  4188. secure zone.
  4189. 1280. [bug] libbind: escape '(' and ')' when converting to
  4190. presentation form.
  4191. 1279. [port] Darwin uses (unsigned long) for size_t. [RT #2590]
  4192. 1278. [func] dig: now supports +[no]cl +[no]ttlid.
  4193. 1277. [func] You can now create your own customized printing
  4194. styles: dns_master_stylecreate() and
  4195. dns_master_styledestroy().
  4196. 1276. [bug] libbind: const pointer conflicts in res_debug.c.
  4197. 1275. [port] libbind: hpux: treat all hpux systems as BIG_ENDIAN.
  4198. 1274. [bug] Memory leak in lwres_gnbarequest_parse().
  4199. 1273. [port] libbind: solaris: 64 bit binary compatibility.
  4200. 1272. [contrib] Berkeley DB 4.0 sdb implementation from
  4201. Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
  4202. 1271. [bug] "recursion available: {denied,approved}" was too
  4203. confusing.
  4204. 1270. [bug] Check that system inet_pton() and inet_ntop() support
  4205. AF_INET6.
  4206. 1269. [port] Openserver: ifconfig.sh support.
  4207. 1268. [port] Openserver: the value FD_SETSIZE depends on whether
  4208. <sys/param.h> is included or not. Be consistent.
  4209. 1267. [func] isc_file_openunique() now creates file using mode
  4210. 0666 rather than 0600.
  4211. 1266. [bug] ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
  4212. __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
  4213. are not C++ compatible, use *_TYPE versions instead.
  4214. 1265. [bug] libbind: LINK_INIT and UNLINK were not compatible with
  4215. C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
  4216. 1264. [placeholder]
  4217. 1263. [bug] Reference after free error if dns_dispatchmgr_create()
  4218. failed.
  4219. 1262. [bug] ns_server_destroy() failed to set *serverp to NULL.
  4220. 1261. [func] libbind: ns_sign2() and ns_sign_tcp() now provide
  4221. support for compressed TSIG owner names.
  4222. 1260. [func] libbind: res_update can now update IPv6 servers,
  4223. new function res_findzonecut2().
  4224. 1259. [bug] libbind: get_salen() IPv6 support was broken for OSs
  4225. w/o sa_len.
  4226. 1258. [bug] libbind: res_nametotype() and res_nametoclass() were
  4227. broken.
  4228. 1257. [bug] Failure to write pid-file should not be fatal on
  4229. reload. [RT #2861]
  4230. 1256. [contrib] 'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
  4231. 1255. [bug] When verifying that an NXT proves nonexistence, check
  4232. the rcode of the message and only do the matching NXT
  4233. check. That is, for NXDOMAIN responses, check that
  4234. the name is in the range between the NXT owner and
  4235. next name, and for NOERROR NODATA responses, check
  4236. that the type is not present in the NXT bitmap.
  4237. 1254. [func] preferred-glue option from BIND 8.3.
  4238. 1253. [bug] The dnssec system test failed to remove the correct
  4239. files.
  4240. 1252. [bug] Dig, host and nslookup were not checking the address
  4241. the answer was coming from against the address it was
  4242. sent to. [RT# 2692]
  4243. 1251. [port] win32: a make file contained absolute version specific
  4244. references.
  4245. 1250. [func] Nsupdate will report the address the update was
  4246. sent to.
  4247. 1249. [bug] Missing masters clause was not handled gracefully.
  4248. [RT #2703]
  4249. 1248. [bug] DESTDIR was not being propagated between makes.
  4250. 1247. [bug] Don't reset the interface index for link/site local
  4251. addresses. [RT #2576]
  4252. 1246. [func] New functions isc_sockaddr_issitelocal(),
  4253. isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
  4254. and isc_netaddr_islinklocal().
  4255. 1245. [bug] Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
  4256. accept().
  4257. 1244. [bug] Receiving a TCP message from a blackhole address would
  4258. prevent further messages being received over that
  4259. interface.
  4260. 1243. [bug] It was possible to trigger a REQUIRE() in
  4261. dns_message_findtype(). [RT #2659]
  4262. 1242. [bug] named-checkzone failed if a journal existed. [RT #2657]
  4263. 1241. [bug] Drop received UDP messages with a zero source port
  4264. as these are invariably forged. [RT #2621]
  4265. 1240. [bug] It was possible to leak zone references by
  4266. specifying an incorrect zone to rndc.
  4267. 1239. [bug] Under certain circumstances named could continue to
  4268. use a name after it had been freed triggering
  4269. INSIST() failures. [RT #2614]
  4270. 1238. [bug] It is possible to lockup the server when shutting down
  4271. if notifies were being processed. [RT #2591]
  4272. 1237. [bug] nslookup: "set q=type" failed.
  4273. 1236. [bug] dns_rdata{class,type}_fromtext() didn't handle non
  4274. NULL terminated text regions. [RT #2588]
  4275. 1235. [func] Report 'out of memory' errors from openssl.
  4276. 1234. [bug] contrib/sdb: 'zonetodb' failed to call
  4277. dns_result_register(). DNS_R_SEENINCLUDE should not
  4278. be fatal.
  4279. 1233. [bug] The flags field of a KEY record can be expressed in
  4280. hex as well as decimal.
  4281. 1232. [bug] unix/errno2result() didn't handle EADDRNOTAVAIL.
  4282. 1231. [port] HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
  4283. 1230. [bug] isccc_cc_isreply() and isccc_cc_isack() were broken.
  4284. 1229. [bug] named would crash if it received a TSIG signed
  4285. query as part of an AXFR response. [RT #2570]
  4286. 1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
  4287. 1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
  4288. if a number was expected and some other token was
  4289. found. [RT#2532]
  4290. 1226. [func] Use EDNS for zone refresh queries. [RT #2551]
  4291. 1225. [func] dns_message_setopt() no longer requires that
  4292. dns_message_renderbegin() to have been called.
  4293. 1224. [bug] 'rrset-order' and 'sortlist' should be additive
  4294. not exclusive.
  4295. 1223. [func] 'rrset-order' partially works 'cyclic' and 'random'
  4296. are supported.
  4297. 1222. [bug] Specifying 'port *' did not always result in a system
  4298. selected (non-reserved) port being used. [RT #2537]
  4299. 1221. [bug] Zone types 'master', 'slave' and 'stub' were not being
  4300. compared case insensitively. [RT #2542]
  4301. 1220. [func] Support for APL rdata type.
  4302. 1219. [func] Named now reports the TSIG extended error code when
  4303. signature verification fails. [RT #1651]
  4304. 1218. [bug] Named incorrectly returned SERVFAIL rather than
  4305. NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
  4306. 1217. [func] Report locations of previous key definition when a
  4307. duplicate is detected.
  4308. 1216. [bug] Multiple server clauses for the same server were not
  4309. reported. [RT #2514]
  4310. 1215. [port] solaris: add support to ifconfig.sh for x86 2.5.1
  4311. 1214. [bug] Win32: isc_file_renameunique() could leave zero length
  4312. files behind.
  4313. 1213. [func] Report view associated with client if it is not a
  4314. standard view (_default or _bind).
  4315. 1212. [port] libbind: 64k answer buffers were causing stack space
  4316. to be exceeded for certain OS. Use heap space instead.
  4317. 1211. [bug] dns_name_fromtext() incorrectly handled certain
  4318. valid octal bitlabels. [RT #2483]
  4319. 1210. [bug] libbind: getnameinfo() failed to lookup IPv4 mapped /
  4320. compatible addresses. [RT #2461]
  4321. 1209. [bug] Dig, host, nslookup were not checking the message ids
  4322. on the responses. [RT #2454]
  4323. 1208. [bug] dns_master_load*() failed to log a error message if
  4324. an error was detected when parsing the ownername of
  4325. a record. [RT #2448]
  4326. 1207. [bug] libbind: getaddrinfo() could call freeaddrinfo() with
  4327. an invalid pointer.
  4328. 1206. [bug] SERVFAIL and NOTIMP responses to an EDNS query should
  4329. trigger a non-EDNS retry.
  4330. 1205. [bug] OPT, TSIG and TKEY cannot be used to set the "class"
  4331. of the message. [RT #2449]
  4332. 1204. [bug] libbind: res_nupdate() failed to update the name
  4333. server addresses before sending the update.
  4334. 1203. [func] Report locations of previous acl and zone definitions
  4335. when a duplicate is detected.
  4336. 1202. [func] New functions: cfg_obj_line() and cfg_obj_file().
  4337. 1201. [bug] Require that if 'callbacks' is passed to
  4338. dns_rdata_fromtext(), callbacks->error and
  4339. callbacks->warn are initialized.
  4340. 1200. [bug] Log 'errno' that we are unable to convert to
  4341. isc_result_t. [RT #2404]
  4342. 1199. [doc] ARM reference to RFC 2157 should have been RFC 1918.
  4343. [RT #2436]
  4344. 1198. [bug] OPT printing style was not consistent with the way the
  4345. header fields are printed. The DO bit was not reported
  4346. if set. Report if any of the MBZ bits are set.
  4347. 1197. [bug] Attempts to define the same acl multiple times were not
  4348. detected.
  4349. 1196. [contrib] update mdnkit to 2.2.3.
  4350. 1195. [bug] Attempts to redefine builtin acls should be caught.
  4351. [RT #2403]
  4352. 1194. [bug] Not all duplicate zone definitions were being detected
  4353. at the named.conf checking stage. [RT #2431]
  4354. 1193. [bug] dig +besteffort parsing didn't handle packet
  4355. truncation. dns_message_parse() has new flag
  4356. DNS_MESSAGE_IGNORETRUNCATION.
  4357. 1192. [bug] The seconds fields in LOC records were restricted
  4358. to three decimal places. More decimal places should
  4359. be allowed but warned about.
  4360. 1191. [bug] A dynamic update removing the last non-apex name in
  4361. a secure zone would fail. [RT #2399]
  4362. 1190. [func] Add the "rndc freeze" and "rndc unfreeze" commands.
  4363. [RT #2394]
  4364. 1189. [bug] On some systems, malloc(0) returns NULL, which
  4365. could cause the caller to report an out of memory
  4366. error. [RT #2398]
  4367. 1188. [bug] Dynamic updates of a signed zone would fail if
  4368. some of the zone private keys were unavailable.
  4369. 1187. [bug] named was incorrectly returning DNSSEC records
  4370. in negative responses when the DO bit was not set.
  4371. 1186. [bug] isc_hex_tobuffer(,,length = 0) failed to unget the
  4372. EOL token when reading to end of line.
  4373. 1185. [bug] libbind: don't assume statp->_u._ext.ext is valid
  4374. unless RES_INIT is set when calling res_*init().
  4375. 1184. [bug] libbind: call res_ndestroy() if RES_INIT is set
  4376. when res_*init() is called.
  4377. 1183. [bug] Handle ENOSR error when writing to the internal
  4378. control pipe. [RT #2395]
  4379. 1182. [bug] The server could throw an assertion failure when
  4380. constructing a negative response packet.
  4381. 1181. [func] Add the "key-directory" configuration statement,
  4382. which allows the server to look for online signing
  4383. keys in alternate directories.
  4384. 1180. [func] dnssec-keygen should always generate keys with
  4385. protocol 3 (DNSSEC), since it's less confusing
  4386. that way.
  4387. 1179. [func] Add SIG(0) support to nsupdate.
  4388. 1178. [bug] Follow and cache (if appropriate) A6 and other
  4389. data chains to completion in the additional section.
  4390. 1177. [func] Report view when loading zones if it is not a
  4391. standard view (_default or _bind). [RT #2270]
  4392. 1176. [doc] Document that allow-v6-synthesis is only performed
  4393. for clients that are supplied recursive service.
  4394. [RT #2260]
  4395. 1175. [bug] named-checkzone and named-checkconf failed to call
  4396. dns_result_register() at startup which could
  4397. result in runtime exceptions when printing
  4398. "out of memory" errors. [RT #2335]
  4399. 1174. [bug] Win32: add WSAECONNRESET to the expected errors
  4400. from connect(). [RT #2308]
  4401. 1173. [bug] Potential memory leaks in isc_log_create() and
  4402. isc_log_settag(). [RT #2336]
  4403. 1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
  4404. table of RR types in ARM.
  4405. 1171. [func] Added function isc_region_compare(), updated files in
  4406. lib/dns to use this function instead of local one.
  4407. 1170. [bug] Don't attempt to print the token when a I/O error
  4408. occurs when parsing named.conf. [RT #2275]
  4409. 1169. [func] Identify recursive queries in the query log.
  4410. 1168. [bug] Empty also-notify clauses were not handled. [RT #2309]
  4411. 1167. [contrib] nslint-2.1a3 (from author).
  4412. 1166. [bug] "Not Implemented" should be reported as NOTIMP,
  4413. not NOTIMPL. [RT #2281]
  4414. 1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
  4415. 1164. [bug] Empty masters clauses in slave / stub zones were not
  4416. handled gracefully. [RT #2262]
  4417. 1163. [func] isc_time_formattimestamp() now includes the year.
  4418. 1162. [bug] The allow-notify option was not accepted in slave
  4419. zone statements.
  4420. 1161. [bug] named-checkzone looped on unbalanced brackets.
  4421. [RT #2248]
  4422. 1160. [bug] Generating Diffie-Hellman keys longer than 1024
  4423. bits could fail. [RT #2241]
  4424. 1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
  4425. 1158. [func] Report the client's address when logging notify
  4426. messages.
  4427. 1157. [func] match-clients and match-destinations now accept
  4428. keys. [RT #2045]
  4429. 1156. [port] The configure test for strsep() incorrectly
  4430. succeeded on certain patched versions of
  4431. AIX 4.3.3. [RT #2190]
  4432. 1155. [func] Recover from master files being removed from under
  4433. us.
  4434. 1154. [bug] Don't attempt to obtain the netmask of a interface
  4435. if there is no address configured. [RT #2176]
  4436. 1153. [func] 'rndc {stop|halt} -p' now reports the process id
  4437. of the instance of named being shutdown.
  4438. 1152. [bug] libbind: read buffer overflows.
  4439. 1151. [bug] nslookup failed to check that the arguments to
  4440. the port, timeout, and retry options were
  4441. valid integers and in range. [RT #2099]
  4442. 1150. [bug] named incorrectly accepted TTL values
  4443. containing plus or minus signs, such as
  4444. 1d+1h-1s.
  4445. 1149. [func] New function isc_parse_uint32().
  4446. 1148. [func] 'rndc-confgen -a' now provides positive feedback.
  4447. 1147. [func] Set IPV6_V6ONLY on IPv6 sockets if supported by
  4448. the OS. listen-on-v6 { any; }; should no longer
  4449. result in IPv4 queries be accepted. Similarly
  4450. control { inet :: ... }; should no longer result
  4451. in IPv4 connections being accepted. This can be
  4452. overridden at compile time by defining
  4453. ISC_ALLOW_MAPPED=1.
  4454. 1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
  4455. supported by the OS by a new function
  4456. isc_socket_ipv6only().
  4457. 1145. [func] "host" no longer reports a NOERROR/NODATA response
  4458. by printing nothing. [RT #2065]
  4459. 1144. [bug] rndc-confgen would crash if both the -a and -t
  4460. options were specified. [RT #2159]
  4461. 1143. [bug] When a trusted-keys statement was present and named
  4462. was built without crypto support, it would leak memory.
  4463. 1142. [bug] dnssec-signzone would fail to delete temporary files
  4464. in some failure cases. [RT #2144]
  4465. 1141. [bug] When named rejected a control message, it would
  4466. leak a file descriptor and memory. It would also
  4467. fail to respond, causing rndc to hang.
  4468. [RT #2139, #2164]
  4469. 1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
  4470. to the -s option. [RT #2138]
  4471. 1139. [func] It is now possible to flush a given name from the
  4472. cache(s) via 'rndc flushname name [view]'. [RT #2051]
  4473. 1138. [func] It is now possible to flush a given name from the
  4474. cache by calling the new function
  4475. dns_cache_flushname().
  4476. 1137. [func] It is now possible to flush a given name from the
  4477. ADB by calling the new function dns_adb_flushname().
  4478. 1136. [bug] CNAME records synthesized from DNAMEs did not
  4479. have a TTL of zero as required by RFC2672.
  4480. [RT #2129]
  4481. 1135. [func] You can now override the default syslog() facility for
  4482. named/lwresd at compile time. [RT #1982]
  4483. 1134. [bug] Multi-threaded servers could deadlock in ferror()
  4484. when reloading zone files. [RT #1951, #1998]
  4485. 1133. [bug] IN6_IS_ADDR_LOOPBACK was not portably defined on
  4486. platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
  4487. 1132. [func] Improve UPDATE prerequisite failure diagnostic messages.
  4488. 1131. [bug] The match-destinations view option did not work with
  4489. IPv6 destinations. [RT #2073, #2074]
  4490. 1130. [bug] Log messages reporting an out-of-range serial number
  4491. did not include the out-of-range number but the
  4492. following token. [RT #2076]
  4493. 1129. [bug] Multi-threaded servers could crash under heavy
  4494. resolution load due to a race condition. [RT #2018]
  4495. 1128. [func] sdb drivers can now provide RR data in either text
  4496. or wire format, the latter using the new functions
  4497. dns_sdb_putrdata() and dns_sdb_putnamedrdata().
  4498. 1127. [func] rndc: If the server to contact has multiple addresses,
  4499. try all of them.
  4500. 1126. [bug] The server could access a freed event if shut
  4501. down while a client start event was pending
  4502. delivery. [RT #2061]
  4503. 1125. [bug] rndc: -k option was missing from usage message.
  4504. [RT #2057]
  4505. 1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
  4506. are now documented. [RT #2052]
  4507. 1123. [bug] dig +[no]fail did not match description. [RT #2052]
  4508. 1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
  4509. [RT #2046]
  4510. 1121. [bug] The server could attempt to access a NULL zone
  4511. table if shut down while resolving.
  4512. [RT #1587, #2054]
  4513. 1120. [bug] Errors in options were not fatal. [RT #2002]
  4514. 1119. [func] Added support in Win32 for NTFS file/directory ACL's
  4515. for access control.
  4516. 1118. [bug] On multi-threaded servers, a race condition
  4517. could cause an assertion failure in resolver.c
  4518. during resolver shutdown. [RT #2029]
  4519. 1117. [port] The configure check for in6addr_loopback incorrectly
  4520. succeeded on AIX 4.3 when compiling with -O2
  4521. because the test code was optimized away.
  4522. [RT #2016]
  4523. 1116. [bug] Setting transfers in a server clause, transfers-in,
  4524. or transfers-per-ns to a value greater than
  4525. 2147483647 disabled transfers. [RT #2002]
  4526. 1115. [func] Set maximum values for cleaning-interval,
  4527. heartbeat-interval, interface-interval,
  4528. max-transfer-idle-in, max-transfer-idle-out,
  4529. max-transfer-time-in, max-transfer-time-out,
  4530. statistics-interval of 28 days and
  4531. sig-validity-interval of 3660 days. [RT #2002]
  4532. 1114. [port] Ignore more accept() errors. [RT #2021]
  4533. 1113. [bug] The allow-update-forwarding option was ignored
  4534. when specified in a view. [RT #2014]
  4535. 1112. [placeholder]
  4536. 1111. [bug] Multi-threaded servers could deadlock processing
  4537. recursive queries due to a locking hierarchy
  4538. violation in adb.c. [RT #2017]
  4539. 1110. [bug] dig should only accept valid abbreviations of +options.
  4540. [RT #2003]
  4541. 1109. [bug] nsupdate accepted illegal ttl values.
  4542. 1108. [bug] On Win32, rndc was hanging when named was not running
  4543. due to failure to select for exceptional conditions
  4544. in select(). [RT #1870]
  4545. 1107. [bug] nsupdate could catch an assertion failure if an
  4546. invalid domain name was given as the argument to
  4547. the "zone" command.
  4548. 1106. [bug] After seeing an out of range TTL, nsupdate would
  4549. treat all TTLs as out of range. [RT #2001]
  4550. 1105. [port] OpenUNIX 8 enable threads by default. [RT #1970]
  4551. 1104. [bug] Invalid arguments to the transfer-format option
  4552. could cause an assertion failure. [RT #1995]
  4553. 1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
  4554. 1102. [doc] Note that query logging is enabled by directing the
  4555. queries category to a channel.
  4556. 1101. [bug] Array bounds read error in lwres_gai_strerror.
  4557. 1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
  4558. 1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
  4559. compile time errors.
  4560. 1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
  4561. 1097. [func] libbind: RES_PRF_TRUNC for dig.
  4562. 1096. [func] libbind: "DNSSEC OK" (DO) support.
  4563. 1095. [func] libbind: resolver option: no-tld-query. disables
  4564. trying unqualified as a tld. no_tld_query is also
  4565. supported for FreeBSD compatibility.
  4566. 1094. [func] libbind: add support gcc's format string checking.
  4567. 1093. [doc] libbind: miscellaneous nroff fixes.
  4568. 1092. [bug] libbind: get*by*() failed to check if res_init() had
  4569. been called.
  4570. 1091. [bug] libbind: misplaced va_end().
  4571. 1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
  4572. the amount of memory consumed resulting in garbage
  4573. address being returned. Alignment calculations were
  4574. wasting space. We weren't suppressing duplicate
  4575. addresses.
  4576. 1089. [func] libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
  4577. support.
  4578. 1088. [port] libbind: MPE/iX C.70 (incomplete)
  4579. 1087. [bug] libbind: struct __res_state too large on 64 bit arch.
  4580. 1086. [port] libbind: sunos: old sprintf.
  4581. 1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
  4582. exist when compiling in 64 bit mode.
  4583. 1084. [cleanup] libbind: gai_strerror() rewritten.
  4584. 1083. [bug] The default control channel listened on the
  4585. wildcard address, not the loopback as documented.
  4586. [RT #1975]
  4587. 1082. [bug] The -g option to named incorrectly caused logging
  4588. to be sent to syslog in addition to stderr.
  4589. [RT #1974]
  4590. 1081. [bug] Multicast queries were incorrectly identified
  4591. based on the source address, not the destination
  4592. address.
  4593. 1080. [bug] BIND 8 compatibility: accept bare IP prefixes
  4594. as the second element of a two-element top level
  4595. sort list statement. [RT #1964]
  4596. 1079. [bug] BIND 8 compatibility: accept bare elements at top
  4597. level of sort list treating them as if they were
  4598. a single element list. [RT #1963]
  4599. 1078. [bug] We failed to correct bad tv_usec values in one case.
  4600. [RT #1966]
  4601. 1077. [func] Do not accept further recursive clients when
  4602. the total number of recursive lookups being
  4603. processed exceeds max-recursive-clients, even
  4604. if some of the lookups are internally generated.
  4605. [RT #1915, #1938]
  4606. 1076. [bug] A badly defined global key could trigger an assertion
  4607. on load/reload if views were used. [RT #1947]
  4608. 1075. [bug] Out-of-range network prefix lengths were not
  4609. reported. [RT #1954]
  4610. 1074. [bug] Running out of memory in dump_rdataset() could
  4611. cause an assertion failure. [RT #1946]
  4612. 1073. [bug] The ADB cache cleaning should also be space driven.
  4613. [RT #1915, #1938]
  4614. 1072. [bug] The TCP client quota could be exceeded when
  4615. recursion occurred. [RT #1937]
  4616. 1071. [bug] Sockets listening for TCP DNS connections
  4617. specified an excessive listen backlog. [RT #1937]
  4618. 1070. [bug] Copy DNSSEC OK (DO) to response as specified by
  4619. draft-ietf-dnsext-dnssec-okbit-03.txt.
  4620. 1069. [placeholder]
  4621. 1068. [bug] errno could be overwritten by catgets(). [RT #1921]
  4622. 1067. [func] Allow quotas to be soft, isc_quota_soft().
  4623. 1066. [bug] Provide a thread safe wrapper for strerror().
  4624. [RT #1689]
  4625. 1065. [func] Runtime support to select new / old style interface
  4626. scanning using ioctls.
  4627. 1064. [bug] Do not shut down active network interfaces if we
  4628. are unable to scan the interface list. [RT #1921]
  4629. 1063. [bug] libbind: "make install" was failing on IRIX.
  4630. [RT #1919]
  4631. 1062. [bug] If the control channel listener socket was shut
  4632. down before server exit, the listener object could
  4633. be freed twice. [RT #1916]
  4634. 1061. [bug] If periodic cache cleaning happened to start
  4635. while cleaning due to reaching the configured
  4636. maximum cache size was in progress, the server
  4637. could catch an assertion failure. [RT #1912]
  4638. 1060. [func] Move refresh, stub and notify UDP retry processing
  4639. into dns_request.
  4640. 1059. [func] dns_request now support will now retry UDP queries,
  4641. dns_request_createvia2() and dns_request_createraw2().
  4642. 1058. [func] Limited lifetime ticker timers are now available,
  4643. isc_timertype_limited.
  4644. 1057. [bug] Reloading the server after adding a "file" clause
  4645. to a zone statement could cause the server to
  4646. crash due to a typo in change 1016.
  4647. 1056. [bug] Rndc could catch an assertion failure on SIGINT due
  4648. to an uninitialized variable. [RT #1908]
  4649. 1055. [func] Version and hostname queries can now be disabled
  4650. using "version none;" and "hostname none;",
  4651. respectively.
  4652. 1054. [bug] On Win32, cfg_categories and cfg_modules need to be
  4653. exported from the libisccfg DLL.
  4654. 1053. [bug] Dig did not increase its timeout when receiving
  4655. AXFRs unless the +time option was used. [RT #1904]
  4656. 1052. [bug] Journals were not being created in binary mode
  4657. resulting in "journal format not recognized" error
  4658. under Win32. [RT #1889]
  4659. 1051. [bug] Do not ignore a network interface completely just
  4660. because it has a noncontiguous netmask. Instead,
  4661. omit it from the localnets ACL and issue a warning.
  4662. [RT #1891]
  4663. 1050. [bug] Log messages reporting malformed IP addresses in
  4664. address lists such as that of the forwarders option
  4665. failed to include the correct error code, file
  4666. name, and line number. [RT #1890]
  4667. 1049. [func] "pid-file none;" will disable writing a pid file.
  4668. [RT #1848]
  4669. 1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
  4670. didn't work.
  4671. 1047. [bug] named was incorrectly refusing all requests signed
  4672. with a TSIG key derived from an unsigned TKEY
  4673. negotiation with a NOERROR response. [RT #1886]
  4674. 1046. [bug] The help message for the --with-openssl configure
  4675. option was inaccurate. [RT #1880]
  4676. 1045. [bug] It was possible to skip saving glue for a nameserver
  4677. for a stub zone.
  4678. 1044. [bug] Specifying allow-transfer, notify-source, or
  4679. notify-source-v6 in a stub zone was not treated
  4680. as an error.
  4681. 1043. [bug] Specifying a transfer-source or transfer-source-v6
  4682. option in the zone statement for a master zone was
  4683. not treated as an error. [RT #1876]
  4684. 1042. [bug] The "config" logging category did not work properly.
  4685. [RT #1873]
  4686. 1041. [bug] Dig/host/nslookup could catch an assertion failure
  4687. on SIGINT due to an uninitialized variable. [RT #1867]
  4688. 1040. [bug] Multiple listen-on-v6 options with different ports
  4689. were not accepted. [RT #1875]
  4690. 1039. [bug] Negative responses with CNAMEs in the answer section
  4691. were cached incorrectly. [RT #1862]
  4692. 1038. [bug] In servers configured with a tkey-domain option,
  4693. TKEY queries with an owner name other than the root
  4694. could cause an assertion failure. [RT #1866, #1869]
  4695. 1037. [bug] Negative responses whose authority section contain
  4696. SOA or NS records whose owner names are not equal
  4697. equal to or parents of the query name should be
  4698. rejected. [RT #1862]
  4699. 1036. [func] Silently drop requests received via multicast as
  4700. long as there is no final multicast DNS standard.
  4701. 1035. [bug] If we respond to multicast queries (which we
  4702. currently do not), respond from a unicast address
  4703. as specified in RFC 1123. [RT #137]
  4704. 1034. [bug] Ignore the RD bit on multicast queries as specified
  4705. in RFC 1123. [RT #137]
  4706. 1033. [bug] Always respond to requests with an unsupported opcode
  4707. with NOTIMP, even if we don't have a matching view
  4708. or cannot determine the class.
  4709. 1032. [func] hostname.bind/txt/chaos now returns the name of
  4710. the machine hosting the nameserver. This is useful
  4711. in diagnosing problems with anycast servers.
  4712. 1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
  4713. [RT #1858]
  4714. 1030. [bug] On systems with no resolv.conf file, nsupdate
  4715. exited with an error rather than defaulting
  4716. to using the loopback address. [RT #1836]
  4717. 1029. [bug] Some named.conf errors did not cause the loading
  4718. of the configuration file to return a failure
  4719. status even though they were logged. [RT #1847]
  4720. 1028. [bug] On Win32, dig/host/nslookup looked for resolv.conf
  4721. in the wrong directory. [RT #1833]
  4722. 1027. [bug] RRs having the reserved type 0 should be rejected.
  4723. [RT #1471]
  4724. 1026. [placeholder]
  4725. 1025. [bug] Don't use multicast addresses to resolve iterative
  4726. queries. [RT #101]
  4727. 1024. [port] Compilation failed on HP-UX 11.11 due to
  4728. incompatible use of the SIOCGLIFCONF macro
  4729. name. [RT #1831]
  4730. 1023. [func] Accept hints without TTLs.
  4731. 1022. [bug] Don't report empty root hints as "extra data".
  4732. [RT #1802]
  4733. 1021. [bug] On Win32, log message timestamps were one month
  4734. later than they should have been, and the server
  4735. would exhibit unspecified behavior in December.
  4736. 1020. [bug] IXFR log messages did not distinguish between
  4737. true IXFRs, AXFR-style IXFRs, and mere version
  4738. polls. [RT #1811]
  4739. 1019. [bug] The value of the lame-ttl option was limited to 18000
  4740. seconds, not 1800 seconds as documented. [RT #1803]
  4741. 1018. [bug] The default log channel was not always initialized
  4742. correctly. [RT #1813]
  4743. 1017. [bug] When specifying TSIG keys to dig and nsupdate using
  4744. the -k option, they must be HMAC-MD5 keys. [RT #1810]
  4745. 1016. [bug] Slave zones with no backup file were re-transferred
  4746. on every server reload.
  4747. 1015. [bug] Log channels that had a "versions" option but no
  4748. "size" option failed to create numbered log
  4749. files. [RT #1783]
  4750. 1014. [bug] Some queries would cause statistics counters to
  4751. increment more than once or not at all. [RT #1321]
  4752. 1013. [bug] It was possible to cancel a query twice when marking
  4753. a server as bogus or by having a blackhole acl.
  4754. [RT #1776]
  4755. 1012. [bug] The -p option to named did not behave as documented.
  4756. 1011. [cleanup] Removed isc_dir_current().
  4757. 1010. [bug] The server could attempt to execute a command channel
  4758. command after initiating server shutdown, causing
  4759. an assertion failure. [RT #1766]
  4760. 1009. [port] OpenUNIX 8 support. [RT #1728]
  4761. 1008. [port] libtool.m4, ltmain.sh from libtool-1.4.2.
  4762. 1007. [port] config.guess, config.sub from autoconf-2.52.
  4763. 1006. [bug] If a KEY RR was found missing during DNSSEC validation,
  4764. an assertion failure could subsequently be triggered
  4765. in the resolver. [RT #1763]
  4766. 1005. [bug] Don't copy nonzero RCODEs from request to response.
  4767. [RT #1765]
  4768. 1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
  4769. 1003. [func] Add the +retry option to dig.
  4770. 1002. [bug] When reporting an unknown class name in named.conf,
  4771. including the file name and line number. [RT #1759]
  4772. 1001. [bug] win32 socket code doio_recv was not catching a
  4773. WSACONNRESET error when a client was timing out
  4774. the request and closing its socket. [RT #1745]
  4775. 1000. [bug] BIND 8 compatibility: accept "HESIOD" as an alias
  4776. for class "HS". [RT #1759]
  4777. 999. [func] "rndc retransfer zone [class [view]]" added.
  4778. [RT #1752]
  4779. 998. [func] named-checkzone now has arguments to specify the
  4780. chroot directory (-t) and working directory (-w).
  4781. [RT #1755]
  4782. 997. [func] Add support for RSA-SHA1 keys (RFC3110).
  4783. 996. [func] Issue warning if the configuration filename contains
  4784. the chroot path.
  4785. 995. [bug] dig, host, nslookup: using a raw IPv6 address as a
  4786. target address should be fatal on a IPv4 only system.
  4787. 994. [func] Treat non-authoritative responses to queries for type
  4788. NS as referrals even if the NS records are in the
  4789. answer section, because BIND 8 servers incorrectly
  4790. send them that way. This is necessary for DNSSEC
  4791. validation of the NS records of a secure zone to
  4792. succeed when the parent is a BIND 8 server. [RT #1706]
  4793. 993. [func] dig: -v now reports the version.
  4794. 992. [doc] dig: ~/.digrc is now documented.
  4795. 991. [func] Lower UDP refresh timeout messages to level
  4796. debug 1.
  4797. 990. [bug] The rndc-confgen man page was not installed.
  4798. 989. [bug] Report filename if $INCLUDE fails for file related
  4799. errors. [RT #1736]
  4800. 988. [bug] 'additional-from-auth no;' did not work reliably
  4801. in the case of queries answered from the cache.
  4802. [RT #1436]
  4803. 987. [bug] "dig -help" didn't show "+[no]stats".
  4804. 986. [bug] "dig +noall" failed to clear stats and command
  4805. printing.
  4806. 985. [func] Consider network interfaces to be up iff they have
  4807. a nonzero IP address rather than based on the
  4808. IFF_UP flag. [RT #1160]
  4809. 984. [bug] Multi-threading should be enabled by default on
  4810. Solaris 2.7 and newer, but it wasn't.
  4811. 983. [func] The server now supports generating IXFR difference
  4812. sequences for non-dynamic zones by comparing zone
  4813. versions, when enabled using the new config
  4814. option "ixfr-from-differences". [RT #1727]
  4815. 982. [func] If "memstatistics-file" is set in options the memory
  4816. statistics will be written to it.
  4817. 981. [func] The dnssec tools can now take multiple '-r randomfile'
  4818. arguments.
  4819. 980. [bug] Incoming zone transfers restarting after an error
  4820. could trigger an assertion failure. [RT #1692]
  4821. 979. [func] Incremental master file dumping. dns_master_dumpinc(),
  4822. dns_master_dumptostreaminc(), dns_dumpctx_attach(),
  4823. dns_dumpctx_detach(), dns_dumpctx_cancel(),
  4824. dns_dumpctx_db() and dns_dumpctx_version().
  4825. 978. [bug] dns_db_attachversion() had an invalid REQUIRE()
  4826. condition.
  4827. 977. [bug] Improve "not at top of zone" error message.
  4828. 976. [func] named-checkconf can now test load master zones
  4829. (named-checkconf -z). [RT #1468]
  4830. 975. [bug] "max-cache-size default;" as a view option
  4831. caused an assertion failure.
  4832. 974. [bug] "max-cache-size unlimited;" as a global option
  4833. was not accepted.
  4834. 973. [bug] Failed to log the question name when logging:
  4835. "bad zone transfer request: non-authoritative zone
  4836. (NOTAUTH)".
  4837. 972. [bug] The file modification time code in zone.c was using the
  4838. wrong epoch. [RT #1667]
  4839. 971. [placeholder]
  4840. 970. [func] 'max-journal-size' can now be used to set a target
  4841. size for a journal.
  4842. 969. [func] dig now supports the undocumented dig 8 feature
  4843. of allowing arbitrary labels, not just dotted
  4844. decimal quads, with the -x option. This can be
  4845. used to conveniently look up RFC2317 names as in
  4846. "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
  4847. 968. [bug] On win32, the isc_time_now() function was unnecessarily
  4848. calling strtime(). [RT #1671]
  4849. 967. [bug] On win32, the link for bindevt was not including the
  4850. required resource file to enable the event viewer
  4851. to interpret the error messages in the event log,
  4852. [RT #1668]
  4853. 966. [placeholder]
  4854. 965. [bug] Including data other than root server NS and A
  4855. records in the root hint file could cause a rbtdb
  4856. node reference leak. [RT #1581, #1618]
  4857. 964. [func] Warn if data other than root server NS and A records
  4858. are found in the root hint file. [RT #1581, #1618]
  4859. 963. [bug] Bad ISC_LANG_ENDDECLS. [RT #1645]
  4860. 962. [bug] libbind: bad "#undef", don't attempt to install
  4861. non-existent nlist.h. [RT #1640]
  4862. 961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
  4863. was not defined. [RT #1482]
  4864. 960. [port] liblwres failed to build on systems with support for
  4865. getrrsetbyname() in the OS. [RT #1592]
  4866. 959. [port] On FreeBSD, determine the number of CPUs by calling
  4867. sysctlbyname(). [RT #1584]
  4868. 958. [port] ssize_t is not available on all platforms. [RT #1607]
  4869. 957. [bug] sys/select.h inclusion was broken on older platforms.
  4870. [RT #1607]
  4871. 956. [bug] ns_g_autorndcfile changed to ns_g_keyfile
  4872. in named/win32/os.c due to code changes in
  4873. change #953. win32 .make file for rndc-confgen
  4874. updated to add include path for os.h header.
  4875. --- 9.2.0rc1 released ---
  4876. 955. [bug] When using views, the zone's class was not being
  4877. inherited from the view's class. [RT #1583]
  4878. 954. [bug] When requesting AXFRs or IXFRs using dig, host, or
  4879. nslookup, the RD bit should not be set as zone
  4880. transfers are inherently non-recursive. [RT #1575]
  4881. 953. [func] The /var/run/named.key file from change #843
  4882. has been replaced by /etc/rndc.key. Both
  4883. named and rndc will look for this file and use
  4884. it to configure a default control channel key
  4885. if not already configured using a different
  4886. method (rndc.conf / controls). Unlike
  4887. named.key, rndc.key is not created automatically;
  4888. it must be created by manually running
  4889. "rndc-confgen -a".
  4890. 952. [bug] The server required manual intervention to serve the
  4891. affected zones if it died between creating a journal
  4892. and committing the first change to it.
  4893. 951. [bug] CFLAGS was not passed to the linker when
  4894. linking some of the test programs under
  4895. bin/tests. [RT #1555].
  4896. 950. [bug] Explicit TTLs did not properly override $TTL
  4897. due to a bug in change 834. [RT #1558]
  4898. 949. [bug] host was unable to print records larger than 512
  4899. bytes. [RT #1557]
  4900. --- 9.2.0b2 released ---
  4901. 948. [port] Integrated support for building on Windows NT /
  4902. Windows 2000.
  4903. 947. [bug] dns_rdata_soa_t had a badly named element "mname" which
  4904. was really the RNAME field from RFC1035. To avoid
  4905. confusion and silent errors that would occur it the
  4906. "origin" and "mname" elements were given their correct
  4907. names "mname" and "rname" respectively, the "mname"
  4908. element is renamed to "contact".
  4909. 946. [cleanup] doc/misc/options is now machine-generated from the
  4910. configuration parser syntax tables, and therefore
  4911. more likely to be correct.
  4912. 945. [func] Add the new view-specific options
  4913. "match-destinations" and "match-recursive-only".
  4914. 944. [func] Check for expired signatures on load.
  4915. 943. [bug] The server could crash when receiving a command
  4916. via rndc if the configuration file listed only
  4917. nonexistent keys in the controls statement. [RT #1530]
  4918. 942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
  4919. defined on some platforms.
  4920. 941. [bug] The configuration checker crashed if a slave
  4921. zone didn't contain a masters statement. [RT #1514]
  4922. 940. [bug] Double zone locking failure on error path. [RT #1510]
  4923. --- 9.2.0b1 released ---
  4924. 939. [port] Add the --disable-linux-caps option to configure for
  4925. systems that manage capabilities outside of named.
  4926. [RT #1503]
  4927. 938. [placeholder]
  4928. 937. [bug] A race when shutting down a zone could trigger a
  4929. INSIST() failure. [RT #1034]
  4930. 936. [func] Warn about IPv4 addresses that are not complete
  4931. dotted quads. [RT #1084]
  4932. 935. [bug] inet_pton failed to reject leading zeros.
  4933. 934. [port] Deal with systems where accept() spuriously returns
  4934. ECONNRESET.
  4935. 933. [bug] configure failed doing libbind on platforms not
  4936. supported by BIND 8. [RT #1496]
  4937. --- 9.2.0a3 released ---
  4938. 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
  4939. when installing isc-config.sh.
  4940. [RT #198, #1466]
  4941. 931. [bug] The controls statement only attempted to verify
  4942. messages using the first key in the key list.
  4943. (9.2.0a1/a2 only).
  4944. 930. [func] Query performance testing tool added as
  4945. contrib/queryperf.
  4946. 929. [placeholder]
  4947. 928. [bug] nsupdate would send empty update packets if the
  4948. send (or empty line) command was run after
  4949. another send but before any new updates or
  4950. prerequisites were specified. It should simply
  4951. ignore this command.
  4952. 927. [bug] Don't hold the zone lock for the entire dump to disk.
  4953. [RT #1423]
  4954. 926. [bug] The resolver could deadlock with the ADB when
  4955. shutting down (multi-threaded builds only).
  4956. [RT #1324]
  4957. 925. [cleanup] Remove openssl from the distribution; require that
  4958. --with-openssl be specified if DNSSEC is needed.
  4959. 924. [port] Extend support for pre-RFC2133 IPv6 implementation.
  4960. [RT #987]
  4961. 923. [bug] Multiline TSIG secrets (and other multiline strings)
  4962. were not accepted in named.conf. [RT #1469]
  4963. 922. [func] Added two new lwres_getrrsetbyname() result codes,
  4964. ERR_NONAME and ERR_NODATA.
  4965. 921. [bug] lwres returned an incorrect error code if it received
  4966. a truncated message.
  4967. 920. [func] Increase the lwres receive buffer size to 16K.
  4968. [RT #1451]
  4969. 919. [placeholder]
  4970. 918. [func] In nsupdate, TSIG errors are no longer treated as
  4971. fatal errors.
  4972. 917. [func] New nsupdate command 'key', allowing TSIG keys to
  4973. be specified in the nsupdate command stream rather
  4974. than the command line.
  4975. 916. [bug] Specifying type ixfr to dig without specifying
  4976. a serial number failed in unexpected ways.
  4977. 915. [func] The named-checkconf and named-checkzone programs
  4978. now have a '-v' option for printing their version.
  4979. [RT #1151]
  4980. 914. [bug] Global 'server' statements were rejected when
  4981. using views, even though they were accepted
  4982. in 9.1. [RT #1368]
  4983. 913. [bug] Cache cleaning was not sufficiently aggressive.
  4984. [RT #1441, #1444]
  4985. 912. [bug] Attempts to set the 'additional-from-cache' or
  4986. 'additional-from-auth' option to 'no' in a
  4987. server with recursion enabled will now
  4988. be ignored and cause a warning message.
  4989. [RT #1145]
  4990. 911. [placeholder]
  4991. 910. [port] Some pre-RFC2133 IPv6 implementations do not define
  4992. IN6ADDR_ANY_INIT. [RT #1416]
  4993. 909. [placeholder]
  4994. 908. [func] New program, rndc-confgen, to simplify setting up rndc.
  4995. 907. [func] The ability to get entropy from either the
  4996. random device, a user-provided file or from
  4997. the keyboard was migrated from the DNSSEC tools
  4998. to libisc as isc_entropy_usebestsource().
  4999. 906. [port] Separated the system independent portion of
  5000. lib/isc/unix/entropy.c into lib/isc/entropy.c
  5001. and added lib/isc/win32/entropy.c.
  5002. 905. [bug] Configuring a forward "zone" for the root domain
  5003. did not work. [RT #1418]
  5004. 904. [bug] The server would leak memory if attempting to use
  5005. an expired TSIG key. [RT #1406]
  5006. 903. [bug] dig should not crash when receiving a TCP packet
  5007. of length 0.
  5008. 902. [bug] The -d option was ignored if both -t and -g were also
  5009. specified.
  5010. 901. [placeholder]
  5011. 900. [bug] A config.guess update changed the system identification
  5012. string of FreeBSD systems; configure and
  5013. bin/tests/system/ifconfig.sh now recognize the new
  5014. string.
  5015. --- 9.2.0a2 released ---
  5016. 899. [bug] lib/dns/soa.c failed to compile on many platforms
  5017. due to inappropriate use of a void value.
  5018. [RT #1372, #1373, #1386, #1387, #1395]
  5019. 898. [bug] "dig" failed to set a nonzero exit status
  5020. on UDP query timeout. [RT #1323]
  5021. 897. [bug] A config.guess update changed the system identification
  5022. string of UnixWare systems; configure now recognizes
  5023. the new string.
  5024. 896. [bug] If a configuration file is set on named's command line
  5025. and it has a relative pathname, the current directory
  5026. (after any possible jailing resulting from named -t)
  5027. will be prepended to it so that reloading works
  5028. properly even when a directory option is present.
  5029. 895. [func] New function, isc_dir_current(), akin to POSIX's
  5030. getcwd().
  5031. 894. [bug] When using the DNSSEC tools, a message intended to warn
  5032. when the keyboard was being used because of the lack
  5033. of a suitable random device was not being printed.
  5034. 893. [func] Removed isc_file_test() and added isc_file_exists()
  5035. for the basic functionality that was being added
  5036. with isc_file_test().
  5037. 892. [placeholder]
  5038. 891. [bug] Return an error when a SIG(0) signed response to
  5039. an unsigned query is seen. This should actually
  5040. do the verification, but it's not currently
  5041. possible. [RT #1391]
  5042. 890. [cleanup] The man pages no longer require the mandoc macros
  5043. and should now format cleanly using most versions of
  5044. nroff, and HTML versions of the man pages have been
  5045. added. Both are generated from DocBook source.
  5046. 889. [port] Eliminated blank lines before .TH in nroff man
  5047. pages since they cause problems with some versions
  5048. of nroff. [RT #1390]
  5049. 888. [bug] Don't die when using TKEY to delete a nonexistent
  5050. TSIG key. [RT #1392]
  5051. 887. [port] Detect broken compilers that can't call static
  5052. functions from inline functions. [RT #1212]
  5053. 886. [placeholder]
  5054. 885. [placeholder]
  5055. 884. [placeholder]
  5056. 883. [placeholder]
  5057. 882. [placeholder]
  5058. 881. [placeholder]
  5059. 880. [placeholder]
  5060. 879. [placeholder]
  5061. 878. [placeholder]
  5062. 877. [placeholder]
  5063. 876. [placeholder]
  5064. 875. [placeholder]
  5065. 874. [placeholder]
  5066. 873. [placeholder]
  5067. 872. [placeholder]
  5068. 871. [placeholder]
  5069. 870. [placeholder]
  5070. 869. [placeholder]
  5071. 868. [placeholder]
  5072. 867. [placeholder]
  5073. 866. [func] Close debug only file channels when debug is set to
  5074. zero. [RT #1246]
  5075. 865. [bug] The new configuration parser did not allow
  5076. the optional debug level in a "severity debug"
  5077. clause of a logging channel to be omitted.
  5078. This is now allowed and treated as "severity
  5079. debug 1;" like it does in BIND 8.2.4, not as
  5080. "severity debug 0;" like it did in BIND 9.1.
  5081. [RT #1367]
  5082. 864. [cleanup] Multi-threading is now enabled by default on
  5083. OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
  5084. 863. [bug] If an error occurred while an outgoing zone transfer
  5085. was starting up, the server could access a domain
  5086. name that had already been freed when logging a
  5087. message saying that the transfer was starting.
  5088. [RT #1383]
  5089. 862. [bug] Use after realloc(), non portable pointer arithmetic in
  5090. grmerge().
  5091. 861. [port] Add support for Mac OS X, by making it equivalent
  5092. to Darwin. This was derived from the config.guess
  5093. file shipped with Mac OS X. [RT #1355]
  5094. 860. [func] Drop cross class glue in zone transfers.
  5095. 859. [bug] Cache cleaning now won't swamp the CPU if there
  5096. is a persistent over limit condition.
  5097. 858. [func] isc_mem_setwater() no longer requires that when the
  5098. callback function is non-NULL then its hi_water
  5099. argument must be greater than its lo_water argument
  5100. (they can now be equal) or that they be non-zero.
  5101. 857. [cleanup] Use ISC_MAGIC() to define all magic numbers for
  5102. structs, for our friends in EBCDIC-land.
  5103. 856. [func] Allow partial rdatasets to be returned in answer and
  5104. authority sections to help non-TCP capable clients
  5105. recover from truncation. [RT #1301]
  5106. 855. [bug] Stop spurious "using RFC 1035 TTL semantics" warnings.
  5107. 854. [bug] The config parser didn't properly handle config
  5108. options that were specified in units of time other
  5109. than seconds. [RT #1372]
  5110. 853. [bug] configure_view_acl() failed to detach existing acls.
  5111. [RT #1374]
  5112. 852. [bug] Handle responses from servers which do not know
  5113. about IXFR.
  5114. 851. [cleanup] The obsolete support-ixfr option was not properly
  5115. ignored.
  5116. --- 9.2.0a1 released ---
  5117. 850. [bug] dns_rbt_findnode() would not find nodes that were
  5118. split on a bitstring label somewhere other than in
  5119. the last label of the node. [RT #1351]
  5120. 849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined.
  5121. 848. [func] A minimum max-cache-size of two megabytes is enforced
  5122. by the cache cleaner.
  5123. 847. [func] Added isc_file_test(), which currently only has
  5124. some very basic functionality to test for the
  5125. existence of a file, whether a pathname is absolute,
  5126. or whether a pathname is the fundamental representation
  5127. of the current directory. It is intended that this
  5128. function can be expanded to test other things a
  5129. programmer might want to know about a file.
  5130. 846. [func] A non-zero 'param' to dst_key_generate() when making an
  5131. hmac-md5 key means that good entropy is not required.
  5132. 845. [bug] The access rights on the public file of a symmetric
  5133. key are now restricted as soon as the file is opened,
  5134. rather than after it has been written and closed.
  5135. 844. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined,
  5136. just as <lwres/net.h> does.
  5137. 843. [func] If no controls statement is present in named.conf,
  5138. or if any inet phrase of a controls statement is
  5139. lacking a keys clause, then a key will be automatically
  5140. generated by named and an rndc.conf-style file
  5141. named named.key will be written that uses it. rndc
  5142. will use this file only if its normal configuration
  5143. file, or one provided on the command line, does not
  5144. exist.
  5145. 842. [func] 'rndc flush' now takes an optional view.
  5146. 841. [bug] When sdb modules were not declared threadsafe, their
  5147. create and destroy functions were not serialized.
  5148. 840. [bug] The config file parser could print the wrong file
  5149. name if an error was detected after an included file
  5150. was parsed. [RT #1353]
  5151. 839. [func] Dump packets for which there was no view or that the
  5152. class could not be determined to category "unmatched".
  5153. 838. [port] UnixWare 7.x.x is now suported by
  5154. bin/tests/system/ifconfig.sh.
  5155. 837. [cleanup] Multi-threading is now enabled by default only on
  5156. OSF1, Solaris 2.7 and newer, and AIX.
  5157. 836. [func] Upgraded libtool to 1.4.
  5158. 835. [bug] The dispatcher could enter a busy loop if
  5159. it got an I/O error receiving on a UDP socket.
  5160. [RT #1293]
  5161. 834. [func] Accept (but warn about) master files beginning with
  5162. an SOA record without an explicit TTL field and
  5163. lacking a $TTL directive, by using the SOA MINTTL
  5164. as a default TTL. This is for backwards compatibility
  5165. with old versions of BIND 8, which accepted such
  5166. files without warning although they are illegal
  5167. according to RFC1035.
  5168. 833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
  5169. <dns/soa.h>, and extended them to support
  5170. all the integer-valued fields of the SOA RR.
  5171. 832. [bug] The default location for named.conf in named-checkconf
  5172. should depend on --sysconfdir like it does in named.
  5173. [RT #1258]
  5174. 831. [placeholder]
  5175. 830. [func] Implement 'rndc status'.
  5176. 829. [bug] The DNS_R_ZONECUT result code should only be returned
  5177. when an ANY query is made with DNS_DBFIND_GLUEOK set.
  5178. In all other ANY query cases, returning the delegation
  5179. is better.
  5180. 828. [bug] The errno value from recvfrom() could be overwritten
  5181. by logging code. [RT #1293]
  5182. 827. [bug] When an IXFR protocol error occurs, the slave
  5183. should retry with AXFR.
  5184. 826. [bug] Some IXFR protocol errors were not detected.
  5185. 825. [bug] zone.c:ns_query() detached from the wrong zone
  5186. reference. [RT #1264]
  5187. 824. [bug] Correct line numbers reported by dns_master_load().
  5188. [RT #1263]
  5189. 823. [func] The output of "dig -h" now goes to stdout so that it
  5190. can easily be piped through "more". [RT #1254]
  5191. 822. [bug] Sending nxrrset prerequisites would crash nsupdate.
  5192. [RT #1248]
  5193. 821. [bug] The program name used when logging to syslog should
  5194. be stripped of leading path components.
  5195. [RT #1178, #1232]
  5196. 820. [bug] Name server address lookups failed to follow
  5197. A6 chains into the glue of local authoritative
  5198. zones.
  5199. 819. [bug] In certain cases, the resolver's attempts to
  5200. restart an address lookup at the root could cause
  5201. the fetch to deadlock (with itself) instead of
  5202. restarting. [RT #1225]
  5203. 818. [bug] Certain pathological responses to ANY queries could
  5204. cause an assertion failure. [RT #1218]
  5205. 817. [func] Adjust timeouts for dialup zone queries.
  5206. 816. [bug] Report potential problems with log file accessibility
  5207. at configuration time, since such problems can't
  5208. reliably be reported at the time they actually occur.
  5209. 815. [bug] If a log file was specified with a path separator
  5210. character (i.e. "/") in its name and the directory
  5211. did not exist, the log file's name was treated as
  5212. though it were the directory name. [RT #1189]
  5213. 814. [bug] Socket objects left over from accept() failures
  5214. were incorrectly destroyed, causing corruption
  5215. of socket manager data structures.
  5216. 813. [bug] File descriptors exceeding FD_SETSIZE were handled
  5217. badly. [RT #1192]
  5218. 812. [bug] dig sometimes printed incomplete IXFR responses
  5219. due to an uninitialized variable. [RT #1188]
  5220. 811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
  5221. 810. [bug] The signer name in SIG records was not properly
  5222. down-cased when signing/verifying records. [RT #1186]
  5223. 809. [bug] Configuring a non-local address as a transfer-source
  5224. could cause an assertion failure during load.
  5225. 808. [func] Add 'rndc flush' to flush the server's cache.
  5226. 807. [bug] When setting up TCP connections for incoming zone
  5227. transfers, the transfer-source port was not
  5228. ignored like it should be.
  5229. 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up
  5230. the calling stack to the zone maintenance level,
  5231. causing zones to not reload when an included file was
  5232. touched but the top-level zone file was not.
  5233. 805. [bug] When using "forward only", missing root hints should
  5234. not cause queries to fail. [RT #1143]
  5235. 804. [bug] Attempting to obtain entropy could fail in some
  5236. situations. This would be most common on systems
  5237. with user-space threads. [RT #1131]
  5238. 803. [bug] Treat all SIG queries as if they have the CD bit set,
  5239. otherwise no data will be returned [RT #749]
  5240. 802. [bug] DNSSEC key tags were computed incorrectly in almost
  5241. all cases. [RT #1146]
  5242. 801. [bug] nsupdate should treat lines beginning with ';' as
  5243. comments. [RT #1139]
  5244. 800. [bug] dnssec-signzone produced incorrect statistics for
  5245. large zones. [RT #1133]
  5246. 799. [bug] The ADB didn't find AAAA glue in a zone unless A6
  5247. glue was also present.
  5248. 798. [bug] nsupdate should be able to reject bad input lines
  5249. and continue. [RT #1130]
  5250. 797. [func] Issue a warning if the 'directory' option contains
  5251. a relative path. [RT #269]
  5252. 796. [func] When a size limit is associated with a log file,
  5253. only roll it when the size is reached, not every
  5254. time the log file is opened. [RT #1096]
  5255. 795. [func] Add the +multiline option to dig. [RT #1095]
  5256. 794. [func] Implement the "port" and "default-port" statements
  5257. in rndc.conf.
  5258. 793. [cleanup] The DNSSEC tools could create filenames that were
  5259. illegal or contained shell meta-characters. They
  5260. now use a different text encoding of names that
  5261. doesn't have these problems. [RT #1101]
  5262. 792. [cleanup] Replace the OMAPI command channel protocol with a
  5263. simpler one.
  5264. 791. [bug] The command channel now works over IPv6.
  5265. 790. [bug] Wildcards created using dynamic update or IXFR
  5266. could fail to match. [RT #1111]
  5267. 789. [bug] The "localhost" and "localnets" ACLs did not match
  5268. when used as the second element of a two-element
  5269. sortlist item.
  5270. 788. [func] Add the "match-mapped-addresses" option, which
  5271. causes IPv6 v4mapped addresses to be treated as
  5272. IPv4 addresses for the purpose of acl matching.
  5273. 787. [bug] The DNSSEC tools failed to downcase domain
  5274. names when mapping them into file names.
  5275. 786. [bug] When DNSSEC signing/verifying data, owner names were
  5276. not properly down-cased.
  5277. 785. [bug] A race condition in the resolver could cause
  5278. an assertion failure. [RT #673, #872, #1048]
  5279. 784. [bug] nsupdate and other programs would not quit properly
  5280. if some signals were blocked by the caller. [RT #1081]
  5281. 783. [bug] Following CNAMEs could cause an assertion failure
  5282. when either using an sdb database or under very
  5283. rare conditions.
  5284. 782. [func] Implement the "serial-query-rate" option.
  5285. 781. [func] Avoid error packet loops by dropping duplicate FORMERR
  5286. responses. [RT #1006]
  5287. 780. [bug] Error handling code dealing with out of memory or
  5288. other rare errors could lead to assertion failures
  5289. by calling functions on uninitialized names. [RT #1065]
  5290. 779. [func] Added the "minimal-responses" option.
  5291. 778. [bug] When starting cache cleaning, cleaning_timer_action()
  5292. returned without first pausing the iterator, which
  5293. could cause deadlock. [RT #998]
  5294. 777. [bug] An empty forwarders list in a zone failed to override
  5295. global forwarders. [RT #995]
  5296. 776. [func] Improved error reporting in denied messages. [RT #252]
  5297. 775. [placeholder]
  5298. 774. [func] max-cache-size is implemented.
  5299. 773. [func] Added isc_rwlock_trylock() to attempt to lock without
  5300. blocking.
  5301. 772. [bug] Owner names could be incorrectly omitted from cache
  5302. dumps in the presence of negative caching entries.
  5303. [RT #991]
  5304. 771. [cleanup] TSIG errors related to unsynchronized clocks
  5305. are logged better. [RT #919]
  5306. 770. [func] Add the "edns yes_or_no" statement to the server
  5307. clause. [RT #524]
  5308. 769. [func] Improved error reporting when parsing rdata. [RT #740]
  5309. 768. [bug] The server did not emit an SOA when a CNAME
  5310. or DNAME chain ended in NXDOMAIN in an
  5311. authoritative zone.
  5312. 767. [placeholder]
  5313. 766. [bug] A few cases in query_find() could leak fname.
  5314. This would trigger the mpctx->allocated == 0
  5315. assertion when the server exited.
  5316. [RT #739, #776, #798, #812, #818, #821, #845,
  5317. #892, #935, #966]
  5318. 765. [func] ACL names are once again case insensitive, like
  5319. in BIND 8. [RT #252]
  5320. 764. [func] Configuration files now allow "include" directives
  5321. in more places, such as inside the "view" statement.
  5322. [RT #377, #728, #860]
  5323. 763. [func] Configuration files no longer have reserved words.
  5324. [RT #731, #753]
  5325. 762. [cleanup] The named.conf and rndc.conf file parsers have
  5326. been completely rewritten.
  5327. 761. [bug] _REENTRANT was still defined when building with
  5328. --disable-threads.
  5329. 760. [contrib] Significant enhancements to the pgsql sdb driver.
  5330. 759. [bug] The resolver didn't turn off "avoid fetches" mode
  5331. when restarting, possibly causing resolution
  5332. to fail when it should not. This bug only affected
  5333. platforms which support both IPv4 and IPv6. [RT #927]
  5334. 758. [bug] The "avoid fetches" code did not treat negative
  5335. cache entries correctly, causing fetches that would
  5336. be useful to be avoided. This bug only affected
  5337. platforms which support both IPv4 and IPv6. [RT #927]
  5338. 757. [func] Log zone transfers.
  5339. 756. [bug] dns_zone_load() could "return" success when no master
  5340. file was configured.
  5341. 755. [bug] Fix incorrectly formatted log messages in zone.c.
  5342. 754. [bug] Certain failure conditions sending UDP packets
  5343. could cause the server to retry the transmission
  5344. indefinitely. [RT #902]
  5345. 753. [bug] dig, host, and nslookup would fail to contact a
  5346. remote server if getaddrinfo() returned an IPv6
  5347. address on a system that doesn't support IPv6.
  5348. [RT #917]
  5349. 752. [func] Correct bad tv_usec elements returned by
  5350. gettimeofday().
  5351. 751. [func] Log successful zone loads / transfers. [RT #898]
  5352. 750. [bug] A query should not match a DNAME whose trust level
  5353. is pending. [RT #916]
  5354. 749. [bug] When a query matched a DNAME in a secure zone, the
  5355. server did not return the signature of the DNAME.
  5356. [RT #915]
  5357. 748. [doc] List supported RFCs in doc/misc/rfc-compliance.
  5358. [RT #781]
  5359. 747. [bug] The code to determine whether an IXFR was possible
  5360. did not properly check for a database that could
  5361. not have a journal. [RT #865, #908]
  5362. 746. [bug] The sdb didn't clone rdatasets properly, causing
  5363. a crash when the server followed delegations. [RT #905]
  5364. 745. [func] Report the owner name of records that fail
  5365. semantic checks while loading.
  5366. 744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
  5367. result of an ANY or SIG query, the resolver failed
  5368. to setup the return event's rdatasets, causing an
  5369. assertion failure in the query code. [RT #881]
  5370. 743. [bug] Receiving a large number of certain malformed
  5371. answers could cause named to stop responding.
  5372. [RT #861]
  5373. 742. [placeholder]
  5374. 741. [port] Support openssl-engine. [RT #709]
  5375. 740. [port] Handle openssl library mismatches slightly better.
  5376. 739. [port] Look for /dev/random in configure, rather than
  5377. assuming it will be there for only a predefined
  5378. set of OSes.
  5379. 738. [bug] If a non-threadsafe sdb driver supported AXFR and
  5380. received an AXFR request, it would deadlock or die
  5381. with an assertion failure. [RT #852]
  5382. 737. [port] stdtime.c failed to compile on certain platforms.
  5383. 736. [func] New functions isc_task_{begin,end}exclusive().
  5384. 735. [doc] Add BIND 4 migration notes.
  5385. 734. [bug] An attempt to re-lock the zone lock could occur if
  5386. the server was shutdown during a zone transfer.
  5387. [RT #830]
  5388. 733. [bug] Reference counts of dns_acl_t objects need to be
  5389. locked but were not. [RT #801, #821]
  5390. 732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
  5391. 731. [bug] Certain zone errors could cause named-checkzone to
  5392. fail ungracefully. [RT #819]
  5393. 730. [bug] lwres_getaddrinfo() returns the correct result when
  5394. it fails to contact a server. [RT #768]
  5395. 729. [port] pthread_setconcurrency() needs to be called on Solaris.
  5396. 728. [bug] Fix comment processing on master file directives.
  5397. [RT# 757]
  5398. 727. [port] Work around OS bug where accept() succeeds but
  5399. fails to fill in the peer address of the accepted
  5400. connection, by treating it as an error rather than
  5401. an assertion failure. [RT #809]
  5402. 726. [func] Implement the "trace" and "notrace" commands in rndc.
  5403. 725. [bug] Installing man pages could fail.
  5404. 724. [func] New libisc functions isc_netaddr_any(),
  5405. isc_netaddr_any6().
  5406. 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
  5407. to return DNS_R_SERVFAIL. [RT #783]
  5408. 722. [func] Allow incremental loads to be canceled.
  5409. 721. [cleanup] Load manager and dns_master_loadfilequota() are no
  5410. more.
  5411. 720. [bug] Server could enter infinite loop in
  5412. dispatch.c:do_cancel(). [RT #733]
  5413. 719. [bug] Rapid reloads could trigger an assertion failure.
  5414. [RT #743, #763]
  5415. 718. [cleanup] "internal" is no longer a reserved word in named.conf.
  5416. [RT #753, #731]
  5417. 717. [bug] Certain TKEY processing failure modes could
  5418. reference an uninitialized variable, causing the
  5419. server to crash. [RT #750]
  5420. 716. [bug] The first line of a $INCLUDE master file was lost if
  5421. an origin was specified. [RT #744]
  5422. 715. [bug] Resolving some A6 chains could cause an assertion
  5423. failure in adb.c. [RT #738]
  5424. 714. [bug] Preserve interval timers across reloads unless changed.
  5425. [RT# 729]
  5426. 713. [func] named-checkconf takes '-t directory' similar to named.
  5427. [RT #726]
  5428. 712. [bug] Sending a large signed update message caused an
  5429. assertion failure. [RT #718]
  5430. 711. [bug] The libisc and liblwres implementations of
  5431. inet_ntop contained an off by one error.
  5432. 710. [func] The forwarders statement now takes an optional
  5433. port. [RT #418]
  5434. 709. [bug] ANY or SIG queries for data with a TTL of 0
  5435. would return SERVFAIL. [RT #620]
  5436. 708. [bug] When building with --with-openssl, the openssl headers
  5437. included with BIND 9 should not be used. [RT #702]
  5438. 707. [func] The "filename" argument to named-checkzone is no
  5439. longer optional, to reduce confusion. [RT #612]
  5440. 706. [bug] Zones with an explicit "allow-update { none; };"
  5441. were considered dynamic and therefore not reloaded
  5442. on SIGHUP or "rndc reload".
  5443. 705. [port] Work out resource limit type for use where rlim_t is
  5444. not available. [RT #695]
  5445. 704. [port] RLIMIT_NOFILE is not available on all platforms.
  5446. [RT #695]
  5447. 703. [port] sys/select.h is needed on older platforms. [RT #695]
  5448. 702. [func] If the address 0.0.0.0 is seen in resolv.conf,
  5449. use 127.0.0.1 instead. [RT #693]
  5450. 701. [func] Root hints are now fully optional. Class IN
  5451. views use compiled-in hints by default, as
  5452. before. Non-IN views with no root hints now
  5453. provide authoritative service but not recursion.
  5454. A warning is logged if a view has neither root
  5455. hints nor authoritative data for the root. [RT #696]
  5456. 700. [bug] $GENERATE range check was wrong. [RT #688]
  5457. 699. [bug] The lexer mishandled empty quoted strings. [RT #694]
  5458. 698. [bug] Aborting nsupdate with ^C would lead to several
  5459. race conditions.
  5460. 697. [bug] nsupdate was not compatible with the undocumented
  5461. BIND 8 behavior of ignoring TTLs in "update delete"
  5462. commands. [RT #693]
  5463. 696. [bug] lwresd would die with an assertion failure when passed
  5464. a zero-length name. [RT #692]
  5465. 695. [bug] If the resolver attempted to query a blackholed or
  5466. bogus server, the resolution would fail immediately.
  5467. 694. [bug] $GENERATE did not produce the last entry.
  5468. [RT #682, #683]
  5469. 693. [bug] An empty lwres statement in named.conf caused
  5470. the server to crash while loading.
  5471. 692. [bug] Deal with systems that have getaddrinfo() but not
  5472. gai_strerror(). [RT #679]
  5473. 691. [bug] Configuring per-view forwarders caused an assertion
  5474. failure. [RT #675, #734]
  5475. 690. [func] $GENERATE now supports DNAME. [RT #654]
  5476. 689. [doc] man pages are now installed. [RT #210]
  5477. 688. [func] "make tags" now works on systems with the
  5478. "Exuberant Ctags" etags.
  5479. 687. [bug] Only say we have IPv6, with sufficient functionality,
  5480. if it has actually been tested. [RT #586]
  5481. 686. [bug] dig and nslookup can now be properly aborted during
  5482. blocking operations. [RT #568]
  5483. 685. [bug] nslookup should use the search list/domain options
  5484. from resolv.conf by default. [RT #405, #630]
  5485. 684. [bug] Memory leak with view forwarders. [RT #656]
  5486. 683. [bug] File descriptor leak in isc_lex_openfile().
  5487. 682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
  5488. 681. [bug] $GENERATE specifying output format was broken. [RT #653]
  5489. 680. [bug] dns_rdata_fromstruct() mishandled options bigger
  5490. than 255 octets.
  5491. 679. [bug] $INCLUDE could leak memory and file descriptors on
  5492. reload. [RT #639]
  5493. 678. [bug] "transfer-format one-answer;" could trigger an assertion
  5494. failure. [RT #646]
  5495. 677. [bug] dnssec-signzone would occasionally use the wrong ttl
  5496. for database operations and fail. [RT #643]
  5497. 676. [bug] Log messages about lame servers to category
  5498. 'lame-servers' rather than 'resolver', so as not
  5499. to be gratuitously incompatible with BIND 8.
  5500. 675. [bug] TKEY queries could cause the server to leak
  5501. memory.
  5502. 674. [func] Allow messages to be TSIG signed / verified using
  5503. a offset from the current time.
  5504. 673. [func] The server can now convert RFC1886-style recursive
  5505. lookup requests into RFC2874-style lookups, when
  5506. enabled using the new option "allow-v6-synthesis".
  5507. 672. [bug] The wrong time was in the "time signed" field when
  5508. replying with BADTIME error.
  5509. 671. [bug] The message code was failing to parse a message with
  5510. no question section and a TSIG record. [RT #628]
  5511. 670. [bug] The lwres replacements for getaddrinfo and
  5512. getipnodebyname didn't properly check for the
  5513. existence of the sockaddr sa_len field.
  5514. 669. [bug] dnssec-keygen now makes the public key file
  5515. non-world-readable for symmetric keys. [RT #403]
  5516. 668. [func] named-checkzone now reports multiple errors in master
  5517. files.
  5518. 667. [bug] On Linux, running named with the -u option and a
  5519. non-world-readable configuration file didn't work.
  5520. [RT #626]
  5521. 666. [bug] If a request sent by dig is longer than 512 bytes,
  5522. use TCP.
  5523. 665. [bug] Signed responses were not sent when the size of the
  5524. TSIG + question exceeded the maximum message size.
  5525. [RT #628]
  5526. 664. [bug] The t_tasks and t_timers module tests are now skipped
  5527. when building without threads, since they require
  5528. threads.
  5529. 663. [func] Accept a size_spec, not just an integer, in the
  5530. (unimplemented and ignored) max-ixfr-log-size option
  5531. for compatibility with recent versions of BIND 8.
  5532. [RT #613]
  5533. 662. [bug] dns_rdata_fromtext() failed to log certain errors.
  5534. 661. [bug] Certain UDP IXFR requests caused an assertion failure
  5535. (mpctx->allocated == 0). [RT #355, #394, #623]
  5536. 660. [port] Detect multiple CPUs on HP-UX and IRIX.
  5537. 659. [performance] Rewrite the name compression code to be much faster.
  5538. 658. [cleanup] Remove all vestiges of 16 bit global compression.
  5539. 657. [bug] When a listen-on statement in an lwres block does not
  5540. specify a port, use 921, not 53. Also update the
  5541. listen-on documentation. [RT #616]
  5542. 656. [func] Treat an unescaped newline in a quoted string as
  5543. an error. This means that TXT records with missing
  5544. close quotes should have meaningful errors printed.
  5545. 655. [bug] Improve error reporting on unexpected eof when loading
  5546. zones. [RT #611]
  5547. 654. [bug] Origin was being forgotten in TCP retries in dig.
  5548. [RT #574]
  5549. 653. [bug] +defname option in dig was reversed in sense.
  5550. [RT #549]
  5551. 652. [bug] zone_saveunique() did not report the new name.
  5552. 651. [func] The AD bit in responses now has the meaning
  5553. specified in <draft-ietf-dnsext-ad-is-secure>.
  5554. 650. [bug] SIG(0) records were being generated and verified
  5555. incorrectly. [RT #606]
  5556. 649. [bug] It was possible to join to an already running fctx
  5557. after it had "cloned" its events, but before it sent
  5558. them. In this case, the event of the newly joined
  5559. fetch would not contain the answer, and would
  5560. trigger the INSIST() in fctx_sendevents(). In
  5561. BIND 9.0, this bug did not trigger an INSIST(), but
  5562. caused the fetch to fail with a SERVFAIL result.
  5563. [RT #588, #597, #605, #607]
  5564. 648. [port] Add support for pre-RFC2133 IPv6 implementations.
  5565. 647. [bug] Resolver queries sent after following multiple
  5566. referrals had excessively long retransmission
  5567. timeouts due to incorrectly counting the referrals
  5568. as "restarts".
  5569. 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
  5570. didn't _cleanly_ fix the problem it was trying to fix.
  5571. 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
  5572. 644. [bug] #622 needed more work. [RT #562]
  5573. 643. [bug] xfrin error messages made more verbose, added class
  5574. of the zone. [RT# 599]
  5575. 642. [bug] Break the exit_check() race in the zone module.
  5576. [RT #598]
  5577. --- 9.1.0b2 released ---
  5578. 641. [bug] $GENERATE caused a uninitialized link to be used.
  5579. [RT #595]
  5580. 640. [bug] Memory leak in error path could cause
  5581. "mpctx->allocated == 0" failure. [RT #584]
  5582. 639. [bug] Reading entropy from the keyboard would sometimes fail.
  5583. [RT #591]
  5584. 638. [port] lib/isc/random.c needed to explicitly include time.h
  5585. to get a prototype for time() when pthreads was not
  5586. being used. [RT #592]
  5587. 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
  5588. lib/isc/print.c. Also allow lib/isc/print.c to
  5589. be compiled even if the platform does not need it.
  5590. [RT #592]
  5591. 636. [port] Shut up MSVC++ about a possible loss of precision
  5592. in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
  5593. 635. [bug] Reloading a server with a configured blackhole list
  5594. would cause an assertion. [RT #590]
  5595. 634. [bug] A log file will completely stop being written when
  5596. it reaches the maximum size in all cases, not just
  5597. when versioning is also enabled. [RT #570]
  5598. 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
  5599. 632. [bug] The index array of the journal file was
  5600. corrupted as it was written to disk.
  5601. 631. [port] Build without thread support on systems without
  5602. pthreads.
  5603. 630. [bug] Locking failure in zone code. [RT #582]
  5604. 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
  5605. when responding to a UDP IXFR request.
  5606. 628. [bug] If the root hints contained only AAAA addresses,
  5607. named would be unable to perform resolution.
  5608. 627. [bug] The EDNS0 blackhole detection code of change 324
  5609. waited for three retransmissions to each server,
  5610. which takes much too long when a domain has many
  5611. name servers and all of them drop EDNS0 queries.
  5612. Now we retry without EDNS0 after three consecutive
  5613. timeouts, even if they are all from different
  5614. servers. [RT #143]
  5615. 626. [bug] The lightweight resolver daemon no longer crashes
  5616. when asked for a SIG rrset. [RT #558]
  5617. 625. [func] Zones now inherit their class from the enclosing view.
  5618. 624. [bug] The zone object could get timer events after it had
  5619. been destroyed, causing a server crash. [RT #571]
  5620. 623. [func] Added "named-checkconf" and "named-checkzone" program
  5621. for syntax checking named.conf files and zone files,
  5622. respectively.
  5623. 622. [bug] A canceled request could be destroyed before
  5624. dns_request_destroy() was called. [RT #562]
  5625. 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
  5626. This mostly affects Red Hat Linux 7.0, which has
  5627. conflicts between libc and the kernel.
  5628. 620. [bug] dns_master_load*inc() now require 'task' and 'load'
  5629. to be non-null. Also 'done' will not be called if
  5630. dns_master_load*inc() fails immediately. [RT #565]
  5631. 619. [placeholder]
  5632. 618. [bug] Queries to a signed zone could sometimes cause
  5633. an assertion failure.
  5634. 617. [bug] When using dynamic update to add a new RR to an
  5635. existing RRset with a different TTL, the journal
  5636. entries generated from the update did not include
  5637. explicit deletions and re-additions of the existing
  5638. RRs to update their TTL to the new value.
  5639. 616. [func] dnssec-signzone -t output now includes performance
  5640. statistics.
  5641. 615. [bug] dnssec-signzone did not like child keysets signed
  5642. by multiple keys.
  5643. 614. [bug] Checks for uninitialized link fields were prone
  5644. to false positives, causing assertion failures.
  5645. The checks are now disabled by default and may
  5646. be re-enabled by defining ISC_LIST_CHECKINIT.
  5647. 613. [bug] "rndc reload zone" now reloads primary zones.
  5648. It previously only updated slave and stub zones,
  5649. if an SOA query indicated an out of date serial.
  5650. 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
  5651. complains relentlessly about how its treatment
  5652. of 'const' has changed as well as how casting
  5653. sometimes tightens alignment constraints.
  5654. 611. [func] allow-notify can be used to permit processing of
  5655. notify messages from hosts other than a slave's
  5656. masters.
  5657. 610. [func] rndc dumpdb is now supported.
  5658. 609. [bug] getrrsetbyname() would crash lwresd if the server
  5659. found more SIGs than answers. [RT #554]
  5660. 608. [func] dnssec-signzone now adds a comment to the zone
  5661. with the time the file was signed.
  5662. 607. [bug] nsupdate would fail if it encountered a CNAME or
  5663. DNAME in a response to an SOA query. [RT #515]
  5664. 606. [bug] Compiling with --disable-threads failed due
  5665. to isc_thread_self() being incorrectly defined
  5666. as an integer rather than a function.
  5667. 605. [func] New function isc_lex_getlasttokentext().
  5668. 604. [bug] The named.conf parser could print incorrect line
  5669. numbers when long comments were present.
  5670. 603. [bug] Make dig handle multiple types or classes on the same
  5671. query more correctly.
  5672. 602. [func] Cope automatically with UnixWare's broken
  5673. IN6_IS_ADDR_* macros. [RT #539]
  5674. 601. [func] Return a non-zero exit code if an update fails
  5675. in nsupdate.
  5676. 600. [bug] Reverse lookups sometimes failed in dig, etc...
  5677. 599. [func] Added four new functions to the libisc log API to
  5678. support i18n messages. isc_log_iwrite(),
  5679. isc_log_ivwrite(), isc_log_iwrite1() and
  5680. isc_log_ivwrite1() were added.
  5681. 598. [bug] An update-policy statement would cause the server
  5682. to assert while loading. [RT #536]
  5683. 597. [func] dnssec-signzone is now multi-threaded.
  5684. 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
  5685. not mutually exclusive.
  5686. 595. [port] On Linux 2.2, socket() returns EINVAL when it
  5687. should return EAFNOSUPPORT. Work around this.
  5688. [RT #531]
  5689. 594. [func] sdb drivers are now assumed to not be thread-safe
  5690. unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
  5691. 593. [bug] If a secure zone was missing all its NXTs and
  5692. a dynamic update was attempted, the server entered
  5693. an infinite loop.
  5694. 592. [bug] The sig-validity-interval option now specifies a
  5695. number of days, not seconds. This matches the
  5696. documentation. [RT #529]
  5697. --- 9.1.0b1 released ---
  5698. 591. [bug] Work around non-reentrancy in openssl by disabling
  5699. pre-computation in keys.
  5700. 590. [doc] There are now man pages for the lwres library in
  5701. doc/man/lwres.
  5702. 589. [bug] The server could deadlock if a zone was updated
  5703. while being transferred out.
  5704. 588. [bug] ctx->in_use was not being correctly initialized when
  5705. when pushing a file for $INCLUDE. [RT #523]
  5706. 587. [func] A warning is now printed if the "allow-update"
  5707. option allows updates based on the source IP
  5708. address, to alert users to the fact that this
  5709. is insecure and becoming increasingly so as
  5710. servers capable of update forwarding are being
  5711. deployed.
  5712. 586. [bug] multiple views with the same name were fatal. [RT #516]
  5713. 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
  5714. now support 'exact' additions in a similar manner to
  5715. dns_db_subtractrdataset() and dns_rdataslab_subtract().
  5716. 584. [func] You can now say 'notify explicit'; to suppress
  5717. notification of the servers listed in NS records
  5718. and notify only those servers listed in the
  5719. 'also-notify' option.
  5720. 583. [func] "rndc querylog" will now toggle logging of
  5721. queries, like "ndc querylog" in BIND 8.
  5722. 582. [bug] dns_zone_idetach() failed to lock the zone.
  5723. [RT #199, #463]
  5724. 581. [bug] log severity was not being correctly processed.
  5725. [RT #485]
  5726. 580. [func] Ignore trailing garbage on incoming DNS packets,
  5727. for interoperability with broken server
  5728. implementations. [RT #491]
  5729. 579. [bug] nsupdate did not take a filename to read update from.
  5730. [RT #492]
  5731. 578. [func] New config option "notify-source", to specify the
  5732. source address for notify messages.
  5733. 577. [func] Log illegal RDATA combinations. e.g. multiple
  5734. singleton types, cname and other data.
  5735. 576. [doc] isc_log_create() description did not match reality.
  5736. 575. [bug] isc_log_create() was not setting internal state
  5737. correctly to reflect the default channels created.
  5738. 574. [bug] TSIG signed queries sent by the resolver would fail to
  5739. have their responses validated and would leak memory.
  5740. 573. [bug] The journal files of IXFRed slave zones were
  5741. inadvertently discarded on server reload, causing
  5742. "journal out of sync with zone" errors on subsequent
  5743. reloads. [RT #482]
  5744. 572. [bug] Quoted strings were not accepted as key names in
  5745. address match lists.
  5746. 571. [bug] It was possible to create an rdataset of singleton
  5747. type which had more than one rdata. [RT #154]
  5748. [RT #279]
  5749. 570. [bug] rbtdb.c allowed zones containing nodes which had
  5750. both a CNAME and "other data". [RT #154]
  5751. 569. [func] The DNSSEC AD bit will not be set on queries which
  5752. have not requested a DNSSEC response.
  5753. 568. [func] Add sample simple database drivers in contrib/sdb.
  5754. 567. [bug] Setting the zone transfer timeout to zero caused an
  5755. assertion failure. [RT #302]
  5756. 566. [func] New public function dns_timer_setidle().
  5757. 565. [func] Log queries more like BIND 8: query logging is now
  5758. done to category "queries", level "info". [RT #169]
  5759. 564. [func] Add sortlist support to lwresd.
  5760. 563. [func] New public functions dns_rdatatype_format() and
  5761. dns_rdataclass_format(), for convenient formatting
  5762. of rdata type/class mnemonics in log messages.
  5763. 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
  5764. 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
  5765. clauses of the options{} statement are now implemented.
  5766. 560. [bug] dns_name_split did not properly the resulting prefix
  5767. when a maximal length bitstring label was split which
  5768. was preceded by another bitstring label. [RT #429]
  5769. 559. [bug] dns_name_split did not properly create the suffix
  5770. when splitting within a maximal length bitstring label.
  5771. 558. [func] New functions, isc_resource_getlimit and
  5772. isc_resource_setlimit.
  5773. 557. [func] Symbolic constants for libisc integral types.
  5774. 556. [func] The DNSSEC OK bit in the EDNS extended flags
  5775. is now implemented. Responses to queries without
  5776. this bit set will not contain any DNSSEC records.
  5777. 555. [bug] A slave server attempting a zone transfer could
  5778. crash with an assertion failure on certain
  5779. malformed responses from the master. [RT #457]
  5780. 554. [bug] In some cases, not all of the dnssec tools were
  5781. properly installed.
  5782. 553. [bug] Incoming zone transfers deferred due to quota
  5783. were not started when quota was increased but
  5784. only when a transfer in progress finished. [RT #456]
  5785. 552. [bug] We were not correctly detecting the end of all c-style
  5786. comments. [RT #455]
  5787. 551. [func] Implemented the 'sortlist' option.
  5788. 550. [func] Support unknown rdata types and classes.
  5789. 549. [bug] "make" did not immediately abort the build when a
  5790. subdirectory make failed [RT #450].
  5791. 548. [func] The lexer now ungets tokens more correctly.
  5792. 547. [placeholder]
  5793. 546. [func] Option 'lame-ttl' is now implemented.
  5794. 545. [func] Name limit and counting options removed from dig;
  5795. they didn't work properly, and cannot be correctly
  5796. implemented without significant changes.
  5797. 544. [func] Add statistics option, enable statistics-file option,
  5798. add RNDC option "dump-statistics" to write out a
  5799. query statistics file.
  5800. 543. [doc] The 'port' option is now documented.
  5801. 542. [func] Add support for update forwarding as required for
  5802. full compliance with RFC2136. It is turned off
  5803. by default and can be enabled using the
  5804. 'allow-update-forwarding' option.
  5805. 541. [func] Add bogus server support.
  5806. 540. [func] Add dialup support.
  5807. 539. [func] Support the blackhole option.
  5808. 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
  5809. 537. [placeholder]
  5810. 536. [func] Use transfer-source{-v6} when sending refresh queries.
  5811. Transfer-source{-v6} now take a optional port
  5812. parameter for setting the UDP source port. The port
  5813. parameter is ignored for TCP.
  5814. 535. [func] Use transfer-source{-v6} when forwarding update
  5815. requests.
  5816. 534. [func] Ancestors have been removed from RBT chains. Ancestor
  5817. information can be discerned via node parent pointers.
  5818. 533. [func] Incorporated name hashing into the RBT database to
  5819. improve search speed.
  5820. 532. [func] Implement DNS UPDATE pseudo records using
  5821. DNS_RDATA_UPDATE flag.
  5822. 531. [func] Rdata really should be initialized before being assigned
  5823. to (dns_rdata_fromwire(), dns_rdata_fromtext(),
  5824. dns_rdata_clone(), dns_rdata_fromregion()),
  5825. check that it is.
  5826. 530. [func] New function dns_rdata_invalidate().
  5827. 529. [bug] 521 contained a bug which caused zones to always
  5828. reload. [RT #410]
  5829. 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
  5830. on their arguments. ISC_LIST_XXXXUNSAFE can be use
  5831. to skip the checks however use with caution.
  5832. 527. [func] New function dns_rdata_clone().
  5833. 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
  5834. of 0.
  5835. 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
  5836. and 'flags' for dns_rdataslab_subtract() allowing you
  5837. to request that the RR's must exist prior to deletion.
  5838. DNS_R_NOTEXACT is returned if the condition is not met.
  5839. 524. [func] The 'forward' and 'forwarders' statement in
  5840. non-forward zones should work now.
  5841. 523. [doc] The source to the Administrator Reference Manual is
  5842. now an XML file using the DocBook DTD, and is included
  5843. in the distribution. The plain text version of the
  5844. ARM is temporarily unavailable while we figure out
  5845. how to generate readable plain text from the XML.
  5846. 522. [func] The lightweight resolver daemon can now use
  5847. a real configuration file, and its functionality
  5848. can be provided by a name server. Also, the -p and -P
  5849. options to lwresd have been reversed.
  5850. 521. [bug] Detect master files which contain $INCLUDE and always
  5851. reload. [RT #196]
  5852. 520. [bug] Upgraded libtool to 1.3.5, which makes shared
  5853. library builds almost work on AIX (and possibly
  5854. others).
  5855. 519. [bug] dns_name_split() would improperly split some bitstring
  5856. labels, zeroing a few of the least significant bits in
  5857. the prefix part. When such an improperly created
  5858. prefix was returned to the RBT database, the bogus
  5859. label was dutifully stored, corrupting the tree.
  5860. [RT #369]
  5861. 518. [bug] The resolver did not realize that a DNAME which was
  5862. "the answer" to the client's query was "the answer",
  5863. and such queries would fail. [RT #399]
  5864. 517. [bug] The resolver's DNAME code would trigger an assertion
  5865. if there was more than one DNAME in the chain.
  5866. [RT #399]
  5867. 516. [bug] Cache lookups which had a NULL node pointer, e.g.
  5868. those by dns_view_find(), and which would match a
  5869. DNAME, would trigger an INSIST(!search.need_cleanup)
  5870. assertion. [RT #399]
  5871. 515. [bug] The ssu table was not being attached / detached
  5872. by dns_zone_[sg]etssutable. [RT#397]
  5873. 514. [func] Retry refresh and notify queries if they timeout.
  5874. [RT #388]
  5875. 513. [func] New functionality added to rdnc and server to allow
  5876. individual zones to be refreshed or reloaded.
  5877. 512. [bug] The zone transfer code could throw an exception with
  5878. an invalid IXFR stream.
  5879. 511. [bug] The message code could throw an assertion on an
  5880. out of memory failure. [RT #392]
  5881. 510. [bug] Remove spurious view notify warning. [RT #376]
  5882. 509. [func] Add support for write of zone files on shutdown.
  5883. 508. [func] dns_message_parse() can now do a best-effort
  5884. attempt, which should allow dig to print more invalid
  5885. messages.
  5886. 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
  5887. and dns_view_flushanddetach().
  5888. 506. [func] Do not fail to start on errors in zone files.
  5889. 505. [bug] nsupdate was printing "unknown result code". [RT #373]
  5890. 504. [bug] The zone was not being marked as dirty when updated via
  5891. IXFR.
  5892. 503. [bug] dumptime was not being set along with
  5893. DNS_ZONEFLG_NEEDDUMP.
  5894. 502. [func] On a SERVFAIL reply, DiG will now try the next server
  5895. in the list, unless the +fail option is specified.
  5896. 501. [bug] Incorrect port numbers were being displayed by
  5897. nslookup. [RT #352]
  5898. 500. [func] Nearly useless +details option removed from DiG.
  5899. 499. [func] In DiG, specifying a class with -c or type with -t
  5900. changes command-line parsing so that classes and
  5901. types are only recognized if following -c or -t.
  5902. This allows hosts with the same name as a class or
  5903. type to be looked up.
  5904. 498. [doc] There is now a man page for "dig"
  5905. in doc/man/bin/dig.1.
  5906. 497. [bug] The error messages printed when an IP match list
  5907. contained a network address with a nonzero host
  5908. part where not sufficiently detailed. [RT #365]
  5909. 496. [bug] named didn't sanity check numeric parameters. [RT #361]
  5910. 495. [bug] nsupdate was unable to handle large records. [RT #368]
  5911. 494. [func] Do not cache NXDOMAIN responses for SOA queries.
  5912. 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
  5913. for SOA queries. This makes it easier to locate
  5914. the containing zone without polluting intermediate
  5915. caches.
  5916. 492. [bug] attempting to reload a zone caused the server fail
  5917. to shutdown cleanly. [RT #360]
  5918. 491. [bug] nsupdate would segfault when sending certain
  5919. prerequisites with empty RDATA. [RT #356]
  5920. 490. [func] When a slave/stub zone has not yet successfully
  5921. obtained an SOA containing the zone's configured
  5922. retry time, perform the SOA query retries using
  5923. exponential backoff. [RT #337]
  5924. 489. [func] The zone manager now has a "i/o" queue.
  5925. 488. [bug] Locks weren't properly destroyed in some cases.
  5926. 487. [port] flockfile() is not defined on all systems.
  5927. 486. [bug] nslookup: "set all" and "server" commands showed
  5928. the incorrect port number if a port other than 53
  5929. was specified. [RT #352]
  5930. 485. [func] When dig had more than one server to query, it would
  5931. send all of the messages at the same time. Add
  5932. rate limiting of the transmitted messages.
  5933. 484. [bug] When the server was reloaded after removing addresses
  5934. from the named.conf "listen-on" statement, sockets
  5935. were still listening on the removed addresses due
  5936. to reference count loops. [RT #325]
  5937. 483. [bug] nslookup: "set all" showed a "search" option but it
  5938. was not settable.
  5939. 482. [bug] nslookup: a plain "server" or "lserver" should be
  5940. treated as a lookup.
  5941. 481. [bug] nslookup:get_next_command() stack size could exceed
  5942. per thread limit.
  5943. 480. [bug] strtok() is not thread safe. [RT #349]
  5944. 479. [func] The test suite can now be run by typing "make check"
  5945. or "make test" at the top level.
  5946. 478. [bug] "make install" failed if the directory specified with
  5947. --prefix did not already exist.
  5948. 477. [bug] The the isc-config.sh script could be installed before
  5949. its directory was created. [RT #324]
  5950. 476. [bug] A zone could expire while a zone transfer was in
  5951. progress triggering a INSIST failure. [RT #329]
  5952. 475. [bug] query_getzonedb() sometimes returned a non-null version
  5953. on failure. This caused assertion failures when
  5954. generating query responses where names subject to
  5955. additional section processing pointed to a zone
  5956. to which access had been denied by means of the
  5957. allow-query option. [RT #336]
  5958. 474. [bug] The mnemonic of the CHAOS class is CH according to
  5959. RFC1035, but it was printed and read only as CHAOS.
  5960. We now accept both forms as input, and print it
  5961. as CH. [RT #305]
  5962. 473. [bug] nsupdate overran the end of the list of name servers
  5963. when no servers could be reached, typically causing
  5964. it to print the error message "dns_request_create:
  5965. not implemented".
  5966. 472. [bug] Off-by-one error caused isc_time_add() to sometimes
  5967. produce invalid time values.
  5968. 471. [bug] nsupdate didn't compile on HP/UX 10.20
  5969. 470. [func] $GENERATE is now supported. See also
  5970. doc/misc/migration.
  5971. 469. [bug] "query-source address * port 53;" now works.
  5972. 468. [bug] dns_master_load*() failed to report file and line
  5973. number in certain error conditions.
  5974. 467. [bug] dns_master_load*() failed to log an error if
  5975. pushfile() failed.
  5976. 466. [bug] dns_master_load*() could return success when it failed.
  5977. 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
  5978. omapi_value_storeint().
  5979. 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
  5980. 463. [bug] nsupdate sent malformed SOA queries to the second
  5981. and subsequent name servers in resolv.conf if the
  5982. query sent to the first one failed.
  5983. 462. [bug] --disable-ipv6 should work now.
  5984. 461. [bug] Specifying an unknown key in the "keys" clause of the
  5985. "controls" statement caused a NULL pointer dereference.
  5986. [RT #316]
  5987. 460. [bug] Much of the DNSSEC code only worked with class IN.
  5988. 459. [bug] Nslookup processed the "set" command incorrectly.
  5989. 458. [bug] Nslookup didn't properly check class and type values.
  5990. [RT #305]
  5991. 457. [bug] Dig/host/hslookup didn't properly handle connect
  5992. timeouts in certain situations, causing an
  5993. unnecessary warning message to be printed.
  5994. 456. [bug] Stub zones were not resetting the refresh and expire
  5995. counters, loadtime or clearing the DNS_ZONE_REFRESH
  5996. (refresh in progress) flag upon successful update.
  5997. This disabled further refreshing of the stub zone,
  5998. causing it to eventually expire. [RT #300]
  5999. 455. [doc] Document IPv4 prefix notation does not require a
  6000. dotted decimal quad but may be just dotted decimal.
  6001. 454. [bug] Enforce dotted decimal and dotted decimal quad where
  6002. documented as such in named.conf. [RT #304, RT #311]
  6003. 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
  6004. is specified in named.conf. [RT #306]
  6005. 452. [bug] Warn if the unimplemented option "statistics-file"
  6006. is specified in named.conf. [RT #301]
  6007. 451. [func] Update forwarding implemented.
  6008. 450. [func] New function ns_client_sendraw().
  6009. 449. [bug] isc_bitstring_copy() only works correctly if the
  6010. two bitstrings have the same lsb0 value, but this
  6011. requirement was not documented, nor was there a
  6012. REQUIRE for it.
  6013. 448. [bug] Host output formatting change, to match v8. [RT #255]
  6014. 447. [bug] Dig didn't properly retry in TCP mode after
  6015. a truncated reply. [RT #277]
  6016. 446. [bug] Confusing notify log message. [RT #298]
  6017. 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
  6018. bitstring triggered a REQUIRE statement. The REQUIRE
  6019. statement was incorrect. [RT #297]
  6020. 444. [func] "recursion denied" messages are always logged at
  6021. debug level 1, now, rather than sometimes at ERROR.
  6022. This silences these warnings in the usual case, where
  6023. some clients set the RD bit in all queries.
  6024. 443. [bug] When loading a master file failed because of an
  6025. unrecognized RR type name, the error message
  6026. did not include the file name and line number.
  6027. [RT #285]
  6028. 442. [bug] TSIG signed messages that did not match any view
  6029. crashed the server. [RT #290]
  6030. 441. [bug] Nodes obscured by a DNAME were inaccessible even
  6031. when DNS_DBFIND_GLUEOK was set.
  6032. 440. [func] New function dns_zone_forwardupdate().
  6033. 439. [func] New function dns_request_createraw().
  6034. 438. [func] New function dns_message_getrawmessage().
  6035. 437. [func] Log NOTIFY activity to the notify channel.
  6036. 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
  6037. which sometimes happens on Linux, named would enter
  6038. a busy loop. Also, unexpected socket errors were
  6039. not logged at a high enough logging level to be
  6040. useful in diagnosing this situation. [RT #275]
  6041. 435. [bug] dns_zone_dump() overwrote existing zone files
  6042. rather than writing to a temporary file and
  6043. renaming. This could lead to empty or partial
  6044. zone files being left around in certain error
  6045. conditions involving the initial transfer of a
  6046. slave zone, interfering with subsequent server
  6047. startup. [RT #282]
  6048. 434. [func] New function isc_file_isabsolute().
  6049. 433. [func] isc_base64_decodestring() now accepts newlines
  6050. within the base64 data. This makes it possible
  6051. to break up the key data in a "trusted-keys"
  6052. statement into multiple lines. [RT #284]
  6053. 432. [func] Added refresh/retry jitter. The actual refresh/
  6054. retry time is now a random value between 75% and
  6055. 100% of the configured value.
  6056. 431. [func] Log at ISC_LOG_INFO when a zone is successfully
  6057. loaded.
  6058. 430. [bug] Rewrote the lightweight resolver client management
  6059. code to handle shutdown correctly and general
  6060. cleanup.
  6061. 429. [bug] The space reserved for a TSIG record in a response
  6062. was 2 bytes too short, leading to message
  6063. generation failures.
  6064. 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
  6065. DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
  6066. (e.g. glue). This could cause SERVFAILs when
  6067. generating negative responses in a secure zone.
  6068. 427. [bug] Avoid going into an infinite loop when the validator
  6069. gets a negative response to a key query where the
  6070. records are signed by the missing key.
  6071. 426. [bug] Attempting to generate an oversized RSA key could
  6072. cause dnssec-keygen to dump core.
  6073. 425. [bug] Warn about the auth-nxdomain default value change
  6074. if there is no auth-nxdomain statement in the
  6075. config file. [RT #287]
  6076. 424. [bug] notify_createmessage() could trigger an assertion
  6077. failure when creating the notify message failed,
  6078. e.g. due to corrupt zones with multiple SOA records.
  6079. [RT #279]
  6080. 423. [bug] When responding to a recursive query, errors that occur
  6081. after following a CNAME should cause the query to fail.
  6082. [RT #274]
  6083. 422. [func] get rid of isc_random_t, and make isc_random_get()
  6084. and isc_random_jitter() use rand() internally
  6085. instead of local state. Note that isc_random_*()
  6086. functions are only for weak, non-critical "randomness"
  6087. such as timing jitter and such.
  6088. 421. [bug] nslookup would exit when given a blank line as input.
  6089. 420. [bug] nslookup failed to implement the "exit" command.
  6090. 419. [bug] The certificate type PKIX was misspelled as SKIX.
  6091. 418. [bug] At debug levels >= 10, getting an unexpected
  6092. socket receive error would crash the server
  6093. while trying to log the error message.
  6094. 417. [func] Add isc_app_block() and isc_app_unblock(), which
  6095. allow an application to handle signals while
  6096. blocking.
  6097. 416. [bug] Slave zones with no master file tried to use a
  6098. NULL pointer for a journal file name when they
  6099. received an IXFR. [RT #273]
  6100. 415. [bug] The logging code leaked file descriptors.
  6101. 414. [bug] Server did not shut down until all incoming zone
  6102. transfers were finished.
  6103. 413. [bug] Notify could attempt to use the zone database after
  6104. it had been unloaded. [RT#267]
  6105. 412. [bug] named -v didn't print the version.
  6106. 411. [bug] A typo in the HS A code caused an assertion failure.
  6107. 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
  6108. to a random value on success.
  6109. 409. [bug] If named was shut down early in the startup
  6110. process, ns_omapi_shutdown() would attempt to lock
  6111. an uninitialized mutex. [RT #262]
  6112. 408. [bug] stub zones could leak memory and reference counts if
  6113. all the masters were unreachable.
  6114. 407. [bug] isc_rwlock_lock() would needlessly block
  6115. readers when it reached the read quota even
  6116. if no writers were waiting.
  6117. 406. [bug] Log messages were occasionally lost or corrupted
  6118. due to a race condition in isc_log_doit().
  6119. 405. [func] Add support for selective forwarding (forward zones)
  6120. 404. [bug] The request library didn't completely work with IPv6.
  6121. 403. [bug] "host" did not use the search list.
  6122. 402. [bug] Treat undefined acls as errors, rather than
  6123. warning and then later throwing an assertion.
  6124. [RT #252]
  6125. 401. [func] Added simple database API.
  6126. 400. [bug] SIG(0) signing and verifying was done incorrectly.
  6127. [RT #249]
  6128. 399. [bug] When reloading the server with a config file
  6129. containing a syntax error, it could catch an
  6130. assertion failure trying to perform zone
  6131. maintenance on, or sending notifies from,
  6132. tentatively created zones whose views were
  6133. never fully configured and lacked an address
  6134. database and request manager.
  6135. 398. [bug] "dig" sometimes caught an assertion failure when
  6136. using TSIG, depending on the key length.
  6137. 397. [func] Added utility functions dns_view_gettsig() and
  6138. dns_view_getpeertsig().
  6139. 396. [doc] There is now a man page for "nsupdate"
  6140. in doc/man/bin/nsupdate.8.
  6141. 395. [bug] nslookup printed incorrect RR type mnemonics
  6142. for RRs of type >= 21 [RT #237].
  6143. 394. [bug] Current name was not propagated via $INCLUDE.
  6144. 393. [func] Initial answer while loading (awl) support.
  6145. Entry points: dns_master_loadfileinc(),
  6146. dns_master_loadstreaminc(), dns_master_loadbufferinc().
  6147. Note: calls to dns_master_load*inc() should be rate
  6148. be rate limited so as to not use up all file
  6149. descriptors.
  6150. 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
  6151. not support the given address family requested.
  6152. 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
  6153. 390. [func] The function dns_zone_setdbtype() now takes
  6154. an argc/argv style vector of words and sets
  6155. both the zone database type and its arguments,
  6156. making the functions dns_zone_adddbarg()
  6157. and dns_zone_cleardbargs() unnecessary.
  6158. 389. [bug] Attempting to send a request over IPv6 using
  6159. dns_request_create() on a system without IPv6
  6160. support caused an assertion failure [RT #235].
  6161. 388. [func] dig and host can now do reverse ipv6 lookups.
  6162. 387. [func] Add dns_byaddr_createptrname(), which converts
  6163. an address into the name used by a PTR query.
  6164. 386. [bug] Missing strdup() of ACL name caused random
  6165. ACL matching failures [RT #228].
  6166. 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
  6167. and dns_zt_print().
  6168. 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
  6169. of 2147483647.
  6170. 383. [func] When writing a master file, print the SOA and NS
  6171. records (and their SIGs) before other records.
  6172. 382. [bug] named -u failed on many Linux systems where the
  6173. libc provided kernel headers do not match
  6174. the current kernel.
  6175. 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
  6176. IPV6_PKTINFO if found. [RT #229]
  6177. 380. [bug] nsupdate didn't work with IPv6.
  6178. 379. [func] New library function isc_sockaddr_anyofpf().
  6179. 378. [func] named and lwresd will log the command line arguments
  6180. they were started with in the "starting ..." message.
  6181. 377. [bug] When additional data lookups were refused due to
  6182. "allow-query", the databases were still being
  6183. attached causing reference leaks.
  6184. 376. [bug] The server should always use good entropy when
  6185. performing cryptographic functions needing entropy.
  6186. 375. [bug] Per-zone "allow-query" did not properly override the
  6187. view/global one for CNAME targets and additional
  6188. data [RT #220].
  6189. 374. [bug] SOA in authoritative negative responses had wrong TTL.
  6190. 373. [func] nslookup is now installed by "make install".
  6191. 372. [bug] Deal with Microsoft DNS servers appending two bytes of
  6192. garbage to zone transfer requests.
  6193. 371. [bug] At high debug levels, doing an outgoing zone transfer
  6194. of a very large RRset could cause an assertion failure
  6195. during logging.
  6196. 370. [bug] The error messages for roll-forward failures were
  6197. overly terse.
  6198. 369. [func] Support new named.conf options, view and zone
  6199. statements:
  6200. max-retry-time, min-retry-time,
  6201. max-refresh-time, min-refresh-time.
  6202. 368. [func] Restructure the internal ".bind" view so that more
  6203. zones can be added to it.
  6204. 367. [bug] Allow proper selection of server on nslookup command
  6205. line.
  6206. 366. [func] Allow use of '-' batch file in dig for stdin.
  6207. 365. [bug] nsupdate -k leaked memory.
  6208. 364. [func] Added additional-from-{cache,auth}
  6209. 363. [placeholder]
  6210. 362. [bug] rndc no longer aborts if the configuration file is
  6211. missing an options statement. [RT #209]
  6212. 361. [func] When the RBT find or chain functions set the name and
  6213. origin for a node that stores the root label
  6214. the name is now set to an empty name, instead of ".",
  6215. to simplify later use of the name and origin by
  6216. dns_name_concatenate(), dns_name_totext() or
  6217. dns_name_format().
  6218. 360. [func] dns_name_totext() and dns_name_format() now allow
  6219. an empty name to be passed, which is formatted as "@".
  6220. 359. [bug] dnssec-signzone occasionally signed glue records.
  6221. 358. [cleanup] Rename the intermediate files used by the dnssec
  6222. programs.
  6223. 357. [bug] The zone file parser crashed if the argument
  6224. to $INCLUDE was a quoted string.
  6225. 356. [cleanup] isc_task_send no longer requires event->sender to
  6226. be non-null.
  6227. 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
  6228. 354. [doc] Man pages for the dnssec tools are now included in
  6229. the distribution, in doc/man/dnssec.
  6230. 353. [bug] double increment in lwres/gethost.c:copytobuf().
  6231. [RT# 187]
  6232. 352. [bug] Race condition in dns_client_t startup could cause
  6233. an assertion failure.
  6234. 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
  6235. signed query could crash the server.
  6236. 350. [bug] Also-notify lists specified in the global options
  6237. block were not correctly reference counted, causing
  6238. a memory leak.
  6239. 349. [bug] Processing a query with the CD bit set now works
  6240. as expected.
  6241. 348. [func] New boolean named.conf options 'additional-from-auth'
  6242. and 'additional-from-cache' now supported in view and
  6243. global options statement.
  6244. 347. [bug] Don't crash if an argument is left off options in dig.
  6245. 346. [placeholder]
  6246. 345. [bug] Large-scale changes/cleanups to dig:
  6247. * Significantly improve structure handling
  6248. * Don't pre-load entire batch files
  6249. * Add name/rr counting/limiting
  6250. * Fix SIGINT handling
  6251. * Shorten timeouts to match v8's behavior
  6252. 344. [bug] When shutting down, lwresd sometimes tried
  6253. to shut down its client tasks twice,
  6254. triggering an assertion.
  6255. 343. [bug] Although zone maintenance SOA queries and
  6256. notify requests were signed with TSIG keys
  6257. when configured for the server in case,
  6258. the TSIG was not verified on the response.
  6259. 342. [bug] The wrong name was being passed to
  6260. dns_name_dup() when generating a TSIG
  6261. key using TKEY.
  6262. 341. [func] Support 'key' clause in named.conf zone masters
  6263. statement to allow authentication via TSIG keys:
  6264. masters {
  6265. 10.0.0.1 port 5353 key "foo";
  6266. 10.0.0.2 ;
  6267. };
  6268. 340. [bug] The top-level COPYRIGHT file was missing from
  6269. the distribution.
  6270. 339. [bug] DNSSEC validation of the response to an ANY
  6271. query at a name with a CNAME RR in a secure
  6272. zone triggered an assertion failure.
  6273. 338. [bug] lwresd logged to syslog as named, not lwresd.
  6274. 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
  6275. on the command line.
  6276. 336. [bug] "dig -f" used 64 k of memory for each line in
  6277. the file. It now uses much less, though still
  6278. proportionally to the file size.
  6279. 335. [bug] named would occasionally attempt recursion when
  6280. it was disallowed or undesired.
  6281. 334. [func] Added hmac-md5 to libisc.
  6282. 333. [bug] The resolver incorrectly accepted referrals to
  6283. domains that were not parents of the query name,
  6284. causing assertion failures.
  6285. 332. [func] New function dns_name_reset().
  6286. 331. [bug] Only log "recursion denied" if RD is set. [RT #178]
  6287. 330. [bug] Many debugging messages were partially formatted
  6288. even when debugging was turned off, causing a
  6289. significant decrease in query performance.
  6290. 329. [func] omapi_auth_register() now takes a size_t argument for
  6291. the length of a key's secret data. Previously
  6292. OMAPI only stored secrets up to the first NUL byte.
  6293. 328. [func] Added isc_base64_decodestring().
  6294. 327. [bug] rndc.conf parser wasn't correctly recognizing an IP
  6295. address where a host specification was required.
  6296. 326. [func] 'keys' in an 'inet' control statement is now
  6297. required and must have at least one item in it.
  6298. A "not supported" warning is now issued if a 'unix'
  6299. control channel is defined.
  6300. 325. [bug] isc_lex_gettoken was processing octal strings when
  6301. ISC_LEXOPT_CNUMBER was not set.
  6302. 324. [func] In the resolver, turn EDNS0 off if there is no
  6303. response after a number of retransmissions.
  6304. This is to allow queries some chance of succeeding
  6305. even if all the authoritative servers of a zone
  6306. silently discard EDNS0 requests instead of
  6307. sending an error response like they ought to.
  6308. 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
  6309. Because of this, servers authoritative for a parent
  6310. and grandchild zone but not authoritative for the
  6311. intervening child zone did not correctly issue
  6312. referrals to the servers of the child zone.
  6313. 322. [bug] Queries for KEY RRs are now sent to the parent
  6314. server before the authoritative one, making
  6315. DNSSEC insecurity proofs work in many cases
  6316. where they previously didn't.
  6317. 321. [bug] When synthesizing a CNAME RR for a DNAME
  6318. response, query_addcname() failed to initialize
  6319. the type and class of the CNAME dns_rdata_t,
  6320. causing random failures.
  6321. 320. [func] Multiple rndc changes: parses an rndc.conf file,
  6322. uses authentication to talk to named, command
  6323. line syntax changed. This will all be described
  6324. in the ARM.
  6325. 319. [func] The named.conf "controls" statement is now used
  6326. to configure the OMAPI command channel.
  6327. 318. [func] dns_c_ndcctx_destroy() could never return anything
  6328. except ISC_R_SUCCESS; made it have void return instead.
  6329. 317. [func] Use callbacks from libomapi to determine if a
  6330. new connection is valid, and if a key requested
  6331. to be used with that connection is valid.
  6332. 316. [bug] Generate a warning if we detect an unexpected <eof>
  6333. but treat as <eol><eof>.
  6334. 315. [bug] Handle non-empty blanks lines. [RT #163]
  6335. 314. [func] The named.conf controls statement can now have
  6336. more than one key specified for the inet clause.
  6337. 313. [bug] When parsing resolv.conf, don't terminate on an
  6338. error. Instead, parse as much as possible, but
  6339. still return an error if one was found.
  6340. 312. [bug] Increase the number of allowed elements in the
  6341. resolv.conf search path from 6 to 8. If there
  6342. are more than this, ignore the remainder rather
  6343. than returning a failure in lwres_conf_parse.
  6344. 311. [bug] lwres_conf_parse failed when the first line of
  6345. resolv.conf was empty or a comment.
  6346. 310. [func] Changes to named.conf "controls" statement (inet
  6347. subtype only)
  6348. - support "keys" clause
  6349. controls {
  6350. inet * port 1024
  6351. allow { any; } keys { "foo"; }
  6352. }
  6353. - allow "port xxx" to be left out of statement,
  6354. in which case it defaults to omapi's default port
  6355. of 953.
  6356. 309. [bug] When sending a referral, the server did not look
  6357. for name server addresses as glue in the zone
  6358. holding the NS RRset in the case where this zone
  6359. was not the same as the one where it looked for
  6360. name server addresses as authoritative data.
  6361. 308. [bug] Treat a SOA record not at top of zone as an error
  6362. when loading a zone. [RT #154]
  6363. 307. [bug] When canceling a query, the resolver didn't check for
  6364. isc_socket_sendto() calls that did not yet have their
  6365. completion events posted, so it could (rarely) end up
  6366. destroying the query context and then want to use
  6367. it again when the send event posted, triggering an
  6368. assertion as it tried to cancel an already-canceled
  6369. query. [RT #77]
  6370. 306. [bug] Reading HMAC-MD5 private key files didn't work.
  6371. 305. [bug] When reloading the server with a config file
  6372. containing a syntax error, it could catch an
  6373. assertion failure trying to perform zone
  6374. maintenance on tentatively created zones whose
  6375. views were never fully configured and lacked
  6376. an address database.
  6377. 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
  6378. are listed in resolv.conf, silently ignore them
  6379. instead of returning failure.
  6380. 303. [bug] Add additional sanity checks to differentiate a AXFR
  6381. response vs a IXFR response. [RT #157]
  6382. 302. [bug] In dig, host, and nslookup, MXNAME should be large
  6383. enough to hold any legal domain name in presentation
  6384. format + terminating NULL.
  6385. 301. [bug] Uninitialized pointer in host:printmessage(). [RT #159]
  6386. 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
  6387. on platforms lacking IPv6 because each included their
  6388. own ipv6 header file for the missing definitions. Now
  6389. each library's ipv6.h defines the wrapper symbol of
  6390. the other (ISC_IPV6_H and LWRES_IPV6_H).
  6391. 299. [cleanup] Get the user and group information before changing the
  6392. root directory, so the administrator does not need to
  6393. keep a copy of the user and group databases in the
  6394. chroot'ed environment. Suggested by Hakan Olsson.
  6395. 298. [bug] A mutex deadlock occurred during shutdown of the
  6396. interface manager under certain conditions.
  6397. Digital Unix systems were the most affected.
  6398. 297. [bug] Specifying a key name that wasn't fully qualified
  6399. in certain parts of the config file could cause
  6400. an assertion failure.
  6401. 296. [bug] "make install" from a separate build directory
  6402. failed unless configure had been run in the source
  6403. directory, too.
  6404. 295. [bug] When invoked with type==CNAME and a message
  6405. not constructed by dns_message_parse(),
  6406. dns_message_findname() failed to find anything
  6407. due to checking for attribute bits that are set
  6408. only in dns_message_parse(). This caused an
  6409. infinite loop when constructing the response to
  6410. an ANY query at a CNAME in a secure zone.
  6411. 294. [bug] If we run out of space in while processing glue
  6412. when reading a master file and commit "current name"
  6413. reverts to "name_current" instead of staying as
  6414. "name_glue".
  6415. 293. [port] Add support for FreeBSD 4.0 system tests.
  6416. 292. [bug] Due to problems with the way some operating systems
  6417. handle simultaneous listening on IPv4 and IPv6
  6418. addresses, the server no longer listens on IPv6
  6419. addresses by default. To revert to the previous
  6420. behavior, specify "listen-on-v6 { any; };" in
  6421. the config file.
  6422. 291. [func] Caching servers no longer send outgoing queries
  6423. over TCP just because the incoming recursive query
  6424. was a TCP one.
  6425. 290. [cleanup] +twiddle option to dig (for testing only) removed.
  6426. 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
  6427. host is now installed in $bindir. (Be sure to remove
  6428. any $sbindir/dig from a previous release.)
  6429. 288. [func] rndc is now installed by "make install" into $sbindir.
  6430. 287. [bug] rndc now works again as "rndc 127.1 reload" (for
  6431. only that task). Parsing its configuration file and
  6432. using digital signatures for authentication has been
  6433. disabled until named supports the "controls" statement,
  6434. post-9.0.0.
  6435. 286. [bug] On Solaris 2, when named inherited a signal state
  6436. where SIGHUP had the SIG_IGN action, SIGHUP would
  6437. be ignored rather than causing the server to reload
  6438. its configuration.
  6439. 285. [bug] A change made to the dst API for beta4 inadvertently
  6440. broke OMAPI's creation of a dst key from an incoming
  6441. message, causing an assertion to be triggered. Fixed.
  6442. 284. [func] The DNSSEC key generation and signing tools now
  6443. generate randomness from keyboard input on systems
  6444. that lack /dev/random.
  6445. 283. [cleanup] The 'lwresd' program is now a link to 'named'.
  6446. 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
  6447. too big for an unsigned long.
  6448. 281. [bug] Fixed list of recognized config file category names.
  6449. 280. [func] Add isc-config.sh, which can be used to more
  6450. easily build applications that link with
  6451. our libraries.
  6452. 279. [bug] Private omapi function symbols shared between
  6453. two or more files in libomapi.a were not namespace
  6454. protected using the ISC convention of starting with
  6455. the library name and two underscores ("omapi__"...)
  6456. 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
  6457. note of when isc_log_categorybyname() wasn't able
  6458. to find the category name and would then apply the
  6459. channel list of the unknown category to all categories.
  6460. 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
  6461. would fail to find the first member of any category
  6462. or module array apart from the internal defaults.
  6463. Thus, for example, the "notify" category was improperly
  6464. configured by named.
  6465. 276. [bug] dig now supports maximum sized TCP messages.
  6466. 275. [bug] The definition of lwres_gai_strerror() was missing
  6467. the lwres_ prefix.
  6468. 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
  6469. server.
  6470. 273. [func] The default for the 'transfer-format' option is
  6471. now 'many-answers'. This will break zone transfers
  6472. to BIND 4.9.5 and older unless there is an explicit
  6473. 'one-answer' configuration.
  6474. 272. [bug] The sending of large TCP responses was canceled
  6475. in mid-transmission due to a race condition
  6476. caused by the failure to set the client object's
  6477. "newstate" variable correctly when transitioning
  6478. to the "working" state.
  6479. 271. [func] Attempt to probe the number of cpus in named
  6480. if unspecified rather than defaulting to 1.
  6481. 270. [func] Allow maximum sized TCP answers.
  6482. 269. [bug] Failed DNSSEC validations could cause an assertion
  6483. failure by causing clone_results() to be called with
  6484. with hevent->node == NULL.
  6485. 268. [doc] A plain text version of the Administrator
  6486. Reference Manual is now included in the distribution,
  6487. as doc/arm/Bv9ARM.txt.
  6488. 267. [func] Nsupdate is now provided in the distribution.
  6489. 266. [bug] zone.c:save_nsrrset() node was not initialized.
  6490. 265. [bug] dns_request_create() now works for TCP.
  6491. 264. [func] Dispatch can not take TCP sockets in connecting
  6492. state. Set DNS_DISPATCHATTR_CONNECTED when calling
  6493. dns_dispatch_createtcp() for connected TCP sockets
  6494. or call dns_dispatch_starttcp() when the socket is
  6495. connected.
  6496. 263. [func] New logging channel type 'stderr'
  6497. channel some-name {
  6498. stderr;
  6499. severity error;
  6500. }
  6501. 262. [bug] 'master' was not initialized in zone.c:stub_callback().
  6502. 261. [func] Add dns_zone_markdirty().
  6503. 260. [bug] Running named as a non-root user failed on Linux
  6504. kernels new enough to support retaining capabilities
  6505. after setuid().
  6506. 259. [func] New random-device and random-seed-file statements
  6507. for global options block of named.conf. Both accept
  6508. a single string argument.
  6509. 258. [bug] Fixed printing of lwres_addr_t.address field.
  6510. 257. [bug] The server detached the last zone manager reference
  6511. too early, while it could still be in use by queries.
  6512. This manifested itself as assertion failures during the
  6513. shutdown process for busy name servers. [RT #133]
  6514. 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
  6515. isc_ratelimiter_shutdown guarantees that the rate
  6516. limiter is detached from its task.
  6517. 255. [func] New function dns_zonemgr_attach().
  6518. 254. [bug] Suppress "query denied" messages on additional data
  6519. lookups.
  6520. --- 9.0.0b4 released ---
  6521. 253. [func] resolv.conf parser now recognizes ';' and '#' as
  6522. comments (anywhere in line, not just as the beginning).
  6523. 252. [bug] resolv.conf parser mishandled masks on sortlists.
  6524. It also aborted when an unrecognized keyword was seen,
  6525. now it silently ignores the entire line.
  6526. 251. [bug] lwresd caught an assertion failure on startup.
  6527. 250. [bug] fixed handling of size+unit when value would be too
  6528. large for internal representation.
  6529. 249. [cleanup] max-cache-size config option now takes a size-spec
  6530. like 'datasize', except 'default' is not allowed.
  6531. 248. [bug] global lame-ttl option was not being printed when
  6532. config structures were written out.
  6533. 247. [cleanup] Rename cache-size config option to max-cache-size.
  6534. 246. [func] Rename global option cachesize to cache-size and
  6535. add corresponding option to view statement.
  6536. 245. [bug] If an uncompressed name will take more than 255
  6537. bytes and the buffer is sufficiently long,
  6538. dns_name_fromwire should return DNS_R_FORMERR,
  6539. not ISC_R_NOSPACE. This bug caused cause the
  6540. server to catch an assertion failure when it
  6541. received a query for a name longer than 255
  6542. bytes.
  6543. 244. [bug] empty named.conf file and empty options statement are
  6544. now parsed properly.
  6545. 243. [func] new cachesize option for named.conf
  6546. 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
  6547. 241. [cleanup] nscount and soacount have been removed from the
  6548. dns_master_*() argument lists.
  6549. 240. [func] databases now come in three flavours: zone, cache
  6550. and stub.
  6551. 239. [func] If ISC_MEM_DEBUG is enabled, the variable
  6552. isc_mem_debugging controls whether messages
  6553. are printed or not.
  6554. 238. [cleanup] A few more compilation warnings have been quieted:
  6555. + missing sigwait prototype on BSD/OS 4.0/4.0.1.
  6556. + PTHREAD_ONCE_INIT unbraced initializer warnings on
  6557. Solaris 2.8.
  6558. + IN6ADDR_ANY_INIT unbraced initializer warnings on
  6559. BSD/OS 4.*, Linux and Solaris 2.8.
  6560. 237. [bug] If connect() returned ENOBUFS when the resolver was
  6561. initiating a TCP query, the socket didn't get
  6562. destroyed, and the server did not shut down cleanly.
  6563. 236. [func] Added new listen-on-v6 config file statement.
  6564. 235. [func] Consider it a config file error if a listen-on
  6565. statement has an IPv6 address in it, or a
  6566. listen-on-v6 statement has an IPv4 address in it.
  6567. 234. [bug] Allow a trusted-key's first field (domain-name) be
  6568. either a quoted or an unquoted string, instead of
  6569. requiring a quoted string.
  6570. 233. [cleanup] Convert all config structure integer values to unsigned
  6571. integer (isc_uint32_t) to match grammar.
  6572. 232. [bug] Allow slave zones to not have a file.
  6573. 231. [func] Support new 'port' clause in config file options
  6574. section. Causes 'listen-on', 'masters' and
  6575. 'also-notify' statements to use its value instead of
  6576. default (53).
  6577. 230. [func] Replace the dst sign/verify API with a cleaner one.
  6578. 229. [func] Support config file sig-validity-interval statement
  6579. in options, views and zone statements (master
  6580. zones only).
  6581. 228. [cleanup] Logging messages in config module stripped of
  6582. trailing period.
  6583. 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
  6584. dns_rcode_*, dns_opcode_*, and dns_trust_* are
  6585. also now cast to their appropriate types, as with
  6586. dns_rdatatype_* in item number 225 below.
  6587. 226. [func] dns_name_totext() now always prints the root name as
  6588. '.', even when omit_final_dot is true.
  6589. 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
  6590. cast to dns_rdatatype_t via macros of their same name
  6591. so that they are of the proper integral type wherever
  6592. a dns_rdatatype_t is needed.
  6593. 224. [cleanup] The entire project builds cleanly with gcc's
  6594. -Wcast-qual and -Wwrite-strings warnings enabled,
  6595. which is now the default when using gcc. (Warnings
  6596. from confparser.c, because of yacc's code, are
  6597. unfortunately to be expected.)
  6598. 223. [func] Several functions were re-prototyped to qualify one
  6599. or more of their arguments with "const". Similarly,
  6600. several functions that return pointers now have
  6601. those pointers qualified with const.
  6602. 222. [bug] The global 'also-notify' option was ignored.
  6603. 221. [bug] An uninitialized variable was sometimes passed to
  6604. dns_rdata_freestruct() when loading a zone, causing
  6605. an assertion failure.
  6606. 220. [cleanup] Set the default outgoing port in the view, and
  6607. set it in sockaddrs returned from the ADB.
  6608. [31-May-2000 explorer]
  6609. 219. [bug] Signed truncated messages more correctly follow
  6610. the respective specs.
  6611. 218. [func] When an rdataset is signed, its ttl is normalized
  6612. based on the signature validity period.
  6613. 217. [func] Also-notify and trusted-keys can now be used in
  6614. the 'view' statement.
  6615. 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
  6616. now work.
  6617. 215. [bug] Failures at certain points in request processing
  6618. could cause the assertion INSIST(client->lockview
  6619. == NULL) to be triggered.
  6620. 214. [func] New public function isc_netaddr_format(), for
  6621. formatting network addresses in log messages.
  6622. 213. [bug] Don't leak memory when reloading the zone if
  6623. an update-policy clause was present in the old zone.
  6624. 212. [func] Added dns_message_get/settsigkey, to make TSIG
  6625. key management reasonable.
  6626. 211. [func] The 'key' and 'server' statements can now occur
  6627. inside 'view' statements.
  6628. 210. [bug] The 'allow-transfer' option was ignored for slave
  6629. zones, and the 'transfers-per-ns' option was
  6630. was ignored for all zones.
  6631. 209. [cleanup] Upgraded openssl files to new version 0.9.5a
  6632. 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
  6633. of an isc_offset_t.
  6634. 207. [func] The dnssec tools properly use the logging subsystem.
  6635. 206. [cleanup] dst now stores the key name as a dns_name_t, not
  6636. a char *.
  6637. 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
  6638. ("prototyped function redeclared without prototype")
  6639. and 1552 ("variable ... set but not used") when
  6640. compiling in the lib/dns/sec/{dnssafe,openssl}
  6641. directories, which contain code imported from outside
  6642. sources.
  6643. 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
  6644. to quiet the warnings that "The linked output may not
  6645. run on a PA 1.x system."
  6646. 203. [func] notify and zone soa queries are now tsig signed when
  6647. appropriate.
  6648. 202. [func] isc_lex_getsourceline() changed from returning int
  6649. to returning unsigned long, the type of its underlying
  6650. counter.
  6651. 201. [cleanup] Removed the test/sdig program, it has been
  6652. replaced by bin/dig/dig.
  6653. --- 9.0.0b3 released ---
  6654. 200. [bug] Failures in sending query responses to clients
  6655. (e.g., running out of network buffers) were
  6656. not logged.
  6657. 199. [bug] isc_heap_delete() sometimes violated the heap
  6658. invariant, causing timer events not to be posted
  6659. when due.
  6660. 198. [func] Dispatch managers hold memory pools which
  6661. any managed dispatcher may use. This allows
  6662. us to avoid dipping into the memory context for
  6663. most allocations. [19-May-2000 explorer]
  6664. 197. [bug] When an incoming AXFR or IXFR completes, the
  6665. zone's internal state is refreshed from the
  6666. SOA data. [19-May-2000 explorer]
  6667. 196. [func] Dispatchers can be shared easily between views
  6668. and/or interfaces. [19-May-2000 explorer]
  6669. 195. [bug] Including the NXT record of the root domain
  6670. in a negative response caused an assertion
  6671. failure.
  6672. 194. [doc] The PDF version of the Administrator's Reference
  6673. Manual is no longer included in the ISC BIND9
  6674. distribution.
  6675. 193. [func] changed dst_key_free() prototype.
  6676. 192. [bug] Zone configuration validation is now done at end
  6677. of config file parsing, and before loading
  6678. callbacks.
  6679. 191. [func] Patched to compile on UnixWare 7.x. This platform
  6680. is not directly supported by the ISC.
  6681. 190. [cleanup] The DNSSEC tools have been moved to a separate
  6682. directory dnssec/ and given the following new,
  6683. more descriptive names:
  6684. dnssec-keygen
  6685. dnssec-signzone
  6686. dnssec-signkey
  6687. dnssec-makekeyset
  6688. Their command line arguments have also been changed to
  6689. be more consistent. dnssec-keygen now prints the
  6690. name of the generated key files (sans extension)
  6691. on standard output to simplify its use in automated
  6692. scripts.
  6693. 189. [func] isc_time_secondsastimet(), a new function, will ensure
  6694. that the number of seconds in an isc_time_t does not
  6695. exceed the range of a time_t, or return ISC_R_RANGE.
  6696. Similarly, isc_time_now(), isc_time_nowplusinterval(),
  6697. isc_time_add() and isc_time_subtract() now check the
  6698. range for overflow/underflow. In the case of
  6699. isc_time_subtract, this changed a calling requirement
  6700. (ie, something that could generate an assertion)
  6701. into merely a condition that returns an error result.
  6702. isc_time_add() and isc_time_subtract() were void-
  6703. valued before but now return isc_result_t.
  6704. 188. [func] Log a warning message when an incoming zone transfer
  6705. contains out-of-zone data.
  6706. 187. [func] isc_ratelimiter_enqueue() has an additional argument
  6707. 'task'.
  6708. 186. [func] dns_request_getresponse() has an additional argument
  6709. 'preserve_order'.
  6710. 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
  6711. public functions did not have an isc__ prefix, and
  6712. referred to functions that had previously been
  6713. renamed.
  6714. 184. [cleanup] Variables/functions which began with two leading
  6715. underscores were made to conform to the ANSI/ISO
  6716. standard, which says that such names are reserved.
  6717. 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
  6718. for logging the program name or other identifier.
  6719. 182. [cleanup] New command-line parameters for dnssec tools
  6720. 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
  6721. 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
  6722. 179. [func] options named.conf statement *must* now come
  6723. before any zone or view statements.
  6724. 178. [func] Post-load of named.conf check verifies a slave zone
  6725. has non-empty list of masters defined.
  6726. 177. [func] New per-zone boolean:
  6727. enable-zone yes | no ;
  6728. intended to let a zone be disabled without having
  6729. to comment out the entire zone statement.
  6730. 176. [func] New global and per-view option:
  6731. max-cache-ttl number
  6732. 175. [func] New global and per-view option:
  6733. additional-data internal | minimal | maximal;
  6734. 174. [func] New public function isc_sockaddr_format(), for
  6735. formatting socket addresses in log messages.
  6736. 173. [func] Keep a queue of zones waiting for zone transfer
  6737. quota so that a new transfer can be dispatched
  6738. immediately whenever quota becomes available.
  6739. 172. [bug] $TTL directive was sometimes missing from dumped
  6740. master files because totext_ctx_init() failed to
  6741. initialize ctx->current_ttl_valid.
  6742. 171. [cleanup] On NetBSD systems, the mit-pthreads or
  6743. unproven-pthreads library is now always used
  6744. unless --with-ptl2 is explicitly specified on
  6745. the configure command line. The
  6746. --with-mit-pthreads option is no longer needed
  6747. and has been removed.
  6748. 170. [cleanup] Remove inter server consistency checks from zone,
  6749. these should return as a separate module in 9.1.
  6750. dns_zone_checkservers(), dns_zone_checkparents(),
  6751. dns_zone_checkchildren(), dns_zone_checkglue().
  6752. Remove dns_zone_setadb(), dns_zone_setresolver(),
  6753. dns_zone_setrequestmgr() these should now be found
  6754. via the view.
  6755. 169. [func] ratelimiter can now process N events per interval.
  6756. 168. [bug] include statements in named.conf caused syntax errors
  6757. due to not consuming the semicolon ending the include
  6758. statement before switching input streams.
  6759. 167. [bug] Make lack of masters for a slave zone a soft error.
  6760. 166. [bug] Keygen was overwriting existing keys if key_id
  6761. conflicted, now it will retry, and non-null keys
  6762. with key_id == 0 are not generated anymore. Key
  6763. was not able to generate NOAUTHCONF DSA key,
  6764. increased RSA key size to 2048 bits.
  6765. 165. [cleanup] Silence "end-of-loop condition not reached" warnings
  6766. from Solaris compiler.
  6767. 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
  6768. isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
  6769. isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
  6770. to encapsulate nonportable usage of errno and sync.
  6771. 163. [func] Added result codes ISC_R_FILENOTFOUND and
  6772. ISC_R_FILEEXISTS.
  6773. 162. [bug] Ensure proper range for arguments to ctype.h functions.
  6774. 161. [cleanup] error in yyparse prototype that only HPUX caught.
  6775. 160. [cleanup] getnet*() are not going to be implemented at this
  6776. stage.
  6777. 159. [func] Redefinition of config file elements is now an
  6778. error (instead of a warning).
  6779. 158. [bug] Log channel and category list copy routines
  6780. weren't assigning properly to output parameter.
  6781. 157. [port] Fix missing prototype for getopt().
  6782. 156. [func] Support new 'database' statement in zone.
  6783. database "quoted-string";
  6784. 155. [bug] ns_notify_start() was not detaching the found zone.
  6785. 154. [func] The signer now logs libdns warnings to stderr even when
  6786. not verbose, and in a nicer format.
  6787. 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
  6788. is NULL then you need to preserve the 'rdata' until
  6789. you have finished using the structure as there may be
  6790. references to the associated memory. If 'mctx' is
  6791. non-NULL it is guaranteed that there are no references
  6792. to memory associated with 'rdata'.
  6793. dns_rdata_freestruct() must be called if 'mctx' was
  6794. non-NULL and may safely be called if 'mctx' was NULL.
  6795. 152. [bug] keygen dumped core if domain name argument was omitted
  6796. from command line.
  6797. 151. [func] Support 'disabled' statement in zone config (causes
  6798. zone to be parsed and then ignored). Currently must
  6799. come after the 'type' clause.
  6800. 150. [func] Support optional ports in masters and also-notify
  6801. statements:
  6802. masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
  6803. 149. [cleanup] Removed unused argument 'olist' from
  6804. dns_c_view_unsetordering().
  6805. 148. [cleanup] Stop issuing some warnings about some configuration
  6806. file statements that were not implemented, but now are.
  6807. 147. [bug] Changed yacc union size to be smaller for yaccs that
  6808. put yacc-stack on the real stack.
  6809. 146. [cleanup] More general redundant header file cleanup. Rather
  6810. than continuing to itemize every header which changed,
  6811. this changelog entry just notes that if a header file
  6812. did not need another header file that it was including
  6813. in order to provide its advertised functionality, the
  6814. inclusion of the other header file was removed. See
  6815. util/check-includes for how this was tested.
  6816. 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
  6817. ISC_LANG_ENDDECLS to header files that had function
  6818. prototypes, and removed it from those that did not.
  6819. 144. [cleanup] libdns header files too numerous to name were made
  6820. to conform to the same style for multiple inclusion
  6821. protection.
  6822. 143. [func] Added function dns_rdatatype_isknown().
  6823. 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
  6824. <isc/result.h>.
  6825. 141. [bug] Corrupt requests with multiple questions could
  6826. cause an assertion failure.
  6827. 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
  6828. 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
  6829. <isc/int.h> and <isc/result.h>.
  6830. 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
  6831. renamed isc_string_touint64. isc_strsep moved from
  6832. strsep.c to string.c and renamed isc_string_separate.
  6833. 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
  6834. <isc/serial.h>, <isc/string.h> and <isc/offset.h>
  6835. made to conform to the same style for multiple
  6836. inclusion protection.
  6837. 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
  6838. <isc/net.h> and Win32's <isc/thread.h> needed
  6839. ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
  6840. 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
  6841. or <isc/boolean.h>, now uses <isc/types.h> in place
  6842. of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
  6843. and ISC_LANG_ENDDECLS.
  6844. 134. [cleanup] <isc/dir.h> does not need <limits.h>.
  6845. 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
  6846. 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
  6847. need <isc/eventclass.h>.
  6848. 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
  6849. for ISC_R_* codes used in macros.
  6850. 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
  6851. <isc/boolean.h>, and now includes <isc/types.h>
  6852. instead of <isc/time.h>.
  6853. 129. [bug] The 'default_debug' log channel was not set up when
  6854. 'category default' was present in the config file
  6855. 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
  6856. ISC_LANG_ENDDECLS at end of header.
  6857. 127. [cleanup] The contracts for the comparison routines
  6858. dns_name_fullcompare(), dns_name_compare(),
  6859. dns_name_rdatacompare(), and dns_rdata_compare() now
  6860. specify that the order value returned is < 0, 0, or > 0
  6861. instead of -1, 0, or 1.
  6862. 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
  6863. 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
  6864. <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
  6865. <isc/resultclass.h> do not need <isc/lang.h>.
  6866. 124. [func] signer now imports parent's zone key signature
  6867. and creates null keys/sets zone status bit for
  6868. children when necessary
  6869. 123. [cleanup] <isc/event.h> does not need <stddef.h>.
  6870. 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
  6871. <isc/result.h>.
  6872. 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
  6873. <isc/result.h>. Multiple inclusion protection
  6874. symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
  6875. isc_symtab_t moved to <isc/types.h>.
  6876. 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
  6877. <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
  6878. <isc/net.h>.
  6879. 119. [cleanup] structure definitions for generic rdata structures do
  6880. not have _generic_ in their names.
  6881. 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
  6882. YACC crust (yyparse, etc) [2000-apr-27 explorer]
  6883. 117. [cleanup] libdns.a changes:
  6884. dns_zone_clearnotify() and dns_zone_addnotify()
  6885. are replaced by dns_zone_setnotifyalso().
  6886. dns_zone_clearmasters() and dns_zone_addmaster()
  6887. are replaced by dns_zone_setmasters().
  6888. 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
  6889. on Unix systems).
  6890. 115. [port] Shut up the -Wmissing-declarations warning about
  6891. <stdio.h>'s __sputaux on BSD/OS pre-4.1.
  6892. 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
  6893. <isc/list.h>.
  6894. 113. [func] Utility programs dig and host added.
  6895. 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
  6896. 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
  6897. <isc/mutex.h>.
  6898. 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
  6899. <isc/list.h>.
  6900. 109. [bug] "make depend" did nothing for
  6901. bin/tests/{db,mem,sockaddr,tasks,timers}/.
  6902. 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
  6903. <dns/types.h> to <dns/bit.h> and renamed to
  6904. DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
  6905. 107. [func] Add keysigner and keysettool.
  6906. 106. [func] Allow dnssec verifications to ignore the validity
  6907. period. Used by several of the dnssec tools.
  6908. 105. [doc] doc/dev/coding.html expanded with other
  6909. implicit conventions the developers have used.
  6910. 104. [bug] Made compress_add and compress_find static to
  6911. lib/dns/compress.c.
  6912. 103. [func] libisc buffer API changes for <isc/buffer.h>:
  6913. Added:
  6914. isc_buffer_base(b) (pointer)
  6915. isc_buffer_current(b) (pointer)
  6916. isc_buffer_active(b) (pointer)
  6917. isc_buffer_used(b) (pointer)
  6918. isc_buffer_length(b) (int)
  6919. isc_buffer_usedlength(b) (int)
  6920. isc_buffer_consumedlength(b) (int)
  6921. isc_buffer_remaininglength(b) (int)
  6922. isc_buffer_activelength(b) (int)
  6923. isc_buffer_availablelength(b) (int)
  6924. Removed:
  6925. ISC_BUFFER_USEDCOUNT(b)
  6926. ISC_BUFFER_AVAILABLECOUNT(b)
  6927. isc_buffer_type(b)
  6928. Changed names:
  6929. isc_buffer_used(b, r) ->
  6930. isc_buffer_usedregion(b, r)
  6931. isc_buffer_available(b, r) ->
  6932. isc_buffer_available_region(b, r)
  6933. isc_buffer_consumed(b, r) ->
  6934. isc_buffer_consumedregion(b, r)
  6935. isc_buffer_active(b, r) ->
  6936. isc_buffer_activeregion(b, r)
  6937. isc_buffer_remaining(b, r) ->
  6938. isc_buffer_remainingregion(b, r)
  6939. Buffer types were removed, so the ISC_BUFFERTYPE_*
  6940. macros are no more, and the type argument to
  6941. isc_buffer_init and isc_buffer_allocate were removed.
  6942. isc_buffer_putstr is now void (instead of isc_result_t)
  6943. and requires that the caller ensure that there
  6944. is enough available buffer space for the string.
  6945. 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
  6946. on BSD/OS 4.1.
  6947. 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
  6948. 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
  6949. <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
  6950. 99. [cleanup] Rate limiter now has separate shutdown() and
  6951. destroy() functions, and it guarantees that all
  6952. queued events are delivered even in the shutdown case.
  6953. 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
  6954. unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
  6955. 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
  6956. <isc/event.h>.
  6957. 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
  6958. 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
  6959. 94. [cleanup] Some installed header files did not compile as C++.
  6960. 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
  6961. 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
  6962. or <isc/result.h>.
  6963. 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
  6964. <isc/result.h>.
  6965. 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
  6966. from <named/listenlist.h>.
  6967. 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
  6968. 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
  6969. <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
  6970. moved to <isc/types.h>.
  6971. 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
  6972. <isc/mem.h> or <isc/result.h>.
  6973. 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
  6974. <isc/types.h>.
  6975. 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
  6976. <isc/list.h>, <isc/mem.h>, <isc/region.h> or
  6977. <isc/int.h>.
  6978. 84. [func] allow-query ACL checks now apply to all data
  6979. added to a response.
  6980. 83. [func] If the server is authoritative for both a
  6981. delegating zone and its (nonsecure) delegatee, and
  6982. a query is made for a KEY RR at the top of the
  6983. delegatee, then the server will look for a KEY
  6984. in the delegator if it is not found in the delegatee.
  6985. 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
  6986. 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
  6987. <isc/lang.h>.
  6988. 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
  6989. 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
  6990. 78. [cleanup] lwres_conftest renamed to lwresconf_test for
  6991. consistency with other *_test programs.
  6992. 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
  6993. <isc/time.h> to <isc/types.h>.
  6994. 76. [cleanup] Rewrote keygen.
  6995. 75. [func] Don't load a zone if its database file is older
  6996. than the last time the zone was loaded.
  6997. 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
  6998. subsumed by file.o.
  6999. 73. [func] New "file" API in libisc, including new function
  7000. isc_file_getmodtime, isc_mktemplate renamed to
  7001. isc_file_mktemplate and isc_ufile renamed to
  7002. isc_file_openunique. By no means an exhaustive API,
  7003. it is just what's needed for now.
  7004. 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
  7005. added for dns_rbt_findnode, the former to disable the
  7006. setting of the chain to the predecessor, and the
  7007. latter to make clear when no options are set.
  7008. 71. [cleanup] Made explicit the implicit REQUIREs of
  7009. isc_time_seconds, isc_time_nanoseconds, and
  7010. isc_time_subtract.
  7011. 70. [func] isc_time_set() added.
  7012. 69. [bug] The zone object's master and also-notify lists grew
  7013. longer with each server reload.
  7014. 68. [func] Partial support for SIG(0) on incoming messages.
  7015. 67. [performance] Allow use of alternate (compile-time supplied)
  7016. OpenSSL libraries/headers.
  7017. 66. [func] Data in authoritative zones should have a trust level
  7018. beyond secure.
  7019. 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
  7020. from <dns/types.h>.
  7021. 64. [func] The RBT, DB, and zone table APIs now allow the
  7022. caller find the most-enclosing superdomain of
  7023. a name.
  7024. 63. [func] Generate NOTIFY messages.
  7025. 62. [func] Add UDP refresh support.
  7026. 61. [cleanup] Use single quotes consistently in log messages.
  7027. 60. [func] Catch and disallow singleton types on message
  7028. parse.
  7029. 59. [bug] Cause net/host unreachable to be a hard error
  7030. when sending and receiving.
  7031. 58. [bug] bin/named/query.c could sometimes trigger the
  7032. (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
  7033. == 0 assertion in query_newname().
  7034. 57. [func] Added dns_nxt_typepresent()
  7035. 56. [bug] SIG records were not properly returned in cached
  7036. negative answers.
  7037. 55. [bug] Responses containing multiple names in the authority
  7038. section were not negatively cached.
  7039. 54. [bug] If a fetch with sigrdataset==NULL joined one with
  7040. sigrdataset!=NULL or vice versa, the resolver
  7041. could catch an assertion or lose signature data,
  7042. respectively.
  7043. 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
  7044. <sys/param.h>.
  7045. 52. [bug] rndc: taskmgr and socketmgr were not initialized
  7046. to NULL.
  7047. 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
  7048. dns/rbt.h; it was needed only by compress.c and zt.c.
  7049. 50. [func] RBT deletion no longer requires a valid chain to work,
  7050. and dns_rbt_deletenode was added.
  7051. 49. [func] Each cache now has its own mctx.
  7052. 48. [func] isc_task_create() no longer takes an mctx.
  7053. isc_task_mem() has been eliminated.
  7054. 47. [func] A number of modules now use memory context reference
  7055. counting.
  7056. 46. [func] Memory contexts are now reference counted.
  7057. Added isc_mem_inuse() and isc_mem_preallocate().
  7058. Renamed isc_mem_destroy_check() to
  7059. isc_mem_setdestroycheck().
  7060. 45. [bug] The trusted-key statement incorrectly loaded keys.
  7061. 44. [bug] Don't include authority data if it would force us
  7062. to unset the AD bit in the message.
  7063. 43. [bug] DNSSEC verification of cached rdatasets was failing.
  7064. 42. [cleanup] Simplified logging of messages with embedded domain
  7065. names by introducing a new convenience function
  7066. dns_name_format().
  7067. 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
  7068. to allow 'named' to run as a non-root user while
  7069. retaining the ability to bind() to privileged
  7070. ports.
  7071. 40. [func] Introduced new logging category "dnssec" and
  7072. logging module "dns/validator".
  7073. 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
  7074. and isc_lex_t to <isc/types.h>.
  7075. 38. [bug] TSIG signed incoming zone transfers work now.
  7076. 37. [bug] If the first RR in an incoming zone transfer was
  7077. not an SOA, the server died with an assertion failure
  7078. instead of just reporting an error.
  7079. 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
  7080. 35. [performance] Log messages which are of a level too high to be
  7081. logged by any channel in the logging configuration
  7082. will not cause the log mutex to be locked.
  7083. 34. [bug] Recursion was allowed even with 'recursion no'.
  7084. 33. [func] The RBT now maintains a parent pointer at each node.
  7085. 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
  7086. prototype.
  7087. 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
  7088. 30. [func] config file grammar change to support optional
  7089. class type for a view.
  7090. 29. [func] support new config file view options:
  7091. auth-nxdomain recursion query-source
  7092. query-source-v6 transfer-source
  7093. transfer-source-v6 max-transfer-time-out
  7094. max-transfer-idle-out transfer-format
  7095. request-ixfr provide-ixfr cleaning-interval
  7096. fetch-glue notify rfc2308-type1 lame-ttl
  7097. max-ncache-ttl min-roots
  7098. 28. [func] support lame-ttl, min-roots and serial-queries
  7099. config global options.
  7100. 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
  7101. Including it on other platforms (eg, NetBSD) can
  7102. cause a forced #error from the C preprocessor.
  7103. 26. [func] new match-clients statement in config file view.
  7104. 25. [bug] make install failed to install <isc/log.h> and
  7105. <isc/ondestroy.h>.
  7106. 24. [cleanup] Eliminate some unnecessary #includes of header
  7107. files from header files.
  7108. 23. [cleanup] Provide more context in log messages about client
  7109. requests, using a new function ns_client_log().
  7110. 22. [bug] SIGs weren't returned in the answer section when
  7111. the query resulted in a fetch.
  7112. 21. [port] Look at STD_CINCLUDES after CINCLUDES during
  7113. compilation, so additional system include directories
  7114. can be searched but header files in the bind9 source
  7115. tree with conflicting names take precedence. This
  7116. avoids issues with installed versions of dnssafe and
  7117. openssl.
  7118. 20. [func] Configuration file post-load validation of zones
  7119. failed if there were no zones.
  7120. 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
  7121. lock in certain error cases.
  7122. 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
  7123. configure.in to check for presence of in6addr_any.
  7124. 17. [func] Do configuration file post-load validation of zones.
  7125. 16. [bug] put quotes around key names on config file
  7126. output to avoid possible keyword clashes.
  7127. 15. [func] Add dns_name_dupwithoffsets(). This function is
  7128. improves comparison performance for duped names.
  7129. 14. [bug] free_rbtdb() could have 'put' unallocated memory in
  7130. an unlikely error path.
  7131. 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
  7132. out-of-zone data.
  7133. 12. [bug] Fixed possible uninitialized variable error.
  7134. 11. [bug] axfr_rrstream_first() didn't check the result code of
  7135. db_rr_iterator_first(), possibly causing an assertion
  7136. to be triggered later.
  7137. 10. [bug] A bug in the code which makes EDNS0 OPT records in
  7138. bin/named/client.c and lib/dns/resolver.c could
  7139. trigger an assertion.
  7140. 9. [cleanup] replaced bit-setting code in confctx.c and replaced
  7141. repeated code with macro calls.
  7142. 8. [bug] Shutdown of incoming zone transfer accessed
  7143. freed memory.
  7144. 7. [cleanup] removed 'listen-on' from view statement.
  7145. 6. [bug] quote RR names when generating config file to
  7146. prevent possible clash with config file keywords
  7147. (such as 'key').
  7148. 5. [func] syntax change to named.conf file: new ssu grant/deny
  7149. statements must now be enclosed by an 'update-policy'
  7150. block.
  7151. 4. [port] bin/named/unix/os.c didn't compile on systems with
  7152. linux 2.3 kernel includes due to conflicts between
  7153. C library includes and the kernel includes. We now
  7154. get only what we need from <linux/capability.h>, and
  7155. avoid pulling in other linux kernel .h files.
  7156. 3. [bug] TKEYs go in the answer section of responses, not
  7157. the additional section.
  7158. 2. [bug] Generating cryptographic randomness failed on
  7159. systems without /dev/random.
  7160. 1. [bug] The installdirs rule in
  7161. lib/isc/unix/include/isc/Makefile.in had a typo which
  7162. prevented the isc directory from being created if it
  7163. didn't exist.
  7164. --- 9.0.0b2 released ---
  7165. # This tells Emacs to use hard tabs in this file.
  7166. # Local Variables:
  7167. # indent-tabs-mode: t
  7168. # End: