- 26 Oct, 2011 3 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- Pkt4::getBuffer() added. - Pkt4::pack(), unpack() implemented. - tests for new functionality implemented.
-
Tomek Mrugalski authored
-
- 25 Oct, 2011 7 commits
-
-
Tomek Mrugalski authored
Proper solution (enabled, passing tests that use generateTestPacket2() function) is available in #1226 that is currently under review.
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 24 Oct, 2011 4 commits
-
-
Tomek Mrugalski authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
- 22 Oct, 2011 1 commit
-
-
JINMEI Tatuya authored
this is a workaround for build problem for the solaris buildbot (both g++ and sunstudio); they don't seem to work well with the const iterator in operator!=.
-
- 21 Oct, 2011 12 commits
-
-
JINMEI Tatuya authored
directly pushing.
-
JINMEI Tatuya authored
localstatedir. (e.g.) /usr/local/var/bind10-devel instead of /usr/local/var. also updated the EOL code of auth/spec_config.h.pre.in from CR+LF (DOS style) to LF (unix style), mainly for consistency.
-
JINMEI Tatuya authored
directly pushing.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jelte Jansen authored
-
Jeremy C. Reed authored
-
Tomek Mrugalski authored
- dhcp4.h added to Makefile.am - Pkt4.cc: address fields initialized in more efficient way - Pkt4.h: many improvements in comments - Minor improvements in Pkt4 unittests
-
JINMEI Tatuya authored
- renamed private methods to addXXX for consistency - made them non const member functions (for the same reason why addNXDOMAINProof can't be so) - renamed variable 'zone' to 'finder' to adapt to class name change
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
very rare and shouldn't happen with a valid zone)
-
JINMEI Tatuya authored
-
- 20 Oct, 2011 8 commits
-
-
JINMEI Tatuya authored
cannot be const because they modify response_. maybe we should pass the response via method parameter rather than at the construction time, or even make this a simple free function, rather than a class. but that will be a separate discussion.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
of the NXDOMAIN NSEC.
-
JINMEI Tatuya authored
this is necessary for NSEC query handling.
-
Jeremy C. Reed authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 19 Oct, 2011 5 commits
-
-
JINMEI Tatuya authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Jeremy C. Reed authored
This fixes problem with socket.error: AF_UNIX path too long on many builders. (That is ticket #360.)
-