summaryrefslogtreecommitdiff
path: root/source3/tdb/tdbtool.c
AgeCommit message (Collapse)AuthorFilesLines
1999-12-24fixed more locking bugs - all seems OK nowAndrew Tridgell1-3/+1
(This used to be commit 584537961b6134a50089d37328a21c617bc6547b)
1999-12-21first pass at the database code for Samba. This also includes a testAndrew Tridgell1-0/+206
suite and a very simple tool for manuipulating the databases. the main code is in tdb/tdb.c and includes both mmap and file based IO. All databases auto-expand and allow multiple simultaneous writers. the next step is using this new capability in lots of places in Samba where we have existing ad-hoc databases (This used to be commit c89d29cc5e3b6d568928acace01144059f1668b3)