- 31 May, 2010 7 commits
-
-
Jelte Jansen authored
Use asio's io_service for the msgq handling in auth as well. Needed to add a getter for the io_service to asio_link. This may very wel come under reconsideration for the next release, but it is needed right now to get it to work again ;) (most likely refactor is to move the ModuleCCSession into the link or maybe even into AuthSrv itself) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2007 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2002 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
bin/xfrin: fixed several small bugs with many additional unit tests. Fixes include: IPv6 transport support, resource leak, and non IN class support. (Trac #185, r2000) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2001 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2000 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
should be trivial enough, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1998 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
trivial, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1993 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1992 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 May, 2010 2 commits
-
-
JINMEI Tatuya authored
need to fix, review, and re-merge it. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1991 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
a trivial fix, skipping review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1990 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 May, 2010 8 commits
-
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1986 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
by the removal of the non-ASIO query processing code). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1985 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
bin/auth: removed custom query-processing code, changed boost::asio code to use plain asio instead, and added asio headers to the source tree. This allows building without using an external boost library. (Trac #163, svn r1983) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1983 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1982 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1972 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
type conversion should be okay because we check the size of the type. this is necessary to suppress compiler warnings. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1971 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1970 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
revert to EXPECT_EQ. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1969 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 May, 2010 7 commits
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1960 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
1. Merge branches/likun-value-check to trunk.(for ticket 201: add value/type check for commands sent to cmdctl.)\n 2. Apply the patch for ticket 193:msgq: real type data isn't encoded and decoded properly. \n3. The change had been reviewed by Jelte. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1959 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/likun-value-check@1958 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1957 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
(experimental try) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1955 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1954 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
- suppress the gcc unused parameters warning selectively (as a workaround) in a most portable way - introduce B10_CXXFLAGS as the default to AM_CXXFLAGS to make the first change possible (that's why I modified so many other Makefile.am's even if they are irrelevant to asio) - remove dependency on boost system library: it was only needed for the boost version of ASIO. - hide details that require ASIO related definitions from xfr_client.h to avoid being hit by the 'unused parameter' problem accidentally. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1953 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 May, 2010 4 commits
-
-
Evan Hunt authored
src/lib/cc/session.cc that were triggered by ASIO code. - move ext/boost and ext/asio each down one level, to ext/boost/boost and ext/asio/asio. This allows groups of external headers to be included more selectively: we can switch on asio without also including boost, or change the boost include directory without losing asio. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1952 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1951 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
used a separate internal library for ASIO related code to avoid the unused-parameter warning due to the ASIO code. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1950 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/likun-value-check@1944 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 May, 2010 4 commits
-
-
Jeremy C. Reed authored
I had tested this for building my host.cc outside of bind10 source. This is for Trac #68. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1941 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
and b10-xfrout can import bind10_xfr. This is from patch in ticket #158. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1939 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/likun-value-check@1935 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
http://bind10.isc.org/ticket/38 (which i now consider done, and will close shortly) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1928 e5f2f494-b856-4b98-b285-d166d9295462
-
- 25 May, 2010 2 commits
-
-
Evan Hunt authored
they should not be needed now. (And because --with-boost-include would cause the build not to find the ASIO headers.) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac168@1921 e5f2f494-b856-4b98-b285-d166d9295462
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1915 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 May, 2010 3 commits
-
-
Jeremy C. Reed authored
I forgot to commit this with r1836. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1912 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
Add code for task 80(add value/type check for cmdctl). After review, the code needs to be merged to trunk. 1. When cmdctl get the command from bindctl/webgui, cmdctl need first check if the the value of command parameters conforms to its specification file. 2. Bindctl should check command paramters' value and type before sending them out. (it helps user to correct its command immediately) 3. Add API function 'convert_type()' to lib/config/config_data, git-svn-id: svn://bind10.isc.org/svn/bind10/branches/likun-value-check@1911 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/likun-value-check@1910 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 May, 2010 3 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1907 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1906 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1905 e5f2f494-b856-4b98-b285-d166d9295462
-