summaryrefslogtreecommitdiffstats
path: root/source/tdb/tdb.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-2/+33
* merging for 2.2.6pre1Gerald Carter2002-07-271-2/+3
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-0/+10
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-67/+146
* Move over to RELEASE branch.Jeremy Allison2002-02-011-113/+183
* Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison2001-10-121-2/+7
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-129/+321
* Syncup getting ready for release.Jeremy Allison2001-07-061-88/+282
* Fix for True64 treating readonly as a reserved word !Jeremy Allison2001-04-141-2/+2
* fixed warning on solaris8Andrew Tridgell2001-04-131-1/+1
* Mega-merge for fixes made in appliance-head.Jeremy Allison2001-01-271-9/+17
* Merge with fixes from appliance-head.Jeremy Allison2001-01-181-0/+3
* Big merge to sync up appliance-head and 2.2.Jeremy Allison2001-01-081-1/+6
* When chaining together long lines of bloody "if" statements, which shouldJeremy Allison2000-12-151-1/+3
* Makefile.in, Added libsmb/cli_lsarpc.c - needed for smbcacls.Jeremy Allison2000-12-151-2/+25
* Two tdb bugfixes. First one - ensure that traverse lock is moved before deletingJeremy Allison2000-12-131-45/+58
* Added Tim's fix for read-only crashes.Jeremy Allison2000-12-111-0/+2
* Fixed tdb_next_lock bug where it was failing when traversing the end ofJeremy Allison2000-12-071-9/+10
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-051-885/+761
* lib/messages.c: Use strlen for message length.Jeremy Allison2000-12-021-1/+36
* Sync-up with Andrews locking deadlock fix.Jeremy Allison2000-11-271-1/+1
* Syncup with HEAD.Jeremy Allison2000-10-101-25/+0
* cast to get rid of compiler warningHerb Lewis2000-10-051-1/+1
* Added debug so if zero length messages get sent we successfully removeJeremy Allison2000-10-021-3/+7
* - use read locks when possibleAndrew Tridgell2000-06-151-42/+44
* an imcompatible tdb format change (sorry!)Andrew Tridgell2000-05-121-11/+2
* 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
* fixed typoAndrew Tridgell2000-05-011-1/+1
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-011-40/+63
* - 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-291-44/+0
* 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-251-4/+25
* use an size_t not a ssize_t when checking for out of bounds errorsAndrew Tridgell2000-04-241-1/+1
* added tdb_get_int() and tdb_store_int()Andrew Tridgell2000-04-161-0/+34
* Check for null tdb context in tdb_exists()Tim Potter2000-03-011-0/+7
* Allow tdb databases to be created "in memory" without having a fileTim Potter2000-02-281-55/+99
* More checks for passing NULL tdb contexts to tdb functions.Tim Potter2000-02-161-0/+77
* 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-041-3/+3
* 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-081-26/+73
* don't use strcpyAndrew Tridgell2000-01-071-1/+2
* - patch from Rusty to neaten up the code a bitAndrew Tridgell2000-01-071-232/+106
* lower the default hash size a bitAndrew Tridgell2000-01-051-1/+1
* drop the alignment to 4 bytes - this makes tdb more space efficientAndrew Tridgell2000-01-031-1/+1
* updated docsAndrew Tridgell2000-01-021-1/+1