added a little description of useage and output format since this gives
[kai/samba-autobuild/.git] / source / tdb /
2000-07-31 Jeremy AllisonAdded John Reilly's enumports/addprinter/delprinter...
2000-06-15 Andrew Tridgellsupport both read and write locks inside the tdb
2000-06-15 Andrew Tridgell- use read locks when possible
2000-06-15 Andrew Tridgelluse the right MMAP flag
2000-06-08 Jeremy AllisonMoved tdb functions that access parse structs into...
2000-06-07 Jeremy AllisonFixing get/set of security descriptors.
2000-06-04 Andrew Tridgelladded some debug code to track down pack/unpack problems
2000-05-27 Andrew Tridgellgetting and setting security descriptors on printers...
2000-05-24 Andrew Tridgelladded tdb_pack() and tdb_unpack()
2000-05-12 Tim PotterWhile we're all making incompatible tdb changes, I...
2000-05-12 Andrew Tridgelluse gcc not insure by default in tdb build
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-09 Tim PotterAdded tdb_store_by_string() and tdb_fetch_by_string...
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 Tridgelldump in a binary format
2000-04-24 Andrew Tridgelluse an size_t not a ssize_t when checking for out of...
2000-04-18 Jeremy Allisonlocking/locking.c: Fixed placeholder code for POSIX...
2000-04-16 Andrew Tridgelladded tdb_get_int() and tdb_store_int()
2000-03-13 Tim PotterAdded standard shell command thing using '!' as first...
2000-03-01 Tim PotterCheck for null tdb context in tdb_exists()
2000-02-28 Tim PotterMakefile for tdb directory.
2000-02-28 Tim PotterOops - put back filename argument to tdb_open().
2000-02-28 Tim PotterModifications to tdb_traverse() arguments to remove...
2000-02-28 Tim PotterAllow tdb databases to be created "in memory" without...
2000-02-28 Tim PotterAdded tdbtool to .cvsignore list.
2000-02-17 Tim PotterUpdated docs for tdb_traverse.
2000-02-16 Tim PotterMore checks for passing NULL tdb contexts to tdb functions.
2000-02-16 Tim Pottertdb_traverse() now takes three arguments.
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 Tridgelldon't require readline
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 Tridgellignore a few files
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 Tridgellshow test result in ops/sec
2000-01-02 Andrew Tridgell- optimise tdb_store() a little
1999-12-24 Andrew Tridgella useful locking tester - it uses lots of simultaneous...
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 Tridgellexpanded the tdb documentation
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...