]>
git.ipfire.org Git - thirdparty/kea.git/log
Yoshitaka Aharen [Wed, 26 Dec 2012 06:00:34 +0000 (15:00 +0900)]
[2157] fix paths with srcdir/buiddir
Mukund Sivaraman [Wed, 26 Dec 2012 05:47:52 +0000 (11:17 +0530)]
[2432] Don't throw when comparing iterators from different RRsetCollectionBase implementations
Mukund Sivaraman [Wed, 26 Dec 2012 05:47:10 +0000 (11:17 +0530)]
[2432] Untabify
Mukund Sivaraman [Wed, 26 Dec 2012 05:17:16 +0000 (10:47 +0530)]
[2432] Throw during addRRset() if an rrset with the given class, type and name already exists
Mukund Sivaraman [Wed, 26 Dec 2012 04:58:32 +0000 (10:28 +0530)]
[2432] Add zero-argument RRsetCollection constructor
Mukund Sivaraman [Wed, 26 Dec 2012 04:57:39 +0000 (10:27 +0530)]
[2432] Remove iter variable
Mukund Sivaraman [Wed, 26 Dec 2012 04:52:08 +0000 (10:22 +0530)]
[2432] Move addAndRemove test code to a helper method
Mukund Sivaraman [Wed, 26 Dec 2012 04:50:05 +0000 (10:20 +0530)]
[2432] Change equality check style
Mukund Sivaraman [Wed, 26 Dec 2012 04:35:39 +0000 (10:05 +0530)]
[2432] Add tests for absent RRClass
Mukund Sivaraman [Wed, 26 Dec 2012 04:31:51 +0000 (10:01 +0530)]
[2432] Add RRClass too in the RRsetCollection key, and make find() search for them
This commit also changes the base class's find() prototype to include
the RRClass as an argument. Otherwise, we don't know what RRClass to
look for. The arguments for the base class's find() method are in a
different order from those of the find() methods in the RRsetCollection
implementation as there's no way to overload the method when only its
return value is different.
Yoshitaka Aharen [Tue, 25 Dec 2012 12:10:44 +0000 (21:10 +0900)]
[2157] added a new terrain to unify a set of expected items
Mukund Sivaraman [Mon, 24 Dec 2012 08:50:39 +0000 (14:20 +0530)]
[2432] Unify common test code
Mukund Sivaraman [Mon, 24 Dec 2012 08:41:29 +0000 (14:11 +0530)]
[2432] Update comment about ignoring error and warning callbacks
Mukund Sivaraman [Mon, 24 Dec 2012 08:35:59 +0000 (14:05 +0530)]
[2432] Remove the empty rrset_collection_base.cc file
Mukund Sivaraman [Mon, 24 Dec 2012 04:17:02 +0000 (09:47 +0530)]
Revert "[2535] Add a datasrc test for escaping txt-like rdata"
This reverts commit
376b3b0760c5198dbf5ccf740c666ed9c9acaf45 .
Mukund Sivaraman [Mon, 24 Dec 2012 04:07:45 +0000 (09:37 +0530)]
[2535] Unify test code
Mukund Sivaraman [Mon, 24 Dec 2012 03:30:09 +0000 (09:00 +0530)]
[2535] Rename function to stringToCharString()
JINMEI Tatuya [Sun, 23 Dec 2012 18:18:01 +0000 (10:18 -0800)]
[master] corrected a trivial typo, commiting at my discretion.
JINMEI Tatuya [Sat, 22 Dec 2012 19:00:40 +0000 (11:00 -0800)]
[2480] avoid redundant text dump of RRSIGs in pullSigs().
now that RRset::toText() includes RRSIGs, the additional toText() is not
necessary; in fact, that would lead to confusing output from failed tests.
JINMEI Tatuya [Sat, 22 Dec 2012 06:57:33 +0000 (22:57 -0800)]
[2480] add srcdir/src/lib/python to PYTHONPATH; needed for isc.dns.
JINMEI Tatuya [Sat, 22 Dec 2012 06:55:59 +0000 (22:55 -0800)]
[2480] define TEST_OWN_DATA_BUILDDIR separately; OWN_DATA_DIR is needed in src.
JINMEI Tatuya [Sat, 22 Dec 2012 02:39:27 +0000 (18:39 -0800)]
[2480] more path spec
JINMEI Tatuya [Sat, 22 Dec 2012 02:25:48 +0000 (18:25 -0800)]
[2480] explicitly specify path to gen-query-testdata.py (need srcdir)
JINMEI Tatuya [Sat, 22 Dec 2012 02:11:01 +0000 (18:11 -0800)]
[2480] missing extra-dist
JINMEI Tatuya [Sat, 22 Dec 2012 01:57:35 +0000 (17:57 -0800)]
[2480] extend query tests further, so we can test them with sqlite3, too.
there was one missing RR, so it was added.
JINMEI Tatuya [Sat, 22 Dec 2012 01:26:11 +0000 (17:26 -0800)]
[2480] unified test data.
the previously hardcoded zone data are mostly moved to two new files:
query_testzone_data.txt and query_testzone_data_nsec3.txt.
A new helper python script, gen-query-testdata.py, converts them into
DNS zone files and C++ files defining some C-string variables for the RRs.
The latter will be included from query_unittest.cc (instead of the hardcoded
variables).
Generated zone files are loaded via include-only zone files: example.zone
and example-nsec3.zone.
For the next step corresponding sqlite3 DB file is also generated.
Jeremy C. Reed [Fri, 21 Dec 2012 19:55:52 +0000 (13:55 -0600)]
Split up paragraph about components in release (generic, dns, dhcp).
JINMEI Tatuya [Fri, 21 Dec 2012 19:23:16 +0000 (11:23 -0800)]
[2480] made all tests (somehow) pass with in-memory
some were just skipped to make them green. test data are still duplicate.
Stephen Morris [Fri, 21 Dec 2012 18:21:00 +0000 (18:21 +0000)]
[2559] Added parser to list of DHCP6 parsers
Mukund Sivaraman [Fri, 21 Dec 2012 17:38:55 +0000 (23:08 +0530)]
[2535] Add a datasrc test for escaping txt-like rdata
JINMEI Tatuya [Fri, 21 Dec 2012 16:57:02 +0000 (08:57 -0800)]
[2157] editorial/style fixes: removed unnecessary ';', constify
JINMEI Tatuya [Fri, 21 Dec 2012 16:42:24 +0000 (08:42 -0800)]
[2157] editorial: removed unnecessary ';'
Jelte Jansen [Fri, 21 Dec 2012 16:39:23 +0000 (17:39 +0100)]
[master] Update changelog for merge of 1081
Jelte Jansen [Fri, 21 Dec 2012 15:59:07 +0000 (16:59 +0100)]
[master] Merge branch 'trac1081'
Michal 'vorner' Vaner [Fri, 21 Dec 2012 14:10:56 +0000 (15:10 +0100)]
ChangeLog for #1190
Michal 'vorner' Vaner [Fri, 21 Dec 2012 14:08:55 +0000 (15:08 +0100)]
Merge #1190
Msgq logs using the logging library (but to stdout, see #2582 for that)
Michal 'vorner' Vaner [Fri, 21 Dec 2012 14:07:02 +0000 (15:07 +0100)]
[1190] Note a ticket number for TODO
Michal 'vorner' Vaner [Fri, 21 Dec 2012 13:45:24 +0000 (14:45 +0100)]
[1190] Minor fixes according to review
One leftover variable and one mismatched name.
Marcin Siodelski [Fri, 21 Dec 2012 12:30:41 +0000 (13:30 +0100)]
[2545] Moved global storages to the anonymous namespace.
Marcin Siodelski [Fri, 21 Dec 2012 12:26:52 +0000 (13:26 +0100)]
[2545] Added a test that checks whether value in CSV format is accepted.
Marcin Siodelski [Fri, 21 Dec 2012 12:11:53 +0000 (13:11 +0100)]
[2545] Added new configuration parameter: csv-format for DHCPv4 server.
Marcin Siodelski [Fri, 21 Dec 2012 11:53:31 +0000 (12:53 +0100)]
[2545] Separated build and commit phase for all DHCPv4 config parsers.
... also added new BooleanParser.
Stephen Morris [Fri, 21 Dec 2012 11:48:42 +0000 (11:48 +0000)]
[2559] Add factory function for DbAccessParser
Also add ability to handle incremental changes.
Marcin Siodelski [Fri, 21 Dec 2012 11:07:43 +0000 (12:07 +0100)]
[2545] Moved the DHCPv4 parser classes to the anonymous namespace.
Stephen Morris [Fri, 21 Dec 2012 09:55:32 +0000 (09:55 +0000)]
[2559] Add semantic checks on the lease-database/type keyword value
Mukund Sivaraman [Thu, 20 Dec 2012 07:12:49 +0000 (12:42 +0530)]
[2432] Add RRsetCollectionBase, and an implementation of RRsetCollection
Marcin Siodelski [Fri, 21 Dec 2012 08:46:45 +0000 (09:46 +0100)]
[2545] Cleanup some doxygen errors.
Marcin Siodelski [Fri, 21 Dec 2012 08:34:21 +0000 (09:34 +0100)]
[2545] Code cleanup, mainly better comments.
JINMEI Tatuya [Fri, 21 Dec 2012 07:00:39 +0000 (23:00 -0800)]
[2157] style fix: explicitly convert bit operation to bool
JINMEI Tatuya [Fri, 21 Dec 2012 06:56:54 +0000 (22:56 -0800)]
[2157] style fix: folded a long line
JINMEI Tatuya [Fri, 21 Dec 2012 06:33:02 +0000 (22:33 -0800)]
[2157] minor grammar fix in pydoc string
Mukund Sivaraman [Fri, 21 Dec 2012 06:27:04 +0000 (11:57 +0530)]
[2535] Use charStringToString() in TXTLike
Mukund Sivaraman [Fri, 21 Dec 2012 06:22:46 +0000 (11:52 +0530)]
[2535] Reindent code
Mukund Sivaraman [Fri, 21 Dec 2012 06:22:27 +0000 (11:52 +0530)]
[2535] Add charStringToString() to convert a CharString to a DNS textual representation
Mukund Sivaraman [Fri, 21 Dec 2012 05:10:07 +0000 (10:40 +0530)]
[2535] Add a ch variable to make code more readable
Mukund Sivaraman [Fri, 21 Dec 2012 05:08:46 +0000 (10:38 +0530)]
[2535] Add comment about the \xxx escaped format
Mukund Sivaraman [Fri, 21 Dec 2012 05:07:18 +0000 (10:37 +0530)]
[2535] Replace 0x30 with '0' to make code more readable
Mukund Sivaraman [Fri, 21 Dec 2012 04:24:33 +0000 (09:54 +0530)]
Merge branch 'master' into trac2507
Marcin Siodelski [Thu, 20 Dec 2012 23:12:03 +0000 (00:12 +0100)]
[2545] Separate the build and commit phases for all parsers.
JINMEI Tatuya [Sat, 8 Dec 2012 06:07:52 +0000 (22:07 -0800)]
[2480] extended query tests so it can be checked with in-memory datasrc
It compiles, but some of the tests currently fail.
JINMEI Tatuya [Thu, 6 Dec 2012 02:24:52 +0000 (18:24 -0800)]
[2480] make query tests type-parameterized tests.
so that we can share most of the test cases with other data sources.
Stephen Morris [Thu, 20 Dec 2012 21:01:00 +0000 (21:01 +0000)]
[2559] Basic parser and associated tests added
Able to construct a database access string from elements in the
configuration database. No semantic checks have been done yet.
Tomek Mrugalski [Thu, 20 Dec 2012 20:57:55 +0000 (21:57 +0100)]
[2320] Subnet4 and Subnet6 have much more common code now.
Tomek Mrugalski [Thu, 20 Dec 2012 19:18:10 +0000 (20:18 +0100)]
[2320] Lease4 and Lease6 now have common ancestor.
JINMEI Tatuya [Thu, 20 Dec 2012 17:39:16 +0000 (09:39 -0800)]
[2157] style fix: removed a white space at EOL
Jelte Jansen [Thu, 20 Dec 2012 14:28:22 +0000 (15:28 +0100)]
[1081] Disable log4cplus internal logging
unless --enable-debug was specified at configure
Marcin Siodelski [Thu, 20 Dec 2012 11:52:07 +0000 (12:52 +0100)]
[2545] Use CSV format to initialize std option data.
Marcin Siodelski [Thu, 20 Dec 2012 11:41:39 +0000 (12:41 +0100)]
[2545] Trim strings representing option field value.
Marcin Siodelski [Thu, 20 Dec 2012 11:22:16 +0000 (12:22 +0100)]
[2545] Parse and use csv-format parameter to create options.
Marcin Siodelski [Thu, 20 Dec 2012 09:18:20 +0000 (10:18 +0100)]
[2545] Added a parser for boolean values.
Jeremy C. Reed [Thu, 20 Dec 2012 00:36:53 +0000 (18:36 -0600)]
[master]Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10
Jeremy C. Reed [Thu, 20 Dec 2012 00:34:43 +0000 (18:34 -0600)]
[master] add change log entry for changing package name
I originally didn't add a changelog entry for it as I originally
thought was too trivial (change package name in single place in
configure.ac).
Discussed via jabber.
JINMEI Tatuya [Wed, 19 Dec 2012 22:27:05 +0000 (14:27 -0800)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Wed, 19 Dec 2012 22:24:22 +0000 (14:24 -0800)]
[master] make the use of isspace() more portable regarding signedness of char
the old code seems to be rejected in an ARM environment
okayed on jabber.
Marcin Siodelski [Wed, 19 Dec 2012 17:53:06 +0000 (18:53 +0100)]
[master] Added ChangeLog entry for #2544.
Marcin Siodelski [Wed, 19 Dec 2012 17:28:57 +0000 (18:28 +0100)]
[master] Merge branch 'trac2544'
Conflicts:
src/bin/dhcp4/dhcp4_messages.mes
JINMEI Tatuya [Wed, 19 Dec 2012 17:25:58 +0000 (09:25 -0800)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Marcin Siodelski [Wed, 19 Dec 2012 17:25:56 +0000 (18:25 +0100)]
[2544] Include stdint.h in the config_parser.h.
Without this header the build fails on CentOS as it does not recognize
uint32_t type.
JINMEI Tatuya [Wed, 19 Dec 2012 17:25:23 +0000 (09:25 -0800)]
[master] disabled bindctl system test, referring to #2568.
Jeremy C. Reed [Wed, 19 Dec 2012 17:13:58 +0000 (11:13 -0600)]
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
JINMEI Tatuya [Wed, 19 Dec 2012 17:02:42 +0000 (09:02 -0800)]
[master] additional run-time setup
Jeremy C. Reed [Wed, 19 Dec 2012 16:30:12 +0000 (10:30 -0600)]
[master] in docs, change hardcoded package name
from bind10-devel to bind10
Jeremy C. Reed [Wed, 19 Dec 2012 16:17:37 +0000 (10:17 -0600)]
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jeremy C. Reed [Wed, 19 Dec 2012 16:15:55 +0000 (10:15 -0600)]
[master] add release date for tomorrow
Jeremy C. Reed [Wed, 19 Dec 2012 16:15:10 +0000 (10:15 -0600)]
[master] change package name to bind10
instead of bind10-devel
also increase the version to today's date stamp (not for "beta")
Marcin Siodelski [Wed, 19 Dec 2012 16:14:21 +0000 (17:14 +0100)]
[2544] Silence the false positive reported by cppcheck.
The cppcheck seems to have difficulty to figure out that the variable is
set and initialized within a loop and that it is read within another
loop iteration.
Jelte Jansen [Wed, 19 Dec 2012 16:04:48 +0000 (17:04 +0100)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jelte Jansen [Wed, 19 Dec 2012 16:03:58 +0000 (17:03 +0100)]
[master] Update systests
Merge of #2380 missed a couple of cases, and added a few more sleeps to help with background loading checks.
Jeremy C. Reed [Wed, 19 Dec 2012 15:00:21 +0000 (09:00 -0600)]
[master] rebuild .mes files
using tools/reorder_message_file.py to reorder
Jeremy C. Reed [Wed, 19 Dec 2012 14:07:39 +0000 (08:07 -0600)]
[master] improve auth and resolver man pages
mention some defaults
Remove sendstats and document getstats.
Document internal start_ddns_forwarder and stop_ddns_forwarder.
Add extra SEE ALSO.
Okayed via jabber.
Jeremy C. Reed [Wed, 19 Dec 2012 14:06:03 +0000 (08:06 -0600)]
[master] slight reword of changelog entry
both discussed on jabber (today and yesterday)
Marcin Siodelski [Wed, 19 Dec 2012 12:54:49 +0000 (13:54 +0100)]
[2544] Replace invalid AND with OR operators.
This fixes the omission in previous commit.
Michal 'vorner' Vaner [Wed, 19 Dec 2012 12:39:30 +0000 (13:39 +0100)]
[1190] Provide logging descriptions
Michal 'vorner' Vaner [Wed, 19 Dec 2012 12:15:12 +0000 (13:15 +0100)]
[1190] Reorder the messages alphabetically
And do nothing more, so it's easy to review.
Michal 'vorner' Vaner [Wed, 19 Dec 2012 12:11:40 +0000 (13:11 +0100)]
[1190] Make the tests work
Do the initialization in tests too (the executable script initializes it
only when run separately, to know the correct parameters).
Also, remove deprecated and unused auxiliary script that doesn't and
didn't work.
Stephen Morris [Wed, 19 Dec 2012 11:55:16 +0000 (11:55 +0000)]
[2326] Minor change to the explanatory text of one message
Michal 'vorner' Vaner [Wed, 19 Dec 2012 11:49:05 +0000 (12:49 +0100)]
[1190] Put logging into MSGQ
Add the logging calls. Other things need to be tweaked (putting it into
a file, making tests work, etc).
Tomek Mrugalski [Wed, 19 Dec 2012 11:29:34 +0000 (12:29 +0100)]
[master] Merge branch 'trac2327' (DHCPv6 lease expiration)
Conflicts:
ChangeLog
src/lib/dhcpsrv/alloc_engine.cc
Jelte Jansen [Wed, 19 Dec 2012 10:36:33 +0000 (11:36 +0100)]
[master] Update Changelog for merge of #2380
Marcin Siodelski [Wed, 19 Dec 2012 10:28:21 +0000 (11:28 +0100)]
[2544] Changes as a result of a code review.