]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
13 years ago[2421] Include zone name in log messages
Mukund Sivaraman [Thu, 15 Nov 2012 07:19:55 +0000 (12:49 +0530)] 
[2421] Include zone name in log messages

13 years ago[2155] use auto-generated copy constructor
Yoshitaka Aharen [Wed, 10 Oct 2012 10:09:58 +0000 (19:09 +0900)] 
[2155] use auto-generated copy constructor

13 years ago[2155] checkCountersAllZeroExcept() returns void
Yoshitaka Aharen [Wed, 10 Oct 2012 09:40:50 +0000 (18:40 +0900)] 
[2155] checkCountersAllZeroExcept() returns void

Conflicts:
src/bin/auth/tests/statistics_unittest.cc.pre

13 years ago[2155] added notes for including header files with EXTRA_DIST
Yoshitaka Aharen [Wed, 10 Oct 2012 07:31:15 +0000 (16:31 +0900)] 
[2155] added notes for including header files with EXTRA_DIST

13 years ago[2157] fixed doxygen comment position
Yoshitaka Aharen [Thu, 15 Nov 2012 06:32:07 +0000 (15:32 +0900)] 
[2157] fixed doxygen comment position

13 years ago[2157] specify encoding explicitly for xml.etree.ElementTree.tostring
Yoshitaka Aharen [Thu, 15 Nov 2012 06:22:08 +0000 (15:22 +0900)] 
[2157] specify encoding explicitly for xml.etree.ElementTree.tostring

13 years ago[2421] Update DATASRC_LOAD_FROM_ITERATOR_ERROR description
Mukund Sivaraman [Thu, 15 Nov 2012 06:55:22 +0000 (12:25 +0530)] 
[2421] Update DATASRC_LOAD_FROM_ITERATOR_ERROR description

13 years ago[2353] Test port arg in BoB.start_cmdctl()
Mukund Sivaraman [Thu, 15 Nov 2012 06:48:43 +0000 (12:18 +0530)] 
[2353] Test port arg in BoB.start_cmdctl()

13 years ago[2353] Test verbose case of BoB.start_cmdctl()
Mukund Sivaraman [Thu, 15 Nov 2012 06:47:20 +0000 (12:17 +0530)] 
[2353] Test verbose case of BoB.start_cmdctl()

13 years ago[2353] Test verbose case of BoB.start_resolver()
Mukund Sivaraman [Thu, 15 Nov 2012 06:45:52 +0000 (12:15 +0530)] 
[2353] Test verbose case of BoB.start_resolver()

13 years ago[2353] Test verbose case of BoB.start_auth()
Mukund Sivaraman [Thu, 15 Nov 2012 06:44:56 +0000 (12:14 +0530)] 
[2353] Test verbose case of BoB.start_auth()

13 years ago[2353] Remove the digit suffix from tests
Mukund Sivaraman [Thu, 15 Nov 2012 06:42:37 +0000 (12:12 +0530)] 
[2353] Remove the digit suffix from tests

The conflicting test names are in a different class.

13 years ago[2353] Rename MockBob2 to MockBobSimple
Mukund Sivaraman [Thu, 15 Nov 2012 06:23:34 +0000 (11:53 +0530)] 
[2353] Rename MockBob2 to MockBobSimple

13 years ago[2353] Rewrite test_start_simple() to use MockBob2
Mukund Sivaraman [Thu, 15 Nov 2012 06:23:07 +0000 (11:53 +0530)] 
[2353] Rewrite test_start_simple() to use MockBob2

13 years ago[2421] Add unit tests for broken zones during configure()
Mukund Sivaraman [Thu, 15 Nov 2012 05:36:17 +0000 (11:06 +0530)] 
[2421] Add unit tests for broken zones during configure()

13 years ago[2157] remove extra comments, remove zone_origin_
Yoshitaka Aharen [Thu, 15 Nov 2012 05:01:31 +0000 (14:01 +0900)] 
[2157] remove extra comments, remove zone_origin_

13 years ago[2157] removed a member from QRAttributes
Yoshitaka Aharen [Thu, 15 Nov 2012 04:59:21 +0000 (13:59 +0900)] 
[2157] removed a member from QRAttributes

13 years ago[2157] add note
Yoshitaka Aharen [Thu, 15 Nov 2012 04:45:06 +0000 (13:45 +0900)] 
[2157] add note

