- 09 Sep, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
Normal one and wildcard one. Empty-nonterminal is not included here.
-
Michal 'vorner' Vaner authored
That one was getting really hairy and it wouldn't serve it's purpose in the following work. Currently it takes set of types we're interested in and returns all of them, the logic to decide which one to take is left to the caller. This simplifies the method and doesn't hurt the rest much, as the rest needed to know what to ask for anyway. Also, it allows getting NSEC or NSEC3 records in the same database search almost for free.
-
- 08 Sep, 2011 3 commits
-
-
Jeremy C. Reed authored
dash to underscore (obvious by looking in spec and python script.)
-
JINMEI Tatuya authored
DB file has write permission. hopefully it should fix the distcheck failure on the freebsd8 buildbot.
-
JINMEI Tatuya authored
directly committed and pushed for master.
-
- 07 Sep, 2011 10 commits
-
-
JINMEI Tatuya authored
briefly discussed on jabber, didn't see any objection.
-
JINMEI Tatuya authored
with fixing conflicts in src/lib/datasrc/tests/database_unittest.cc
-
JINMEI Tatuya authored
with fixing conflicts in database_unittest.cc.
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
RRSIG support for database DataSources
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
with fixing conflicts. The conflicts were only in database_unittest.cc, and the necessary fix is straighforward updates to make newly added tests work as TYPED_TESTs.
-
JINMEI Tatuya authored
with the mock accessor and sqlite3 accessor.
-
JINMEI Tatuya authored
operations with multiple adds and deletes.
-
JINMEI Tatuya authored
-
- 06 Sep, 2011 7 commits
-
-
JINMEI Tatuya authored
of the in-memory data source client.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
of class member variables (which are now removed). also added a test to detect a bug in the previous code where the sigtype field for addRRset was incorrectly carried over after adding an RRSIG.
-
JINMEI Tatuya authored
Also updated doc and tests accordingly.
-
JINMEI Tatuya authored
-
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
-
- 05 Sep, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 29 Aug, 2011 4 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
the MockAccessor class definition.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
catch exception in rollback explicitly. added a test case for that.
-
- 27 Aug, 2011 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
implementation completely within .cc as even the class name doesn't have to be visible.
-
- 26 Aug, 2011 8 commits
-
-
JINMEI Tatuya authored
startUpdateZone() to be more consistent with getIterator()).
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jelte Jansen authored
result value of system() was unused. And if we're catching it anyway, might as well error on it if the command failed. reviewed on jabber
-
Michal 'vorner' Vaner authored
While backends are allowed to pass DNSSEC data when not asked to, they don't have to, so we need to ask for it. Test backend therefore doesn't return the DNSSEC data when not asked to, to check it really asks.
-
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.
-
JINMEI Tatuya authored
by update tests. the semantics should be preserved at the moment. making a commit at this point mainly as a checkpoint.
-
JINMEI Tatuya authored
for database_unittests (due to too many conflicts).
-
- 25 Aug, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-