- 30 Jan, 2013 2 commits
-
-
Michal 'vorner' Vaner authored
Logging XFRIN_TRANSFER_PROTOCOL_ERROR as INFO level message could be confusing. Rename to XFRIN_TRANSFER_PROTOCOL_VIOLATION, which is neutral which has a neutral name regarding the log levels.
-
Michal 'vorner' Vaner authored
Also, include one known difference to bind9. This is both to store it somewhere before we forget about it and to have an example to how the file would look like.
-
- 29 Jan, 2013 7 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The old version with . didn't work well with the form wait … for MESSAGE not OTHER_MESSAGE Since the whole "MESSAGE not OTHER_MESSAGE" was captured into the first (.+). This broke several tests in around xfrin and possibly others. Now the tests pass and reviewed on jabber.
-
Michal 'vorner' Vaner authored
Perform post transfer validation of zone in XfrIn by isc.dn.check_zone and reject broken zones.
-
Michal 'vorner' Vaner authored
To be aligned with the exception it describes.
-
Mukund Sivaraman authored
Conflicts: src/lib/datasrc/zone.h src/lib/python/isc/datasrc/updater_inc.cc
-
- 28 Jan, 2013 22 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
- adjusted header file position to be more consistent - remove unnecessary "`" (only needed for trac) - refer to dns::RRsetCollectionBase instead of datasrc::RRsetCollectionBase
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
also moved convertRRset insde InMemoryZoneFinderTest class as a member function so it can access origin_.
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
Test they have no side effects as to the acceptance of the zone, just log stuff.
-
Michal 'vorner' Vaner authored
We check the result is of correct type, so use isinstance. It is unclear how the original code could pass, though.
-
Michal 'vorner' Vaner authored
Fix a code in comment. It wouldn't work, but it was saying what not to do anyway.
-
Michal 'vorner' Vaner authored
The XFRIN_INVALID_ZONE_DATA was numbered from %2, not from %1.
-
Jelte Jansen authored
-
Jelte Jansen authored
Or more specifically, make the tests not depend on dict ordering
-
Michal 'vorner' Vaner authored
Clarify one exception and document one old exception.
-
Naoki Kambe authored
-
Jelte Jansen authored
reviewed on jabber (muks)
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
When these methods are implemented, the author can look at the API documentation of the base class as suggested.
-
JINMEI Tatuya authored
-
- 27 Jan, 2013 8 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 25 Jan, 2013 1 commit
-
-
Michal 'vorner' Vaner authored
Check the new version is rejected and the old one is still available.
-