- 12 Mar, 2010 34 commits
-
-
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
-
JINMEI Tatuya authored
-Wextra as follows: "[class name] has a field [member name] whose type uses the anonymous namespace", even if the anonymous namespqce in question is closed in the single translation unit: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29365 AFAICS, the intent was to warn it if the anonymous namespace is used in a header file (which can easily violate the One Definition Rule as discussed in the bugzilla), but gcc seemingly did too much to prevent that. Unfortunately this bug prohibits us from specifying -Werror, so we selectively disable this flag by identifying g++ used for build has this bug. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1371 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1370 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Remove isc/Util/makefile build. This not used. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1369 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
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1367 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1366 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1365 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
-
Jelte Jansen authored
re-enable other unit tests in lib/config git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1363 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
-
Jelte Jansen authored
commented out year>10000 (time_t here and on test builder is 32bits, so this failure mode doesn't come up because the test value overflows git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1361 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1360 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
added a few function declarations in ccsession.h that were missing (but were already implemented in ccsession.cc) fixed 1 bug in ccsession.cc, other ones are pending (tests already exist but commented out right now) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1359 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
style guideline conformance about the position of opening curly brace. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1357 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
malformed input. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1355 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1354 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
- use an explicit long-long constant for the dnssectime overflow test git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1353 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
sanity check on incoming messages first. Message::fromWire() internall calls parseHeader(). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1350 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
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1348 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1347 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
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1343 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Mar, 2010 6 commits
-
-
Evan Hunt authored
- change function names from DNSSECTime{To,From}Text to time{To,From}Text - reject non-numeric characters in time text representations - reject time values after December 31, 9999 - add unit tests git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1342 e5f2f494-b856-4b98-b285-d166d9295462
-
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
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1338 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
used in other places than the message class. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1337 e5f2f494-b856-4b98-b285-d166d9295462
-