- 28 Nov, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 27 Nov, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 26 Nov, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 13 Nov, 2012 14 commits
-
-
JINMEI Tatuya authored
otherwise it could reslt in assert() failure in getClosestNSEC() for a half-broken zone that desn't have any NSEC at the zone apex. also made a small optimization to detect if a name is the zone origin: just compare the corresponding node with the origin node.
-
JINMEI Tatuya authored
note: due to the slightly different definition the one used in rdataset.cc is still there.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is an intermediate regression due to the previous change. It's an ugly workaround, but the real fix is to deprecate the old version ASAP, so I didn't bother to fix it cleanly.
-
JINMEI Tatuya authored
Due to the extension to RdataSet::find(), the tested code doesn't have to be modified.
-
JINMEI Tatuya authored
and use it in zone data updater to preserve the previous behavior.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
except for RRSIG for NSEC3, which is a bit trickier and will be handled separately.
-
JINMEI Tatuya authored
looks like we need to update the updater first, so it's disabled for now.
-
JINMEI Tatuya authored
so that we can test loading related in a closer place to the load related classes.
-
JINMEI Tatuya authored
not directly related to the subject of this branch, but this will help the development.
-
- 08 Nov, 2012 12 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
Jeremy C. Reed authored
From http://bind10.isc.org/ticket/2468#comment:2 to help troubleshoot later. Okayed via jabber.
-
Jelte Jansen authored
-
JINMEI Tatuya authored
and suggest checking output from msgq using -v.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
previously it could result in exception (by the attempt of killing sockcreator as a chuser'ed process) during initial setup failure, leading to unclean shutdown. the revised code prevents it from happening, and also makes the code concise by unifying the common logic.
-
JINMEI Tatuya authored
so, it now just prints some hints to stderr and exits.
-
JINMEI Tatuya authored
it even suggests restarting as a root.
-
JINMEI Tatuya authored
it now includes textual representation of errno, and, if it's EACCES ("permission denied") the messsage suggesting restarting as a super user.
-
JINMEI Tatuya authored
this is necessary for Solaris. okayed on jabber.
-
- 07 Nov, 2012 6 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
-
Marcin Siodelski authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 06 Nov, 2012 3 commits
-
-
JINMEI Tatuya authored
do this only when stdin is a terminal; otherwise some lettuce tests will fail, and it would possibly break some other automatic processing scripts.
-
Marcin Siodelski authored
-
JINMEI Tatuya authored
based on review discussions. it makes sense as we cannot assume its address is never needed in non test applications.
-