- 21 May, 2010 1 commit
-
-
Jelte Jansen authored
(lots of stuff missing, most of it from before we did TDD, so i'll fill those out next and then write tests for the features that are to be added before we can merge it) git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1894 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 May, 2010 3 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1848 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
made s_Question also use a shared_ptr git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1847 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
s_RRset structure now uses RRsetPtr instead of direct pointer (yes, this means we use a double reference counter, but otherwise message_clear() would remove rrset data for added rrsets, since we cannot copy it on add_rrset) added a static_code variable to the s_Rcode structure, so we don't have to allocate a new rcode if statics like Rcode::NOERROR() are used. git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1846 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 May, 2010 1 commit
-
-
Jelte Jansen authored
made wrappers for libxfr (we need another name for that, i suggest libfdshare), xfrout can now work without boost.python. Boost-system is still needed for boost.asio git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1837 e5f2f494-b856-4b98-b285-d166d9295462
-
- 14 May, 2010 2 commits
-
-
Jelte Jansen authored
made xfrout use the dns python wrappers instead of the boost.python one (still needs boost.python for the wrappers for sending sockets around) also fixed a few other problems in xfrout; - UNIX_SOCKET_FILE (the socket that is used to send other socket descriptors over) only worked if installed, updated to use @abs_top_srcdir@/auth_sock_conn for the domain socket file (for now, where should we really put this?) Also updated bin/auth/main.cc to use this one if run from source tree - That file descriptor that is passed wasn't closed, so after a while the system would run out of file descriptors. Added os.close(fd) for that to xfrout. We might want to think about adding this to our send_fd/recv_fd lib - Other (temporary) workaround; When the AXFR response is rendered, it triggers truncation. So for now I used renderer.setLengthLimit(65535). But we might want to simply make multiple message packets within the stream. (all three of these problems also occur in trunk/ btw, but since all of them might be temporary and i'm focusing on the main wrappers here, i committed them here for now) git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1828 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
updated TODO added some missing INCREFs to message_python git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1827 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 May, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1814 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
Updated messageenderer, rrset, and name wrappers git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@1813 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 May, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1811 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
(with the usual prop change to rrsig_46.cc) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1806 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 May, 2010 1 commit
-
-
Jeremy C. Reed authored
to dev list for now. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1801 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 May, 2010 1 commit
-
-
JINMEI Tatuya authored
trivial, skipping review. build/test okay. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1800 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Apr, 2010 1 commit
-
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1799 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Apr, 2010 1 commit
-
-
JINMEI Tatuya authored
trivial change, skipping review. build/test okay. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1798 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Apr, 2010 3 commits
-
-
Likun Zhang authored
2. Remove unused socket file when Xfrout process exits.(Reported in ticket 151) 3. Make sure Xfrout can exit by itself when it receives SIGINT, instead of being killed by the signal SIGTERM or SIGKILL sent from boss.(Get more details in ticket 134). (This patch has been reviewed by Shane.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1797 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
See bug #160 for discussion. Reviewed via Jabber by Jelte. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1796 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
trac ticket #159. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1794 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Apr, 2010 3 commits
-
-
JINMEI Tatuya authored
trac ticket #159. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac159@1793 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac159@1792 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
another comment (as mentioned by jinmei in https://lists.isc.org/pipermail/bind10-dev/2010-April/000814.html) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1791 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 Apr, 2010 13 commits
-
-
Jelte Jansen authored
See https://lists.isc.org/pipermail/bind10-dev/2010-April/000808.html jinmei approved this patch git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1782 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Noticed it was leftover after running the cmdctl unit test. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1780 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
(Temporary note until Trac #148.) Regen the HTML version. (I see this pulled in another fix too.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1778 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
and run_b10-xfrout.sh can import XFR module. Patch tested by jelte. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1776 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Fixes test when running distcheck (or using read-only source). Note reviewed, but is minor and consistent with some other tests. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1775 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Catch up on previous XML updates. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1774 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Change Y1 references to "development". Mention more build/run time dependencies. Fix xfrin sentence. Add xfrin and xfrout info (needs a lot more). Change and add some ./configure options. Comment out broken example. Jelte reviewed and commented via jabber. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1773 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
(It was commented out.) The test was fixed in r1768. That was for ticket #157. Running test: cmdctl_test.py .................. ---------------------------------------------------------------------- Ran 18 tests in 0.027s OK git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1769 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1768 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
to previous commits for the XML files. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1766 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
fix boolean tests failure. Re-enable test.py. It now works: Running test: test.py ..................... ---------------------------------------------------------------------- Ran 21 tests in 0.002s OK This may be fixed a different way, but for now this is a workaround for the test. jelte said in jabber: "i know of no code that uses boolean values in messages right now ... certainly no data specifications" git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1765 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Make target added. Original in DocBook XML. Also generated roff version added. Content reviewed by Zhang Likun. The man page is not complete. Needs more content and improved formatting. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1764 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
This was also tested by jinmei and and older version by shane and jelte. A couple Makefile.am's were looked at. There was not a thorough review of this. Moved msgq tests to own directory. Added targets for all known python unittests. Note this is for those that use the unittest module. Other tests are ignored for now. These tests are ran using "make check" even if not built with gtest. Some tests are disabled, tickets opened to track the problems. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1762 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Apr, 2010 6 commits
-
-
Jeremy C. Reed authored
These were created when running some python unit tests. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1761 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
For xfrin, make sure EXTRA_DIST is defined outside of the HAVE_BOOST_PYTHON check. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1760 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
I have another commit coming up to fix PYTHONPATH paths. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1759 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
per ticket #25. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1758 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
This is tracked via ticket #156. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1757 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
I opened a separate ticket to track this: #157 git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1756 e5f2f494-b856-4b98-b285-d166d9295462
-