13 years ago[2373] some more comment updates
JINMEI Tatuya [Thu, 15 Nov 2012 03:16:04 +0000 (19:16 -0800)] 
[2373] some more comment updates

13 years ago[2373] refactoring: extend skipComment to include 'escaped' consideration.
JINMEI Tatuya [Thu, 15 Nov 2012 03:04:02 +0000 (19:04 -0800)] 
[2373] refactoring: extend skipComment to include 'escaped' consideration.

this will help constify 'c' in String::handle.

13 years ago[2373] refactoring: use bitmap to check token boundary.
JINMEI Tatuya [Thu, 15 Nov 2012 03:01:20 +0000 (19:01 -0800)] 
[2373] refactoring: use bitmap to check token boundary.

this will help unify the conditions and keep the code concise, and is
hopefully a bit more efficient.

13 years ago[2373] supported quoted string state
JINMEI Tatuya [Thu, 15 Nov 2012 02:41:14 +0000 (18:41 -0800)] 
[2373] supported quoted string state

13 years ago[2373] (unrelated doc fix) corrected "optionality" of token type
JINMEI Tatuya [Wed, 14 Nov 2012 23:51:41 +0000 (15:51 -0800)] 
[2373] (unrelated doc fix) corrected "optionality" of token type

EOL/EOF will be always returned if found; INTIAL_WS will be returned
only specified in option

13 years ago[2373] supported escaping separaters
JINMEI Tatuya [Wed, 14 Nov 2012 23:01:36 +0000 (15:01 -0800)] 
[2373] supported escaping separaters

13 years ago[2373] supported other separater characters and comments
JINMEI Tatuya [Wed, 14 Nov 2012 22:45:26 +0000 (14:45 -0800)] 
[2373] supported other separater characters and comments

13 years ago[2373] comment update
JINMEI Tatuya [Wed, 14 Nov 2012 19:18:38 +0000 (11:18 -0800)] 
[2373] comment update

13 years ago[2373] implemented some simple case of string state handling.
JINMEI Tatuya [Wed, 14 Nov 2012 19:16:56 +0000 (11:16 -0800)] 
[2373] implemented some simple case of string state handling.

13 years ago[master] add released date (for tomorrow)
Jeremy C. Reed [Wed, 14 Nov 2012 18:31:05 +0000 (12:31 -0600)] 
[master] add released date (for tomorrow)

13 years ago[master] changelog formatting cleanup
Jeremy C. Reed [Wed, 14 Nov 2012 18:28:56 +0000 (12:28 -0600)] 
[master] changelog formatting cleanup

use two tabs before the committer username.
use a tab before the keyword type.
lines too long

13 years ago[master] use reorder_message_file.py to order .mes files
Jeremy C. Reed [Wed, 14 Nov 2012 18:23:30 +0000 (12:23 -0600)] 
[master] use reorder_message_file.py to order .mes files

13 years ago[2473] Merge branch 'master' into trac2473
Stephen Morris [Wed, 14 Nov 2012 18:07:06 +0000 (18:07 +0000)] 
[2473] Merge branch 'master' into trac2473

13 years ago[2473] various minor changes
Jeremy C. Reed [Wed, 14 Nov 2012 17:59:29 +0000 (11:59 -0600)] 
[2473] various minor changes

some of the changes are unrelated to this branch, but they
were minor and I noticed while reviewing.

grammar improvements

remove unuseful shutdown examples

add some docbook formatting tags

commented out an empty TODO section.

13 years ago[2473] Updated BIND 10 Guide with details of DHCPv6 changes
Stephen Morris [Wed, 14 Nov 2012 17:31:55 +0000 (17:31 +0000)] 
[2473] Updated BIND 10 Guide with details of DHCPv6 changes

13 years ago[master] documentation updates
Jeremy C. Reed [Wed, 14 Nov 2012 17:28:53 +0000 (11:28 -0600)] 
[master] documentation updates

 Remove some references to experimental, development, prototype

 Mention that bind10 doesn't start the DNS or DHCP servers by default.
 Also reword a couple sentences so this is not implied.
 This is for ticket #2451.

This was not reviewed. The changes are minor.

13 years ago[master] Merge branch 'trac2472'
Stephen Morris [Wed, 14 Nov 2012 15:38:44 +0000 (15:38 +0000)] 
[master] Merge branch 'trac2472'

13 years ago[master] few minor formatting changes
Jeremy C. Reed [Wed, 14 Nov 2012 15:14:18 +0000 (09:14 -0600)] 
[master] few minor formatting changes

