- 31 Jan, 2012 1 commit
-
-
Stephen Morris authored
To allow for future optimization, the RRset pointer classes now point to the base of the RRset inheritance hierarchy.
-
- 30 Jan, 2012 1 commit
-
-
Jelte Jansen authored
addNXRRsetDenial() -> addNXRRsetProof() also added a few comments to test data
-
- 26 Jan, 2012 2 commits
-
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
- 25 Jan, 2012 2 commits
-
-
JINMEI Tatuya authored
-
Jelte Jansen authored
When DNSSEC is requested, and the DS exists
-
- 23 Jan, 2012 1 commit
-
-
JINMEI Tatuya authored
specifically, it now uses the separate flags field for wildcard and NSEC/NSEC3 signed information. WILDCARD(_xxx) result codes were deprecated and removed. Adjusted tests and python code accordingly. Finally removed the temporary workaround in auth::Query.
-
- 21 Jan, 2012 2 commits
-
-
JINMEI Tatuya authored
the tentative attempt of returning NSEC3 RRsets in negative cases were canceled, and updated the doxygen doc accordingly.
-
JINMEI Tatuya authored
themselves and special attributes. for now, provided a quick-hack wrapper for auth::Query so we don't have to all data source implementations at once.
-
- 16 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
Unrelated cleanup.
-
- 12 Dec, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 05 Dec, 2011 2 commits
-
-
JINMEI Tatuya authored
rename addWildcardNxrrsetProof to addWildcardNXRRSETProof (for consistency with addNXDOMAINProof())
-
Xie Jiagui authored
-
- 01 Dec, 2011 1 commit
-
-
Xie Jiagui authored
-
- 25 Nov, 2011 1 commit
-
-
xiejiagui authored
or NXRRSET of wildcard expansion.
-
- 19 Nov, 2011 1 commit
-
-
xiejiagui authored
QNAME and via wildcard expansion no matched <QNAME,QTYPE>
-
- 17 Nov, 2011 1 commit
-
-
xiejiagui authored
-
- 16 Nov, 2011 1 commit
-
-
xiejiagui authored
-
- 02 Nov, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 01 Nov, 2011 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 25 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 21 Oct, 2011 4 commits
-
-
Jelte Jansen authored
-
JINMEI Tatuya authored
- renamed private methods to addXXX for consistency - made them non const member functions (for the same reason why addNXDOMAINProof can't be so) - renamed variable 'zone' to 'finder' to adapt to class name change
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
very rare and shouldn't happen with a valid zone)
-
- 20 Oct, 2011 3 commits
-
-
JINMEI Tatuya authored
cannot be const because they modify response_. maybe we should pass the response via method parameter rather than at the construction time, or even make this a simple free function, rather than a class. but that will be a separate discussion.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
of the NXDOMAIN NSEC.
-
- 19 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 18 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
this change is incomplete: we still need a wildcard proof.
-
- 09 Sep, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
There are some (yet unused) virtual methods and result codes, so we need to make sure the rest compiles. Just a thin layer for now.
-
- 06 Sep, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
* Avoid infinite recursion - the operator | kind of happened to call itself by accident. * Re-added lost | dnssec_opt_.
-
Michal 'vorner' Vaner authored
-
- 26 Aug, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
Only positive matches for now. This looks like someone already prepared for it, it only needs to passing the intent to few functions and everything handles itself well. Also updated tests, since the utility function gets confused by the RRSIGs. Not fixing the function for now, it looks complicated, because the problem is in it's design - if it happens to be just this one case, it will be easier.
-
- 11 Aug, 2011 1 commit
-
-
Jelte Jansen authored
-
- 27 Jul, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
It turns out to be simple search & replace, it didn't use any in-memory specific features. The rest of Auth still uses hardcoded in-memory, as it needs to load it, etc.
-
Michal 'vorner' Vaner authored
And some more similar renaming. Just to match naming conventions.
-
- 23 Jul, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 17 Mar, 2011 1 commit
-
-
chenzhengzhang authored
-