BIND 10 trac1579, updated. 52ee8a28742a20415742651cbdf7982387050641 [1579] another editorial fix: spacing.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Apr 12 00:28:07 UTC 2012
The branch, trac1579 has been updated
via 52ee8a28742a20415742651cbdf7982387050641 (commit)
via 33f9ea32c67a6e5e7df816432c98f3c9772b0b0f (commit)
from ed4c07d55c90e871d0c2b8ce571273cf83740e66 (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 52ee8a28742a20415742651cbdf7982387050641
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 11 17:27:53 2012 -0700
[1579] another editorial fix: spacing.
commit 33f9ea32c67a6e5e7df816432c98f3c9772b0b0f
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Apr 11 17:20:30 2012 -0700
[1579] made some definitions of ZoneFinder private.
They are only used for FindDNSSECContext, which is part of ZoneFinder
and can refer to its private members.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/database.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/database.h b/src/lib/datasrc/database.h
index 2e8c885..91e4941 100644
--- a/src/lib/datasrc/database.h
+++ b/src/lib/datasrc/database.h
@@ -697,7 +697,7 @@ public:
/// RESULT_DEFAULT. It wraps getRRsets function to do some special
/// search, like searching NSEC RRset by getNSECRRset function,
/// searching DNSSEC related RRset and RRsig by getNSECRRset.
- class FindDNSSECContext{
+ class FindDNSSECContext {
public:
/// \brief Constructor for FindDNSSECContext class.
@@ -898,18 +898,19 @@ public:
return (*accessor_);
}
+ private:
/// \brief check whether zone is signed with nsec
///
/// searches the NSEC3PARAM RRset in the zone apex, if it exists, the
/// zone looks signed with nsec
bool isNSEC();
+
/// \brief check whether zone is signed with nsec3
///
/// searches the NSEC3PARAM RRset in the zone apex, if it exists, the
/// zone looks signed with nsec3
bool isNSEC3();
- private:
boost::shared_ptr<DatabaseAccessor> accessor_;
const int zone_id_;
const isc::dns::Name origin_;
@@ -934,7 +935,7 @@ public:
std::vector<isc::dns::ConstRRsetPtr>*
target,
const FindOptions options = FIND_DEFAULT);
- public:
+
/// \brief Searches database for RRsets of one domain.
///
/// This method scans RRs of single domain specified by name and
More information about the bind10-changes
mailing list