summaryrefslogtreecommitdiff
path: root/source3/python/py_tdb.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-19Fix compiler warning.Tim Potter1-0/+8
(This used to be commit 74c1cd0040890d24e6191d4cb0467e9f9d70f5dc)
2003-03-13Added chainlock, chainunlock, lock_bystring and unlock_bystring methods.Tim Potter1-1/+81
(This used to be commit cd5c47f47379a8c4021771ec28a9da0085f80d98)
2002-05-23Another change to the GPL "abandon hope all who enter here" warning.Tim Potter1-4/+4
(This used to be commit 1d75b548de8b667673cf136306388546eb3bd98d)
2002-05-22Got gdb and gpl confused. (-:Tim Potter1-3/+3
(This used to be commit 08356ec38a5be239b6ab53ee75f3735c29b677a7)
2002-05-22Added a reminder about programs using the tdb bindings having to beTim Potter1-0/+8
licensed under the GPL. (This used to be commit aa3ec7618fe39ddc75755098433572b271197af4)
2002-05-21A tdb module based on some tips from Mike Noriega. This version supportsTim Potter1-0/+606
locking and tdb traversal using python callbacks. (This used to be commit f3530fd6180bb78a58a3f41ac1389c9f0ba7b183)