1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-13 16:23:50 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Jelmer Vernooij
6bdd1425b7 tdb: Add simple reimplementation of tdbdump in Python as an example of the tdb Python bindings.
(This used to be commit 47d797f788)
2008-01-10 23:41:14 +01:00
Tim Potter
e45c7ffb80 r26677: Implement and test iter{keys,values,items} for tdb bindings.
Use tempfile.mkstemp() instead of os.tmpnam() in tests.
(This used to be commit 5c3c131d17)
2008-01-06 17:21:02 -06:00
Jelmer Vernooij
6c9a2a3c52 r26586: Rename fetch to get for consistency with the Python dictionary interface.
(This used to be commit fadab7c60b)
2007-12-26 11:57:04 -06:00
Jelmer Vernooij
9faf93c7b0 r26583: Throw a proper exception in the python code when tdb_open() fails, fix indentation in generated SWIG code from pidl.
(This used to be commit 4ff8f4e370)
2007-12-26 11:57:03 -06:00
Jelmer Vernooij
86be3d2f61 r26107: Add more tests.
(This used to be commit afa5f7c9e9)
2007-12-21 05:46:06 +01:00
Jelmer Vernooij
2a98fd770a r26077: Import updated TDB bindings.
(This used to be commit afe091d92e)
2007-12-21 05:45:55 +01:00