- 08 Feb, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
As agreed, we don't provide the authority section for the original DNAME/CNAME, only for the last target. As we don't chain, we don't provide it at all.
-
- 04 Feb, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
It seems the RFC 2672 isn't too clear about it, but all checked authoritative servers don't provide the authority section in case of YXDOMAIN caused by too long synthesized name.
-
- 03 Feb, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
Return YXDOMAIN instead.
-
Michal 'vorner' Vaner authored
-
- 28 Jan, 2011 8 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
-
-
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 11 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
-
chenzhengzhang authored
-
chenzhengzhang authored
-
chenzhengzhang authored
-
- 25 Jan, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
* kqueue maybe doesn't survive fork on MacOS * add_kqueue_socket wanted socket, not fileno * Some systems don't have MSG_DONTWAIT, so we set the socket nonblocking
-
Michal 'vorner' Vaner authored
-
chenzhengzhang authored
-