A tdb module based on some tips from Mike Noriega. This version supports
authorTim Potter <tpot@samba.org>
Tue, 21 May 2002 07:43:35 +0000 (07:43 +0000)
committerTim Potter <tpot@samba.org>
Tue, 21 May 2002 07:43:35 +0000 (07:43 +0000)
commit8a35fba95bd966924216dc959b4edd18bd2bd47c
tree5985fcafbc393fb2e0dbf677bbedd90dd7ebe4d4
parent27960c8f4fd198353738b7db9fd68ca7e119323f
A tdb module based on some tips from Mike Noriega.  This version supports
locking and tdb traversal using python callbacks.
(This used to be commit f3530fd6180bb78a58a3f41ac1389c9f0ba7b183)
source3/python/py_tdb.c [new file with mode: 0644]
source3/python/py_tdb.h [new file with mode: 0644]
source3/python/setup.py.in