- 19 Sep, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 14 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 12 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 09 Sep, 2011 16 commits
-
-
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.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Just for the common one, though. Empty non-terminal and wildcards must be solved yet.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
But only if the underlying DB supports it. The SQLite3 one needs to be still implemented.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
It will be needed for DNSSEC logic. Not implemented nor tested: * The InMemory just throws NotImplemented * The Database one will be done in next commits
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
To distinguish wildcard results, because then the logic will have to query for another NSEC
-
Michal 'vorner' Vaner authored
-
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 6 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_.
-