CHANGES revision a3c0a79b61edfd6a021c080d4b368c9c962fcad6
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 226. [func] dns_name_totext() now always prints the root name as '.',
28d9fd53819cc163629c867466b20d8ebcae8842David Lawrence even when omit_final_dot is true.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews cast to dns_rdatatype_t via macros of their same name
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews so that they are of the proper integral type wherever
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence a dns_rdatatype_t is needed.
15a44745412679c30a6d022733925af70a38b715David Lawrence
15a44745412679c30a6d022733925af70a38b715David Lawrence 224. [cleanup] The entire project builds cleanly with gcc's
15a44745412679c30a6d022733925af70a38b715David Lawrence -Wcast-qual and -Wwrite-strings warnings enabled,
15a44745412679c30a6d022733925af70a38b715David Lawrence which is now the default when using gcc. (Warnings
15a44745412679c30a6d022733925af70a38b715David Lawrence from confparser.c, because of yacc's code, are
15a44745412679c30a6d022733925af70a38b715David Lawrence unfortunately to be expected.)
15a44745412679c30a6d022733925af70a38b715David Lawrence
15a44745412679c30a6d022733925af70a38b715David Lawrence 223. [func] Several functions were reprototyped to qualify one
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews or more of their arguments with "const". Similarly,
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews several functions that return pointers now have
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington those pointers qualified with const.
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff 222. [bug] The global 'also-notify' option was ignored.
de153390f5a1f6d4fa86af91d4cae772d9846ca0Mark Andrews
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff 221. [bug] An uninitialized variable was sometimes passed to
822f6cdabb1edd44472c7a758b5cae71376fa9beBrian Wellington dns_rdata_freestruct() when loading a zone, causing
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews an assertion failure.
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 220. [cleanup] Set the default outgoing port in the view, and
973a19342597823f111fce6a8cd5adfd0e2e7c0dMark Andrews set it in sockaddrs returned from the ADB.
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff [31-May-2000 explorer]
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence 219. [bug] Signed truncated messages more correctly follow
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence the respective specs.
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence 218. [func] When an rdataset is signed, its ttl is normalized
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews based on the signature validity period.
a98551ef592e9be6008e0141ceeb32efd586c5efMark Andrews
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence 217. [func] Also-notify and trusted-keys can now be used in
a98551ef592e9be6008e0141ceeb32efd586c5efMark Andrews the 'view' statement.
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews 216. [func] The 'cache-ttl' and 'ncache-ttl' options now work.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson 215. [bug] Failures at certain points in request processing
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson could cause the assertion INSIST(client->lockview
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews == NULL) to be triggered.
eb6bd543c7d072efdca509eb17f8f301c1467b53Mark Andrews
600cfa2ba4c50017581b6c14e3a688a82ecebbe0David Lawrence 214. [func] New public function isc_netaddr_format(), for
600cfa2ba4c50017581b6c14e3a688a82ecebbe0David Lawrence formatting network addresses in log messages.
600cfa2ba4c50017581b6c14e3a688a82ecebbe0David Lawrence
eb6bd543c7d072efdca509eb17f8f301c1467b53Mark Andrews 213. [bug] Don't leak memory when reloading the zone if
deaaf94332abbfdb3aff53675546acfed16e5eb6Mark Andrews an update-policy clause was present in the old zone.
0b056755b2f423ba5f6adac8f7851d78f7d11437David Lawrence
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence 212. [func] Added dns_message_get/settsigkey, to make TSIG
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence key management reasonable.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence 211. [func] The 'key' and 'server' statements can now occur
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence inside 'view' statements.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
0b056755b2f423ba5f6adac8f7851d78f7d11437David Lawrence 210. [bug] The 'allow-transfer' option was ignored for slave
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence zones, and the 'transfers-per-ns' option was
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence was ignored for all zones.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence 209. [cleanup] Upgraded openssl files to new version 0.9.5a
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence of an isc_offset_t.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
0b056755b2f423ba5f6adac8f7851d78f7d11437David Lawrence 207. [func] The dnssec tools properly use the logging subsystem.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence 206. [cleanup] dst now stores the key name as a dns_name_t, not
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence a char *.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence ("prototyped function redeclared without prototype")
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence and 1552 ("variable ... set but not used") when
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence compiling in the lib/dns/sec/{dnssafe,openssl}
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence directories, which contain code imported from outside
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence sources.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence to quiet the warnings that "The linked output may not
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson run on a PA 1.x system."
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson 203. [func] notify and zone soa queries are now tsig signed when
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson appropriate.
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson 202. [func] isc_lex_getsourceline() changed from returning int
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson to returning unsigned long, the type of its underlying
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence counter.
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson 201. [cleanup] Removed the test/sdig program, it has been
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence replaced by bin/dig/dig.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence --- 9.0.0b3 released ---
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 200. [bug] Failures in sending query responses to clients
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence (e.g., running out of network buffers) were
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence not logged.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 199. [bug] isc_heap_delete() sometimes violated the heap
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence invariant, causing timer events not to be posted
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence when due.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 198. [func] Dispatch managers hold memory pools which
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence any managed dispatcher may use. This allows
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence us to avoid dipping into the memory context for
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence most allocations. [19-May-2000 explorer]
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 197. [bug] When an incoming AXFR or IXFR completes, the
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence zone's internal state is refreshed from the
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence SOA data. [19-May-2000 explorer]
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 196. [func] Dispatchers can be shared easily between views
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence and/or interfaces. [19-May-2000 explorer]
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 195. [bug] Including the NXT record of the root domain
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence in a negative response caused an assertion
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence failure.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 194. [doc] The PDF version of the Administrator's Reference
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence Manual is no longer included in the ISC BIND9
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence distribution.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 193. [func] changed dst_key_free() prototype.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 192. [bug] Zone configuration validation is now done at end
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence of config file parsing, and before loading
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence callbacks.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 191. [func] Patched to compile on UnixWare 7.x. This platform
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence is not directly supported by the ISC.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 190. [cleanup] The DNSSEC tools have been moved to a separate
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence directory dnssec/ and given the following new,
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence more descriptive names:
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence dnssec-keygen
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence dnssec-signzone
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence dnssec-signkey
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence dnssec-makekeyset
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence Their command line arguments have also been changed to
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence be more consistent. dnssec-keygen now prints the
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence name of the generated key files (sans extension)
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence on standard output to simplify its use in automated
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence scripts.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 189. [func] isc_time_secondsastimet(), a new function, will ensure
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence that the number of seconds in an isc_time_t does not
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence exceed the range of a time_t, or return ISC_R_RANGE.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence Similarly, isc_time_now(), isc_time_nowplusinterval(),
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence isc_time_add() and isc_time_subtract() now check the
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence range for overflow/underflow. In the case of
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence isc_time_subtract, this changed a calling requirement
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence (ie, something that could generate an assertion)
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence into merely a condition that returns an error result.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence isc_time_add() and isc_time_subtract() were void-
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence valued before but now return isc_result_t.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence 188. [func] Log a warning message when an incoming zone transfer
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence contains out-of-zone data.
fd4810861c0c0ccb9aebde94e9d289442b2630dbMark Andrews
fd4810861c0c0ccb9aebde94e9d289442b2630dbMark Andrews 187. [func] isc_ratelimter_enqueue() has an additional arguement
fd4810861c0c0ccb9aebde94e9d289442b2630dbMark Andrews 'task'.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 186. [func] dns_request_getresponse() has an additional arguement
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 'preserve_order'.
7ab0e69f61e61e81d489c95c7ebd981e74e7ef16Andreas Gustafsson
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews public functions did not have an isc__ prefix, and
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews referred to functions that had previously been
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews renamed.
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews 184. [cleanup] Variables/functions which began with two leading
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews underscores were made to conform to the ANSI/ISO
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews standard, which says that such names are reserved.
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews for logging the program name or other identifier.
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews 182. [cleanup] New commandline parameters for dnssec tools
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews
f6407f9a0b890bebbfd5f738d9c4aef3d3315fe9Michael Graff 179. [func] options named.conf statement *must* now come
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews before any zone or view statements.
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews
2002be4f65776451676df6ee21a2e28f52bcad6dMark Andrews 178. [func] Post-load of named.conf check verifies a slave zone
ffe74cc719aa0f10c38fbc1f2f3ea7db0960cb8fMark Andrews has non-empty list of masters defined.
ffe74cc719aa0f10c38fbc1f2f3ea7db0960cb8fMark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 177. [func] New per-zone boolean:
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews enable-zone yes | no ;
bed8e84810a80dad3d37870be927d1dfd015f480Mark Andrews
bed8e84810a80dad3d37870be927d1dfd015f480Mark Andrews intended to let a zone be disabled without having
bed8e84810a80dad3d37870be927d1dfd015f480Mark Andrews to comment out the entire zone statement.
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews 176. [func] New global and per-view option:
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews max-cache-ttl number
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews 175. [func] New global and per-view option:
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews addition-data internal | minimal | maximal;
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews 174. [func] New public function isc_sockaddr_format(), for
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews formatting socket addresses in log messages.
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington 173. [func] Keep a queue of zones waiting for zone transfer
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington quota so that a new transfer can be dispatched
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington immediately whenever quota becomes available.
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews
613991eef6bb79b9703382aff26cddd0281da915Bob Halley 172. [bug] $TTL directive was sometimes missing from dumped
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews master files because totext_ctx_init() failed to
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews initialize ctx->current_ttl_valid.
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington 171. [cleanup] On NetBSD systems, the mit-pthreads or
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington unproven-pthreads library is now always used
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington unless --with-ptl2 is explicitly specified on
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington the configure command line. The
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington --with-mit-pthreads option is no longer needed
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington and has been removed.
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington 170. [cleanup] Remove inter server consistancy checks from zone,
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington these should return as a seperate module in 9.1.
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson dns_zone_checkservers(), dns_zone_checkparents(),
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson dns_zone_checkchildren(), dns_zone_checkglue().
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews
87ecd67dae468cf5c9bae213c6fa321449b2ebc2Andreas Gustafsson Remove dns_zone_setadb(), dns_zone_setresolver(),
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews dns_zone_setrequestmgr() these should now be found
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews via the view.
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews 169. [func] ratelimiter can now process N events per interval.
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews 168. [bug] include statements in named.conf caused syntax errors
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson due to not consuming the semicolon ending the include
bcd7fdf06ca76eb2f6eb157f56b612c503e062a7Mark Andrews statement before switching input streams.
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews
bcd7fdf06ca76eb2f6eb157f56b612c503e062a7Mark Andrews 167. [bug] Make lack of masters for a slave zone a soft error.
bcd7fdf06ca76eb2f6eb157f56b612c503e062a7Mark Andrews
bcd7fdf06ca76eb2f6eb157f56b612c503e062a7Mark Andrews 166. [bug] Keygen was overwriting existing keys if key_id
bcd7fdf06ca76eb2f6eb157f56b612c503e062a7Mark Andrews conflicted, now it will retry, and non-null keys
bcd7fdf06ca76eb2f6eb157f56b612c503e062a7Mark Andrews with key_id == 0 are not generated anymore. Key
bcd7fdf06ca76eb2f6eb157f56b612c503e062a7Mark Andrews was not able to generate NOAUTHCONF DSA key,
bcd7fdf06ca76eb2f6eb157f56b612c503e062a7Mark Andrews increased RSA key size to 2048 bits.
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews 165. [cleanup] Silence "end-of-loop condition not reached" warnings
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson from Solaris compiler.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson to encapsulate nonportable usage of errno and sync.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 163. [func] Added result codes ISC_R_FILENOTFOUND and
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson ISC_R_FILEEXISTS.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
54c26ab21c61c6d6b1e484bb88dc3ac263845d17Mark Andrews 162. [bug] Ensure proper range for arguments to ctype.h functions.
94a537e6ab3069f8d34e12e5ea722250be2b89c8Michael Graff
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews 161. [cleanup] error in yyparse prototype that only HPUX caught.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence 160. [cleanup] getnet*() are not going to be implemented at this
94a537e6ab3069f8d34e12e5ea722250be2b89c8Michael Graff stage.
94a537e6ab3069f8d34e12e5ea722250be2b89c8Michael Graff
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington 159. [func] Redefinition of config file elements is now an
5d83b561ad7eb84885a8ec63dee4c51b335f067aBrian Wellington error (instead of a warning).
94a537e6ab3069f8d34e12e5ea722250be2b89c8Michael Graff
94a537e6ab3069f8d34e12e5ea722250be2b89c8Michael Graff 158. [bug] Log channel and category list copy routines
94a537e6ab3069f8d34e12e5ea722250be2b89c8Michael Graff weren't assigning properly to output parameter.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 157. [port] Fix missing prototype for getopt().
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 156. [func] Support new 'database' statement in zone.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson database "quoted-string";
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 155. [bug] ns_notify_start() was not detaching the found zone.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 154. [func] The signer now logs libdns warnings to stderr even when
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson not verbose, and in a nicer format.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson is NULL then you need to preserve the 'rdata' until
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson you have finished using the structure as there may be
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson references to the associated memory. If 'mctx' is
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson non-NULL it is guaranteed that there are no references
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson to memory associated with 'rdata'.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson dns_rdata_freestruct() must be called if 'mctx' was
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson non-NULL and may safely be called if 'mctx' was NULL.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 152. [bug] keygen dumped core if domain name argument was omitted
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson from command line.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 151. [func] Support 'disabled' statement in zone config (causes
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson zone to be parsed and then ignored). Currently must
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson come after the 'type' clause.
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 150. [func] Support optional ports in masters and also-notify
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson statements:
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson 149. [cleanup] Removed usused argument 'olist' from
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson dns_c_view_unsetordering().
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 148. [cleanup] Stop issuing some warnings about some configuration
3ddd92da6651bc72aa79a04195ad389d86fd1a66Andreas Gustafsson file statements that were not implemented, but now are.
8d3e74b1683f714a484bbcf73249e8ee470e36d7Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 147. [bug] Changed yacc union size to be smaller for yaccs that
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews put yacc-stack on the real stack.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 146. [cleanup] More general redundant header file cleanup. Rather
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews than continuing to itemize every header which changed,
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews this changelog entry just notes that if a header file
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews did not need another header file that it was including
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews in order to provide its advertized functionality, the
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews inclusion of the other header file was removed. See
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews util/check-includes for how this was tested.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
d981ca645597116d227a48bf37cc5edc061c854dBob Halley 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews ISC_LANG_ENDDECLS to header files that had function
e6bd97dded968f82e26b270842b789bff7bca422Mark Andrews prototypes, and removed it from those that did not.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 144. [cleanup] libdns header files too numerous to name were made
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews to conform to the same style for multiple inclusion
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews protection.
f1cae4bcb7ee3060d893f5ab3ba55c1820bf3e4aBrian Wellington
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 143. [func] Added function dns_rdatatype_isknown().
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews <isc/result.h>.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 141. [bug] Corrupt requests with multiple questions could
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews cause an assertion failure.
368b37b616234fce3d23099eb180f1dd38e1fb62Mark Andrews
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews <isc/int.h> and <isc/result.h>.
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews renamed isc_string_touint64. isc_strsep moved from
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews strsep.c to string.c and renamed isc_string_separate.
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews <isc/serial.h>, <isc/string.h> and <isc/offset.h>
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews made to conform to the same style for multiple
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews inclusion protection.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews <isc/net.h> and Win32's <isc/thread.h> needed
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
f1cae4bcb7ee3060d893f5ab3ba55c1820bf3e4aBrian Wellington 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews or <isc/boolean.h>, now uses <isc/types.h> in place
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews and ISC_LANG_ENDDECLS.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews 134. [cleanup] <isc/dir.h> does not need <limits.h>.
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews need <isc/eventclass.h>.
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews
29c818c7d40fc8898b062903ec703851328a4deaMark Andrews 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews for ISC_R_* codes used in macros.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <isc/boolean.h>, and now includes <isc/types.h>
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews instead of <isc/time.h>.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 129. [bug] The 'default_debug' log channel was not set up when
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 'category default' was present in the config file
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews ISC_LANG_ENDDECLS at end of header.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 127. [cleanup] The contracts for the comparision routines
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews dns_name_fullcompare(), dns_name_compare(),
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews dns_name_rdatacompare(), and dns_rdata_compare() now
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews specify that the order value returned is < 0, 0, or > 0
d981ca645597116d227a48bf37cc5edc061c854dBob Halley instead of -1, 0, or 1.
d981ca645597116d227a48bf37cc5edc061c854dBob Halley
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <isc/resultclass.h> do not need <isc/lang.h>.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 124. [func] signer now imports parent's zone key signature
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews and creates null keys/sets zone status bit for
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews children when necessary
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews 123. [cleanup] <isc/event.h> does not need <stddef.h>.
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews
44a966dff66061ac3f266c6b451a70733eb78e82Mark Andrews 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <isc/result.h>.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <isc/result.h>. Multiple inclusion protection
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews isc_symtab_t moved to <isc/types.h>.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
d981ca645597116d227a48bf37cc5edc061c854dBob Halley <isc/net.h>.
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews 119. [cleanup] structure definitions for generic rdata stuctures do
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence not have _generic_ in their names.
19d365e4448f1782611280b020987988b7ac3210Mark Andrews
f1cae4bcb7ee3060d893f5ab3ba55c1820bf3e4aBrian Wellington 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
19d365e4448f1782611280b020987988b7ac3210Mark Andrews YACC crust (yyparse, etc) [2000-apr-27 explorer]
19d365e4448f1782611280b020987988b7ac3210Mark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 117. [cleanup] libdns.a changes:
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews dns_zone_clearnotify() and dns_zone_addnotify()
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews are replaced by dns_zone_setnotifyalso().
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews dns_zone_clearmasters() and dns_zone_addmaster()
d981ca645597116d227a48bf37cc5edc061c854dBob Halley are replaced by dns_zone_setmasters().
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews on Unix systems).
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 115. [port] Shut up the -Wmissing-declarations warning about
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence <stdio.h>'s __sputaux on BSD/OS pre-4.1.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
19d365e4448f1782611280b020987988b7ac3210Mark Andrews 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
19d365e4448f1782611280b020987988b7ac3210Mark Andrews <isc/list.h>.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
19d365e4448f1782611280b020987988b7ac3210Mark Andrews 113. [func] Utility programs dig and host added.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff <isc/mutex.h>.
d981ca645597116d227a48bf37cc5edc061c854dBob Halley
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews <isc/list.h>.
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews 109. [bug] "make depend" did nothing for
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff bin/tests/{db,mem,sockaddr,tasks,timers}/.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <dns/types.h> to <dns/bit.h> and renamed to
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 107. [func] Add keysigner and keysettool.
19d365e4448f1782611280b020987988b7ac3210Mark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 106. [func] Allow dnssec verifications to ignore the validity
f1cae4bcb7ee3060d893f5ab3ba55c1820bf3e4aBrian Wellington period. Used by several of the dnssec tools.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 105. [doc] doc/dev/coding.html expanded with other
19d365e4448f1782611280b020987988b7ac3210Mark Andrews implicit conventions the developers have used.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 104. [bug] Made compress_add and compress_find static to
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews lib/dns/compress.c.
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 103. [func] libisc buffer API changes for <isc/buffer.h>:
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews Added:
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_base(b) (pointer)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_current(b) (pointer)
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews isc_buffer_active(b) (pointer)
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews isc_buffer_used(b) (pointer)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_length(b) (int)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_usedlength(b) (int)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_consumedlength(b) (int)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_remaininglength(b) (int)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_activelength(b) (int)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_availablelength(b) (int)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews Removed:
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews ISC_BUFFER_USEDCOUNT(b)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews ISC_BUFFER_AVAILABLECOUNT(b)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_buffer_type(b)
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews Changed names:
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence isc_buffer_used(b, r) ->
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence isc_buffer_usedregion(b, r)
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence isc_buffer_available(b, r) ->
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff isc_buffer_available_region(b, r)
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews isc_buffer_consumed(b, r) ->
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews isc_buffer_consumedregion(b, r)
ad7209ea70d346527ffdcda335153831341d9dcfAndreas Gustafsson isc_buffer_active(b, r) ->
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews isc_buffer_activeregion(b, r)
d981ca645597116d227a48bf37cc5edc061c854dBob Halley isc_buffer_remaining(b, r) ->
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews isc_buffer_remainingregion(b, r)
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff Buffer types were removed, so the ISC_BUFFERTYPE_*
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews macros are no more, and the type argument to
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews isc_buffer_init and isc_buffer_allocate were removed.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews isc_buffer_putstr is now void (instead of isc_result_t)
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews and requires that the caller ensure that there
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews is enough available buffer space for the string.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews on BSD/OS 4.1.
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
f0a5bb8f86631ce638cb2b6c65bbb9bcf9b0cdc0Bob Halley <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
52637f592f705ca93fadc218e403fd55e8ce4aeaMark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 99. [cleanup] Rate limiter now has separate shutdown() and
19d365e4448f1782611280b020987988b7ac3210Mark Andrews destroy() functions, and it guarantees that all
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews queued events are delivered even in the shutdown case.
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews <isc/event.h>.
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson
52637f592f705ca93fadc218e403fd55e8ce4aeaMark Andrews 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
19d365e4448f1782611280b020987988b7ac3210Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 94. [cleanup] Some installed header files did not compile as C++.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff or <isc/result.h>.
f0a5bb8f86631ce638cb2b6c65bbb9bcf9b0cdc0Bob Halley
f0a5bb8f86631ce638cb2b6c65bbb9bcf9b0cdc0Bob Halley 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff <isc/result.h>.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
52637f592f705ca93fadc218e403fd55e8ce4aeaMark Andrews from <named/listenlist.h>.
7c0378745269fe49a05904935afc42b85528f53aDavid Lawrence
7c0378745269fe49a05904935afc42b85528f53aDavid Lawrence 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
52637f592f705ca93fadc218e403fd55e8ce4aeaMark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews moved to <isc/types.h>.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews <isc/mem.h> or <isc/result.h>.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews <isc/types.h>.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews <isc/list.h>, <isc/mem.h>, <isc/region.h> or
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews <isc/int.h>.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 84. [func] allow-query ACL checks now apply to all data
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews added to a response.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 83. [func] If the server is authoritative for both a
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews delegating zone and its (nonsecure) delegatee, and
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews a query is made for a KEY RR at the top of the
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews delegatee, then the server will look for a KEY
f1cae4bcb7ee3060d893f5ab3ba55c1820bf3e4aBrian Wellington in the delegator if it is not found in the delegatee.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews <isc/lang.h>.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 78. [cleanup] lwres_conftest renamed to lwresconf_test for
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews consistency with other *_test programs.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews <isc/time.h> to <isc/types.h>.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 76. [cleanup] Rewrote keygen.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 75. [func] Don't load a zone if its database file is older
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews than the last time the zone was loaded.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews subsumed by file.o.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 73. [func] New "file" API in libisc, including new function
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_file_getmodtime, isc_mktemplate renamed to
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_file_mktemplate and isc_ufile renamed to
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_file_openunique. By no means an exhaustive API,
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews it is just what's needed for now.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews added for dns_rbt_findnode, the former to disable the
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews setting of the chain to the predecessor, and the
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews latter to make clear when no options are set.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 71. [cleanup] Made explicit the implicit REQUIREs of
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_time_seconds, isc_time_nanoseconds, and
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews isc_time_subtract.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 70. [func] isc_time_set() added.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 69. [bug] The zone object's master and also-notify lists grew
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews longer with each server reload.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 68. [func] Partial support for SIG(0) on incoming messages.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 67. [performance] Allow use of alternate (compile-time supplied)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews OpenSSL libraries/headers.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 66. [func] Data in authoritative zones should have a trust level
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews beyond secure.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews from <dns/types.h>.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 64. [func] The RBT, DB, and zone table APIs now allow the
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews caller find the most-enclosing superdomain of
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews a name.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 63 [func] Generate NOTIFY messages.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 62. [func] Add UDP refresh support.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 61. [cleanup] Use single quotes consistently in log messages.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 60. [func] Catch and disallow singleton types on message
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews parse.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 59. [bug] Cause net/host unreachable to be a hard error
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews when sending and receiving.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 58. [bug] bin/named/query.c could sometimes trigger the
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews == 0 assertion in query_newname().
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 57. [func] Added dns_nxt_typepresent()
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 56. [bug] SIG records were not properly returned in cached
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews negative answers.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 55. [bug] Responses containing multiple names in the authority
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff section were not negatively cached.
d981ca645597116d227a48bf37cc5edc061c854dBob Halley
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews 54. [bug] If a fetch with sigrdataset==NULL joined one with
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews sigrdataset!=NULL or vice versa, the resolver
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews could catch an assertion or lose signature data,
0e8cf9a887c70f96ac448b06c069d90b830215ccMark Andrews respectively.
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <sys/param.h>.
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 52. [bug] rndc: taskmgr and socketmgr were not initaliased
f305d86668bfd4d4727c3e0f70e7e97a2fa1b772Bob Halley to NULL.
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
20b20b23948b90cb2f7d7f402da99d09f837efd0David Lawrence dns/rbt.h; it was needed only by compress.c and zt.c.
6d12fdf96621801e80f3f4c2a8a569fe48766a20David Lawrence
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews 50. [func] RBT deletion no longer requires a valid chain to work,
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews and dns_rbt_deletenode was added.
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 49. [func] Each cache now has its own mctx.
f1cae4bcb7ee3060d893f5ab3ba55c1820bf3e4aBrian Wellington
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 48. [func] isc_task_create() no longer takes an mctx.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews isc_task_mem() has been eliminated.
19d365e4448f1782611280b020987988b7ac3210Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 47. [func] A number of modules now use memory context reference
0c310d16b05ee94743d33f6920907edee6084fc8Michael Graff counting.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 46. [func] Memory contexts are now reference counted.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews Added isc_mem_inuse() and isc_mem_preallocate().
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews Renamed isc_mem_destroy_check() to
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington isc_mem_setdestroycheck().
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington
add4043305ca411202ed9cf1929a4179016515ceBrian Wellington 45. [bug] The trusted-key statement incorrectly loaded keys.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 44. [bug] Don't include authority data if it would force us
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews to unset the AD bit in the message.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 43. [bug] DNSSEC verification of cached rdatasets was failing.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 42. [cleanup] Simplified logging of messages with embedded domain
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews names by introducing a new convenience function
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews dns_name_format().
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews to allow 'named' to run as a non-root user while
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews retaining the ability to bind() to privileged
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews ports.
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 40. [func] Introduced new logging category "dnssec" and
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews logging module "dns/validator".
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews and isc_lex_t to <isc/types.h>.
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews 38. [bug] TSIG signed incoming zone transfers work now.
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews 37. [bug] If the first RR in an incoming zone transfer was
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff not an SOA, the server died with an assertion failure
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews instead of just reporting an error.
035504dbd8ca5949e8380b860873b3385a4e61e5Mark Andrews
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
035504dbd8ca5949e8380b860873b3385a4e61e5Mark Andrews
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews 35. [performance] Log messages which are of a level too high to be
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff logged by any channel in the logging configuration
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews will not cause the log mutex to be locked.
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews 34. [bug] Recursion was allowed even with 'recursion no'.
c0d0a59d1b665423b8a0d1829d0f0da121cb3473Andreas Gustafsson
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews 33. [func] The RBT now maintains a parent pointer at each node.
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews prototype.
fdd04623a6a36aad8449ef0877d8801a558873b8Mark Andrews
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews 30. [func] config file grammer change to support optional
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews class type for a view.
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 29. [func] support new config file view options:
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews auth-nxdomain recursion query-source
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews query-source-v6 transfer-source
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews transfer-source-v6 max-transfer-time-out
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews max-transfer-idle-out transfer-format
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews request-ixfr privide-ixfr cleaning-interval
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews fetch-glue notify rfc2308-type1 lame-ttl
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff max-ncache-ttl min-roots
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews 28. [func] support lame-ttl, min-roots and serial-queries
82d05588933a3c765aa8518fe455d6477d640b99Mark Andrews config global options.
fd4810861c0c0ccb9aebde94e9d289442b2630dbMark Andrews
fd4810861c0c0ccb9aebde94e9d289442b2630dbMark Andrews 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
fd4810861c0c0ccb9aebde94e9d289442b2630dbMark Andrews Including it on other platforms (eg, NetBSD) can
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews cause a forced #error from the C preprocessor.
fd4810861c0c0ccb9aebde94e9d289442b2630dbMark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 26. [func] new match-clients statement in config file view.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff 25. [bug] make install failed to install <isc/log.h> and
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews <isc/ondestroy.h>.
d981ca645597116d227a48bf37cc5edc061c854dBob Halley
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 24. [cleanup] Eliminate some unnecessary #includes of header
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff files from header files.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 23. [cleanup] Provide more context in log messages about client
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews requests, using a new function ns_client_log().
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 22. [bug] SIGs weren't returned in the answer section when
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff the query resulted in a fetch.
ae70d32b67cf30e06553c01479e71c87b21d984cBob Halley
ae70d32b67cf30e06553c01479e71c87b21d984cBob Halley 21. [port] Look at STD_CINCLUDES after CINCLUDES during
19d365e4448f1782611280b020987988b7ac3210Mark Andrews compilation, so additional system include directories
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff can be searched but header files in the bind9 source
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews tree with conflicting names take precedence. This
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews avoids issues with installed versions of dnssafe and
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews openssl.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence
19d365e4448f1782611280b020987988b7ac3210Mark Andrews 20. [func] Configuration file post-load validation of zones
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence failed if there were no zones.
6e49e91bd08778d7eae45a2229dcf41ed97cc636David Lawrence
19d365e4448f1782611280b020987988b7ac3210Mark Andrews 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence lock in certain error cases.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
b589e90689c6e87bf9608424ca8d99571c18bc61Mark Andrews configure.in to check for presence of in6addr_any.
b589e90689c6e87bf9608424ca8d99571c18bc61Mark Andrews
419590499823ce15b5d2ad4fe71eaf04bd5a86c0Michael Graff 17. [func] Do configuration file post-load validation of zones.
b589e90689c6e87bf9608424ca8d99571c18bc61Mark Andrews
f8aae502686e2448c48f56697c212a50e2a1cbaeAndreas Gustafsson 16. [bug] put quotes around key names on config file
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews output to avoid possible keyword clashes.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 15. [func] Add dns_name_dupwithoffsets(). This function is
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews improves comparison performance for duped names.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 14. [bug] free_rbtdb() could have 'put' unallocated memory in
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews an unlikely error path.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews out-of-zone data.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 12. [bug] Fixed possible unitialized variable error.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 11. [bug] axfr_rrstream_first() didn't check the result code of
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews db_rr_iterator_first(), possibly causing an assertion
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews to be triggered later.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews 10. [bug] A bug in the code which makes EDNS0 OPT records in
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews bin/named/client.c and lib/dns/resolver.c could
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews trigger an assertion.
9916239908343b3eb17f0578de4c3cd6a313d85fMark Andrews
3d5cad69ec20157912e95cf3b79316dfb0a314f3Mark Andrews 9. [cleanup] replaced bit-setting code in confctx.c and replaced
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews repeated code with macro calls.
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews
5d51e67c3b4f35c1be742574aacc1d88fe6ed444Mark Andrews 8. [bug] Shutdown of incoming zone transfer accessed
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff freed memory.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
7ab0e69f61e61e81d489c95c7ebd981e74e7ef16Andreas Gustafsson 7. [cleanup] removed 'listen-on' from view statement.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 6. [bug] quote RR names when generating config file to
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews prevent possible clash with config file keywords
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews (such as 'key').
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence 5. [func] syntax change to named.conf file: new ssu grant/deny
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence statements must now be enclosed by an 'update-policy'
7ab0e69f61e61e81d489c95c7ebd981e74e7ef16Andreas Gustafsson block.
7ab0e69f61e61e81d489c95c7ebd981e74e7ef16Andreas Gustafsson
7ab0e69f61e61e81d489c95c7ebd981e74e7ef16Andreas Gustafsson 4. [port] bin/named/unix/os.c didn't compile on systems with
7ab0e69f61e61e81d489c95c7ebd981e74e7ef16Andreas Gustafsson linux 2.3 kernel includes due to conflicts between
ae70d32b67cf30e06553c01479e71c87b21d984cBob Halley C library includes and the kernel includes. We now
7ab0e69f61e61e81d489c95c7ebd981e74e7ef16Andreas Gustafsson get only what we need from <linux/capability.h>, and
7ab0e69f61e61e81d489c95c7ebd981e74e7ef16Andreas Gustafsson avoid pulling in other linux kernel .h files.
3ddd814a97de1d152ba0913c592d6e6dc83d38a6Michael Graff
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson 3. [bug] TKEYs go in the answer section of responses, not
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson the additional section.
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson 2. [bug] Generating cryptographic randomness failed on
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews systems without /dev/random.
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 1. [bug] The installdirs rule in
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews lib/isc/unix/include/isc/Makefile.in had a typo which
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence prevented the isc directory from being created if it
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence didn't exist.
8abddcd3f24476b945419659e7cb73bcb970886bDavid Lawrence
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson --- 9.0.0b2 released ---
0c8649cea98afc061dd2938fd315df53b8fc35caAndreas Gustafsson