index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
tdb
/
tdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r7640: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catch
Jeremy Allison
2007-10-10
1
-6
/
+7
*
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r6623: This change fixes a few broken commands plus adds some
Herb Lewis
2007-10-10
1
-2
/
+1
*
r6235: Partial fix for bugid #2581. Ensure if realloc fails on an internal
Jeremy Allison
2007-10-10
1
-3
/
+8
*
r6149: Fixes bugs #2498 and 2484.
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...
Derrell Lipman
2007-10-10
1
-1
/
+1
*
r5532: Patch to detect infinite loops when traversing a tdb from "Shlomi Yaak...
Jeremy Allison
2007-10-10
1
-0
/
+7
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-0
/
+24
*
r2999: Remove lockedkeys code. Not used.
Jeremy Allison
2007-10-10
1
-71
/
+0
*
r2979: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor...
Jim McDonough
2007-10-10
1
-1
/
+1
*
r2131: Fixup format string. The magic value format specifier was missing, so
Jim McDonough
2007-10-10
1
-1
/
+1
*
r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...
Jeremy Allison
2007-10-10
1
-8
/
+4
*
r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use
Jeremy Allison
2007-10-10
1
-26
/
+31
*
merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...
Andrew Tridgell
2004-03-28
1
-19
/
+26
*
Fix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison
2004-02-19
1
-9
/
+23
*
Don't log an error in tdb_brlock() if a non-blocking lock returns EAGAIN -
Tim Potter
2004-02-01
1
-4
/
+8
*
In tdb_allocate(), we would create a new record by writing a local variable
Andrew Bartlett
2004-01-08
1
-0
/
+2
*
Add some debugs in the error paths for tdb_brlock() to help track down
Tim Potter
2003-10-24
1
-1
/
+6
*
fixed spinlocks in tdb
Andrew Tridgell
2003-10-18
1
-2
/
+4
*
Change some internal interfaces to cause the hash (which is *expensive*)
Jeremy Allison
2003-09-06
1
-18
/
+31
*
fixed a bug found by volker
Andrew Tridgell
2003-06-20
1
-1
/
+2
*
Comment syncup.
Tim Potter
2003-04-14
1
-0
/
+21
*
Merge of tdb_unlockeys() crash fix.
Tim Potter
2003-03-13
1
-0
/
+2
*
When opening an existing DB, don't require the hash_size specified to
Martin Pool
2003-03-11
1
-2
/
+1
*
Ensure tdb error code is set for corrupt and i/o errors before calling
Jeremy Allison
2003-02-20
1
-1
/
+24
*
Ensure we overwrite a tdb if the hash size changes.
Jeremy Allison
2003-02-04
1
-1
/
+2
*
Added tdb_append() call. Efficiently adds to an entry. Used by new messaging
Jeremy Allison
2003-01-11
1
-12
/
+137
*
Add chainlock_read functions to get a read lock. Used in *massively*
Jeremy Allison
2002-11-09
1
-1
/
+11
*
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
1
-1
/
+2
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
1
-0
/
+4
*
Make explicit the difference between a tdb key with no data attached, and
Jeremy Allison
2002-09-26
1
-2
/
+11
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-0
/
+18
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-2
/
+24
*
Added Shirish's client side caching policy change.
Jeremy Allison
2002-04-10
1
-1
/
+2
*
better check of called function's return
Simo Sorce
2002-04-07
1
-57
/
+125
*
Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>
Andrew Bartlett
2002-03-01
1
-1
/
+1
*
Memory leak on error condition fixed by Kian Win <codegrunt@rubbercookie.com>.
Jeremy Allison
2002-02-27
1
-0
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Raise log level of warning produced when the open() of the tdb fails.
Tim Potter
2002-01-22
1
-1
/
+1
*
Move SAFE_FREE into tdb.c to stop exporting it into tdb.h namespace.
Jeremy Allison
2002-01-09
1
-0
/
+5
*
debug statement fixups.
Jeremy Allison
2002-01-02
1
-31
/
+21
*
more irix -64 portability fixes
Andrew Tridgell
2001-12-31
1
-1
/
+2
*
Must check against -1 for fcntl error check.
Jeremy Allison
2001-12-13
1
-4
/
+4
*
Fix up warnings. Make tdb_openXX() names const.
Jeremy Allison
2001-12-11
1
-2
/
+2
*
Doc.
Martin Pool
2001-12-10
1
-1
/
+3
*
Allow for internal databases which may have no name.
Martin Pool
2001-12-10
1
-5
/
+5
*
Log more error messages.
Martin Pool
2001-12-10
1
-0
/
+1
*
Log more error messages.
Martin Pool
2001-12-10
1
-2
/
+12
[next]