summaryrefslogtreecommitdiff
path: root/source3/tdb/tdbtorture.c
AgeCommit message (Collapse)AuthorFilesLines
2000-02-28Oops - put back filename argument to tdb_open().Tim Potter1-1/+1
(This used to be commit 110ec9923bd2ad729d63f129514f3f1de76de9c1)
2000-02-28Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter1-2/+3
(This used to be commit d64456b5889f0ee3a8c2108c13789540bfc3d90c)
2000-02-16tdb_traverse() now takes three arguments.Tim Potter1-3/+3
(This used to be commit 2d3e2f8877fb8eb21b4ccf4d7a56f1c625c71780)
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-3/+2
- added TDB_CLEAR_IF_FIRST flag to clear the database if this is the first attached process. Useful for non-persistent databases like our locking area (this will also make upgrades to new database layouts easier) - use lock_path() in a couple of places - leave connections database open while smbd running - cleaned up some tdb code a little, using macros for constants (This used to be commit 00e9da3ca577527db392aced62f02c69cfee8f4f)
1999-12-24a useful locking tester - it uses lots of simultaneous writersAndrew Tridgell1-0/+117
(This used to be commit 3b3fdd8661cc10057823be4c594e40ca615ca704)