Commit History

Author SHA1 Message Date
  Jeremy C. Reed 13d08243ae #include <climits> 15 years ago
  Jelte Jansen 47135c0a36 removed chmod of deleted script 15 years ago
  Jelte Jansen 31b31ad883 Merge ticket 172 (JSON on cc channel) 15 years ago
  Jelte Jansen 1b93102619 sync with trunk for merge 15 years ago
  Jelte Jansen 141de43f7e Merge in the python wrappers (ticket #181). This also removes the boost-python versions, and updates calls to those (since they didn't always adhere to the python style guidelines, and some of the functionality is slightly different with the current wrappers). 15 years ago
  Jelte Jansen 26266087e3 finaly sync for merge 15 years ago
  Likun Zhang 0c4bbcba5e using a build dir instead of src dir to get generated file. 15 years ago
  Likun Zhang fc5d7da022 1. Remove certificate file 'bindctl.pem'. 2. Add options -c(--certificate-chain) to bindctl. 3. Override class HTTPSConnection to support server certificate validation. 4. Rename module name from 'Cmd-Ctrl' to 'Cmdctl'. 5. Add support to cmdctl.spec file, now there are three configurable items for cmdctl: 'key_file', 'cert_file' and 'accounts_file', all of them can be changed in runtime. 15 years ago
  Likun Zhang cb3e3b3cfc Merge trac220 to trunk: 1. Make bindctl's command parser only do minimal check. Parameter value can be a sequence of non-space characters, or a string surrounded by quotation marks(these marks can be a part of the value string in escaped form). Make error message be more friendly.(if there is some error in parameter's value, the parameter name will provided) 2. Refactor function login_to_cmdctl() in class BindCmdInterpreter. Avoid using Exception to catch all exceptions. 15 years ago
  JINMEI Tatuya 0bd29bdbb3 added a log message when xfrout fails because the zone is unavailable for some reason. 15 years ago
  Jelte Jansen 6220232c45 sync with trunk for merge step 2 (apparently some ranges were skipped, and there were also a few minor updates to trunk) 15 years ago
  Jelte Jansen 0a9730cdd4 also check for -HUGE_VAL after strtod (+test of course) 15 years ago
  Evan Hunt fee0a27d26 oops, svn number was wrong in previous ChangeLog 15 years ago
  Evan Hunt f24ad617c8 merge from trac69 15 years ago
  Jelte Jansen 31870586de committing fix for ticket #262 15 years ago
  Jelte Jansen 8cfdb4d6b9 run script from build dir, not source dir 15 years ago
  Jelte Jansen 7cdceb252e sync with trunk for merge 15 years ago
  Jelte Jansen fb3488a5b0 updated doxy of merge() 15 years ago
  Jelte Jansen 2c594d9b4d set of fixes in makefiles and test scripts, mostly about reading from src vs build for generated/nongenerated files, and putting temporary test output files under the build tree instead of the source tree, as well as a few environment variables. 15 years ago
  Likun Zhang e23b961435 Make sure generated file 'bind10_config.py' can be found by log_test when running 'make distcheck' 15 years ago
  Jelte Jansen ab78a35ac3 use heap-allocated instance for root_name 15 years ago
  tingting shen 7276b76e2f change ChagneLog file 15 years ago
  tingting shen 31ec8c6c65 Added verbose options to exactly what is happening with loadzone. Added loadzone test suite of different file formats to load. 15 years ago
  Jerry 0eb4e31198 merge of ticket #176 (python logging framework), also changes xfrout to use the python logging. 15 years ago
  Jerry bfc4bec539 Add syslog handler unittest 15 years ago
  Shane Kerr dabb1631f6 ChangeLog for privilege dropping (Trac ticket #180). 15 years ago
  Shane Kerr dfc50e2853 Optionally drop priviliges in the boss process. 15 years ago
  Jelte Jansen 2da6b0550c merge of ticket #225 (b10-auth fails if ran from source tree), also changes xfrin and xfrout to use the database_file setting from the auth module, so for xfrin you don't need to specify it on the command, and for out it doesn't need its own configuration value 15 years ago
  Jelte Jansen ad60bb544e Revert the special link-only-to-data.o so it builds on debian(-derived) systems again. This should break the sunstudio build again, looking into how that can be fixed (but i don't have access to that specific machine yet). 15 years ago
  Jelte Jansen 6af6a082b7 some final comments: use constants from cpp version, updated a few c-style casts, and replaced obj.__str__() calls in tests with str(obj) 15 years ago