summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tdb/python
Commit message (Expand)AuthorAgeFilesLines
* tdb: Sync to tdb 1.2.11 from upstreamAmitay Isaacs2013-05-291-2/+7
* lib/tdb: Sync tdb from samba git treeAmitay Isaacs2012-04-131-21/+49
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-071-0/+6
* pytdb: Add support for tdb_repack()Kirill Smelkov2010-10-071-0/+6
* pytdb: Make filename argument optional.Jelmer Vernooij2010-10-071-8/+4
* pytdb: Add support for tdb_freelist_size()Kirill Smelkov2010-10-071-0/+3
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-10-071-0/+8
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-10-071-0/+7
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-10-071-0/+8
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-10-071-0/+4
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-04-222-2/+2
* tdb: add tests for double .close() in pytdbKirill Smelkov2009-12-161-0/+9
* Implement missing functions in pytdb. (cherry picked from samba commit 2da551...Jelmer Vernooij2009-12-161-32/+4
* Add simple manually written replacement for the tdb module. (cherry picked fr...Stefan Metzmacher2009-12-161-0/+152
* tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij2009-12-161-0/+12