- 06 Sep, 2011 2 commits
-
-
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
-
- 26 Aug, 2011 1 commit
-
-
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.
-
- 11 Aug, 2011 1 commit
-
-
Jelte Jansen authored
-
- 27 Jul, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
It turns out to be simple search & replace, it didn't use any in-memory specific features. The rest of Auth still uses hardcoded in-memory, as it needs to load it, etc.
-
Michal 'vorner' Vaner authored
And some more similar renaming. Just to match naming conventions.
-
- 23 Jul, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 17 Mar, 2011 1 commit
-
-
chenzhengzhang authored
-
- 11 Feb, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
note: qtype_is_any was originally const, and was temporarily changed to mutable. it's now immutable again.
-
- 10 Feb, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 09 Feb, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 08 Feb, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 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 1 commit
-
-
Michal 'vorner' Vaner authored
Return YXDOMAIN instead.
-
- 28 Jan, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 27 Jan, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 26 Jan, 2011 3 commits
-
-
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).
-
chenzhengzhang authored
-
chenzhengzhang authored
-
- 25 Jan, 2011 1 commit
-
-
chenzhengzhang authored
-
- 07 Jan, 2011 1 commit
-
-
chenzhengzhang authored
-
- 05 Jan, 2011 2 commits
-
-
Jerry authored
omit authority data which has already been provided in the answer section from the authority section. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac475@4164 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac464@4158 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Jan, 2011 3 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac458@4148 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
Now it uses code from #453. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac458@4147 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac464@4145 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Dec, 2010 3 commits
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac453@4091 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac453@4090 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac453@4087 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Dec, 2010 2 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac458@4073 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac453@4071 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Dec, 2010 2 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac455@4043 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac455@4042 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Dec, 2010 1 commit
-
-
JINMEI Tatuya authored
- we should return REFUSED (as opposed to SERVFAIL) when we cannot find a matchign zone as we discussed at the bind10-dev list - we shouldn't use the meory data source unless the query class is IN (which is the only supported class at the moment) - the "NXRRSET" result of Zone::find() should actually result in "NOERROR" rcode in the response (NXRRSET is dynamic update specific) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac450@4005 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Dec, 2010 2 commits
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3975 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac439@3974 e5f2f494-b856-4b98-b285-d166d9295462
-