summaryrefslogtreecommitdiffstats
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
* got rid of tdb_writelock() and instead lock a chain. tdb_writelock()Andrew Tridgell2000-10-101-25/+0
* added tdb_lock_bystring() and tdb_unlock_bystring()Andrew Tridgell2000-10-101-0/+24
* Fixes from Damian at Cisco to tidy up some tdbtool issues.Jeremy Allison2000-10-051-4/+15
* Herb's fixes for profiling & compiler warnings.Jeremy Allison2000-10-051-1/+1
* Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-021-3/+7
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-0/+14
* support both read and write locks inside the tdbAndrew Tridgell2000-06-151-1/+6
* - use read locks when possibleAndrew Tridgell2000-06-151-42/+44
* use the right MMAP flagAndrew Tridgell2000-06-151-1/+1
* Moved tdb functions that access parse structs into parse_prs.cJeremy Allison2000-06-081-30/+0
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-8/+4
* added some debug code to track down pack/unpack problemsAndrew Tridgell2000-06-041-0/+12
* getting and setting security descriptors on printers now worksAndrew Tridgell2000-05-271-10/+42
* added tdb_pack() and tdb_unpack()Andrew Tridgell2000-05-241-0/+148
* While we're all making incompatible tdb changes, I changed the implementationTim Potter2000-05-121-4/+4
* use gcc not insure by default in tdb buildAndrew Tridgell2000-05-121-1/+1
* an imcompatible tdb format change (sorry!)Andrew Tridgell2000-05-122-11/+3
* when creating the database zero the reserved spaceAndrew Tridgell2000-05-101-0/+8
* - add some reserved space to every tdb, this will beAndrew Tridgell2000-05-101-2/+3
* Use a prime for default tdb hash size - this makes a difference !Herb Lewis2000-05-101-1/+1
* Added tdb_store_by_string() and tdb_fetch_by_string() functions to storeTim Potter2000-05-091-0/+27
* fixed typoAndrew Tridgell2000-05-011-1/+1
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-015-45/+76
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-20/+15
* put tdb utility functions in a separate fileAndrew Tridgell2000-04-292-44/+67
* Added tdb_get/set_int_byblob, which takes a size_t len and then implementedJeremy Allison2000-04-281-7/+19
* added TDB_MODIFY flag - patch from from lukeAndrew Tridgell2000-04-253-5/+30
* dump in a binary formatAndrew Tridgell2000-04-241-3/+45
* use an size_t not a ssize_t when checking for out of bounds errorsAndrew Tridgell2000-04-241-1/+1
* locking/locking.c: Fixed placeholder code for POSIX locking.Jeremy Allison2000-04-181-0/+2
* added tdb_get_int() and tdb_store_int()Andrew Tridgell2000-04-161-0/+34
* 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