- 07 Sep, 2011 5 commits
-
-
JINMEI Tatuya authored
with fixing conflicts in database_unittest.cc.
-
Michal 'vorner' Vaner authored
RRSIG support for database DataSources
-
Michal 'vorner' Vaner authored
-
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 3 commits
-
-
JINMEI Tatuya authored
-
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 13 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
also use is_open() instead of != NULL (it's strange that the original code did even compile, but in any case this one should be better in clarity and possibly in portability). okayed on jabber, should be minor enough, directly pushing.
-
JINMEI Tatuya authored
with fixing conflicts: src/lib/datasrc/database.cc src/lib/datasrc/database.h src/lib/datasrc/sqlite3_accessor.cc src/lib/datasrc/tests/Makefile.am src/lib/datasrc/tests/sqlite3_accessor_unittest.cc
-
JINMEI Tatuya authored
would sound less odd.
-
Michal 'vorner' Vaner authored
Not used for anything yet.
-
Michal 'vorner' Vaner authored
It works, but just making sure it works even with wildcards.
-
Jelte Jansen authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
When they are regenerated by make (not during initial configure run), they were not set executable, which was useless. This way they are set executable twice during the initial configure-make-make check, but at last it works.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
The folder contains both generated and directly written files, so we need to handle them separately, because of when we have different builddir than srcdir.
-
-