not reviewed, very minor

change some docbook tags
move some example prompts for formatting

13 years ago[master] split the starting bind10 chapter into two chapters
Jeremy C. Reed [Wed, 14 Nov 2012 14:54:39 +0000 (08:54 -0600)] 
[master] split the starting bind10 chapter into two chapters

This split is done so the bindctl chapter comes before
the chapter on using bindctl to configure Boss/components.

Discussed via jabber and in ticket #2305.

Also added some brief content on how to stop bind10 and how to list
processes.

13 years ago[2472] Merge branch 'master' into trac2472
Stephen Morris [Wed, 14 Nov 2012 14:44:23 +0000 (14:44 +0000)] 
[2472] Merge branch 'master' into trac2472

13 years ago[2472] Modified test names in line with convention
Stephen Morris [Wed, 14 Nov 2012 14:30:46 +0000 (14:30 +0000)] 
[2472] Modified test names in line with convention

13 years ago[master] split quick start section into its own chapter
Jeremy C. Reed [Wed, 14 Nov 2012 14:27:06 +0000 (08:27 -0600)] 
[master] split quick start section into its own chapter

It adds a step to enable the auth server. Some other minor changes too.

This was not reviewed, but has very little content changes.

13 years ago[master] Update changelog for merge of #2305
Jelte Jansen [Wed, 14 Nov 2012 14:22:18 +0000 (15:22 +0100)] 
[master] Update changelog for merge of #2305

13 years ago[master] Merge branch 'trac2305'
Jelte Jansen [Wed, 14 Nov 2012 14:19:32 +0000 (15:19 +0100)] 
[master] Merge branch 'trac2305'

13 years ago[master] don't install the *example.hex files
Jeremy C. Reed [Wed, 14 Nov 2012 14:12:29 +0000 (08:12 -0600)] 
[master] don't install the *example.hex files

They are used for testing.

Discussed on jabber.

Also see ticket #2479 (but this commit doesn't solve the main
issue reported there).

13 years ago[master] remove temporary AM_CPPFLAGS used for testing
Jeremy C. Reed [Wed, 14 Nov 2012 14:04:45 +0000 (08:04 -0600)] 
[master] remove temporary AM_CPPFLAGS used for testing

now receives settings via configure

discussed on jabber

13 years ago[master] check for mysql.h not mysql/mysql.h
Jeremy C. Reed [Wed, 14 Nov 2012 13:33:55 +0000 (07:33 -0600)] 
[master] check for mysql.h not mysql/mysql.h

since mysql directory may already be provided by mysql_config output
and anyways mysql.h is used by the code.

13 years ago[2472] Move choice of DHCP6 lease manager to main
Stephen Morris [Wed, 14 Nov 2012 12:43:15 +0000 (12:43 +0000)] 
[2472] Move choice of DHCP6 lease manager to main

Before this change, the choice of lease manager was set in
ControlledDhcpv6Srv.  This means that unit tests for that code
always used the MySQL lease manager (if present).  This change
ensures that unit tests always use the Memfile manager.

13 years ago[2157] avoid unnecessary keyword substitution
Yoshitaka Aharen [Wed, 14 Nov 2012 09:09:40 +0000 (18:09 +0900)] 
[2157] avoid unnecessary keyword substitution

13 years ago[2421] Check that the load error messages are logged
Mukund Sivaraman [Wed, 14 Nov 2012 09:02:10 +0000 (14:32 +0530)] 
[2421] Check that the load error messages are logged

13 years ago[2421] Add a lettuce testcase where the zone file doesn't exist
Mukund Sivaraman [Wed, 14 Nov 2012 08:41:34 +0000 (14:11 +0530)] 
[2421] Add a lettuce testcase where the zone file doesn't exist

13 years ago[2421] Throw ZoneLoaderException even for MasterLoadError
Mukund Sivaraman [Wed, 14 Nov 2012 07:55:29 +0000 (13:25 +0530)] 
[2421] Throw ZoneLoaderException even for MasterLoadError

13 years ago[2157] revert change by mistake
Yoshitaka Aharen [Wed, 14 Nov 2012 07:54:28 +0000 (16:54 +0900)] 
[2157] revert change by mistake

13 years ago[2421] Catch ZoneValidationException at a higher level
Mukund Sivaraman [Wed, 14 Nov 2012 07:48:26 +0000 (13:18 +0530)] 
[2421] Catch ZoneValidationException at a higher level

