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