- 04 Jan, 2013 1 commit
-
-
JINMEI Tatuya authored
-
- 02 Aug, 2012 3 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 22 Mar, 2012 1 commit
-
-
Mukund Sivaraman authored
-
- 26 Jan, 2012 1 commit
-
-
JINMEI Tatuya authored
-
- 28 Nov, 2011 1 commit
-
-
Jelte Jansen authored
-
- 30 Sep, 2011 1 commit
-
-
JINMEI Tatuya authored
wrapper mainly for consistency with the pydoc
-
- 16 Sep, 2011 1 commit
-
-
Jelte Jansen authored
-
- 13 Sep, 2011 1 commit
-
-
Jelte Jansen authored
None of the .cc files are now included directly anymore, and the main source file for the python module contains only the module definition. All functionality is moved to a dynamic library that is also usable by other wrapper modules. Also split up the rest of the source files into header and code files, and made them more consistent with the rest. Added conversion from/to PyObject* for some of the types (the ones I needed so far for trac1179)
-
- 16 Jun, 2011 1 commit
-
-
JINMEI Tatuya authored
-
- 15 May, 2011 1 commit
-
-
JINMEI Tatuya authored
failure. this is a trivial fix, so I'm pushing it directly
-
- 13 May, 2011 1 commit
-
-
JINMEI Tatuya authored
- mae sure separate python binding .cc files include Python.h at its head (failing so would caused build failure on some systems) - updated the template in uitl/python regarding Python.h - corrected a copyright year - removed unnecessary EXTRA_DIST (some are now listed as source)
-
- 12 May, 2011 1 commit
-
-
JINMEI Tatuya authored
and detailed tests.
-
- 10 May, 2011 1 commit
-
-
JINMEI Tatuya authored
decoupled from the main pydnspp so that it can be used from tsigerror_python separately (there should be no behavior change to the Rcode binding itself)
-
- 05 May, 2011 1 commit
-
-
JINMEI Tatuya authored
This reverts commit da16cc77. Re-adding it as a form of merging to master.
-
- 29 Apr, 2011 2 commits
-
-
JINMEI Tatuya authored
[trac871] Revert "[trac871] implemented a minimal set of python lib for TSIG: just allowing construction of TSIGContext and add another signature to Message.to_wire() to send a signed message." (this was committed to the wrong branch) This reverts commit d6db622c.
-
JINMEI Tatuya authored
[trac871] implemented a minimal set of python lib for TSIG: just allowing construction of TSIGContext and add another signature to Message.to_wire() to send a signed message.
-
- 20 Dec, 2010 1 commit
-
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3885 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
Initial implementation of TSIGKey and TSIGKeyRing, including detailed tests, documentation, and python binding. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac381@3278 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 1 commit
-
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Oct, 2010 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac365@3158 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Sep, 2010 2 commits
-
-
JINMEI Tatuya authored
- added more detailed tests for the Rcode class - added some methods for the recent introduction of EDNS class (Trac #311) - adjusted and enhanced python binding. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac351@3038 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
also fixed a potential bug in pydnspp where message.set_opcode() could leave a dangling reference. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac351@3034 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Sep, 2010 1 commit
-
-
JINMEI Tatuya authored
make sure "." is listed before tests in SUBDIRS to ensure things to be tested are ready when doing tests. specifically, the immediate 'make check' after "configure" would fail without these changes. this may not be super minor, but I think it's still quite trivial and isn't worth spending others's time for review. so I'll skip review. If I broke something buildbot will tell it to us. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3008 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Sep, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac314@2857 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Aug, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2794 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
it looks like the code compiles with the stricter warning levels without modification, so I'm directly commiting it to trunk. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2793 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Jul, 2010 1 commit
-
-
Jeremy C. Reed authored
"deprecated conversion from string literal to char*" Trac #271 okayed this. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2392 e5f2f494-b856-4b98-b285-d166d9295462
-
- 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
-
- 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 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
-