summaryrefslogtreecommitdiff
path: root/source3/python/py_tdb.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8596: Don't wrap non-existent functions. Bugzilla #2895.Tim Potter1-45/+0
(This used to be commit 0a9395bb486c80799ea14f0ebe7a371da34628b5)
2007-10-10r6678: fix python python after talloc() shakeupGerald Carter1-2/+2
(This used to be commit f629bffb1a6b8c2ea54fcfe33865b43559abbc77)
2007-10-10r384: Relicense tdb python module in trunk and 3.0 branch as LGPL since theTim Potter1-18/+14
license on tdb has changed. (This used to be commit c6a18beafe702018f18acba76d7f796d7c89d2aa)
2003-03-20Merge of compiler warning fixups.Tim Potter1-0/+8
(This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d)
2003-03-13Merge of added locking functions from HEAD.Tim Potter1-1/+81
(This used to be commit c7593929681ad9aed4b9d2025d33071b9751185f)
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)