]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
13 years ago[2644] Fix test failures in notify_out_test.py under Python 3.3
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

13 years agoMerge branch 'trac2623'
Mukund Sivaraman [Sun, 27 Jan 2013 23:15:02 +0000 (04:45 +0530)] 
Merge branch 'trac2623'

13 years ago[2623] Fix test failures in msgq_test.py under Python 3.3
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

13 years agoMerge branch 'trac2622'
Mukund Sivaraman [Sun, 27 Jan 2013 23:10:47 +0000 (04:40 +0530)] 
Merge branch 'trac2622'

13 years ago[2622] Fix test failures in config_data_test.py under Python 3.3
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

13 years ago[2622] Stop using deprecated syntax for assertions
Mukund Sivaraman [Sun, 20 Jan 2013 19:07:00 +0000 (00:37 +0530)] 
[2622] Stop using deprecated syntax for assertions

13 years agoMerge branch 'master' into trac1756_2
Mukund Sivaraman [Sun, 27 Jan 2013 22:55:59 +0000 (04:25 +0530)] 
Merge branch 'master' into trac1756_2

13 years ago[1866] added one special RRclass constant by hand: NONE
JINMEI Tatuya [Sat, 26 Jan 2013 04:22:08 +0000 (20:22 -0800)] 
[1866] added one special RRclass constant by hand: NONE

13 years ago[1866] define some special types of RRType constants like AXFR.
JINMEI Tatuya [Sat, 26 Jan 2013 04:10:00 +0000 (20:10 -0800)] 
[1866] define some special types of RRType constants like AXFR.

13 years ago[1866] update gen_rdatacode to autogenerate C++ code for some python wrapper.
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.

13 years ago[2439] Lettuce test for failed validation after update
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.

13 years ago[2225_statistics_2] fix the failure in the build bot
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'.

13 years ago[2310] extend findAtOrigin so it can handle use_minttl correctly.
JINMEI Tatuya [Fri, 25 Jan 2013 02:45:37 +0000 (18:45 -0800)] 
[2310] extend findAtOrigin so it can handle use_minttl correctly.

13 years ago[2310] added a new constructo of TreeNodeRRset so we can specify the TTL.
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.

13 years ago[2310] set zone's minimum TTL when loader adds the SOA RR.
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.

13 years ago[2310] update ZoneData so it can store/return the "minimum" TTL.
JINMEI Tatuya [Fri, 25 Jan 2013 02:27:00 +0000 (18:27 -0800)] 
[2310] update ZoneData so it can store/return the "minimum" TTL.

