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
/
source
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-11
/
+7
*
r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use
Jeremy Allison
2007-10-10
2
-26
/
+34
*
r923: Fixes so tdbtool and tdbtest can be built. Added build specs for tdbdum...
John Terpstra
2007-10-10
1
-1
/
+4
*
r39: * importing .cvsignore files
Gerald Carter
2007-10-10
1
-11
/
+0
*
merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...
Andrew Tridgell
2004-03-28
3
-44
/
+64
*
Merge from HEAD.
Tim Potter
2004-03-07
1
-1
/
+0
*
Added copyrights I forgot about looong ago...
Rafal Szczesniak
2004-02-27
2
-2
/
+4
*
Fix the "too many fcntl locks" scalability problem raised by tridge.
Jeremy Allison
2004-02-19
2
-11
/
+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
*
IRIX spinlock patch from James Peach <jpeach@sgi.com>.
Jeremy Allison
2003-12-09
1
-0
/
+45
*
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
4
-3
/
+10
*
split some security related functions in their own files.
Simo Sorce
2003-10-06
1
-2
/
+1
*
Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.
Jeremy Allison
2003-10-02
2
-0
/
+23
*
fix some warnings found by the Sun C compiler
Gerald Carter
2003-09-22
1
-2
/
+2
*
Change some internal interfaces to cause the hash (which is *expensive*)
Jeremy Allison
2003-09-06
1
-18
/
+31
*
adding command for moving a record from one tdb to another
Gerald Carter
2003-07-16
1
-0
/
+55
*
make tdbtool deal with NULL and non-NULL terminated keys
Gerald Carter
2003-07-16
1
-4
/
+14
*
i guess i'm the only one this ever annyoed...
Gerald Carter
2003-07-10
1
-3
/
+3
*
Different fix for memleak just committed. This belongs into
Volker Lendecke
2003-07-01
1
-0
/
+1
*
do not forget the include file :-)
Simo Sorce
2003-06-24
1
-0
/
+23
*
add tdb backup function separation and winbind idmap upgrade code form
Simo Sorce
2003-06-24
2
-169
/
+202
*
fixed a bug found by volker
Andrew Tridgell
2003-06-20
1
-1
/
+2
*
Get rid of a const warning.
Volker Lendecke
2003-06-12
1
-1
/
+1
*
Fix typo found by Vance
Volker Lendecke
2003-06-12
1
-1
/
+1
*
spelling
Tim Potter
2003-05-14
1
-2
/
+2
*
Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trusting
Andrew Bartlett
2003-04-22
1
-6
/
+145
*
Merge valgrind header usage from HEAD.
Andrew Bartlett
2003-04-16
1
-10
/
+0
*
It's #ifdef CONFIG_H, not #if CONFI_H
Jelmer Vernooij
2003-04-15
1
-1
/
+1
*
Comment syncup.
Tim Potter
2003-04-14
1
-0
/
+21
*
Merge of tdbtool multi-line string fix.
Tim Potter
2003-04-14
1
-17
/
+17
*
Fix from Andrew Esh to ensure tdb_pack can't segfault.
Jeremy Allison
2003-04-10
1
-7
/
+10
*
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
*
Add 3 second timeout when terminating server and sending print notify
Jeremy Allison
2003-01-30
1
-4
/
+13
*
*lots of small merges form HEAD
Gerald Carter
2003-01-15
1
-5
/
+9
*
Merge from HEAD:
Andrew Bartlett
2003-01-14
1
-40
/
+27
*
fix tdb_append() prototype
Gerald Carter
2003-01-11
1
-1
/
+1
*
Added tdb_append() call. Efficiently adds to an entry. Used by new messaging
Jeremy Allison
2003-01-11
3
-12
/
+148
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-21
/
+21
*
Merge of some kind of bugfix from idra.
Tim Potter
2002-12-20
1
-1
/
+2
*
Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.
Jeremy Allison
2002-12-11
1
-0
/
+10
*
Lots of fixes for error paths where tdb_fetch() data need freeing.
Jeremy Allison
2002-11-23
1
-4
/
+8
*
Add chainlock_read functions to get a read lock. Used in *massively*
Jeremy Allison
2002-11-09
2
-5
/
+50
*
Merge of scalable printing code fix... Needs testing.
Jeremy Allison
2002-11-07
2
-12
/
+10
*
Add a timeout to tdb_lock_bystring(). Ensure we never have more than
Jeremy Allison
2002-10-04
3
-6
/
+49
[next]