ChangeLog 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  1. 98. [build] jinmei
  2. The ./configure script now tries to search some common include
  3. paths for boost header files to minimize the need for explicit
  4. configuration with --with-boost-include. (Trac #323, svn r3006)
  5. 97. [func] jinmei
  6. Added a micro benchmark test for query processing of b10-auth.
  7. (Trac #308, svn r2982)
  8. 96. [bug] jinmei
  9. Fixed two small issues with configure: Do not set CXXFLAGS so that
  10. it can be customized; Make sure --disable-static works.
  11. (Trac #325, r2976)
  12. bind10-devel-20100917 released on September 17, 2010
  13. 95. [doc] jreed
  14. Add b10-zonemgr manual page. Update other docs to introduce
  15. this secondary manager. (Trac #341, svn r2951)
  16. 95. [bug] jreed
  17. bin/xfrout and bin/zonemgr: Fixed some stderr output.
  18. (Trac #342, svn r2949)
  19. 94. [bug] jelte
  20. bin/xfrout: Fixed a problem in xfrout where only 2 or 3 RRs
  21. were used per DNS message in the xfrout stream.
  22. (Trac #334, r2931)
  23. 93. [bug] jinmei
  24. lib/datasrc: A DS query could crash the library (and therefore,
  25. e.g. the authoritative server) if some RR of the same apex name
  26. is stored in the hot spot cache. (Trac #307, svn r2923)
  27. 92. [func]* jelte
  28. libdns_python (the python wrappers for libdns++) has been renamed
  29. to pydnspp (Python DNS++). Programs and libraries that used
  30. 'import libdns_python' now need to use 'import pydnspp'.
  31. (Trac #314, r2902)
  32. 91. [func]* jinmei
  33. lib/cc: Use const pointers and const member functions for the API
  34. as much as possible for safer operations. Basically this does not
  35. change the observable behavior, but some of the API were changed
  36. in a backward incompatible manner. This change also involves more
  37. copies, but at this moment the overhead is deemed acceptable.
  38. (Trac #310, r2803)
  39. 90. [build] jinmei
  40. (Darwin/Mac OS X specific) Specify DYLD_LIBRARY_PATH for tests and
  41. experimental run under the source tree. Without this loadable
  42. python modules refer to installation paths, which may confuse the
  43. operation due to version mismatch or even trigger run time errors
  44. due to missing libraries. (Trac #313, r2782)
  45. 89. [build] jinmei
  46. Generate b10-config.db for tests at build time so that the source
  47. tree does not have to be writable. (Trac #315, r2776)
  48. 88. [func] jelte
  49. Blocking reads on the msgq command channel now have a timeout
  50. (defaults to 4 seconds, modifiable as needed by modules).
  51. Because of this, modules will no longer block indefinitely
  52. if they are waiting for a message that is not sent for whatever
  53. reason. (Trac #296, r2761)
  54. 87. [func] zhanglikun
  55. lib/python/isc/notifyout: Add the feature of notify-out, when
  56. zone axfr/ixfr finishing, the server will notify its slaves.
  57. (Trac #289, svn r2737)
  58. 86. [func] jerry
  59. bin/zonemgr: Added zone manager module. The zone manager is one
  60. of the co-operating processes of BIND10, which keeps track of
  61. timers and other information necessary for BIND10 to act as a
  62. slave. (Trac #215, svn r2737)
  63. 85. [build]* jinmei
  64. Build programs using dynamic link by default. A new configure
  65. option --enable-static-link is provided to force static link for
  66. executable programs. Statically linked programs can be run on a
  67. debugger more easily and would be convenient for developers.
  68. (Trac #309, svn r2723)
  69. bind10-devel-20100812 released on August 12, 2010
  70. 84. [bug] jinmei, jerry
  71. This is a quick fix patch for the issue: AXFR fails half the
  72. time because of connection problems. xfrout client will make
  73. a new connection every time. (Trac #299, svn r2697)
  74. 83. [build]* jreed
  75. The configure --with-boost-lib option is removed. It was not
  76. used since the build included ASIO. (svn r2684)
  77. 82. [func] jinmei
  78. bin/auth: Added -u option to change the effective process user
  79. of the authoritative server after invocation. The same option to
  80. the boss process will be propagated to b10-auth, too.
  81. (Trac #268, svn r2675)
  82. 81. [func] jinmei
  83. Added a C++ framework for micro benchmark tests. A supplemental
  84. library functions to build query data for the tests were also
  85. provided. (Trac #241, svn r2664)
  86. 80. [bug] jelte
  87. bindctl no longer accepts configuration changes for unknown or
  88. non-running modules (for the latter, this is until we have a
  89. way to verify those options, at which point it'll be allowed
  90. again).
  91. (Trac #99, r2657)
  92. 79. [func] feng, jinmei
  93. Refactored the ASIO link interfaces to move incoming XFR and
  94. NOTIFY processing to the auth server class. Wrapper classes for
  95. ASIO specific concepts were also provided, so that other BIND 10
  96. modules can (eventually) use the interface without including the
  97. ASIO header file directly. On top of these changes, AXFR and
  98. NOTIFY processing was massively improved in terms of message
  99. validation and protocol conformance. Detailed tests were provided
  100. to confirm the behavior.
  101. Note: Right now, NOTIFY doesn't actually trigger subsequent zone
  102. transfer due to security reasons. (Trac #221, r2565)
  103. 78. [bug] jinmei
  104. lib/dns: Fixed miscellaneous bugs in the base32 (hex) and hex
  105. (base16) implementation, including incorrect padding handling,
  106. parser failure in decoding with a SunStudio build, missing
  107. validation on the length of encoded hex string. Test cases were
  108. more detailed to identify these bugs and confirm the fix. Also
  109. renamed the incorrect term of "base32" to "base32hex". This
  110. changed the API, but they are not intended to be used outside
  111. libdns++, so we don't consider it a backward incompatible change.
  112. (Trac #256, r2549)
  113. 77. [func] zhanglikun
  114. Make error message be more friendly when running cmdctl and it's
  115. already running(listening on same port)(Trac #277, r2540)
  116. 76. [bug] jelte
  117. Fixed a bug in the handling of 'remote' config modules (i.e.
  118. modules that peek at the configuration of other modules), where
  119. they answered 'unknown command' to commands for those other
  120. modules. (Trac #278, r2506)
  121. 75. [bug] jinmei
  122. Fixed a bug in the sqlite3 data source where temporary strings
  123. could be referenced after destruction. It caused various lookup
  124. failures with SunStudio build. (Trac #288, r2494)
  125. 74. [func]* jinmei
  126. Refactored the cc::Session class by introducing an abstract base
  127. class. Test code can use their own derived mock class so that
  128. tests can be done without establishing a real CC session. This
  129. change also modified some public APIs, mainly in the config
  130. module. (Trac #275, r2459)
  131. 73. [bug] jelte
  132. Fixed a bug where in bindctl, locally changed settings were
  133. reset when the list of running modules is updated. (Trac #285,
  134. r2452)
  135. 72. [build] jinmei
  136. Added -R when linking python wrapper modules to libpython when
  137. possible. This helps build BIND 10 on platforms that install
  138. libpython whose path is unknown to run-time loader. NetBSD is a
  139. known such platform. (Trac #148, r2427)
  140. 71. [func] each
  141. Add "-a" (address) option to bind10 to specify an address for
  142. the auth server to listen on.
  143. 70. [func] each
  144. Added a hot-spot cache to libdatasrc to speed up access to
  145. repeatedly-queried data and reduce the number of queries to
  146. the underlying database; this should substantially improve
  147. performance. Also added a "-n" ("no cache") option to
  148. bind10 and b10-auth to disable the cache if needed.
  149. (Trac #192, svn r2383)
  150. bind10-devel-20100701 released on July 1, 2010
  151. 69. [func]* jelte
  152. Added python wrappers for libdns++ (isc::dns), and libxfr. This
  153. removes the dependency on Boost.Python. The wrappers don't
  154. completely implement all functionality, but the high-level API
  155. is wrapped, and current modules use it now.
  156. (Trac #181, svn r2361)
  157. 68. [func] zhanglikun
  158. Add options -c(--certificate-chain) to bindctl. Override class
  159. HTTPSConnection to support server certificate validation.
  160. Add support to cmdctl.spec file, now there are three configurable
  161. items for cmdctl: 'key_file', 'cert_file' and 'accounts_file',
  162. all of them can be changed in runtime.
  163. (Trac #127, svn r2357)
  164. 67. [func] zhanglikun
  165. Make bindctl's command parser only do minimal check.
  166. Parameter value can be a sequence of non-space characters,
  167. or a string surrounded by quotation marks (these marks can
  168. be a part of the value string in escaped form). Make error
  169. message be more friendly. (If there is some error in
  170. parameter's value, the parameter name will be provided).
  171. Refactor function login_to_cmdctl() in class BindCmdInterpreter:
  172. avoid using Exception to catch all exceptions.
  173. (Trac #220, svn r2356)
  174. 66. [bug] each
  175. Check for duplicate RRsets before inserting data into a message
  176. section; this, among other things, will prevent multiple copies
  177. of the same CNAME from showing up when there's a loop. (Trac #69,
  178. svn r2350)
  179. 65. [func] shentingting
  180. Various loadzone improvements: allow optional comment for
  181. $TTL, allow optional origin and comment for $INCLUDE, allow
  182. optional comment for $ORIGIN, support BIND9 extension of
  183. time units for TTLs, and fix bug to not use class as part
  184. of label name when records don't have a label but do have
  185. a class. Added verbose options to exactly what is happening
  186. with loadzone. Added loadzone test suite of different file
  187. formats to load.
  188. (Trac #197, #199, #244, #161, #198, #174, #175, svn r2340)
  189. 64. [func] jerry
  190. Added python logging framework. It is for testing and
  191. experimenting with logging ideas. Currently, it supports
  192. three channels (file, syslog and stderr) and five levels
  193. (debug, info, warning, error and critical).
  194. (Trac #176, svn r2338)
  195. 63. [func] shane
  196. Added initial support for setuid(), using the "-u" flag. This will
  197. be replaced in the future, but for now provides a reasonable
  198. starting point.
  199. (Trac #180, svn r2330)
  200. 62. [func] jelte
  201. bin/xfrin: Use the database_file as configured in Auth to transfers
  202. bin/xfrout: Use the database_file as configured in Auth to transfers
  203. 61. [bug] jelte
  204. bin/auth: Enable b10-auth to be launched in source tree
  205. (i.e. use a zone database file relative to that)
  206. 60. [build] jinmei
  207. Supported SunStudio C++ compiler. Note: gtest still doesn't work.
  208. (Trac #251, svn r2310)
  209. 59. [bug] jinmei
  210. lib/datasrc,bin/auth: The authoritative server could return a
  211. SERVFAIL with a partial answer if it finds a data source broken
  212. while looking for an answer. This can happen, for example, if a
  213. zone that doesn't have an NS RR is configured and loaded as a
  214. sqlite3 data source. (Trac #249, r2286)
  215. 58. [bug] jinmei
  216. Worked around an interaction issue between ASIO and standard C++
  217. library headers. Without this ASIO didn't work: sometimes the
  218. application crashes, sometimes it blocked in the ASIO module.
  219. (Trac #248, svn r2187, r2190)
  220. 57. [func] jinmei
  221. lib/datasrc: used a simpler version of Name::split (change 31) for
  222. better readability. No behavior change. (Trac #200, svn r2159)
  223. 56. [func]* jinmei
  224. lib/dns: renamed the library name to libdns++ to avoid confusion
  225. with the same name of library of BIND 9.
  226. (Trac #190, svn r2153)
  227. 55. [bug] shane
  228. bin/xfrout: xfrout exception on Ctrl-C now no longer generates
  229. exception for 'Interrupted system call'
  230. (Track #136, svn r2147)
  231. 54. [bug] zhanglikun
  232. bin/xfrout: Enable b10-xfrout can be launched in source
  233. code tree.
  234. (Trac #224, svn r2103)
  235. 53. [bug] zhanglikun
  236. bin/bindctl: Generate a unique session ID by using
  237. socket.gethostname() instead of socket.gethostbyname(),
  238. since the latter one could make bindctl stall if its own
  239. host name can't be resolved.
  240. (Trac #228, svn r2096)
  241. 52. [func] zhanglikun
  242. bin/xfrout: When xfrout is launched, check whether the
  243. socket file is being used by one running xfrout process,
  244. if it is, exit from python. If the file isn't a socket file
  245. or nobody is listening, it will be removed. If it can't
  246. be removed, exit from python.
  247. (Trac #151, svn r2091)
  248. bind10-devel-20100602 released on June 2, 2010
  249. 51. [build] jelte
  250. lib/python: Add bind10_config.py module for paths and
  251. possibly other configure-time variables. Allow some components
  252. to find spec files in build tree when ran from source.
  253. (Trac #223)
  254. 50. [bug] zhanglikun
  255. bin/xfrin: a regression in xfrin: it can't communicate with
  256. a remote server. (Trac #218, svn r2038)
  257. 49. [func]* jelte
  258. Use unix domain sockets for msgq. For b10-msgq, the command
  259. line options --msgq-port and -m were removed. For bind10,
  260. the -msgq-port option was removed, and the -m command line
  261. option was changed to be a filename (instead of port number).
  262. (Trac #183, svn r2009)
  263. 48. [func] jelte
  264. bin/auth: Use asio's io_service for the msgq handling.
  265. (svn r2007)
  266. 47. [func] zhanglikun
  267. bin/cmdctl: Add value/type check for commands sent to
  268. cmdctl. (Trac #201, svn r1959)
  269. 46. [func] zhanglikun
  270. lib/cc: Fix real type data encoding/decoding. (Trac #193,
  271. svn r1959)
  272. 45. [func] zhanglikun
  273. bin/bind10: Pass verbose option to more modules. (Trac
  274. #205, svn r1957)
  275. 44. [build] jreed
  276. Install headers for libdns and libexception. (Trac #68,
  277. svn r1941)
  278. 43. [func] jelte
  279. lib/cc: Message queuing on cc channel. (Trac #58, svn r1870)
  280. 42. [func] jelte
  281. lib/python/isc/config: Make temporary file with python
  282. tempfile module instead of manual with fixed name. (Trac
  283. #184, svn r1859)
  284. 41. [func] jelte
  285. Module descriptions in spec files. (Trac #90, svn r1856)
  286. 40. [build] jreed
  287. Report detected features and configure settings at end of
  288. configure output. (svn r1836)
  289. 39. [func]* each
  290. Renamed libauth to libdatasrc.
  291. 38. [bug] zhanglikun
  292. Send command 'shutdown' to Xfrin and Xfrout when boss receive SIGINT.
  293. Remove unused socket file when Xfrout process exits. Make sure Xfrout
  294. exit by itself when it receives SIGINT, instead of being killed by the
  295. signal SIGTERM or SIGKILL sent from boss.
  296. (Trac #135, #151, #134, svn r1797)
  297. 37. [build] jinmei
  298. Check for the availability of python-config. (Trac #159,
  299. svn r1794)
  300. 36. [func] shane
  301. bin/bind10: Miscellaneous code cleanups and improvements.
  302. (Trac #40, svn r2012)
  303. 35. [bug] jinmei
  304. bin/bindctl: fixed a bug that it didn't accept IPv6 addresses as
  305. command arguments. (Trac #219, svn r2022)
  306. 34. [bug] jinmei
  307. bin/xfrin: fixed several small bugs with many additional unit
  308. tests. Fixes include: IPv6 transport support, resource leak,
  309. and non IN class support. (Trac #185, svn r2000)
  310. 33. [bug] each
  311. bin/auth: output now prepended with "[b10-auth]" (Trac
  312. #109, svn r1985)
  313. 32. [func]* each
  314. bin/auth: removed custom query-processing code, changed
  315. boost::asio code to use plain asio instead, and added asio
  316. headers to the source tree. This allows building without
  317. using an external boost library. (Trac #163, svn r1983)
  318. 31. [func] jinmei
  319. lib/dns: added a separate signature for Name::split() as a
  320. convenient wrapper for common usage. (Trac #49, svn r1903)
  321. 30. [bug] jinmei
  322. lib/dns: parameter validation of Name::split() was not sufficient,
  323. and invalid parameters could cause integer overflow and make the
  324. library crash. (Trac #177, svn r1806)
  325. bind10-devel-20100421 released on April 21, 2010
  326. 29. [build]
  327. Enable Python unit tests for "make check". (svn r1762)
  328. 28. [bug]
  329. Fix msgq CC test so it can find its module. (svn r1751)
  330. 27. [build]
  331. Add missing copyright license statements to various source
  332. files. (svn r1750)
  333. 26. [func]
  334. Use PACKAGE_STRING (name + version) from config.h instead
  335. of hard-coded value in CH TXT version.bind replies (Trac
  336. #114, svn r1749)
  337. 25. [func]*
  338. Renamed msgq to b10-msgq. (Trac #25, svn r1747, r1748)
  339. 24. [func]
  340. Support case-sensitive name compression in MessageRenderer.
  341. (Trac #142, svn r1704)
  342. 23. [func]
  343. Support a simple name with possible compression. (svn r1701)
  344. 22. [func]
  345. b10-xfrout for AXFR-out support added. (svn r1629, r1630)
  346. 21. [bug]
  347. Make log message more readable when xfrin failed. (svn
  348. r1697)
  349. 20. [bug]
  350. Keep stderr for child processes if -v is specified. (svn
  351. r1690, r1698)
  352. 19. [bug]
  353. Allow bind10 boss to pass environment variables from parent.
  354. (svn r1689)
  355. 18. [bug]
  356. Xfrin warn if bind10_dns load failed. (svn r1688)
  357. 17. [bug]
  358. Use sqlite3_ds.load() in xfrin module and catch Sqlite3DSError
  359. explicitly. (svn r1684)
  360. 16. [func]*
  361. Removed print_message and print_settings configuration
  362. commands from Xfrin. (Trac #136, svn r1682)
  363. 15. [func]*
  364. Changed zone loader/updater so trailing dot is not required.
  365. (svn r1681)
  366. 14. [bug]
  367. Change shutdown to actually SIGKILL properly. (svn r1675)
  368. 13. [bug]
  369. Don't ignore other RRs than SOA even if the second SOA is
  370. found. (svn r1674)
  371. 12. [build]
  372. Fix tests and testdata so can be used from a read-only
  373. source directory.
  374. 11. [build]
  375. Make sure python tests scripts are included in tarball.
  376. (svn r1648)
  377. 10. [build]
  378. Improve python detection for configure. (svn r1622)
  379. 9. [build]
  380. Automake the python binding of libdns. (svn r1617)
  381. 8. [bug]
  382. Fix log errors which may cause xfrin module to crash. (svn
  383. r1613)
  384. 7. [func]
  385. New API for inserting zone data to sqlite3 database for
  386. AXFR-in. (svn r1612, r1613)
  387. 6. [bug]
  388. More code review, miscellaneous cleanups, style guidelines,
  389. and new and improved unit tests added.
  390. 5. [doc]
  391. Manual page cleanups and improvements.
  392. 4. [bug]
  393. NSEC RDATA fixes for buffer overrun lookups, incorrect
  394. boundary checks, spec-non-conformant behaviors. (svn r1611)
  395. 3. [bug]
  396. Remove a re-raise of an exception that should only have
  397. been included in an error answer on the cc channel. (svn
  398. r1601)
  399. 2. [bug]
  400. Removed unnecessary sleep() from ccsession.cc. (svn r1528)
  401. 1. [build]*
  402. The configure --with-boostlib option changed to --with-boost-lib.
  403. bind10-devel-20100319 released on March 19, 2010
  404. For complete code revision history, see http://bind10.isc.org/browser
  405. Specific subversion changesets can be accessed at:
  406. http://bind10.isc.org/changeset/rrrr
  407. Trac tickets can be accessed at: https://bind10.isc.org/ticket/nnn
  408. LEGEND
  409. [bug] general bug fix. This is generally a backward compatible change,
  410. unless it's deemed to be impossible or very hard to keep
  411. compatibility to fix the bug.
  412. [build] compilation and installation infrastructure change.
  413. [doc] update to documentation. This shouldn't change run time behavior.
  414. [func] new feature. In some cases this may be a backward incompatible
  415. change, which would require a bump of major version.
  416. [security] security hole fix. This is no different than a general bug fix
  417. except that it will be handled as confidential and will cause
  418. security patch releases.
  419. *: Backward incompatible or operational change.