- 15 Mar, 2010 12 commits
-
-
Jeremy C. Reed authored
when running in the source directory it (previously bindctl.py) wouldn't be imported by bindctl. Don't know if this is the best way. Should be no change for the installed bindctl. While here add another TODO. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1415 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
And for bindctl don't import bindctl.py (But still does due to following "from" lines.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1414 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1413 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1412 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1411 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1410 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1409 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1408 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- constify - sync with style guidelines - avoid unnecessary copies when we can use references git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1407 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1406 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1405 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1404 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 Mar, 2010 10 commits
-
-
JINMEI Tatuya authored
for environments where it's not available. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1403 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1402 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1401 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1400 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
automake is available) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1399 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1398 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1397 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1396 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
object so that they'll be valid regardless of how the QueryTask is constructed. In the current usage patter the previous behavior is probably safe, but since this object is passed beyond a scope of a single function, there's always a risk of retaining a stale reference to a temporary object. This fix solves that potential problem. Note that copy of these member objects should be cheap because in this sense they are mostly native integer types. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1395 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1394 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Mar, 2010 11 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1393 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1392 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
currently fails, so disabled. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1391 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1390 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Identify files that need to be included in the tarball. Also change some from Makefile.am entries to identify that are not in the tarball (since later generated during build). Includes needed for headers in src tree and in build tree (because some includes are generated). Also includes specifically for "dns" needed since headers in src tree don't see the ones in build tree and vice versa. Have the gen-rdatacode.py script read placeholder from src tree and save generated files into build tree. Okayed by Jinmei. Identify a few files that should be removed on a clean. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1389 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1388 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
so commented out. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1387 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1386 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1385 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1384 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
(with some minor style level cleanups) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1383 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Mar, 2010 7 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1382 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1381 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1380 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
from $sysconfdir/bind10. Add to README a note about this. The files are still installed to the share/bind10 directory since they are reference / test files. I did this so admins won't put custom files in place and then next bind10 install won't overwrite them. TODO: document this in userguide. TODO: add an install target to put in etc also if doesn't already exist. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1379 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1378 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
style guideline conformance deprecated file-static, and put everything except main() in an anonymous namespace. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1377 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1376 e5f2f494-b856-4b98-b285-d166d9295462
-