- 15 Oct, 2012 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 13 Oct, 2012 4 commits
-
-
Michal 'vorner' Vaner authored
As we want to directly modify the ZoneTable in ZoneReloaderLocal (because it is memory-type dependant), we don't need the InstallAction for anything. If we don't need it, we don't pass it as constructor parameter -- it'll be called from a factory anyway and the factory may know we don't need it. Also adding a setTable() method to ZoneTableHeader. The header had no way to specify the table currently and we need it for the tests. The method is currently tentative, we'll probably replace it by something.
-
Michal 'vorner' Vaner authored
NULL makes no sense, so throw in that case.
-
Michal 'vorner' Vaner authored
We allocate the ZoneData in the LoadAction, to match what happens in ticket #2268 -- there's a function to load zone which allocates it itself, we want to use it.
-
Michal 'vorner' Vaner authored
This might be less confusing.
-
- 11 Oct, 2012 3 commits
-
-
Michal 'vorner' Vaner authored
Someone O:-) forgot to add it in the ^^ commit.
-
Michal 'vorner' Vaner authored
The interface was slightly updated, to suit the needs (added some more parameters). Some of it might be wrong, but I'm not sure about it.
-
Michal 'vorner' Vaner authored
Doesn't compile, there's no (not even empty) implementation of many methods of the updater.
-
- 10 Oct, 2012 6 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
Planned for merge #2268
-
- 09 Oct, 2012 6 commits
-
-
Michal 'vorner' Vaner authored
And make it slightly stronger (it now checks something that should be mostly obvious too, but who knows, with software).
-
Michal 'vorner' Vaner authored
Instead of releasing it directly. While the internal release was more convenient, it didn't allow for swapping things fast under a mutex and then spending the time releasing it unlocked.
-
Michal 'vorner' Vaner authored
It is supposed to be mostly private. Use it internally only.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 08 Oct, 2012 12 commits
-
-
JINMEI Tatuya authored
this will prevent surprising test failure on an incrementally updated dev tree. okayed on jabber.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
* The unique constraint on NSEC3 owner per zone is now removed * NSEC3 RRSIGs are now returned next to their RR set * Test was adjusted to check for RRSIGs too
-
- 07 Oct, 2012 6 commits
-
-
Michal 'vorner' Vaner authored
They don't need the mutable versions to work, but they used them anyway.
-
Michal 'vorner' Vaner authored
This one was not mutable, it just took Name as an argument.
-
Michal 'vorner' Vaner authored
As the method was removed.
-
Michal 'vorner' Vaner authored
The domain tree no longer supports the mutable find versions, so we don't need the template parameters allowing for them.
-
Michal 'vorner' Vaner authored
They are currently used in test code only (so we'll need to update the tests to compile). The real code seams clean now.
-
Michal 'vorner' Vaner authored
Currently, the content of zone is passed to the addZone method. No way to change it later, but the addZone overwrites the old value if called again. This should hopefully allow for removal of mutable find methods from the tree.
-
- 05 Oct, 2012 1 commit
-
-
JINMEI Tatuya authored
-