Also split the iterator vs. file log message ids, so that they
are used only in one place each.

13 years ago[2421] Update InMemoryClient doc about exceptions
Mukund Sivaraman [Wed, 14 Nov 2012 07:34:55 +0000 (13:04 +0530)] 
[2421] Update InMemoryClient doc about exceptions

13 years ago[2421] Throw AddError instead of OutOfZone when loading out-of-zone data
Mukund Sivaraman [Wed, 14 Nov 2012 07:34:30 +0000 (13:04 +0530)] 
[2421] Throw AddError instead of OutOfZone when loading out-of-zone data

OutOfZone is used in the ZoneFinder for other class of errors
and we can't really bring it into the ZoneValidationException
hierarchy.

13 years ago[2157] some more trivial style fixes
JINMEI Tatuya [Wed, 14 Nov 2012 07:33:15 +0000 (23:33 -0800)] 
[2157] some more trivial style fixes

13 years ago[2421] Add zone exceptions hierarchy
Mukund Sivaraman [Wed, 14 Nov 2012 06:49:43 +0000 (12:19 +0530)] 
[2421] Add zone exceptions hierarchy

13 years ago[master] Merge branch 'trac2459'
JINMEI Tatuya [Wed, 14 Nov 2012 06:14:41 +0000 (22:14 -0800)] 
[master] Merge branch 'trac2459'

13 years ago[2459] some more comments about datasrc locking. suggested by muks.
JINMEI Tatuya [Wed, 14 Nov 2012 06:09:22 +0000 (22:09 -0800)] 
[2459] some more comments about datasrc locking.  suggested by muks.

13 years ago[2471] fixed a minor typo in comments.
JINMEI Tatuya [Wed, 14 Nov 2012 04:28:12 +0000 (20:28 -0800)] 
[2471] fixed a minor typo in comments.

trivial, directly committing.

13 years ago[2471] add a missing EXTRA_DIST. this will fix distcheck failure.
JINMEI Tatuya [Wed, 14 Nov 2012 04:27:32 +0000 (20:27 -0800)] 
[2471] add a missing EXTRA_DIST. this will fix distcheck failure.

13 years ago[2157] style fix: explicit \brief
JINMEI Tatuya [Wed, 14 Nov 2012 04:17:33 +0000 (20:17 -0800)] 
[2157] style fix: explicit \brief

13 years ago[master] define virtual dtor for master lexer state classes.
JINMEI Tatuya [Wed, 14 Nov 2012 03:53:18 +0000 (19:53 -0800)] 
[master] define virtual dtor for master lexer state classes.

just for silencing some compilers.  in our usage this doesn't matter
in practice.  committing at my discretion.

13 years ago[2157] style fix: add explicit \brief, blankline before the brie desc.
JINMEI Tatuya [Wed, 14 Nov 2012 03:37:59 +0000 (19:37 -0800)] 
[2157] style fix: add explicit \brief, blankline before the brie desc.

13 years ago[2157] style: added blank line before \brief for readability.
JINMEI Tatuya [Tue, 13 Nov 2012 23:59:48 +0000 (15:59 -0800)] 
[2157] style: added blank line before \brief for readability.

13 years ago[trac2305] minor changes to guide
Jeremy C. Reed [Tue, 13 Nov 2012 23:26:02 +0000 (17:26 -0600)] 
[trac2305] minor changes to guide

i.e. (means "that is") to "for example"

change punctuation

add some formatting tags

13 years ago[master] Merge branch 'trac2372'
JINMEI Tatuya [Tue, 13 Nov 2012 21:12:20 +0000 (13:12 -0800)] 
[master] Merge branch 'trac2372'

13 years ago[2372] clarified that INITIAL_WS is recognized only after an EOL.
JINMEI Tatuya [Tue, 13 Nov 2012 18:15:48 +0000 (10:15 -0800)] 
[2372] clarified that INITIAL_WS is recognized only after an EOL.

13 years ago[2472] Merge branch 'master' into trac2472
Stephen Morris [Tue, 13 Nov 2012 15:48:07 +0000 (15:48 +0000)] 
[2472] Merge branch 'master' into trac2472

13 years ago[2472] Miscellaneous fixes after review
Stephen Morris [Tue, 13 Nov 2012 15:43:42 +0000 (15:43 +0000)] 
[2472] Miscellaneous fixes after review

