- 02 Feb, 2011 1 commit
-
-
Jelte Jansen authored
(2 items replaced)
-
- 01 Feb, 2011 8 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
-
JINMEI Tatuya authored
-
Jelte Jansen authored
It tried to bind to 255.255.0.0, which should fail, but doesn't on some systems (CentOS for example). As a possible way forward, I've changed it to 192.0.2.0, which does fail on CentOS. If this does not fail on other systems, we should probably go for the proposed solution from #437, or remove the test completely.
-
Michal 'vorner' Vaner authored
And fix a bug why it didn't work (a check or nested zonecuts prevented detection of DNAME).
-
Michal 'vorner' Vaner authored
No need to check every time this added domain isn't origin, we create one at creation of zone and keep it.
-
Michal 'vorner' Vaner authored
-
- 31 Jan, 2011 3 commits
-
-
JINMEI Tatuya authored
from a pointer to bool (following BIND 9's style convention). so trivial, skipping review.
-
Jelte Jansen authored
Apparently SunStudio's name mangler cannot handle the use of the typedef in the anonymous namespace in asiolink.cc. For now I have removed the offending use of it (the other instances where it was used were ok), we probably want to move it to a header and use it consistently. Much thanks to jinmei for pointing out the problem :)
-
JINMEI Tatuya authored
- made contextCheck() a const member function - move the comment about exception guarantee from contextCheck() to find() - parentheses around return
-
- 30 Jan, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 29 Jan, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 28 Jan, 2011 2 commits
-
-
-
Michal 'vorner' Vaner authored
Conflicts: src/bin/auth/query.cc
-
- 27 Jan, 2011 14 commits
-
-
JINMEI Tatuya authored
in a function call that triggered typeerror exception. okayed on jabber.
-
JINMEI Tatuya authored
points to be considered with chaining.
-
Michal 'vorner' Vaner authored
Getting the NS returned delegation, it checked only if the callback is enabled there and it was enabled because of DNAME.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
The tests worked, but the timeouts were so small that on somewhat slower systems the tests could fail. Increased them a bit.
-
Michal 'vorner' Vaner authored
The tests fail on assert in zonecutCallback currently.
-
Michal 'vorner' Vaner authored
-
Jelte Jansen authored
-
Jelte Jansen authored
In the previous commit I resolved a few merge conflicts, but too hastily, this fixes 'em good
-
Michal 'vorner' Vaner authored
Just empty test bodies now.
-
Jelte Jansen authored
Conflicts: src/bin/resolver/resolver.cc src/lib/asiolink/asiolink.cc src/lib/asiolink/asiolink.h src/lib/asiolink/tests/asiolink_unittest.cc
-
Michal 'vorner' Vaner authored
They are almost the same right now, but they will be different once the CNAME chaining is implemented.
-
Michal 'vorner' Vaner authored
-
- 26 Jan, 2011 8 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
directly commiting to master, skipping review.
-
JINMEI Tatuya authored
trivial doc fix, skipping review.
-
JINMEI Tatuya authored
Also made it more portable not to use select.KQ_* until the add/delete methods are actually called.
-
Michal 'vorner' Vaner authored
No chaining is implemented. While RFC 1024 indicates we should do it at last inside the same zone, we don't now and leave it out for later. The CNAME is handled in the same way as as SUCCESS with slight modification about additional data (which probably never happen in real life anyway).
-
Michal 'vorner' Vaner authored
No chaining yet.
-
Michal 'vorner' Vaner authored
* Fixed a comment * Modified condition in MockZone to match the one in MemoryZone.
-
chenzhengzhang authored
-