- 09 Apr, 2010 1 commit
-
-
Jeremy C. Reed authored
something else). Regen man pages. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1703 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Apr, 2010 1 commit
-
-
JINMEI Tatuya authored
(revision of r1690, in response to a comment on trac ticket #140) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1698 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Apr, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1690 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
of the boss process with any additional specific variables given on construction (self.env) of ProcessInfo. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1689 e5f2f494-b856-4b98-b285-d166d9295462
-
- 06 Apr, 2010 2 commits
-
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1676 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1675 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Mar, 2010 1 commit
-
-
JINMEI Tatuya authored
(first aid workaround with ugly ifdef's, but worked) also fixed the problem that "from source" didn't work. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1636 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Mar, 2010 2 commits
-
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1635 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
1. When auth server get axfr query in tcp, the query message and tcp socket will be sent to xfrout process over sendmsg/recvmsg, then auth server will close the tcp socket, or get the next tcp query on the socket. Xfrout send the query response over the tcp socket it received from auth server. 2. Since python3.1 didn't provide the wrapper of sendmsg() and recvmsg() for C socket module(Seems they plan do it in python3.2), I have to write the code in c++, and make python binding for it. See the code in file /src/lib/xfr/fd_share.cc and /src/lib/xfr/python_xfr.cc. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1630 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Mar, 2010 4 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1598 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
removed unnecessary sleep() from ccsession.cc, added note for bob to implement 'i have started' messages for modules git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1582 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1565 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
changed example configuration value names and default value of example_string to something that shows the example-ness git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1562 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Mar, 2010 9 commits
-
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1556 e5f2f494-b856-4b98-b285-d166d9295462
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1554 e5f2f494-b856-4b98-b285-d166d9295462
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1552 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
(Catch up for r1541 code changes.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1548 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1541 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1510 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
(This updates bind10.xml with comments, but the generated bind10.8 didn't change so now that didn't get committed, so the timestamps are behind so a "make" may end up trying to build it. I need to fix the build of this to not require xsltproc for others.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1509 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
from docbook format (already in svn). This updates bindctl.1 and msgq.8 already in svn. Add Makefile.am additions so these are installed and also to regenerate them. Assuming the nroff version is newer than the xml version, make won't need to regenerate. It is created using xsltproc. But this shouldn't be a build requirement -- so may need to redo this if notice any problem. Also in the loadzone makefile, create the localstatedir. (Not really needed since other makefile creates, but just in case this becomes standalone.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1506 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1503 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
-
- 11 Mar, 2010 4 commits
-
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1335 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
-
- 10 Mar, 2010 3 commits
-
-
Shane Kerr authored
statements in general. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1297 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1275 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1273 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Mar, 2010 5 commits
-
-
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
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@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
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1231 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Mar, 2010 1 commit
-
-
Shane Kerr authored
Adding wait for retry on process failure. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1220 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
This is based on ideas done in experiments/jreed-layout, but I manually did this again. Moved around directory structures. A single python subdirectory under src/lib for single "isc" module. No "cpp" directories. No pyshared or includes symlink trees. I tested running the c++ tests and python tests. I tested running run_bind10.sh from source tree (with nothing installed). I tested running bind10 from installed (after moving source). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1120 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Mar, 2010 2 commits
-
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1088 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1087 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Feb, 2010 1 commit
-
-
Jelte Jansen authored
updated command callback fingerprint; the function a module provides should now take 2 arguments; the first is a string with the name of the command, the second an ElementPtr containing argument(s) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@999 e5f2f494-b856-4b98-b285-d166d9295462
-