- 14 Apr, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1711 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Apr, 2010 5 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1671 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1670 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1669 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
check map tag size in create functions too, for consistency, i think we should indeed remove the direct map access and constructor, see comment in ticket 129 git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1668 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1667 e5f2f494-b856-4b98-b285-d166d9295462
-
- 31 Mar, 2010 4 commits
-
-
JINMEI Tatuya authored
it cannot exceed 255 bytes, but the "from string" constructor didn't check it. added test cases for long tags including this specific case. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1666 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1665 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
additional cleanups: - unify decode_blob() and decode_utf() since these two are identical. moved the XXX comment to the caller side. - costified the length argument to decode_blob(); it doesn't have to be adjusted. - removed an unnecessary temporary variable (it didn't seem to improve readability) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1664 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
1. Msgq not running will be complained when start xfrout process alone. 2. Fix xfrout hang when xfrout can't get the command response from config manager. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1662 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1658 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Mar, 2010 10 commits
-
-
Jeremy C. Reed authored
also specifically within "dns/". git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1657 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
I didn't notice this before because didn't configure with gtest when testing distcheck. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1656 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1655 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
-I$(top_srcdir)/src/lib/dns -I$(top_builddir)/src/lib/dns Because some includes aren't prefixed with "dns/" like rdata.h, name.h, and rrttl.h in the srcdir and rrtype.h on the builddir. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1654 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
files are generated. I noticed that these two files were placed in the original source tree and also later in the build tree -- the rrclass.h was identical but the rrtype.h files were different. For the tests look in the top_srcdir for includes also. This should fix the problem I saw on FreeBSD when it was building tests using a tarball from source and building in a different location than the source: In file included from ../../../../../src/lib/dns/tests/unittest_util.cc:29: ../../../../../src/lib/dns/tests/unittest_util.h:77: error: expected unqualified-id before '::' token git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1653 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Some CLEANFILES cleanup (don't need to list files already known via configure.ac's AC_OUTPUT). Add b10-xfrout to CLEANFILES to make sure it is removed on a make clean. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1652 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Change a path for finding reviewed code in svn. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1651 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1650 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
This line was removed in r1617. I assume that was just an oversight. The problem was this header was not included in the tarball. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1649 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Fix an EXTRA_DIST after a directory name change. Add a few more EXTRA_DIST. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1648 e5f2f494-b856-4b98-b285-d166d9295462
-
- 25 Mar, 2010 6 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1647 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1646 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1645 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1644 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1643 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1642 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Mar, 2010 5 commits
-
-
JINMEI Tatuya authored
to --with-boost-lib is given. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1641 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1639 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1638 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
Use function get_full_config() provided by isc::config to get all the default config setting from xfrout.spec file. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1637 e5f2f494-b856-4b98-b285-d166d9295462
-
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 7 commits
-
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1635 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1634 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1633 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1632 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1631 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
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1629 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 Mar, 2010 1 commit
-
-
JINMEI Tatuya authored
use AM_PYTHON_CHECK_VERSION. with additional cleanup: stop hardcoding a particular version number in configuration variables. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1622 e5f2f494-b856-4b98-b285-d166d9295462
-