summaryrefslogtreecommitdiffstats
path: root/source4/lib/tdb/tdb.i
Commit message (Collapse)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-323/+0
|
* Add more docstrings in tdb.Jelmer Vernooij2008-06-081-0/+4
| | | | (This used to be commit 3d798a1440603b7929955f2120f09ba1482885a1)
* Add some docstrings to tdb.Jelmer Vernooij2008-05-231-2/+41
| | | | (This used to be commit 3563d62663c36ff267011f1f6f9b256be21c32fb)
* Add __repr__ implementation for Tdb.Jelmer Vernooij2008-05-191-2/+2
| | | | (This used to be commit 205699ed663a3c6d27695dee25bf26978615b475)
* r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2008-01-061-1/+11
| | | | | Use tempfile.mkstemp() instead of os.tmpnam() in tests. (This used to be commit 5c3c131d174ba0f162c210d3e6ca30f2ed2a3ec0)
* r26668: tdb/python: Fix default value of open_flags for tdb.Jelmer Vernooij2008-01-051-1/+1
| | | | (This used to be commit aa438a2febc6562aa6f71505936d0872a6dcd17d)
* r26586: Rename fetch to get for consistency with the Python dictionary ↵Jelmer Vernooij2007-12-261-3/+4
| | | | | | interface. (This used to be commit fadab7c60bb6dc5746cb2ee16f9c86fa0e0cdf1a)
* r26585: Fix samba3.python tests.Jelmer Vernooij2007-12-261-7/+25
| | | | (This used to be commit 231ec0777b7d1fb1297e3a974871b8735a386cfa)
* r26583: Throw a proper exception in the python code when tdb_open() fails, ↵Jelmer Vernooij2007-12-261-16/+12
| | | | | | fix indentation in generated SWIG code from pidl. (This used to be commit 4ff8f4e370d30bf6b0b2f548bca14a9b7e1317f6)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-241-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)
* r26281: Fix include.Jelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit c435183cb97ff3160f8fbc182c63d4bb0a3d6ce4)
* r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit 904475624b4ed050bfb151053f6c74c0c88315f4)
* r26087: Fix include, add setup.py for tdbJelmer Vernooij2007-12-211-0/+1
| | | | (This used to be commit 4b94d5ca74fea44c66ab0d69dae27a1fdc8ece66)
* r26077: Import updated TDB bindings.Jelmer Vernooij2007-12-211-0/+252
(This used to be commit afe091d92ebb1dc15ae3d8df9a5ba8832933a83c)