- 22 Mar, 2012 3 commits
-
-
Mukund Sivaraman authored
-
-
Jeremy C. Reed authored
And remove the now renamed/removed internal only zone_new_data_ready command. Regenerate nroff file too (which includes No new changelog entry. This goes with changelog entry 402. Somewhat discussed on jabber. Didn't get consensus on one sentence, but that can always be clarified later.
-
- 21 Mar, 2012 8 commits
-
-
JINMEI Tatuya authored
Also removed the garbage '?' mark. It appears I accidentally committed/pushed the proposed entry to master...so this is just for cleanup.
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Jeremy C. Reed authored
using debug level of 40 for now. This is for ticket #1102. Also clarify the log description. No changelog entry. Discussed some on jabber.
-
Mukund Sivaraman authored
-
JINMEI Tatuya authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 20 Mar, 2012 3 commits
-
-
JINMEI Tatuya authored
-
Michal 'vorner' Vaner authored
-
JINMEI Tatuya authored
this will fix a crash in asiolink tests on OpenBSD due to its deviant behavior that could result in different configuration on the use of boost threads in different .cc files.
-
- 19 Mar, 2012 16 commits
-
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Mukund Sivaraman authored
This is because random() always returns 0 on OpenBSD 5.0, when the RNG is initialized with srandom(0).
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
see http://bind10.isc.org/ticket/1784#comment:5
-
Michal 'vorner' Vaner authored
Unrelated cleanup. They are equivalent, but this looks more consistent.
-
Michal 'vorner' Vaner authored
It is very similar to the findPreviousName, just that it wraps around when no hash is found.
-
Michal 'vorner' Vaner authored
Naturally, the tests fail, the method is not implemented.
-
Michal 'vorner' Vaner authored
The one for providing the "normal" lookups is just slightly modified to accept another SELECT statement. The SELECT statement has a small hack - since the table does not contain a sigtype column (because it makes little sense in the nsec3 namespace), it is replaced with column where everything equals to 1, to position the rdata column to the proper position.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Naoki Kambe authored
-
Naoki Kambe authored
Conflicts: ChangeLog
-
- 17 Mar, 2012 1 commit
-
-
JINMEI Tatuya authored
also make sure the internal (reusable) MessageRenderer is always used.
-
- 16 Mar, 2012 9 commits
-
-
JINMEI Tatuya authored
thanks to the introduction of DNSServiceBase we don't need it any more.
-
JINMEI Tatuya authored
also introduce mock DNSService and use it to test the behavior, and to test the resolver behavior doesn't change. the essential part should be quite simple; most of the changes are straightforward interface adjustments. it also includes some editorial cleanups such as adding header-file guards or style guideline fixes.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
Only some part of portconfig need to be adjusted; others will still use the derived class directly.
-
Michal 'vorner' Vaner authored
For the findPreviousNSEC3Hash. Also, renamed the nsec_namespace_ variable to more correct nsec3_namespace_.
-
Michal 'vorner' Vaner authored
This is for the newly introduced interface. It makes stuff compile, it complained about pure virtual methods.
-
Michal 'vorner' Vaner authored
-
Jeremy C. Reed authored
-
Jelte Jansen authored
-