summaryrefslogtreecommitdiff
path: root/source3/tdb
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3772: BUG 2006: patch from Michel Gravey <michel.gravey@optogone.com>; fix b...Gerald Carter1-1/+1
2007-10-10r2999: Remove lockedkeys code. Not used.Jeremy Allison2-72/+0
2007-10-10r2979: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison1-4/+4
2007-10-10r2924: Another #if that should be an #ifdef.Tim Potter1-2/+2
2007-10-10r2248: Merge of tridge's PRINTF_ATTRIBUTE fixes from samba4.Tim Potter1-0/+8
2007-10-10r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor...Jim McDonough2-2/+5
2007-10-10r2131: Fixup format string. The magic value format specifier was missing, soJim McDonough1-1/+1
2007-10-10r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...Jeremy Allison3-11/+7
2007-10-10r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2-26/+34
2007-10-10r923: Fixes so tdbtool and tdbtest can be built. Added build specs for tdbdum...John Terpstra1-1/+4
2007-10-10r39: * importing .cvsignore filesGerald Carter1-11/+0
2004-03-28merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...Andrew Tridgell3-44/+64
2004-03-07Merge from HEAD.Tim Potter1-1/+0
2004-02-27Added copyrights I forgot about looong ago...Rafal Szczesniak2-2/+4
2004-02-19Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2-11/+23
2004-02-01Don't log an error in tdb_brlock() if a non-blocking lock returns EAGAIN -Tim Potter1-4/+8
2004-01-08In tdb_allocate(), we would create a new record by writing a local variableAndrew Bartlett1-0/+2
2003-12-09IRIX spinlock patch from James Peach <jpeach@sgi.com>.Jeremy Allison1-0/+45
2003-10-24Add some debugs in the error paths for tdb_brlock() to help track downTim Potter1-1/+6
2003-10-18fixed spinlocks in tdbAndrew Tridgell4-3/+10
2003-10-06split some security related functions in their own files.Simo Sorce1-2/+1
2003-10-02Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison2-0/+23
2003-09-22fix some warnings found by the Sun C compilerGerald Carter1-2/+2
2003-09-06Change some internal interfaces to cause the hash (which is *expensive*)Jeremy Allison1-18/+31
2003-07-16adding command for moving a record from one tdb to anotherGerald Carter1-0/+55
2003-07-16make tdbtool deal with NULL and non-NULL terminated keysGerald Carter1-4/+14
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter1-3/+3
2003-07-01Different fix for memleak just committed. This belongs intoVolker Lendecke1-0/+1
2003-06-24do not forget the include file :-)Simo Sorce1-0/+23
2003-06-24add tdb backup function separation and winbind idmap upgrade code formSimo Sorce2-169/+202
2003-06-20fixed a bug found by volkerAndrew Tridgell1-1/+2
2003-06-12Get rid of a const warning.Volker Lendecke1-1/+1
2003-06-12Fix typo found by VanceVolker Lendecke1-1/+1
2003-05-14spellingTim Potter1-2/+2
2003-04-22Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trustingAndrew Bartlett1-6/+145
2003-04-16Merge valgrind header usage from HEAD.Andrew Bartlett1-10/+0
2003-04-15It's #ifdef CONFIG_H, not #if CONFI_HJelmer Vernooij1-1/+1
2003-04-14Comment syncup.Tim Potter1-0/+21
2003-04-14Merge of tdbtool multi-line string fix.Tim Potter1-17/+17
2003-04-10Fix from Andrew Esh to ensure tdb_pack can't segfault.Jeremy Allison1-7/+10
2003-03-13Merge of tdb_unlockeys() crash fix.Tim Potter1-0/+2
2003-03-11When opening an existing DB, don't require the hash_size specified toMartin Pool1-2/+1
2003-02-20Ensure tdb error code is set for corrupt and i/o errors before callingJeremy Allison1-1/+24
2003-02-04Ensure we overwrite a tdb if the hash size changes.Jeremy Allison1-1/+2
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-4/+13
2003-01-15*lots of small merges form HEADGerald Carter1-5/+9
2003-01-14Merge from HEAD:Andrew Bartlett1-40/+27
2003-01-11fix tdb_append() prototypeGerald Carter1-1/+1
2003-01-11Added tdb_append() call. Efficiently adds to an entry. Used by new messagingJeremy Allison3-12/+148
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-21/+21