summaryrefslogtreecommitdiff
path: root/source3/tdb/tdb.c
AgeCommit message (Expand)AuthorFilesLines
2000-01-05lower the default hash size a bitAndrew Tridgell1-1/+1
2000-01-03drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell1-1/+1
2000-01-02updated docsAndrew Tridgell1-1/+1
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-13/+40
2000-01-02- optimise tdb_store() a littleAndrew Tridgell1-7/+15
1999-12-24fixed more locking bugs - all seems OK nowAndrew Tridgell1-39/+66
1999-12-23fixed locking codeAndrew Tridgell1-69/+194
1999-12-22fixed a bug in the handling of tdb version number upgradeAndrew Tridgell1-0/+3
1999-12-22added some paranoia codeAndrew Tridgell1-41/+46
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-31/+34
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-4/+35
1999-12-21first pass at the database code for Samba. This also includes a testAndrew Tridgell1-0/+1001