summaryrefslogtreecommitdiff
path: root/source3/tdb
AgeCommit message (Expand)AuthorFilesLines
2000-06-08Moved tdb functions that access parse structs into parse_prs.cJeremy Allison1-30/+0
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-8/+4
2000-06-04added some debug code to track down pack/unpack problemsAndrew Tridgell1-0/+12
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell1-10/+42
2000-05-24added tdb_pack() and tdb_unpack()Andrew Tridgell1-0/+148
2000-05-12While we're all making incompatible tdb changes, I changed the implementationTim Potter1-4/+4
2000-05-12use gcc not insure by default in tdb buildAndrew Tridgell1-1/+1
2000-05-12an imcompatible tdb format change (sorry!)Andrew Tridgell2-11/+3
2000-05-10when creating the database zero the reserved spaceAndrew Tridgell1-0/+8
2000-05-10- add some reserved space to every tdb, this will beAndrew Tridgell1-2/+3
2000-05-10Use a prime for default tdb hash size - this makes a difference !Herb Lewis1-1/+1
2000-05-09Added tdb_store_by_string() and tdb_fetch_by_string() functions to storeTim Potter1-0/+27
2000-05-01fixed typoAndrew Tridgell1-1/+1
2000-05-01added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell5-45/+76
2000-04-30- removed all our old wildcard matching code and replaced it with aAndrew Tridgell1-20/+15
2000-04-29put tdb utility functions in a separate fileAndrew Tridgell2-44/+67
2000-04-28Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison1-7/+19
2000-04-25added TDB_MODIFY flag - patch from from lukeAndrew Tridgell3-5/+30
2000-04-24dump in a binary formatAndrew Tridgell1-3/+45
2000-04-24use an size_t not a ssize_t when checking for out of bounds errorsAndrew Tridgell1-1/+1
2000-04-18locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison1-0/+2
2000-04-16added tdb_get_int() and tdb_store_int()Andrew Tridgell1-0/+34
2000-03-13Added standard shell command thing using '!' as first character.Tim Potter1-41/+49
2000-03-01Check for null tdb context in tdb_exists()Tim Potter1-0/+7
2000-02-28Makefile for tdb directory.Tim Potter1-0/+21
2000-02-28Oops - put back filename argument to tdb_open().Tim Potter1-1/+1
2000-02-28Modifications to tdb_traverse() arguments to remove compile warnings.Tim Potter2-3/+10
2000-02-28Allow tdb databases to be created "in memory" without having a fileTim Potter1-55/+99
2000-02-28Added tdbtool to .cvsignore list.Tim Potter1-0/+1
2000-02-17Updated docs for tdb_traverse.Tim Potter1-2/+3
2000-02-16More checks for passing NULL tdb contexts to tdb functions.Tim Potter1-0/+77
2000-02-16tdb_traverse() now takes three arguments.Tim Potter1-3/+3
2000-02-15Return "Invalid tdb context" instead of crashing when tdb_error calledTim Potter1-2/+6
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton4-12/+13
2000-01-24tdb record read error return check fix from Dave Airlie <airlied@samba.org>.Jeremy Allison1-1/+1
2000-01-14casts and defines to make solaris happyAndrew Tridgell1-0/+4
2000-01-08improved the error checkingAndrew Tridgell3-27/+86
2000-01-07don't use strcpyAndrew Tridgell1-1/+2
2000-01-07don't require readlineAndrew Tridgell1-1/+13
2000-01-07- patch from Rusty to neaten up the code a bitAndrew Tridgell2-232/+109
2000-01-05lower the default hash size a bitAndrew Tridgell1-1/+1
2000-01-03ignore a few filesAndrew Tridgell1-0/+5
2000-01-03drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell1-1/+1
2000-01-02updated docsAndrew Tridgell2-3/+7
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell5-21/+54
2000-01-02show test result in ops/secAndrew Tridgell1-2/+2
2000-01-02- optimise tdb_store() a littleAndrew Tridgell1-7/+15
1999-12-24a useful locking tester - it uses lots of simultaneous writersAndrew Tridgell1-0/+117
1999-12-24fixed more locking bugs - all seems OK nowAndrew Tridgell2-42/+67
1999-12-23fixed locking codeAndrew Tridgell2-70/+195