summaryrefslogtreecommitdiffstats
path: root/source/tdb/tdbtorture.c
Commit message (Collapse)AuthorAgeFilesLines
* Oops - put back filename argument to tdb_open().Tim Potter2000-02-281-1/+1
|
* Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter2000-02-281-2/+3
|
* tdb_traverse() now takes three arguments.Tim Potter2000-02-161-3/+3
|
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-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
* a useful locking tester - it uses lots of simultaneous writersAndrew Tridgell1999-12-241-0/+117