Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops - put back filename argument to tdb_open(). | Tim Potter | 2000-02-28 | 1 | -1/+1 |
| | |||||
* | Modifications to tdb_traverse() arguments to remove compile warnings. | Tim Potter | 2000-02-28 | 1 | -2/+3 |
| | |||||
* | tdb_traverse() now takes three arguments. | Tim Potter | 2000-02-16 | 1 | -3/+3 |
| | |||||
* | - added tdb_flags option to tdb_open() | Andrew Tridgell | 2000-01-02 | 1 | -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 writers | Andrew Tridgell | 1999-12-24 | 1 | -0/+117 |