- 15 Mar, 2010 4 commits
-
-
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
-
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
-
- 13 Mar, 2010 1 commit
-
-
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
-
- 12 Mar, 2010 22 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
-
JINMEI Tatuya authored
it also confirms the strong exception guarantee, that is, the original data source should be still valid on update failure. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1375 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- load and lookup a test data source - lookup for a broken data source entry, and confirm it will result in SERVFAIL - in the auth server code, only catch isc::Exceptions. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1374 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1373 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
running it from the source tree. TODO: get the bindctl modules installed. (As it is now the installed bindctl does not run.) Renamed the bindctl shell script to run_bindctl.sh which can be ran from the source. Rename the run_loadzone to include "sh" to be like the rest in bind10. (That is not installed.) Update README to mention the run_*.sh scripts. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1372 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
added sanity checks within those functions (and tests for that) changes createAnswer(int rcode) to createAnswer() since rcode should only be 0 if there is not argument git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1368 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
fixed bindctl> config revert command (called wrong function) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1364 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1362 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1358 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
this should result in FORMERR. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1356 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1352 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
also changed the return type of AuthSrv::processMessage() from int to bool (we actually used it as a boolean flag, so it didn't make sense to call it an integer) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1351 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1349 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
etc. also allowed specifying the port number (is it too late?) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1346 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1345 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1344 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Mar, 2010 13 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1341 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1340 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- ignored responses (orthogonal fix to the first one) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1339 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1335 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1334 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1333 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1332 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
More details are in userguide. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1326 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1325 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1322 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
moved tests into unittests/ subdirectory added boostlibs ldd flag if needed git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1321 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1320 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
This is very preliminary; it should also log (at least to cerr) the exception that occurred, and should clear the message sections of any data they may have contained before the exception was thrown. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1318 e5f2f494-b856-4b98-b285-d166d9295462
-