|
@@ -83,11 +83,37 @@ with the content. The problem does not stop the new version from being used
|
|
|
but it should still be checked and fixed. See the message to know what exactly
|
|
|
is wrong with the data.
|
|
|
|
|
|
+% DATASRC_DATABASE_ADDDIFF updated diff table for add: %1 %2 %3
|
|
|
+Debug message. A difference record for adding a record to the zone is being
|
|
|
+appended to the difference table. The name, type and rdata of the record is
|
|
|
+logged.
|
|
|
+
|
|
|
+% DATASRC_DATABASE_ADDNSEC3 added NSEC3 RR: %1 %2
|
|
|
+Debug message. A new NSEC3 record is added to the table. The hash and the rdata
|
|
|
+is logged.
|
|
|
+
|
|
|
+% DATASRC_DATABASE_ADDRR added RR: %1 %2 %3
|
|
|
+Debug message. A new resource record is added to the table. The name, type and
|
|
|
+rdata is logged.
|
|
|
+
|
|
|
% DATASRC_DATABASE_COVER_NSEC_UNSUPPORTED %1 doesn't support DNSSEC when asked for NSEC data covering %2
|
|
|
The datasource tried to provide an NSEC proof that the named domain does not
|
|
|
exist, but the database backend doesn't support DNSSEC. No proof is included
|
|
|
in the answer as a result.
|
|
|
|
|
|
+% DATASRC_DATABASE_DELETEDIFF updated diff table for delete: %1 %2 %3
|
|
|
+Debug message. A difference record for removing a record from the zone is being
|
|
|
+appended to the difference table. The name, type and rdata of the record is
|
|
|
+logged.
|
|
|
+
|
|
|
+% DATASRC_DATABASE_DELETENSEC3 deleted NSEC3 RR: %1 %2
|
|
|
+Debug message. An NSEC3 record is removed from the table. The name, type and
|
|
|
+rdata is logged.
|
|
|
+
|
|
|
+% DATASRC_DATABASE_DELETERR deleted RR: %1 %2 %3
|
|
|
+Debug message. A resource record is removed from the table. The name, type and
|
|
|
+rdata is logged.
|
|
|
+
|
|
|
% DATASRC_DATABASE_FINDNSEC3 Looking for NSEC3 for %1 in %2 mode
|
|
|
Debug information. A search in an database data source for NSEC3 that
|
|
|
matches or covers the given name is being started.
|
|
@@ -565,29 +591,3 @@ data source.
|
|
|
% DATASRC_UNEXPECTED_QUERY_STATE unexpected query state
|
|
|
This indicates a programming error. An internal task of unknown type was
|
|
|
generated.
|
|
|
-
|
|
|
-% DATASRC_DATABASE_ADDDIFF updated diff table for add: %1 %2 %3
|
|
|
-Debug message. A difference record for adding a record to the zone is being
|
|
|
-appended to the difference table. The name, type and rdata of the record is
|
|
|
-logged.
|
|
|
-
|
|
|
-% DATASRC_DATABASE_DELETEDIFF updated diff table for delete: %1 %2 %3
|
|
|
-Debug message. A difference record for removing a record from the zone is being
|
|
|
-appended to the difference table. The name, type and rdata of the record is
|
|
|
-logged.
|
|
|
-
|
|
|
-% DATASRC_DATABASE_ADDNSEC3 added NSEC3 RR: %1 %2
|
|
|
-Debug message. A new NSEC3 record is added to the table. The hash and the rdata
|
|
|
-is logged.
|
|
|
-
|
|
|
-% DATASRC_DATABASE_ADDRR added RR: %1 %2 %3
|
|
|
-Debug message. A new resource record is added to the table. The name, type and
|
|
|
-rdata is logged.
|
|
|
-
|
|
|
-% DATASRC_DATABASE_DELETENSEC3 deleted NSEC3 RR: %1 %2
|
|
|
-Debug message. An NSEC3 record is removed from the table. The name, type and
|
|
|
-rdata is logged.
|
|
|
-
|
|
|
-% DATASRC_DATABASE_DELETERR deleted RR: %1 %2 %3
|
|
|
-Debug message. A resource record is removed from the table. The name, type and
|
|
|
-rdata is logged.
|