]>
git.ipfire.org Git - thirdparty/kea.git/log
JINMEI Tatuya [Wed, 14 Nov 2012 22:45:26 +0000 (14:45 -0800)]
[2373] supported other separater characters and comments
JINMEI Tatuya [Wed, 14 Nov 2012 19:18:38 +0000 (11:18 -0800)]
[2373] comment update
JINMEI Tatuya [Wed, 14 Nov 2012 19:16:56 +0000 (11:16 -0800)]
[2373] implemented some simple case of string state handling.
Jeremy C. Reed [Wed, 14 Nov 2012 18:31:05 +0000 (12:31 -0600)]
[master] add released date (for tomorrow)
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
Jeremy C. Reed [Wed, 14 Nov 2012 18:23:30 +0000 (12:23 -0600)]
[master] use reorder_message_file.py to order .mes files
Stephen Morris [Wed, 14 Nov 2012 18:07:06 +0000 (18:07 +0000)]
[2473] Merge branch 'master' into trac2473
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.
Stephen Morris [Wed, 14 Nov 2012 17:31:55 +0000 (17:31 +0000)]
[2473] Updated BIND 10 Guide with details of DHCPv6 changes
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.
Stephen Morris [Wed, 14 Nov 2012 15:38:44 +0000 (15:38 +0000)]
[master] Merge branch 'trac2472'
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
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.
Stephen Morris [Wed, 14 Nov 2012 14:44:23 +0000 (14:44 +0000)]
[2472] Merge branch 'master' into trac2472
Stephen Morris [Wed, 14 Nov 2012 14:30:46 +0000 (14:30 +0000)]
[2472] Modified test names in line with convention
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.
Jelte Jansen [Wed, 14 Nov 2012 14:22:18 +0000 (15:22 +0100)]
[master] Update changelog for merge of #2305
Jelte Jansen [Wed, 14 Nov 2012 14:19:32 +0000 (15:19 +0100)]
[master] Merge branch 'trac2305'
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).
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
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.
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.
Yoshitaka Aharen [Wed, 14 Nov 2012 09:09:40 +0000 (18:09 +0900)]
[2157] avoid unnecessary keyword substitution
Mukund Sivaraman [Wed, 14 Nov 2012 09:02:10 +0000 (14:32 +0530)]
[2421] Check that the load error messages are logged
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
Mukund Sivaraman [Wed, 14 Nov 2012 07:55:29 +0000 (13:25 +0530)]
[2421] Throw ZoneLoaderException even for MasterLoadError
Yoshitaka Aharen [Wed, 14 Nov 2012 07:54:28 +0000 (16:54 +0900)]
[2157] revert change by mistake
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.
Mukund Sivaraman [Wed, 14 Nov 2012 07:34:55 +0000 (13:04 +0530)]
[2421] Update InMemoryClient doc about exceptions
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.
JINMEI Tatuya [Wed, 14 Nov 2012 07:33:15 +0000 (23:33 -0800)]
[2157] some more trivial style fixes
Mukund Sivaraman [Wed, 14 Nov 2012 06:49:43 +0000 (12:19 +0530)]
[2421] Add zone exceptions hierarchy
JINMEI Tatuya [Wed, 14 Nov 2012 06:14:41 +0000 (22:14 -0800)]
[master] Merge branch 'trac2459'
JINMEI Tatuya [Wed, 14 Nov 2012 06:09:22 +0000 (22:09 -0800)]
[2459] some more comments about datasrc locking. suggested by muks.
JINMEI Tatuya [Wed, 14 Nov 2012 04:28:12 +0000 (20:28 -0800)]
[2471] fixed a minor typo in comments.
trivial, directly committing.
JINMEI Tatuya [Wed, 14 Nov 2012 04:27:32 +0000 (20:27 -0800)]
[2471] add a missing EXTRA_DIST. this will fix distcheck failure.
JINMEI Tatuya [Wed, 14 Nov 2012 04:17:33 +0000 (20:17 -0800)]
[2157] style fix: explicit \brief
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.
JINMEI Tatuya [Wed, 14 Nov 2012 03:37:59 +0000 (19:37 -0800)]
[2157] style fix: add explicit \brief, blankline before the brie desc.
JINMEI Tatuya [Tue, 13 Nov 2012 23:59:48 +0000 (15:59 -0800)]
[2157] style: added blank line before \brief for readability.
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
JINMEI Tatuya [Tue, 13 Nov 2012 21:12:20 +0000 (13:12 -0800)]
[master] Merge branch 'trac2372'
JINMEI Tatuya [Tue, 13 Nov 2012 18:15:48 +0000 (10:15 -0800)]
[2372] clarified that INITIAL_WS is recognized only after an EOL.
Stephen Morris [Tue, 13 Nov 2012 15:48:07 +0000 (15:48 +0000)]
[2472] Merge branch 'master' into trac2472
Stephen Morris [Tue, 13 Nov 2012 15:43:42 +0000 (15:43 +0000)]
[2472] Miscellaneous fixes after review
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.
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.
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
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
Shane Kerr [Tue, 13 Nov 2012 10:48:37 +0000 (11:48 +0100)]
Fix broken Solaris build by initializing variable.
Jelte Jansen [Tue, 13 Nov 2012 10:45:06 +0000 (11:45 +0100)]
[master] Update changelog for merge of #2464
Jelte Jansen [Tue, 13 Nov 2012 09:59:50 +0000 (10:59 +0100)]
[master] Merge branch 'trac2464'
Jelte Jansen [Tue, 13 Nov 2012 09:52:59 +0000 (10:52 +0100)]
[2305] addressed some comments in guide
Marcin Siodelski [Tue, 13 Nov 2012 09:19:54 +0000 (10:19 +0100)]
[2463] Fixed typos as a result of the review.
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
Yoshitaka Aharen [Wed, 7 Nov 2012 12:09:22 +0000 (21:09 +0900)]
[2157] apply review comments
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.
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.
JINMEI Tatuya [Tue, 13 Nov 2012 01:48:33 +0000 (17:48 -0800)]
[2420] catch the rare case of RRSIG-only for NSEC3
JINMEI Tatuya [Mon, 12 Nov 2012 22:56:17 +0000 (14:56 -0800)]
[2420] make sure RRSIG-only data are excluded in additional processing
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
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.
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.
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.
JINMEI Tatuya [Fri, 9 Nov 2012 05:21:06 +0000 (21:21 -0800)]
[2420] enable the RRSIG-only case in ZoneDataLoader.
JINMEI Tatuya [Fri, 9 Nov 2012 05:07:33 +0000 (21:07 -0800)]
[2420] handle RRSIG-for-NSEC3 only cases.
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.
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.
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.
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.
Naoki Kambe [Tue, 13 Nov 2012 01:40:18 +0000 (10:40 +0900)]
[master] ChangeLog for #2298
Naoki Kambe [Tue, 13 Nov 2012 01:09:58 +0000 (10:09 +0900)]
[2298_7] Merge branch 'trac2298_7'
Naoki Kambe [Tue, 13 Nov 2012 01:09:56 +0000 (10:09 +0900)]
[2298_1] Merge branch 'trac2298_1'
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
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
JINMEI Tatuya [Mon, 12 Nov 2012 20:12:58 +0000 (12:12 -0800)]
[2372] catch a buggy case of bogus ID in State::getInstance
JINMEI Tatuya [Mon, 12 Nov 2012 20:05:46 +0000 (12:05 -0800)]
[2372] made sure entire test sstring is built before starting test case.
The previous code should actually be safe based on the iostream/streambuf
APIs, but it's even much safer to completely give the ownership of the
passed stream to the input source.
Stephen Morris [Mon, 12 Nov 2012 19:17:51 +0000 (19:17 +0000)]
[master] ChangeLog for trac2342
JINMEI Tatuya [Mon, 12 Nov 2012 19:05:58 +0000 (11:05 -0800)]
[2372] hide specific state cleasse inside an unnamed namespace.
they don't have to be (actually they already aren't) visible outside this
translation unit.
JINMEI Tatuya [Mon, 12 Nov 2012 19:02:28 +0000 (11:02 -0800)]
[2372] a minor documentation wording correction.
JINMEI Tatuya [Mon, 12 Nov 2012 18:50:48 +0000 (10:50 -0800)]
[2372] minor editorial cleanup in a comment
Stephen Morris [Mon, 12 Nov 2012 17:16:07 +0000 (17:16 +0000)]
[2342] Merge branch 'master' into trac2342
Stephen Morris [Mon, 12 Nov 2012 14:57:03 +0000 (14:57 +0000)]
[2342] Miscellaneous changes as a result of review
Michal 'vorner' Vaner [Mon, 12 Nov 2012 10:53:53 +0000 (11:53 +0100)]
Make some constants unsigned explicitly
This should fix compilation, where it complains:
rrttl_unittest.cc:79: warning: this decimal constant is unsigned only in ISO C90
Michal 'vorner' Vaner [Mon, 12 Nov 2012 09:25:29 +0000 (10:25 +0100)]
Changelog for #2384
Michal 'vorner' Vaner [Mon, 12 Nov 2012 09:10:20 +0000 (10:10 +0100)]
Merge #2384
Stephen Morris [Sun, 11 Nov 2012 22:55:41 +0000 (22:55 +0000)]
[2342] Merge branch 'master' into trac2342
Conflicts:
doc/devel/mainpage.dox
src/lib/dhcp/Makefile.am
src/lib/dhcp/lease_mgr.cc
src/lib/dhcp/lease_mgr.h
src/lib/dhcp/tests/Makefile.am
src/lib/dhcp/tests/lease_mgr_unittest.cc
A number of other files were modified to resolve incompatibilities
in the way lease managers were created, and to promote the dummy
"memfile" lease manager to a fully-fledged lease manager with
unit tests.
Michal 'vorner' Vaner [Sat, 10 Nov 2012 10:28:53 +0000 (11:28 +0100)]
[2384] Little bit more range checking
There was a gap when one thing could overflow to negative numbers.
JINMEI Tatuya [Fri, 9 Nov 2012 22:27:14 +0000 (14:27 -0800)]
[2471] make sure rdata iterator is valid in DNAME proc for sufficiently long
otherwise it could result in using a freed object if the RRset comes from
the built in in-memory data source. This change makes the test in the
previous commit pass.
JINMEI Tatuya [Fri, 9 Nov 2012 22:25:46 +0000 (14:25 -0800)]
[2471] added a test cast for DNAME query proc using real in-memory datasrc.
this reproduces the problem of this ticket.
JINMEI Tatuya [Fri, 9 Nov 2012 17:21:29 +0000 (09:21 -0800)]
[2384] style fix: folded a long line
Stephen Morris [Fri, 9 Nov 2012 16:58:04 +0000 (16:58 +0000)]
[master] ChangeLog for trac2414
Stephen Morris [Fri, 9 Nov 2012 16:40:20 +0000 (16:40 +0000)]
[2414] Merge branch 'master' into trac2414
Stephen Morris [Fri, 9 Nov 2012 16:11:24 +0000 (16:11 +0000)]
[2342] Added comments as result of review
Stephen Morris [Fri, 9 Nov 2012 15:42:45 +0000 (15:42 +0000)]
[2414] Changes after review
Marcin Siodelski [Fri, 9 Nov 2012 15:24:27 +0000 (16:24 +0100)]
[2342] Minor: typos fixed.
Marcin Siodelski [Fri, 9 Nov 2012 12:55:16 +0000 (13:55 +0100)]
[2342] Temporarily moved duid.{h,cc} from libdhcp++ to libdhcp_srv.
Having duid.{h, cc} in libdhcp++ causes dependency between two libraries.
Due to this dependency multi-threaded build fails because libs are created
by different threads simultaneously and race condition occurs. Libraries
should be moved to separate folders and have separate makefiles. This
complies with BIND10 structure and will make this issue goe away.
Michal 'vorner' Vaner [Fri, 9 Nov 2012 11:58:20 +0000 (12:58 +0100)]
[2376] Documentation update
Michal 'vorner' Vaner [Fri, 9 Nov 2012 11:51:13 +0000 (12:51 +0100)]
[2376] Disallow missing last unit
Also, simplify the code little bit and make it run faster in the case of
TTL without any units.
Michal 'vorner' Vaner [Fri, 9 Nov 2012 11:44:41 +0000 (12:44 +0100)]
[2376] Disallow case with the last unit missing