Herb's fixes for profiling & compiler warnings.
[tprouty/samba.git] / source / tdb / tdb.c
2000-10-05 Jeremy AllisonHerb's fixes for profiling & compiler warnings.
2000-10-02 Jeremy AllisonAdded debug so if zero length messages get sent we...
2000-06-15 Andrew Tridgell- use read locks when possible
2000-05-12 Andrew Tridgellan imcompatible tdb format change (sorry!)
2000-05-10 Andrew Tridgellwhen creating the database zero the reserved space
2000-05-10 Andrew Tridgell- add some reserved space to every tdb, this will be
2000-05-10 Herb LewisUse a prime for default tdb hash size - this makes...
2000-05-01 Andrew Tridgellfixed typo
2000-05-01 Andrew Tridgelladded TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-29 Andrew Tridgellput tdb utility functions in a separate file
2000-04-28 Jeremy AllisonAdded tdb_get/set_int_byblob, which takes a size_t...
2000-04-25 Andrew Tridgelladded TDB_MODIFY flag - patch from from luke
2000-04-24 Andrew Tridgelluse an size_t not a ssize_t when checking for out of...
2000-04-16 Andrew Tridgelladded tdb_get_int() and tdb_store_int()
2000-03-01 Tim PotterCheck for null tdb context in tdb_exists()
2000-02-28 Tim PotterAllow tdb databases to be created "in memory" without...
2000-02-16 Tim PotterMore checks for passing NULL tdb contexts to tdb functions.
2000-02-15 Tim PotterReturn "Invalid tdb context" instead of crashing when...
2000-02-04 Luke Leighton1) added void* state argument to tdb_traverse. guess...
2000-01-24 Jeremy Allisontdb record read error return check fix from Dave Airlie...
2000-01-14 Andrew Tridgellcasts and defines to make solaris happy
2000-01-08 Andrew Tridgellimproved the error checking
2000-01-07 Andrew Tridgelldon't use strcpy
2000-01-07 Andrew Tridgell- patch from Rusty to neaten up the code a bit
2000-01-05 Andrew Tridgelllower the default hash size a bit
2000-01-03 Andrew Tridgelldrop the alignment to 4 bytes - this makes tdb more...
2000-01-02 Andrew Tridgellupdated docs
2000-01-02 Andrew Tridgell- added tdb_flags option to tdb_open()
2000-01-02 Andrew Tridgell- optimise tdb_store() a little
1999-12-24 Andrew Tridgellfixed more locking bugs - all seems OK now
1999-12-23 Andrew Tridgellfixed locking code
1999-12-22 Andrew Tridgellfixed a bug in the handling of tdb version number upgrade
1999-12-22 Andrew Tridgelladded some paranoia code
1999-12-21 Andrew Tridgellconverted all our existing shared memory code to use...
1999-12-21 Andrew Tridgellfirst cut at using the tdb code for the connections...
1999-12-21 Andrew Tridgellfirst pass at the database code for Samba. This also...