summaryrefslogtreecommitdiffstats
path: root/source/tdb
Commit message (Expand)AuthorAgeFilesLines
...
* r7025: 1 if not all data is available at the time we go to read a packet, retryDerrell Lipman2007-10-101-10/+17
* r6623: This change fixes a few broken commands plus adds someHerb Lewis2007-10-103-215/+324
* r6235: Partial fix for bugid #2581. Ensure if realloc fails on an internalJeremy Allison2007-10-101-3/+8
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+3
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-102-3/+3
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2007-10-102-3/+3
* r5861: Apply some constVolker Lendecke2007-10-101-2/+2
* r5767: Get rid of some compiler warningsVolker Lendecke2007-10-101-1/+6
* 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-103-3/+40
* r3772: BUG 2006: patch from Michel Gravey <michel.gravey@optogone.com>; fix b...Gerald Carter2007-10-101-1/+1
* r2999: Remove lockedkeys code. Not used.Jeremy Allison2007-10-102-72/+0
* r2979: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys().Jeremy Allison2007-10-101-4/+4
* r2924: Another #if that should be an #ifdef.Tim Potter2007-10-101-2/+2
* r2248: Merge of tridge's PRINTF_ATTRIBUTE fixes from samba4.Tim Potter2007-10-101-0/+8
* r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor...Jim McDonough2007-10-102-2/+5
* 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-103-11/+7
* r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2007-10-102-26/+34
* r923: Fixes so tdbtool and tdbtest can be built. Added build specs for tdbdum...John Terpstra2007-10-101-1/+4
* r39: * importing .cvsignore filesGerald Carter2007-10-101-11/+0
* merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc...Andrew Tridgell2004-03-283-44/+64
* Merge from HEAD.Tim Potter2004-03-071-1/+0
* Added copyrights I forgot about looong ago...Rafal Szczesniak2004-02-272-2/+4
* Fix the "too many fcntl locks" scalability problem raised by tridge.Jeremy Allison2004-02-192-11/+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
* IRIX spinlock patch from James Peach <jpeach@sgi.com>.Jeremy Allison2003-12-091-0/+45
* 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-184-3/+10
* split some security related functions in their own files.Simo Sorce2003-10-061-2/+1
* Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549.Jeremy Allison2003-10-022-0/+23
* fix some warnings found by the Sun C compilerGerald Carter2003-09-221-2/+2
* Change some internal interfaces to cause the hash (which is *expensive*)Jeremy Allison2003-09-061-18/+31
* adding command for moving a record from one tdb to anotherGerald Carter2003-07-161-0/+55
* make tdbtool deal with NULL and non-NULL terminated keysGerald Carter2003-07-161-4/+14
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-101-3/+3
* Different fix for memleak just committed. This belongs intoVolker Lendecke2003-07-011-0/+1
* do not forget the include file :-)Simo Sorce2003-06-241-0/+23
* add tdb backup function separation and winbind idmap upgrade code formSimo Sorce2003-06-242-169/+202
* fixed a bug found by volkerAndrew Tridgell2003-06-201-1/+2
* Get rid of a const warning.Volker Lendecke2003-06-121-1/+1
* Fix typo found by VanceVolker Lendecke2003-06-121-1/+1
* spellingTim Potter2003-05-141-2/+2
* Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trustingAndrew Bartlett2003-04-221-6/+145
* Merge valgrind header usage from HEAD.Andrew Bartlett2003-04-161-10/+0
* It's #ifdef CONFIG_H, not #if CONFI_HJelmer Vernooij2003-04-151-1/+1
* Comment syncup.Tim Potter2003-04-141-0/+21
* Merge of tdbtool multi-line string fix.Tim Potter2003-04-141-17/+17
* Fix from Andrew Esh to ensure tdb_pack can't segfault.Jeremy Allison2003-04-101-7/+10