- 11 Mar, 2010 1 commit
-
-
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 27 commits
-
-
Jeremy C. Reed authored
comments. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1303 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1300 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
check if configmanager object was created before trying to call write_config() on it when shutting down after an error (i.e. msgq not running) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1299 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
statements in general. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1297 e5f2f494-b856-4b98-b285-d166d9295462
-
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
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1279 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
2. Fix the problem of function 'config_handler'. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1278 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
2. Create file for private key and certificate seperately. 3. Add spec file for cmdctl. 4. Update todo list. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1277 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
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1275 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
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1273 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
Move usermgr from "trunk/tools/" to "trunk/src/bin" according Jeremy's suggestion. usermgr can be installed now. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1272 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
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1265 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
-
- 09 Mar, 2010 12 commits
-
-
JINMEI Tatuya authored
with ${top_dir}/config.h. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1251 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
- -o option wasn't being used correctly - SOA records MNAME and RNAME values need to have the origin appended when they don't end in dot git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1247 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
read permissions from the private password and RSA key files. Also add a TODO comment -- note that these files are overwritten so this needs to be fixed -- treated as configuration files not data files. M Makefile.am git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1246 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
(I have other details added to my userguide but not committed yet.) Thank you Likun for the help. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1245 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
don't stop the standard tests (C++ googletests framework) and the C++ coverage report. (I see many python test failures.) Also this is easier than renaming the existing googletests targets because they use standardized TESTS and autoconf/automake create them automatically. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1244 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Fix PYTHONPATH to also find isc module. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1243 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
And change a variable name. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1242 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
This is for the "make clean" target. The other file, cmdctl.py, is created by configure and is handled by "make distclean". git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1239 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1237 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1236 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1235 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1233 e5f2f494-b856-4b98-b285-d166d9295462
-