trying to get HEAD building again. If you want the code
[gd/samba-autobuild/.git] / source3 / tdb / tdb.c
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...