summaryrefslogtreecommitdiffstats
path: root/source/tdb/tdb.c
Commit message (Expand)AuthorAgeFilesLines
* - use read locks when possibleAndrew Tridgell2000-06-151-42/+44
* an imcompatible tdb format change (sorry!)Andrew Tridgell2000-05-121-11/+2
* when creating the database zero the reserved spaceAndrew Tridgell2000-05-101-0/+8
* - add some reserved space to every tdb, this will beAndrew Tridgell2000-05-101-2/+3
* Use a prime for default tdb hash size - this makes a difference !Herb Lewis2000-05-101-1/+1
* fixed typoAndrew Tridgell2000-05-011-1/+1
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-011-40/+63
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-20/+15
* put tdb utility functions in a separate fileAndrew Tridgell2000-04-291-44/+0
* Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison2000-04-281-7/+19
* added TDB_MODIFY flag - patch from from lukeAndrew Tridgell2000-04-251-4/+25
* use an size_t not a ssize_t when checking for out of bounds errorsAndrew Tridgell2000-04-241-1/+1
* added tdb_get_int() and tdb_store_int()Andrew Tridgell2000-04-161-0/+34
* Check for null tdb context in tdb_exists()Tim Potter2000-03-011-0/+7
* Allow tdb databases to be created "in memory" without having a fileTim Potter2000-02-281-55/+99
* More checks for passing NULL tdb contexts to tdb functions.Tim Potter2000-02-161-0/+77
* Return "Invalid tdb context" instead of crashing when tdb_error calledTim Potter2000-02-151-2/+6
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-3/+3
* tdb record read error return check fix from Dave Airlie <airlied@samba.org>.Jeremy Allison2000-01-241-1/+1
* casts and defines to make solaris happyAndrew Tridgell2000-01-141-0/+4
* improved the error checkingAndrew Tridgell2000-01-081-26/+73
* don't use strcpyAndrew Tridgell2000-01-071-1/+2
* - patch from Rusty to neaten up the code a bitAndrew Tridgell2000-01-071-232/+106
* lower the default hash size a bitAndrew Tridgell2000-01-051-1/+1
* drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell2000-01-031-1/+1
* updated docsAndrew Tridgell2000-01-021-1/+1
* - 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