summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdb.c
Commit message (Expand)AuthorAgeFilesLines
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-13/+40
* - optimise tdb_store() a littleAndrew Tridgell2000-01-021-7/+15
* fixed more locking bugs - all seems OK nowAndrew Tridgell1999-12-241-39/+66
* fixed locking codeAndrew Tridgell1999-12-231-69/+194
* fixed a bug in the handling of tdb version number upgradeAndrew Tridgell1999-12-221-0/+3
* added some paranoia codeAndrew Tridgell1999-12-221-41/+46
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-31/+34
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-4/+35
* first pass at the database code for Samba. This also includes a testAndrew Tridgell1999-12-211-0/+1001