]>
git.ipfire.org Git - thirdparty/kea.git/log
JINMEI Tatuya [Thu, 3 Jan 2013 04:19:45 +0000 (20:19 -0800)]
[2433] catch an invalid case where NS name is CNAME.
JINMEI Tatuya [Thu, 3 Jan 2013 04:09:07 +0000 (20:09 -0800)]
[2433] handled cases DNAME exists above an NS name
JINMEI Tatuya [Thu, 3 Jan 2013 02:53:34 +0000 (18:53 -0800)]
[2433] check some cases where NS doesn't have address records.
JINMEI Tatuya [Wed, 2 Jan 2013 22:57:01 +0000 (14:57 -0800)]
[2433] refactored a test to simplify initialization.
JINMEI Tatuya [Wed, 2 Jan 2013 22:19:32 +0000 (14:19 -0800)]
[2433] added a zone check function, just checking the number of NS and SOA
JINMEI Tatuya [Wed, 2 Jan 2013 22:16:50 +0000 (14:16 -0800)]
[2433] introduced dns_fwd.h, a set of forward declarations for libdns++.
totally independent from the subject of the task, but we'll need this
type of thing sooner or later (and sooner is better).
Marcin Siodelski [Wed, 2 Jan 2013 20:01:41 +0000 (21:01 +0100)]
[2313] Improved doxygen documentation for OptionSpaceX classes.
Marcin Siodelski [Wed, 2 Jan 2013 18:58:20 +0000 (19:58 +0100)]
[2313] Added OptionSpace6 class that holds enterprise numbers.
Tomek Mrugalski [Wed, 2 Jan 2013 16:45:56 +0000 (17:45 +0100)]
[2320] Small tweak inhwaddr.c implemented.
Tomek Mrugalski [Wed, 2 Jan 2013 16:45:42 +0000 (17:45 +0100)]
[2320] Tests for DHCPv4 RELEASE implemented
Tomek Mrugalski [Wed, 2 Jan 2013 16:43:53 +0000 (17:43 +0100)]
[2320] Pkt4::delOption() implemented.
Tomek Mrugalski [Wed, 2 Jan 2013 16:43:27 +0000 (17:43 +0100)]
[2320] Additional tests implemented.
JINMEI Tatuya [Wed, 2 Jan 2013 16:20:21 +0000 (08:20 -0800)]
[2433] Merge remote-tracking branch 'origin/trac2432' into trac2433
Marcin Siodelski [Wed, 2 Jan 2013 16:07:58 +0000 (17:07 +0100)]
[2313] Improved comments for OptionSpace class.
Marcin Siodelski [Wed, 2 Jan 2013 14:58:59 +0000 (15:58 +0100)]
[2313] Validate option space name.
Marcin Siodelski [Thu, 13 Dec 2012 15:48:56 +0000 (16:48 +0100)]
[2313] Add option spaces into configuration manager.
Marcin Siodelski [Thu, 13 Dec 2012 14:39:51 +0000 (15:39 +0100)]
[2313] Added new class to represent option space.
Mukund Sivaraman [Tue, 1 Jan 2013 11:15:54 +0000 (16:45 +0530)]
[2432] Add a RRsetCollection constructor that takes an std::istream
Mukund Sivaraman [Tue, 1 Jan 2013 11:14:55 +0000 (16:44 +0530)]
[2432] Add more API documentation
Mukund Sivaraman [Tue, 1 Jan 2013 10:36:57 +0000 (16:06 +0530)]
[2432] Add API doc for equals() about incompatible types
Mukund Sivaraman [Tue, 1 Jan 2013 10:27:40 +0000 (15:57 +0530)]
[2432] Add rrset_collection{,_base}.h to libdns++ installed headers
JINMEI Tatuya [Tue, 1 Jan 2013 03:18:56 +0000 (19:18 -0800)]
[2432] use EXPECT_TRUE and ==/!= instead of EXPECT_EQ/NE iterators
the latter doesn't always work.
Mukund Sivaraman [Tue, 1 Jan 2013 10:22:49 +0000 (15:52 +0530)]
[2432] Explain ownership of rrset passed to addRRset()
Mukund Sivaraman [Tue, 1 Jan 2013 10:18:46 +0000 (15:48 +0530)]
[2432] Add virtual destructor
Mukund Sivaraman [Tue, 1 Jan 2013 10:18:33 +0000 (15:48 +0530)]
[2432] Untabify
JINMEI Tatuya [Tue, 1 Jan 2013 03:50:45 +0000 (19:50 -0800)]
[711] (unrelated cleanup) removed stale warn log about non root startup
it should have been removed much earlier.
JINMEI Tatuya [Tue, 1 Jan 2013 03:18:56 +0000 (19:18 -0800)]
[2433] use EXPECT_TRUE and ==/!= instead of EXPECT_EQ/NE iterators
the latter doesn't always work.
JINMEI Tatuya [Mon, 31 Dec 2012 23:13:38 +0000 (15:13 -0800)]
[2433] Merge remote-tracking branch 'origin/trac2432' into trac2433
JINMEI Tatuya [Mon, 31 Dec 2012 22:54:53 +0000 (14:54 -0800)]
[711] catch and ignore permission error for unlinking log lock file.
JINMEI Tatuya [Mon, 31 Dec 2012 22:24:32 +0000 (14:24 -0800)]
[711] handle ChangeUserError explicitly with verbose error message
JINMEI Tatuya [Mon, 31 Dec 2012 22:23:28 +0000 (14:23 -0800)]
[711] reraise original exception when failed() fails in component.start()
see the code comment for the rationale.
JINMEI Tatuya [Mon, 31 Dec 2012 21:14:44 +0000 (13:14 -0800)]
[711] made BoB.uid/gid "private", and raise a separate exception if setXX fails
JINMEI Tatuya [Mon, 31 Dec 2012 19:01:39 +0000 (11:01 -0800)]
[711] moved setg/uid code to a new Bob.change_user method.
The SockCreator class now just calls it, unconditionally, rather than
inspecting gid/uid attributes of Bob.
at a higher level this is basically an internal refactoring: no externally
visible behavior is changed. And, it's a matter of taste in some sense,
but since we are going to do a bit more work for this task, and it seemed
too intrusive to refer to attributes like gid/uid directly, I chose to
introduce this change.
Tomek Mrugalski [Mon, 31 Dec 2012 15:49:37 +0000 (16:49 +0100)]
[2320] Allocation Engine hooked up to DHCPv4 server
- DORA support added
- REQUEST/Renewing support added
- RELEASE support added
- AllocationEngine now supports lease4 renewals
- many other smaller code additions
- many tests written
Mukund Sivaraman [Mon, 31 Dec 2012 03:27:15 +0000 (08:57 +0530)]
Merge branch 'master' into trac2565
Stephen Morris [Sat, 29 Dec 2012 15:34:11 +0000 (15:34 +0000)]
[2524] Various fixes in response to review
JINMEI Tatuya [Sat, 29 Dec 2012 04:28:06 +0000 (20:28 -0800)]
[2480] support in-memory datasrc for cases that require dynamic RR addition
JINMEI Tatuya [Sat, 29 Dec 2012 03:06:13 +0000 (19:06 -0800)]
[2480] added a note about the ";var" markup that is not strictly necessary.
JINMEI Tatuya [Sat, 29 Dec 2012 03:02:08 +0000 (19:02 -0800)]
[2480] reorganized test data; define the source in a zone file format.
this will simplify the generation process and Makefile syntax.
JINMEI Tatuya [Fri, 28 Dec 2012 23:40:30 +0000 (15:40 -0800)]
[2480] supported one other test case with sqlite3 data source
JINMEI Tatuya [Fri, 28 Dec 2012 23:07:31 +0000 (15:07 -0800)]
[2480] extracted some test cases that work only with mock datasrc separately.
so it won't report misleading success reports for other data sources.
JINMEI Tatuya [Fri, 28 Dec 2012 22:10:03 +0000 (14:10 -0800)]
[2480] added the default case to switch to avoid build error for some compilers
JINMEI Tatuya [Fri, 28 Dec 2012 22:02:17 +0000 (14:02 -0800)]
[master] cleanup: removed GCC_WERROR_OK setting from configure.ac.
It's not used anywhere else in the source tree any more. okayed on jabber.
JINMEI Tatuya [Fri, 28 Dec 2012 21:48:36 +0000 (21:48 +0000)]
[master] check werror_ok, not with_werror, in the Boost build failure check.
this is necessary to keep the previous behavior for FreeBSD where -Werror
is automatically disabled due to other bug of the compiler.
discussed on jabber, not seen a clear go, but I'm committing it at my
discretion to fix the buildbot errors. I've confirmed the behavior on
multiple FreeBSD boxes.
Jeremy C. Reed [Fri, 28 Dec 2012 18:21:12 +0000 (12:21 -0600)]
[master] remove old note from XFROUT_IXFR_UPTODATE message
It was handled in implemented in changelog #359 trac 1462 of Jan. 2012.
Okayed on mailing list:
See https://lists.isc.org/pipermail/bind10-dev/2012-December/004186.html
JINMEI Tatuya [Fri, 28 Dec 2012 18:16:36 +0000 (10:16 -0800)]
[master] changelog entry for #1991
JINMEI Tatuya [Fri, 28 Dec 2012 18:09:47 +0000 (10:09 -0800)]
[master] Merge branch 'trac1991'
Tomek Mrugalski [Fri, 28 Dec 2012 16:43:13 +0000 (17:43 +0100)]
[2320] Allocation Engine for IPv4 implemented
Jeremy C. Reed [Fri, 28 Dec 2012 15:09:13 +0000 (09:09 -0600)]
[master] fix typo and improve DHCP6_LEASE_ADVERT message
This is from Tomek in private email.
JINMEI Tatuya [Fri, 28 Dec 2012 07:55:19 +0000 (23:55 -0800)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Fri, 28 Dec 2012 07:54:41 +0000 (23:54 -0800)]
[master] changelog style: adding "git" before the commit hash
JINMEI Tatuya [Fri, 28 Dec 2012 07:11:03 +0000 (07:11 +0000)]
[1991] corrected typo: don't use the now-internal -SAVED/SAVES varaibles
Mukund Sivaraman [Fri, 28 Dec 2012 05:32:00 +0000 (11:02 +0530)]
[2565] Update comment about exception overhead
Mukund Sivaraman [Fri, 28 Dec 2012 05:15:54 +0000 (10:45 +0530)]
[2565] Specify parameter kind in exception messages
JINMEI Tatuya [Fri, 28 Dec 2012 02:59:06 +0000 (18:59 -0800)]
[1991] exclude clang++ for the check explicitly to avoid false positives
this can happen with clang++ used via ccache
JINMEI Tatuya [Fri, 28 Dec 2012 02:36:49 +0000 (18:36 -0800)]
[1991] make sure the check is with -Werror and only for g++-variants
JINMEI Tatuya [Fri, 28 Dec 2012 02:14:36 +0000 (18:14 -0800)]
[1991] added checks for FreeBSD build failure due to a ports bug.
JINMEI Tatuya [Fri, 28 Dec 2012 01:54:42 +0000 (17:54 -0800)]
[1991] moved boost-related config to a separate m4
in order to keep the main configure.ac more concise, and so that we can
eventually introduce more fine-grained configuration (e.g., skipping some
checks for DNS/DHCP-only build)
At the moment, this is just a cleanup, and doesn't change the behavior itself.
Jeremy C. Reed [Thu, 27 Dec 2012 22:34:18 +0000 (16:34 -0600)]
[master] lots of minor doc fixes in mes files
misspellings or typos
spelled out "wg" so next spell check doesn't fail on it
periods at end of sentences (even for incomplete bullet items
to be consistent)
remove double words (the the, up up)
This was not reviewed, but is mostly minor changes.
Two items I was unclear about I confirmed on jabber.
Jeremy C. Reed [Thu, 27 Dec 2012 22:33:34 +0000 (16:33 -0600)]
[master] remove duplicated word in doxygen brief
parser parser
Jeremy C. Reed [Thu, 27 Dec 2012 22:32:43 +0000 (16:32 -0600)]
[master] remove duplicated word
the the
Jeremy C. Reed [Thu, 27 Dec 2012 22:31:21 +0000 (16:31 -0600)]
[master] remove duplicated words
the the
for for
Jeremy C. Reed [Thu, 27 Dec 2012 22:29:02 +0000 (16:29 -0600)]
[master] rename DATASRC_DATABASE_JOURNALREADR_BADDATA message id
to DATASRC_DATABASE_JOURNALREADER_BADDATA
Okayed by jinmei via jabber.
This is to be consistent with the other
DATASRC_DATABASE_JOURNALREADER_* message IDs.
Also while here some minor edits to messages file:
fix typo (was repeated word)
fix misspelling typo
period at end of sentence
JINMEI Tatuya [Thu, 27 Dec 2012 21:36:27 +0000 (13:36 -0800)]
[2480] comment update
JINMEI Tatuya [Thu, 27 Dec 2012 19:51:57 +0000 (11:51 -0800)]
[2480] distcheck fixes: using builddir where necessary
JINMEI Tatuya [Thu, 27 Dec 2012 17:48:24 +0000 (09:48 -0800)]
[2480] extended some other NSEC3 tests so they can use SQLite3 datasrc, too.
in-memory is still skipped because these cases require incremental updates
to the zone, which would make the test setup even more complicated.
checking it with SQLite3 is probably good enough for the purpose of this task.
JINMEI Tatuya [Wed, 26 Dec 2012 19:13:05 +0000 (11:13 -0800)]
[2480] suported real data sources in some of NSEC3-related tests
some others are still skipped; they need dynamic addition to the zone
JINMEI Tatuya [Sat, 22 Dec 2012 02:28:51 +0000 (18:28 -0800)]
[2480] use a separate faked NSEC3Hash for query tests
JINMEI Tatuya [Thu, 27 Dec 2012 21:39:46 +0000 (13:39 -0800)]
[2480] removed query_inmemory_unittest; it's now integrated in query tests.
Tomek Mrugalski [Thu, 27 Dec 2012 18:45:41 +0000 (19:45 +0100)]
[2320] Default value for getPool() now works for both v4 and v6.
Tomek Mrugalski [Thu, 27 Dec 2012 18:45:00 +0000 (19:45 +0100)]
[2320] Missing unittests for hwaddr implemented.
Tomek Mrugalski [Thu, 27 Dec 2012 16:08:10 +0000 (17:08 +0100)]
[2320] HWAddr structure implemented.
Mukund Sivaraman [Thu, 27 Dec 2012 11:32:19 +0000 (17:02 +0530)]
[2565] Add rationale for why bool is returned instead of throwing an exception
Mukund Sivaraman [Thu, 27 Dec 2012 11:28:26 +0000 (16:58 +0530)]
[2565] Rename constructor arguments to look nicer
Mukund Sivaraman [Thu, 27 Dec 2012 11:26:11 +0000 (16:56 +0530)]
[2565] Update textToTypeCode() to match textToClassCode()
Mukund Sivaraman [Thu, 27 Dec 2012 11:25:08 +0000 (16:55 +0530)]
[2565] Rename function argument
Mukund Sivaraman [Thu, 27 Dec 2012 11:24:40 +0000 (16:54 +0530)]
[2565] Fix indenting and untabify
Mukund Sivaraman [Thu, 27 Dec 2012 11:08:37 +0000 (16:38 +0530)]
[2565] Fix exception message returned when classes don't match
Mukund Sivaraman [Thu, 27 Dec 2012 11:00:01 +0000 (16:30 +0530)]
[2565] Throw InternalException instead of isc::BadValue
Mukund Sivaraman [Thu, 27 Dec 2012 10:57:53 +0000 (16:27 +0530)]
[2565] Use the wrapped RRClass directly, in the comparison
Mukund Sivaraman [Thu, 27 Dec 2012 10:55:10 +0000 (16:25 +0530)]
[2565] Fix grammar in methods' documentation
Yoshitaka Aharen [Thu, 27 Dec 2012 10:12:26 +0000 (19:12 +0900)]
[2157] removed wrong note
Yoshitaka Aharen [Thu, 27 Dec 2012 10:04:27 +0000 (19:04 +0900)]
[2157] clarify the description of qrynxrrset
Jeremy C. Reed [Wed, 26 Dec 2012 19:21:14 +0000 (13:21 -0600)]
[master] fix spelling typo
JINMEI Tatuya [Wed, 26 Dec 2012 18:10:31 +0000 (10:10 -0800)]
[2565] style cleanups: constify; combine short lines
JINMEI Tatuya [Wed, 26 Dec 2012 17:56:42 +0000 (09:56 -0800)]
[2565] constify
Yoshitaka Aharen [Wed, 26 Dec 2012 11:52:36 +0000 (20:52 +0900)]
[2157] trivial fix of the arrangement of words
Yoshitaka Aharen [Wed, 26 Dec 2012 11:50:55 +0000 (20:50 +0900)]
[2157] rename test script for gen-statisticsitems.py
Yoshitaka Aharen [Wed, 26 Dec 2012 11:45:49 +0000 (20:45 +0900)]
[2157] rename a method per name convention
Yoshitaka Aharen [Wed, 26 Dec 2012 11:42:41 +0000 (20:42 +0900)]
[2157] skip test which uses sqlite3 data source for static-link
environments
Yoshitaka Aharen [Wed, 26 Dec 2012 11:19:21 +0000 (20:19 +0900)]
[2157] removed unused parameter
Yoshitaka Aharen [Wed, 26 Dec 2012 11:10:42 +0000 (20:10 +0900)]
[2157] throw an exception instead of assert for invalid parameter
Yoshitaka Aharen [Wed, 26 Dec 2012 11:01:30 +0000 (20:01 +0900)]
[2157] remove unnecessary explicit initialization
Yoshitaka Aharen [Wed, 26 Dec 2012 10:16:02 +0000 (19:16 +0900)]
[2157] renamed enum type name
Yoshitaka Aharen [Wed, 26 Dec 2012 10:07:21 +0000 (19:07 +0900)]
[2157] remove using declaration from statistics.h
Yoshitaka Aharen [Wed, 26 Dec 2012 10:02:43 +0000 (19:02 +0900)]
[2157] use boost::optional for Opcode in MessageAttributes
Yoshitaka Aharen [Wed, 26 Dec 2012 08:52:12 +0000 (17:52 +0900)]
[2157] removed TODO comment.
Yoshitaka Aharen [Wed, 26 Dec 2012 08:46:01 +0000 (17:46 +0900)]
[2157] renamed af to ipversion
Yoshitaka Aharen [Wed, 26 Dec 2012 08:37:28 +0000 (17:37 +0900)]
[2157] use EXPECT_DEATH_IF_SUPPORTED instead of checking with ifdef
Yoshitaka Aharen [Wed, 26 Dec 2012 08:25:25 +0000 (17:25 +0900)]
[2157] brush up lettuce scnario