13 years ago[2472] Add getType() method and update message when backend is started
Stephen Morris [Tue, 13 Nov 2012 12:14:55 +0000 (12:14 +0000)] 
[2472] Add getType() method and update message when backend is started

The message when the DHCPv6 database backend is started now includes
both the type and the name of the database.

13 years ago[2472] Use MySQL for lease manager backend (if present)
Stephen Morris [Tue, 13 Nov 2012 12:06:48 +0000 (12:06 +0000)] 
[2472] Use MySQL for lease manager backend (if present)

Parameters are hard-coded for the moment.

13 years ago[master] Merge branch 'trac2463'
Marcin Siodelski [Tue, 13 Nov 2012 12:02:17 +0000 (13:02 +0100)] 
[master] Merge branch 'trac2463'

Conflicts:
src/bin/dhcp6/tests/config_parser_unittest.cc

13 years agoMerge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Shane Kerr [Tue, 13 Nov 2012 10:49:32 +0000 (11:49 +0100)] 
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10

13 years agoFix broken Solaris build by initializing variable.
Shane Kerr [Tue, 13 Nov 2012 10:48:37 +0000 (11:48 +0100)] 
Fix broken Solaris build by initializing variable.

13 years ago[master] Update changelog for merge of #2464
Jelte Jansen [Tue, 13 Nov 2012 10:45:06 +0000 (11:45 +0100)] 
[master] Update changelog for merge of #2464

13 years ago[master] Merge branch 'trac2464'
Jelte Jansen [Tue, 13 Nov 2012 09:59:50 +0000 (10:59 +0100)] 
[master] Merge branch 'trac2464'

13 years ago[2305] addressed some comments in guide
Jelte Jansen [Tue, 13 Nov 2012 09:52:59 +0000 (10:52 +0100)] 
[2305] addressed some comments in guide

13 years ago[2463] Fixed typos as a result of the review.
Marcin Siodelski [Tue, 13 Nov 2012 09:19:54 +0000 (10:19 +0100)] 
[2463] Fixed typos as a result of the review.

13 years agoMerge branch 'trac2157_2' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into...
Yoshitaka Aharen [Tue, 13 Nov 2012 02:58:56 +0000 (11:58 +0900)] 
Merge branch 'trac2157_2' of ssh://git.bind10.isc.org/var/bind10/git/bind10 into trac2157_2

13 years ago[2157] apply review comments
Yoshitaka Aharen [Wed, 7 Nov 2012 12:09:22 +0000 (21:09 +0900)] 
[2157] apply review comments

13 years ago[2420] an unrelated fix: set the "signed" flag only with an apex NSEC
JINMEI Tatuya [Tue, 13 Nov 2012 02:28:39 +0000 (18:28 -0800)] 
[2420] an unrelated fix: set the "signed" flag only with an apex NSEC

otherwise it could reslt in assert() failure in getClosestNSEC() for a
half-broken zone that desn't have any NSEC at the zone apex.  also made
a small optimization to detect if a name is the zone origin: just compare
the corresponding node with the origin node.

13 years ago[2420] cleanup: unify getCoveredType() used in 2 .cc's.
JINMEI Tatuya [Tue, 13 Nov 2012 02:24:49 +0000 (18:24 -0800)] 
[2420] cleanup: unify getCoveredType() used in 2 .cc's.

note: due to the slightly different definition the one used in rdataset.cc
is still there.

13 years ago[2420] catch the rare case of RRSIG-only for NSEC3
JINMEI Tatuya [Tue, 13 Nov 2012 01:48:33 +0000 (17:48 -0800)] 
[2420] catch the rare case of RRSIG-only for NSEC3

13 years ago[2420] make sure RRSIG-only data are excluded in additional processing
JINMEI Tatuya [Mon, 12 Nov 2012 22:56:17 +0000 (14:56 -0800)] 
[2420] make sure RRSIG-only data are excluded in additional processing

13 years ago[2420] added the new test data file introduced in prev commit to makefile
JINMEI Tatuya [Mon, 12 Nov 2012 22:55:51 +0000 (14:55 -0800)] 
[2420] added the new test data file introduced in prev commit to makefile

13 years ago[2420] fixed old memory datasrc test failed to prevent failure due to singonly
JINMEI Tatuya [Mon, 12 Nov 2012 22:42:53 +0000 (14:42 -0800)] 
[2420] fixed old memory datasrc test failed to prevent failure due to singonly

