- 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 15 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
-
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
-
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
-
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
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1344 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Mar, 2010 8 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
-
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
-
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
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1307 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
ignoring requests when an error occurs - added a framework for auth server unit test with an initial simple test git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1306 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Mar, 2010 16 commits
-
-
JINMEI Tatuya authored
- avoid using an unnecessary temporary variable when possible - make sure it's allocated in constructor's memeber initialization list - some cleanups: conslidate definitions of private member variables, variable name consistency git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1292 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1291 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1290 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
also fixed command handling and shutdown for non-boost version git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1276 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
renamed it to io_service to avoid naming collision with boost::io_service namespace added a variable listening to TCPServer, that keeps track of the currently listening TCPClient pointer, and delete it on destruction (without this we have a fixed-size memory 'leak') git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1274 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
also hid setDbFile in the implementation class because it's currently only used internally, and it made the exception handling simpler. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1270 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1269 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1268 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
an unnecessary header file git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1267 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
style consistency git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1266 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
per suggestions from bind10 channel discussion git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1264 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1263 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1259 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Include netinet/in.h because NetBSD and FreeBSD don't pull this in via netdb.h. This defines IPPROTO_IPV6, IPPROTO_TCP, and others. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1258 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
(this is an ad hoc short-term hack. eventually we should design and implement more generic logging mechanism) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1257 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
for TCP async_read(). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1255 e5f2f494-b856-4b98-b285-d166d9295462
-