13 years ago[master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
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

13 years ago[master] changelog cleanups
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

13 years ago[master] remove space before a tab in indent
Jeremy C. Reed [Thu, 24 Jan 2013 23:58:48 +0000 (17:58 -0600)] 
[master] remove space before a tab in indent

13 years ago[master] use assertTrue+isinstance instead of assertIsInstance.
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.

13 years ago[master] changelog for #2309; also corrected category for doc update (to 'doc')
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')

13 years ago[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
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

13 years ago[master] update changelog for merge ot #2595
Jelte Jansen [Thu, 24 Jan 2013 21:35:49 +0000 (22:35 +0100)] 
[master] update changelog for merge ot #2595

13 years ago[master] Merge branch 'trac2309'
JINMEI Tatuya [Thu, 24 Jan 2013 21:27:36 +0000 (13:27 -0800)] 
[master] Merge branch 'trac2309'

13 years ago[master] Merge branch 'trac2595'
Jelte Jansen [Thu, 24 Jan 2013 21:06:47 +0000 (22:06 +0100)] 
[master] Merge branch 'trac2595'

13 years ago[2595] Small cleanup in __check_printed_messages()
Jelte Jansen [Thu, 24 Jan 2013 20:39:18 +0000 (21:39 +0100)] 
[2595] Small cleanup in __check_printed_messages()

13 years ago[2439] Lettuce test for rejecting a XFR transfer
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.

13 years ago[2439] Lettuce tests for post-xfrin validation
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.

13 years ago[2439] Test of validation failure on IXFR
Michal 'vorner' Vaner [Thu, 24 Jan 2013 18:09:52 +0000 (19:09 +0100)] 
[2439] Test of validation failure on IXFR

13 years ago[2439] Inherit the mock from RRsetCollectionBase
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.

13 years ago[2439] (minor) Comment updates
Michal 'vorner' Vaner [Thu, 24 Jan 2013 17:39:46 +0000 (18:39 +0100)] 
[2439] (minor) Comment updates

13 years ago[2439] Invalid zone data isn't protocol error
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.

13 years ago[2439] (minor) Comment updates
Michal 'vorner' Vaner [Thu, 24 Jan 2013 14:20:42 +0000 (15:20 +0100)] 
[2439] (minor) Comment updates

13 years ago[2657] Edits to the DHCP section of the guide as part of the review
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

13 years ago[1897] Update lettuce test to new log ID
Jelte Jansen [Thu, 24 Jan 2013 12:15:19 +0000 (13:15 +0100)] 
[1897] Update lettuce test to new log ID

13 years ago[1897] remove hostname from lettuce http log check
Jelte Jansen [Thu, 24 Jan 2013 11:10:20 +0000 (12:10 +0100)] 
[1897] remove hostname from lettuce http log check

13 years ago[2595] print SSL error on both SSLError and ECONNRESET
Jelte Jansen [Thu, 24 Jan 2013 10:43:57 +0000 (11:43 +0100)] 
[2595] print SSL error on both SSLError and ECONNRESET

13 years ago[2435] Update isc::datasrc::RRsetCollectionBase class documentation
Mukund Sivaraman [Thu, 24 Jan 2013 04:10:37 +0000 (09:40 +0530)] 
[2435] Update isc::datasrc::RRsetCollectionBase class documentation

13 years ago[2309] fixed a minor typo in a comment.
JINMEI Tatuya [Thu, 24 Jan 2013 04:43:27 +0000 (20:43 -0800)] 
[2309] fixed a minor typo in a comment.

13 years ago[1756] Add V2.1 to 2.2 upgrade tests
Mukund Sivaraman [Thu, 24 Jan 2013 04:30:27 +0000 (10:00 +0530)] 
[1756] Add V2.1 to 2.2 upgrade tests

13 years ago[1756] Use a variable to print section numbers in dbutil 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

13 years ago[2310] cleanup: reorder log messages
JINMEI Tatuya [Wed, 23 Jan 2013 22:48:24 +0000 (14:48 -0800)] 
[2310] cleanup: reorder log messages

13 years ago[2310] implemented basic part of in-memory findAtOrigin.
JINMEI Tatuya [Wed, 23 Jan 2013 22:47:51 +0000 (14:47 -0800)] 
[2310] implemented basic part of in-memory findAtOrigin.

13 years ago[2310] unrelated editorial fix: removed redundant word from doxygen comment.
JINMEI Tatuya [Wed, 23 Jan 2013 22:38:24 +0000 (14:38 -0800)] 
[2310] unrelated editorial fix: removed redundant word from doxygen comment.

13 years ago[2310] added basic test cases for in-memory findAtOrigin.
JINMEI Tatuya [Wed, 23 Jan 2013 22:24:46 +0000 (14:24 -0800)] 
[2310] added basic test cases for in-memory findAtOrigin.

13 years ago[2310] refactor test: extract the body of findTest() so we can share it.
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.

13 years ago[2310] Merge branch 'trac2309' into trac2310
JINMEI Tatuya [Wed, 23 Jan 2013 21:16:13 +0000 (13:16 -0800)] 
[2310] Merge branch 'trac2309' into trac2310
ommit.

13 years ago[2595] editorial cleanup: indentation fix, spacing policy
JINMEI Tatuya [Wed, 23 Jan 2013 17:49:26 +0000 (09:49 -0800)] 
[2595] editorial cleanup: indentation fix, spacing policy

13 years ago[master] added missing initialization
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.

13 years ago[2657] Added a note regarding the need to configure vendor options.
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.

13 years ago[2657] Corrected formatting of the table listing std DHCP4 options.
Marcin Siodelski [Wed, 23 Jan 2013 16:23:56 +0000 (17:23 +0100)] 
[2657] Corrected formatting of the table listing std DHCP4 options.

13 years ago[2657] Reformatting some of the DHCPv4 sections.
Marcin Siodelski [Wed, 23 Jan 2013 16:18:00 +0000 (17:18 +0100)] 
[2657] Reformatting some of the DHCPv4 sections.

13 years ago[2309] made findAtOrigin virtual again, removing the Impl protected method.
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.

13 years ago[2309] editorial fix to comment: missing period
JINMEI Tatuya [Wed, 23 Jan 2013 16:03:18 +0000 (08:03 -0800)] 
[2309] editorial fix to comment: missing period

13 years ago[2595] Address more review comments
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

13 years ago[2657] DHCPv4 options described.
Marcin Siodelski [Wed, 23 Jan 2013 15:23:38 +0000 (16:23 +0100)] 
[2657] DHCPv4 options described.

13 years ago[2435] Update RRsetCollectionBase::find() API doc for RRSIGs and meta types
Mukund Sivaraman [Wed, 23 Jan 2013 15:17:07 +0000 (20:47 +0530)] 
[2435] Update RRsetCollectionBase::find() API doc for RRSIGs and meta types

13 years ago[2657] Some changes to the formatting of the DHCP sections
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.

13 years ago[1897] Rename log identifiers STATHTTPD_* to STATSHTTPD_*
Jelte Jansen [Wed, 23 Jan 2013 13:36:44 +0000 (14:36 +0100)] 
[1897] Rename log identifiers STATHTTPD_* to STATSHTTPD_*

13 years ago[1897] Update docstring
Jelte Jansen [Wed, 23 Jan 2013 13:19:04 +0000 (14:19 +0100)] 
[1897] Update docstring

13 years ago[2657] DHCPv6 Options described.
Tomek Mrugalski [Wed, 23 Jan 2013 12:56:48 +0000 (13:56 +0100)] 
[2657] DHCPv6 Options described.

13 years ago[master] Updated ChangeLog for #2591.
Marcin Siodelski [Wed, 23 Jan 2013 11:16:36 +0000 (12:16 +0100)] 
[master] Updated ChangeLog for #2591.

13 years ago[1897] Add lettuce test for stats-http response/log
Jelte Jansen [Wed, 23 Jan 2013 11:09:17 +0000 (12:09 +0100)] 
[1897] Add lettuce test for stats-http response/log

13 years ago[master] Merge branch 'trac2591'
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

13 years ago[master] ChangeLog for trac2642
Stephen Morris [Wed, 23 Jan 2013 10:28:13 +0000 (10:28 +0000)] 
[master] ChangeLog for trac2642

13 years ago[master] Merge branch 'trac2642'
Stephen Morris [Wed, 23 Jan 2013 10:26:10 +0000 (10:26 +0000)] 
[master] Merge branch 'trac2642'

13 years ago[2642] Merge branch 'master' into 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

13 years ago[1356] Update description of database locked error
Jelte Jansen [Wed, 23 Jan 2013 10:24:31 +0000 (11:24 +0100)] 
[1356] Update description of database locked error

13 years ago[master] Added ChangeLog entry for #2637.
Marcin Siodelski [Wed, 23 Jan 2013 08:56:58 +0000 (09:56 +0100)] 
[master] Added ChangeLog entry for #2637.

13 years ago[master] Merge branch 'trac2637'
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

13 years ago[2309] use findAtOrigin in auth Query class, and specify minttl for SOA.
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.

13 years ago[2309] separate the public if and protected impl method; add docs.
JINMEI Tatuya [Wed, 23 Jan 2013 06:28:22 +0000 (22:28 -0800)] 
[2309] separate the public if and protected impl method; add docs.

13 years ago[2309] supported use_minttl part of findAtOrigin.
JINMEI Tatuya [Wed, 23 Jan 2013 04:56:47 +0000 (20:56 -0800)] 
[2309] supported use_minttl part of findAtOrigin.

13 years ago[2309] implemented ZoneFinder::findAtOrigin for some basic cases.
JINMEI Tatuya [Wed, 23 Jan 2013 03:12:23 +0000 (19:12 -0800)] 
[2309] implemented ZoneFinder::findAtOrigin for some basic cases.

13 years ago[2309] test refactoring: extract body of doFindTest to a separate function.
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.

13 years ago[2309] unrelated cleanup: rename datasrc/itearator.h zone_iterator.h
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.

13 years ago[2309] (unrelated cleanup) move ZoneFinder to a separate header file.
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".

13 years ago[1756] Bump schema version to 2.2 and update dbutil
Mukund Sivaraman [Wed, 23 Jan 2013 04:32:55 +0000 (10:02 +0530)] 
[1756] Bump schema version to 2.2 and update dbutil

13 years ago[2591] Minor: removed unused variable.
Marcin Siodelski [Tue, 22 Jan 2013 19:51:30 +0000 (20:51 +0100)] 
[2591] Minor: removed unused variable.

13 years ago[2595] minor style fix: removed a redundant white space
JINMEI Tatuya [Tue, 22 Jan 2013 19:09:27 +0000 (11:09 -0800)] 
[2595] minor style fix: removed a redundant white space

13 years ago[master] Qualify "map" with "std::" to overcome Solaris compilation problems
Stephen Morris [Tue, 22 Jan 2013 19:01:25 +0000 (19:01 +0000)] 
[master] Qualify "map" with "std::" to overcome Solaris compilation problems

13 years ago[1756] Add an index on (rname, rdtype) to records SQLite3 table
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.

13 years ago[master] Added ChangeLog entry for #2314.
Marcin Siodelski [Tue, 22 Jan 2013 18:15:08 +0000 (19:15 +0100)] 
[master] Added ChangeLog entry for #2314.

13 years ago[master] Merge branch 'trac2314'
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

13 years ago[2314] Removed debug message.
Marcin Siodelski [Tue, 22 Jan 2013 18:11:42 +0000 (19:11 +0100)] 
[2314] Removed debug message.

13 years ago[master] changelog for #2574
JINMEI Tatuya [Tue, 22 Jan 2013 18:08:28 +0000 (10:08 -0800)] 
[master] changelog for #2574

13 years ago[master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
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.

13 years ago[2591] Changes as a result of the code review.
Marcin Siodelski [Tue, 22 Jan 2013 17:40:55 +0000 (18:40 +0100)] 
[2591] Changes as a result of the code review.

13 years ago[master] Merge branch 'trac2574'
JINMEI Tatuya [Tue, 22 Jan 2013 17:27:13 +0000 (09:27 -0800)] 
[master] Merge branch 'trac2574'

13 years ago[2574] commented about faking time.time()
JINMEI Tatuya [Tue, 22 Jan 2013 17:26:55 +0000 (09:26 -0800)] 
[2574] commented about faking time.time()

13 years ago[master] Use consistent case in SQLite3 naming
Mukund Sivaraman [Tue, 22 Jan 2013 16:10:47 +0000 (21:40 +0530)] 
[master] Use consistent case in SQLite3 naming

13 years ago[master] add python3.3 to the python check list
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.)

13 years ago[2439] Provide logging for the zone_check
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.

13 years ago[2439] (unrelated) Remove broken try-catch for import
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.

13 years ago[2439] Perform validation of zone received by XFR
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.

13 years ago[2642] Changes to DHCP part of manual based on review comments
Stephen Morris [Tue, 22 Jan 2013 12:25:03 +0000 (12:25 +0000)] 
[2642] Changes to DHCP part of manual based on review comments

13 years ago[2439] Provide an rrset collection from Diff
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.

13 years ago[master] Add a .gitignore
Mukund Sivaraman [Tue, 22 Jan 2013 11:47:42 +0000 (17:17 +0530)] 
[master] Add a .gitignore

13 years ago[master] Add a newline at the end of the zone data
Mukund Sivaraman [Tue, 22 Jan 2013 11:46:29 +0000 (17:16 +0530)] 
[master] Add a newline at the end of the zone data

13 years ago[master] Fix invalid zone data in DataSrcClientsBuilderTest.loadZoneSQLite3
Mukund Sivaraman [Tue, 22 Jan 2013 11:40:53 +0000 (17:10 +0530)] 
[master] Fix invalid zone data in DataSrcClientsBuilderTest.loadZoneSQLite3