summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/tdb.i
AgeCommit message (Collapse)AuthorFilesLines
2008-01-06r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter1-1/+11
Use tempfile.mkstemp() instead of os.tmpnam() in tests. (This used to be commit 5c3c131d174ba0f162c210d3e6ca30f2ed2a3ec0)
2008-01-05r26668: tdb/python: Fix default value of open_flags for tdb.Jelmer Vernooij1-1/+1
(This used to be commit aa438a2febc6562aa6f71505936d0872a6dcd17d)
2007-12-26r26586: Rename fetch to get for consistency with the Python dictionary ↵Jelmer Vernooij1-3/+4
interface. (This used to be commit fadab7c60bb6dc5746cb2ee16f9c86fa0e0cdf1a)
2007-12-26r26585: Fix samba3.python tests.Jelmer Vernooij1-7/+25
(This used to be commit 231ec0777b7d1fb1297e3a974871b8735a386cfa)
2007-12-26r26583: Throw a proper exception in the python code when tdb_open() fails, ↵Jelmer Vernooij1-16/+12
fix indentation in generated SWIG code from pidl. (This used to be commit 4ff8f4e370d30bf6b0b2f548bca14a9b7e1317f6)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-8/+8
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-21r26281: Fix include.Jelmer Vernooij1-0/+1
(This used to be commit c435183cb97ff3160f8fbc182c63d4bb0a3d6ce4)
2007-12-21r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij1-1/+2
(This used to be commit 904475624b4ed050bfb151053f6c74c0c88315f4)
2007-12-21r26087: Fix include, add setup.py for tdbJelmer Vernooij1-0/+1
(This used to be commit 4b94d5ca74fea44c66ab0d69dae27a1fdc8ece66)
2007-12-21r26077: Import updated TDB bindings.Jelmer Vernooij1-0/+252
(This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)