summaryrefslogtreecommitdiffstats
path: root/source3/tdb
Commit message (Expand)AuthorAgeFilesLines
* Added standard shell command thing using '!' as first character.Tim Potter2000-03-131-41/+49
* Check for null tdb context in tdb_exists()Tim Potter2000-03-011-0/+7
* Makefile for tdb directory.Tim Potter2000-02-281-0/+21
* Oops - put back filename argument to tdb_open().Tim Potter2000-02-281-1/+1
* Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter2000-02-282-3/+10
* Allow tdb databases to be created "in memory" without having a fileTim Potter2000-02-281-55/+99
* Added tdbtool to .cvsignore list.Tim Potter2000-02-281-0/+1
* Updated docs for tdb_traverse.Tim Potter2000-02-171-2/+3
* More checks for passing NULL tdb contexts to tdb functions.Tim Potter2000-02-161-0/+77
* tdb_traverse() now takes three arguments.Tim Potter2000-02-161-3/+3
* 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-044-12/+13
* 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-083-27/+86
* don't use strcpyAndrew Tridgell2000-01-071-1/+2
* don't require readlineAndrew Tridgell2000-01-071-1/+13
* - patch from Rusty to neaten up the code a bitAndrew Tridgell2000-01-072-232/+109
* lower the default hash size a bitAndrew Tridgell2000-01-051-1/+1
* ignore a few filesAndrew Tridgell2000-01-031-0/+5
* drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell2000-01-031-1/+1
* updated docsAndrew Tridgell2000-01-022-3/+7
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-025-21/+54
* show test result in ops/secAndrew Tridgell2000-01-021-2/+2
* - optimise tdb_store() a littleAndrew Tridgell2000-01-021-7/+15
* a useful locking tester - it uses lots of simultaneous writersAndrew Tridgell1999-12-241-0/+117
* fixed more locking bugs - all seems OK nowAndrew Tridgell1999-12-242-42/+67
* fixed locking codeAndrew Tridgell1999-12-232-70/+195
* 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
* expanded the tdb documentationAndrew Tridgell1999-12-211-0/+110
* 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-213-5/+44
* first pass at the database code for Samba. This also includes a testAndrew Tridgell1999-12-215-0/+1518