summaryrefslogtreecommitdiffstats
path: root/source3/tdb/tdb.c
Commit message (Expand)AuthorAgeFilesLines
* r10355: Merge back the clear-if-first fix from Samba4. Couldn't wait tridge, ...Jeremy Allison2007-10-101-6/+5
* r9852: Add tridge's Samba4 tdb optimisations.Jeremy Allison2007-10-101-0/+48
* r9095: Add crude chainlength statistics to the crude tdbtool.Volker Lendecke2007-10-101-0/+4
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-2/+2
* r7640: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catchJeremy Allison2007-10-101-6/+7
* r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter2007-10-101-1/+1
* r6623: This change fixes a few broken commands plus adds someHerb Lewis2007-10-101-2/+1
* r6235: Partial fix for bugid #2581. Ensure if realloc fails on an internalJeremy Allison2007-10-101-3/+8
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-101-1/+1
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-101-1/+1
* r5532: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...Jeremy Allison2007-10-101-0/+7
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-0/+24
* r2999: Remove lockedkeys code. Not used.Jeremy Allison2007-10-101-71/+0
* r2979: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison2007-10-101-4/+4
* r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor...Jim McDonough2007-10-101-1/+1
* r2131: Fixup format string. The magic value format specifier was missing, soJim McDonough2007-10-101-1/+1
* r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...Jeremy Allison2007-10-101-8/+4
* r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2007-10-101-26/+31
* merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...Andrew Tridgell2004-03-281-19/+26
* Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2004-02-191-9/+23
* Don't log an error in tdb_brlock() if a non-blocking lock returns EAGAIN -Tim Potter2004-02-011-4/+8
* In tdb_allocate(), we would create a new record by writing a local variableAndrew Bartlett2004-01-081-0/+2
* Add some debugs in the error paths for tdb_brlock() to help track downTim Potter2003-10-241-1/+6
* fixed spinlocks in tdbAndrew Tridgell2003-10-181-2/+4
* Change some internal interfaces to cause the hash (which is *expensive*)Jeremy Allison2003-09-061-18/+31
* fixed a bug found by volkerAndrew Tridgell2003-06-201-1/+2
* Comment syncup.Tim Potter2003-04-141-0/+21
* Merge of tdb_unlockeys() crash fix.Tim Potter2003-03-131-0/+2
* When opening an existing DB, don't require the hash_size specified toMartin Pool2003-03-111-2/+1
* Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison2003-02-201-1/+24
* Ensure we overwrite a tdb if the hash size changes.Jeremy Allison2003-02-041-1/+2
* Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison2003-01-111-12/+137
* Add chainlock_read functions to get a read lock. Used in *massively*Jeremy Allison2002-11-091-1/+11
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-071-1/+2
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-041-0/+4
* Make explicit the difference between a tdb key with no data attached, andJeremy Allison2002-09-261-2/+11
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-0/+18
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-2/+24
* Added Shirish's client side caching policy change.Jeremy Allison2002-04-101-1/+2
* better check of called function's returnSimo Sorce2002-04-071-57/+125
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.Jeremy Allison2002-02-271-0/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Raise log level of warning produced when the open() of the tdb fails.Tim Potter2002-01-221-1/+1
* Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.Jeremy Allison2002-01-091-0/+5
* debug statement fixups.Jeremy Allison2002-01-021-31/+21
* more irix -64 portability fixesAndrew Tridgell2001-12-311-1/+2
* Must check against -1 for fcntl error check.Jeremy Allison2001-12-131-4/+4
* Fix up warnings. Make tdb_openXX() names const.Jeremy Allison2001-12-111-2/+2
* Doc.Martin Pool2001-12-101-1/+3