BIND 10 trac1176, updated. 8d380bb47dd24c7fd2c4880a4106835d871bf4d5 [1176] Add flag to enforce inclusion of DNSSEC data

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Aug 25 15:08:45 UTC 2011


The branch, trac1176 has been updated
       via  8d380bb47dd24c7fd2c4880a4106835d871bf4d5 (commit)
      from  77ba8639c274865c762eee688383c321f18ef889 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8d380bb47dd24c7fd2c4880a4106835d871bf4d5
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Aug 25 17:02:56 2011 +0200

    [1176] Add flag to enforce inclusion of DNSSEC data
    
    Not used for anything yet.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/zone.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/zone.h b/src/lib/datasrc/zone.h
index 0dacc5d..c5e1a06 100644
--- a/src/lib/datasrc/zone.h
+++ b/src/lib/datasrc/zone.h
@@ -107,7 +107,11 @@ public:
     /// performed on these values to express compound options.
     enum FindOptions {
         FIND_DEFAULT = 0,       ///< The default options
-        FIND_GLUE_OK = 1        ///< Allow search under a zone cut
+        FIND_GLUE_OK = 1,       ///< Allow search under a zone cut
+        FIND_DNSSEC = 2         ///< Require DNSSEC data in the answer
+                                ///< (RRSIG, NSEC, etc.). The implementation
+                                ///< is allowed to include it even if it is
+                                ///< not set.
     };
 
     ///




More information about the bind10-changes mailing list