]>
git.ipfire.org Git - thirdparty/kea.git/log
Mukund Sivaraman [Sun, 20 Jan 2013 19:20:46 +0000 (00:50 +0530)]
[2644] Fix test failures in notify_out_test.py under Python 3.3
Mukund Sivaraman [Sun, 27 Jan 2013 23:15:02 +0000 (04:45 +0530)]
Merge branch 'trac2623'
Mukund Sivaraman [Sun, 20 Jan 2013 20:15:26 +0000 (01:45 +0530)]
[2623] Fix test failures in msgq_test.py under Python 3.3
Mukund Sivaraman [Sun, 27 Jan 2013 23:10:47 +0000 (04:40 +0530)]
Merge branch 'trac2622'
Mukund Sivaraman [Sun, 20 Jan 2013 19:13:00 +0000 (00:43 +0530)]
[2622] Fix test failures in config_data_test.py under Python 3.3
Mukund Sivaraman [Sun, 20 Jan 2013 19:07:00 +0000 (00:37 +0530)]
[2622] Stop using deprecated syntax for assertions
Mukund Sivaraman [Sun, 27 Jan 2013 22:55:59 +0000 (04:25 +0530)]
Merge branch 'master' into trac1756_2
JINMEI Tatuya [Sat, 26 Jan 2013 04:22:08 +0000 (20:22 -0800)]
[1866] added one special RRclass constant by hand: NONE
JINMEI Tatuya [Sat, 26 Jan 2013 04:10:00 +0000 (20:10 -0800)]
[1866] define some special types of RRType constants like AXFR.
JINMEI Tatuya [Sat, 26 Jan 2013 04:03:40 +0000 (20:03 -0800)]
[1866] update gen_rdatacode to autogenerate C++ code for some python wrapper.
specifically, it generates code to create RRType and RRClass constants.
Michal 'vorner' Vaner [Fri, 25 Jan 2013 11:23:19 +0000 (12:23 +0100)]
[2439] Lettuce test for failed validation after update
Check the new version is rejected and the old one is still available.
Naoki Kambe [Fri, 25 Jan 2013 06:48:26 +0000 (15:48 +0900)]
[2225_statistics_2] fix the failure in the build bot
http://git.bind10.isc.org/~tester/builder//BIND10-cppcheck/
20130125000502 -FreeBSD8-amd64-GCC/logs/unittests.out
Due to the difference of timing of invoking datetime.now(), _stop_timer()
should return greater than one second. But depending on runtime environment, it
happens to return one second exactly. For supporting this behaviour, regarding
checking of the returned value, 'assertGreater' is changed to
'assertGreaterEqual'.
JINMEI Tatuya [Fri, 25 Jan 2013 02:45:37 +0000 (18:45 -0800)]
[2310] extend findAtOrigin so it can handle use_minttl correctly.
JINMEI Tatuya [Fri, 25 Jan 2013 02:41:57 +0000 (18:41 -0800)]
[2310] added a new constructo of TreeNodeRRset so we can specify the TTL.
JINMEI Tatuya [Fri, 25 Jan 2013 02:32:26 +0000 (18:32 -0800)]
[2310] set zone's minimum TTL when loader adds the SOA RR.
JINMEI Tatuya [Fri, 25 Jan 2013 02:27:00 +0000 (18:27 -0800)]
[2310] update ZoneData so it can store/return the "minimum" TTL.
Jeremy C. Reed [Fri, 25 Jan 2013 00:02:07 +0000 (18:02 -0600)]
[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jeremy C. Reed [Fri, 25 Jan 2013 00:01:13 +0000 (18:01 -0600)]
[master] changelog cleanups
indent on description
use a tab before the keyword type.
use two tabs before the committer username.
line too long
Jeremy C. Reed [Thu, 24 Jan 2013 23:58:48 +0000 (17:58 -0600)]
[master] remove space before a tab in indent
JINMEI Tatuya [Thu, 24 Jan 2013 23:35:00 +0000 (15:35 -0800)]
[master] use assertTrue+isinstance instead of assertIsInstance.
the latter is relatively new and doesn't work for all of our supported
python versions. will fix a buildbot report. committing at my discretion.
JINMEI Tatuya [Thu, 24 Jan 2013 22:02:15 +0000 (14:02 -0800)]
[master] changelog for #2309; also corrected category for doc update (to 'doc')
JINMEI Tatuya [Thu, 24 Jan 2013 21:42:14 +0000 (13:42 -0800)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
Jelte Jansen [Thu, 24 Jan 2013 21:35:49 +0000 (22:35 +0100)]
[master] update changelog for merge ot #2595
JINMEI Tatuya [Thu, 24 Jan 2013 21:27:36 +0000 (13:27 -0800)]
[master] Merge branch 'trac2309'
Jelte Jansen [Thu, 24 Jan 2013 21:06:47 +0000 (22:06 +0100)]
[master] Merge branch 'trac2595'
Jelte Jansen [Thu, 24 Jan 2013 20:39:18 +0000 (21:39 +0100)]
[2595] Small cleanup in __check_printed_messages()
Michal 'vorner' Vaner [Thu, 24 Jan 2013 18:47:37 +0000 (19:47 +0100)]
[2439] Lettuce test for rejecting a XFR transfer
Provide a zone without NS and see it rejects it.
This actually found a bug, maybe unrelated.
Michal 'vorner' Vaner [Thu, 24 Jan 2013 18:27:12 +0000 (19:27 +0100)]
[2439] Lettuce tests for post-xfrin validation
Check the data in existing tests produce warnings, but the data is still
accepted.
Michal 'vorner' Vaner [Thu, 24 Jan 2013 18:09:52 +0000 (19:09 +0100)]
[2439] Test of validation failure on IXFR
Michal 'vorner' Vaner [Thu, 24 Jan 2013 17:40:10 +0000 (18:40 +0100)]
[2439] Inherit the mock from RRsetCollectionBase
And make the test slightly cleaner by that. No change in functionality,
just rely on assumptions about what breaking of API don't matter little
bit less.
Michal 'vorner' Vaner [Thu, 24 Jan 2013 17:39:46 +0000 (18:39 +0100)]
[2439] (minor) Comment updates
Michal 'vorner' Vaner [Thu, 24 Jan 2013 16:49:07 +0000 (17:49 +0100)]
[2439] Invalid zone data isn't protocol error
Use separate error message and exception for the case when received zone
data doesn't pass basic validation.
Michal 'vorner' Vaner [Thu, 24 Jan 2013 14:20:42 +0000 (15:20 +0100)]
[2439] (minor) Comment updates
Stephen Morris [Thu, 24 Jan 2013 12:57:23 +0000 (12:57 +0000)]
[2657] Edits to the DHCP section of the guide as part of the review
Jelte Jansen [Thu, 24 Jan 2013 12:15:19 +0000 (13:15 +0100)]
[1897] Update lettuce test to new log ID
Jelte Jansen [Thu, 24 Jan 2013 11:10:20 +0000 (12:10 +0100)]
[1897] remove hostname from lettuce http log check
Jelte Jansen [Thu, 24 Jan 2013 10:43:57 +0000 (11:43 +0100)]
[2595] print SSL error on both SSLError and ECONNRESET
Mukund Sivaraman [Thu, 24 Jan 2013 04:10:37 +0000 (09:40 +0530)]
[2435] Update isc::datasrc::RRsetCollectionBase class documentation
JINMEI Tatuya [Thu, 24 Jan 2013 04:43:27 +0000 (20:43 -0800)]
[2309] fixed a minor typo in a comment.
Mukund Sivaraman [Thu, 24 Jan 2013 04:30:27 +0000 (10:00 +0530)]
[1756] Add V2.1 to 2.2 upgrade tests
Mukund Sivaraman [Thu, 24 Jan 2013 04:25:11 +0000 (09:55 +0530)]
[1756] Use a variable to print section numbers in dbutil tests
JINMEI Tatuya [Wed, 23 Jan 2013 22:48:24 +0000 (14:48 -0800)]
[2310] cleanup: reorder log messages
JINMEI Tatuya [Wed, 23 Jan 2013 22:47:51 +0000 (14:47 -0800)]
[2310] implemented basic part of in-memory findAtOrigin.
JINMEI Tatuya [Wed, 23 Jan 2013 22:38:24 +0000 (14:38 -0800)]
[2310] unrelated editorial fix: removed redundant word from doxygen comment.
JINMEI Tatuya [Wed, 23 Jan 2013 22:24:46 +0000 (14:24 -0800)]
[2310] added basic test cases for in-memory findAtOrigin.
JINMEI Tatuya [Wed, 23 Jan 2013 21:47:44 +0000 (13:47 -0800)]
[2310] refactor test: extract the body of findTest() so we can share it.
this is preparation for the eventual support for findAtOrigin. no behavior
change yet.
JINMEI Tatuya [Wed, 23 Jan 2013 21:16:13 +0000 (13:16 -0800)]
[2310] Merge branch 'trac2309' into trac2310
ommit.
JINMEI Tatuya [Wed, 23 Jan 2013 17:49:26 +0000 (09:49 -0800)]
[2595] editorial cleanup: indentation fix, spacing policy
JINMEI Tatuya [Wed, 23 Jan 2013 17:28:41 +0000 (09:28 -0800)]
[master] added missing initialization
the original version didn't have a problem because the constructor
should never be used in python wrappers, but I do this to silence cppcheck.
the change is small anyway.
Marcin Siodelski [Wed, 23 Jan 2013 16:44:45 +0000 (17:44 +0100)]
[2657] Added a note regarding the need to configure vendor options.
Also, updated the copyright header with the current date.
Marcin Siodelski [Wed, 23 Jan 2013 16:23:56 +0000 (17:23 +0100)]
[2657] Corrected formatting of the table listing std DHCP4 options.
Marcin Siodelski [Wed, 23 Jan 2013 16:18:00 +0000 (17:18 +0100)]
[2657] Reformatting some of the DHCPv4 sections.
JINMEI Tatuya [Wed, 23 Jan 2013 16:08:31 +0000 (08:08 -0800)]
[2309] made findAtOrigin virtual again, removing the Impl protected method.
as this seemed to be a controversial move.
JINMEI Tatuya [Wed, 23 Jan 2013 16:03:18 +0000 (08:03 -0800)]
[2309] editorial fix to comment: missing period
Jelte Jansen [Wed, 23 Jan 2013 15:56:54 +0000 (16:56 +0100)]
[2595] Address more review comments
- small updates to doc and comments
- changed __try_login to _try_login
- replaced direct calls to print() with self._print(), to override in tests
(and more easily check output)
- added some more test cases
- made cmdctl tests fail is environment vars aren't set
Marcin Siodelski [Wed, 23 Jan 2013 15:23:38 +0000 (16:23 +0100)]
[2657] DHCPv4 options described.
Mukund Sivaraman [Wed, 23 Jan 2013 15:17:07 +0000 (20:47 +0530)]
[2435] Update RRsetCollectionBase::find() API doc for RRSIGs and meta types
Stephen Morris [Wed, 23 Jan 2013 14:50:54 +0000 (14:50 +0000)]
[2657] Some changes to the formatting of the DHCP sections
Also, some typos corrected.
Jelte Jansen [Wed, 23 Jan 2013 13:36:44 +0000 (14:36 +0100)]
[1897] Rename log identifiers STATHTTPD_* to STATSHTTPD_*
Jelte Jansen [Wed, 23 Jan 2013 13:19:04 +0000 (14:19 +0100)]
[1897] Update docstring
Tomek Mrugalski [Wed, 23 Jan 2013 12:56:48 +0000 (13:56 +0100)]
[2657] DHCPv6 Options described.
Marcin Siodelski [Wed, 23 Jan 2013 11:16:36 +0000 (12:16 +0100)]
[master] Updated ChangeLog for #2591.
Jelte Jansen [Wed, 23 Jan 2013 11:09:17 +0000 (12:09 +0100)]
[1897] Add lettuce test for stats-http response/log
Marcin Siodelski [Wed, 23 Jan 2013 11:00:26 +0000 (12:00 +0100)]
[master] Merge branch 'trac2591'
Conflicts:
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
Stephen Morris [Wed, 23 Jan 2013 10:28:13 +0000 (10:28 +0000)]
[master] ChangeLog for trac2642
Stephen Morris [Wed, 23 Jan 2013 10:26:10 +0000 (10:26 +0000)]
[master] Merge branch 'trac2642'
Stephen Morris [Wed, 23 Jan 2013 10:25:12 +0000 (10:25 +0000)]
[2642] Merge branch 'master' into trac2642
Conflicts:
doc/guide/bind10-guide.xml
Jelte Jansen [Wed, 23 Jan 2013 10:24:31 +0000 (11:24 +0100)]
[1356] Update description of database locked error
Marcin Siodelski [Wed, 23 Jan 2013 08:56:58 +0000 (09:56 +0100)]
[master] Added ChangeLog entry for #2637.
Marcin Siodelski [Wed, 23 Jan 2013 07:41:38 +0000 (08:41 +0100)]
[master] Merge branch 'trac2637'
Conflicts:
src/bin/dhcp4/config_parser.cc
src/bin/dhcp6/config_parser.cc
src/lib/dhcpsrv/dhcpsrv_messages.mes
src/lib/dhcpsrv/memfile_lease_mgr.cc
JINMEI Tatuya [Wed, 23 Jan 2013 05:46:17 +0000 (21:46 -0800)]
[2309] use findAtOrigin in auth Query class, and specify minttl for SOA.
some test cases needed to be adjusted accordingly.
JINMEI Tatuya [Wed, 23 Jan 2013 06:28:22 +0000 (22:28 -0800)]
[2309] separate the public if and protected impl method; add docs.
JINMEI Tatuya [Wed, 23 Jan 2013 04:56:47 +0000 (20:56 -0800)]
[2309] supported use_minttl part of findAtOrigin.
JINMEI Tatuya [Wed, 23 Jan 2013 03:12:23 +0000 (19:12 -0800)]
[2309] implemented ZoneFinder::findAtOrigin for some basic cases.
JINMEI Tatuya [Tue, 22 Jan 2013 23:23:21 +0000 (15:23 -0800)]
[2309] test refactoring: extract body of doFindTest to a separate function.
so that we can share it with test cases for findAtOrigin.
no behavior change so far.
JINMEI Tatuya [Wed, 23 Jan 2013 02:58:30 +0000 (18:58 -0800)]
[2309] unrelated cleanup: rename datasrc/itearator.h zone_iterator.h
in accordance with the previous cleanup for zone_finder. "iterator" is
too generic and should have been renamed. now is probably a good opportunity.
JINMEI Tatuya [Tue, 22 Jan 2013 22:28:58 +0000 (14:28 -0800)]
[2309] (unrelated cleanup) move ZoneFinder to a separate header file.
finder/updater/journal reader are all quite big and can be used in
different contexts, so I think it makes sense to separate them.
this is also an attempt of avoiding the too generic name of "zone.h".
Mukund Sivaraman [Wed, 23 Jan 2013 04:32:55 +0000 (10:02 +0530)]
[1756] Bump schema version to 2.2 and update dbutil
Marcin Siodelski [Tue, 22 Jan 2013 19:51:30 +0000 (20:51 +0100)]
[2591] Minor: removed unused variable.
JINMEI Tatuya [Tue, 22 Jan 2013 19:09:27 +0000 (11:09 -0800)]
[2595] minor style fix: removed a redundant white space
Stephen Morris [Tue, 22 Jan 2013 19:01:25 +0000 (19:01 +0000)]
[master] Qualify "map" with "std::" to overcome Solaris compilation problems
Mukund Sivaraman [Thu, 20 Sep 2012 06:53:28 +0000 (12:23 +0530)]
[1756] Add an index on (rname, rdtype) to records SQLite3 table
The dbutil upgrade tool still has to be checked if it needs an update.
Marcin Siodelski [Tue, 22 Jan 2013 18:15:08 +0000 (19:15 +0100)]
[master] Added ChangeLog entry for #2314.
Marcin Siodelski [Tue, 22 Jan 2013 18:12:58 +0000 (19:12 +0100)]
[master] Merge branch 'trac2314'
Conflicts:
src/bin/dhcp6/tests/config_parser_unittest.cc
Marcin Siodelski [Tue, 22 Jan 2013 18:11:42 +0000 (19:11 +0100)]
[2314] Removed debug message.
JINMEI Tatuya [Tue, 22 Jan 2013 18:08:28 +0000 (10:08 -0800)]
[master] changelog for #2574
JINMEI Tatuya [Tue, 22 Jan 2013 18:04:44 +0000 (10:04 -0800)]
[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
commit.
Marcin Siodelski [Tue, 22 Jan 2013 17:40:55 +0000 (18:40 +0100)]
[2591] Changes as a result of the code review.
JINMEI Tatuya [Tue, 22 Jan 2013 17:27:13 +0000 (09:27 -0800)]
[master] Merge branch 'trac2574'
JINMEI Tatuya [Tue, 22 Jan 2013 17:26:55 +0000 (09:26 -0800)]
[2574] commented about faking time.time()
Mukund Sivaraman [Tue, 22 Jan 2013 16:10:47 +0000 (21:40 +0530)]
[master] Use consistent case in SQLite3 naming
Jeremy C. Reed [Tue, 22 Jan 2013 15:59:12 +0000 (09:59 -0600)]
[master] add python3.3 to the python check list
This is for ticket #2501.
This is trivial and I did without review. I tested on two
systems (one with python3.3 and one without).
I didn't decide to make it open-ended at this time,
just in case we need to fix python3.4 issues first.
I decided not to add a changelog entry since was so trivial.
(Also had a workaround before by using --with-pythonpath.)
Michal 'vorner' Vaner [Tue, 22 Jan 2013 12:54:38 +0000 (13:54 +0100)]
[2439] Provide logging for the zone_check
Report any issues found in the zone through logging.
Michal 'vorner' Vaner [Tue, 22 Jan 2013 12:35:41 +0000 (13:35 +0100)]
[2439] (unrelated) Remove broken try-catch for import
If we can't even import the DNS library, we are doomed and there's no
reason to continue running. So remove the check. We would probably crash
in a very short time anyway due to a call to something from the not
imported library.
Michal 'vorner' Vaner [Tue, 22 Jan 2013 12:33:50 +0000 (13:33 +0100)]
[2439] Perform validation of zone received by XFR
There's a lot of mocking within the tests, but it seems hard without it.
Stephen Morris [Tue, 22 Jan 2013 12:25:03 +0000 (12:25 +0000)]
[2642] Changes to DHCP part of manual based on review comments
Michal 'vorner' Vaner [Tue, 22 Jan 2013 11:50:10 +0000 (12:50 +0100)]
[2439] Provide an rrset collection from Diff
Let the Diff pass an rrset collection from within the internal updater.
Mukund Sivaraman [Tue, 22 Jan 2013 11:47:42 +0000 (17:17 +0530)]
[master] Add a .gitignore
Mukund Sivaraman [Tue, 22 Jan 2013 11:46:29 +0000 (17:16 +0530)]
[master] Add a newline at the end of the zone data
Mukund Sivaraman [Tue, 22 Jan 2013 11:40:53 +0000 (17:10 +0530)]
[master] Fix invalid zone data in DataSrcClientsBuilderTest.loadZoneSQLite3