this is an intermediate regression due to the previous change.  It's an ugly
workaround, but the real fix is to deprecate the old version ASAP, so I
didn't bother to fix it cleanly.

13 years ago[2420] added tests with RRSIG-only RRsets.
JINMEI Tatuya [Mon, 12 Nov 2012 22:18:24 +0000 (14:18 -0800)] 
[2420] added tests with RRSIG-only RRsets.

Due to the extension to RdataSet::find(), the tested code doesn't have to
be modified.

13 years ago[2420] extend RdataSet::find() to control whether to match sig-only RdataSets.
JINMEI Tatuya [Mon, 12 Nov 2012 21:46:55 +0000 (13:46 -0800)] 
[2420] extend RdataSet::find() to control whether to match sig-only RdataSets.

and use it in zone data updater to preserve the previous behavior.

13 years ago[2420] enable the RRSIG-only case in ZoneDataLoader.
JINMEI Tatuya [Fri, 9 Nov 2012 05:21:06 +0000 (21:21 -0800)] 
[2420] enable the RRSIG-only case in ZoneDataLoader.

13 years ago[2420] handle RRSIG-for-NSEC3 only cases.
JINMEI Tatuya [Fri, 9 Nov 2012 05:07:33 +0000 (21:07 -0800)] 
[2420] handle RRSIG-for-NSEC3 only cases.

13 years ago[2420] supported the case for adding RRSIG-only
JINMEI Tatuya [Fri, 9 Nov 2012 04:35:20 +0000 (20:35 -0800)] 
[2420] supported the case for adding RRSIG-only

except for RRSIG for NSEC3, which is a bit trickier and will be handled
separately.

13 years ago[2420] initial attempt of allowing RRSIG-only case
JINMEI Tatuya [Fri, 9 Nov 2012 02:52:18 +0000 (18:52 -0800)] 
[2420] initial attempt of allowing RRSIG-only case

looks like we need to update the updater first, so it's disabled for now.

13 years ago[2420] ported loadRRSIGFollowsNothing test from memory_client test
JINMEI Tatuya [Fri, 9 Nov 2012 00:16:43 +0000 (16:16 -0800)] 
[2420] ported loadRRSIGFollowsNothing test from memory_client test

so that we can test loading related in a closer place to the load related
classes.

13 years ago[2420] refactoring: reorder RdataSet::destroy to meet segment obj holder req.
JINMEI Tatuya [Sat, 10 Nov 2012 02:38:46 +0000 (18:38 -0800)] 
[2420] refactoring: reorder RdataSet::destroy to meet segment obj holder req.

not directly related to the subject of this branch, but this will help
the development.

13 years ago[master] ChangeLog for #2298
Naoki Kambe [Tue, 13 Nov 2012 01:40:18 +0000 (10:40 +0900)] 
[master] ChangeLog for #2298

13 years ago[2298_7] Merge branch 'trac2298_7'
Naoki Kambe [Tue, 13 Nov 2012 01:09:58 +0000 (10:09 +0900)] 
[2298_7] Merge branch 'trac2298_7'

13 years ago[2298_1] Merge branch 'trac2298_1'
Naoki Kambe [Tue, 13 Nov 2012 01:09:56 +0000 (10:09 +0900)] 
[2298_1] Merge branch 'trac2298_1'

13 years ago[trac2305] various minor documentation changes
Jeremy C. Reed [Mon, 12 Nov 2012 21:05:54 +0000 (15:05 -0600)] 
[trac2305] various minor documentation changes

add some docbook formatting tags

minor formatting changes.

bindctl -a defaults to 127.0.0.1 not localhost

add a space between "BIND 10"

some rewording

a few punctuation changes

add a sentence to describe an example

13 years ago[2372] use specific constatnt values for Options instead of using the << trick
JINMEI Tatuya [Mon, 12 Nov 2012 20:22:41 +0000 (12:22 -0800)] 
[2372] use specific constatnt values for Options instead of using the << trick

the previous code doesn't seem to be understandable as I thought, so I
simplfy revert to the more straightforward way.
also added doc for the enum

13 years ago[2372] catch a buggy case of bogus ID in State::getInstance
JINMEI Tatuya [Mon, 12 Nov 2012 20:12:58 +0000 (12:12 -0800)] 
[2372] catch a buggy case of bogus ID in State::getInstance