Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7025: 1 if not all data is available at the time we go to read a packet, retry | Derrell Lipman | 1 | -10/+17 |
2007-10-10 | r6623: This change fixes a few broken commands plus adds some | Herb Lewis | 3 | -215/+324 |
2007-10-10 | r6235: Partial fix for bugid #2581. Ensure if realloc fails on an internal | Jeremy Allison | 1 | -3/+8 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+3 |
2007-10-10 | r6149: Fixes bugs #2498 and 2484. | Derrell Lipman | 2 | -3/+3 |
2007-10-10 | r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"... | Derrell Lipman | 2 | -3/+3 |
2007-10-10 | r5861: Apply some const | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r5767: Get rid of some compiler warnings | Volker Lendecke | 1 | -1/+6 |
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 | 3 | -3/+40 |
2007-10-10 | r3772: BUG 2006: patch from Michel Gravey <michel.gravey@optogone.com>; fix b... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r2999: Remove lockedkeys code. Not used. | Jeremy Allison | 2 | -72/+0 |
2007-10-10 | r2979: Fix incorrect locks/unlocks in tdb_lockkeys()/tdb_unlockkeys(). | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r2924: Another #if that should be an #ifdef. | Tim Potter | 1 | -2/+2 |
2007-10-10 | r2248: Merge of tridge's PRINTF_ATTRIBUTE fixes from samba4. | Tim Potter | 1 | -0/+8 |
2007-10-10 | r2239: Fixup formatting errors in TDB_LOG calls. Add printf attribute suppor... | Jim McDonough | 2 | -2/+5 |
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 | 3 | -11/+7 |
2007-10-10 | r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use | Jeremy Allison | 2 | -26/+34 |
2007-10-10 | r923: Fixes so tdbtool and tdbtest can be built. Added build specs for tdbdum... | John Terpstra | 1 | -1/+4 |
2007-10-10 | r39: * importing .cvsignore files | Gerald Carter | 1 | -11/+0 |
2004-03-28 | merge tdb changes from samba4 - this means tdb is now under the LGPL, as disc... | Andrew Tridgell | 3 | -44/+64 |
2004-03-07 | Merge from HEAD. | Tim Potter | 1 | -1/+0 |
2004-02-27 | Added copyrights I forgot about looong ago... | Rafal Szczesniak | 2 | -2/+4 |
2004-02-19 | Fix the "too many fcntl locks" scalability problem raised by tridge. | Jeremy Allison | 2 | -11/+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-12-09 | IRIX spinlock patch from James Peach <jpeach@sgi.com>. | Jeremy Allison | 1 | -0/+45 |
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 | 4 | -3/+10 |
2003-10-06 | split some security related functions in their own files. | Simo Sorce | 1 | -2/+1 |
2003-10-02 | Portability fixes from schmitz@hp.com (Joachim Schmitz). Bug #549. | Jeremy Allison | 2 | -0/+23 |
2003-09-22 | fix some warnings found by the Sun C compiler | Gerald Carter | 1 | -2/+2 |
2003-09-06 | Change some internal interfaces to cause the hash (which is *expensive*) | Jeremy Allison | 1 | -18/+31 |
2003-07-16 | adding command for moving a record from one tdb to another | Gerald Carter | 1 | -0/+55 |
2003-07-16 | make tdbtool deal with NULL and non-NULL terminated keys | Gerald Carter | 1 | -4/+14 |
2003-07-10 | i guess i'm the only one this ever annyoed... | Gerald Carter | 1 | -3/+3 |
2003-07-01 | Different fix for memleak just committed. This belongs into | Volker Lendecke | 1 | -0/+1 |
2003-06-24 | do not forget the include file :-) | Simo Sorce | 1 | -0/+23 |
2003-06-24 | add tdb backup function separation and winbind idmap upgrade code form | Simo Sorce | 2 | -169/+202 |
2003-06-20 | fixed a bug found by volker | Andrew Tridgell | 1 | -1/+2 |
2003-06-12 | Get rid of a const warning. | Volker Lendecke | 1 | -1/+1 |
2003-06-12 | Fix typo found by Vance | Volker Lendecke | 1 | -1/+1 |
2003-05-14 | spelling | Tim Potter | 1 | -2/+2 |
2003-04-22 | Start merging mimir's trusted domain code from HEAD to 3.0. (for HEAD trusting | Andrew Bartlett | 1 | -6/+145 |
2003-04-16 | Merge valgrind header usage from HEAD. | Andrew Bartlett | 1 | -10/+0 |
2003-04-15 | It's #ifdef CONFIG_H, not #if CONFI_H | Jelmer Vernooij | 1 | -1/+1 |
2003-04-14 | Comment syncup. | Tim Potter | 1 | -0/+21 |
2003-04-14 | Merge of tdbtool multi-line string fix. | Tim Potter | 1 | -17/+17 |
2003-04-10 | Fix from Andrew Esh to ensure tdb_pack can't segfault. | Jeremy Allison | 1 | -7/+10 |