Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17607: Adapt the Samba4 directory structure for tdb. Makes it easier to diff. | Volker Lendecke | 33 | -34/+617 |
2007-10-10 | r17554: Cleanup | Volker Lendecke | 2 | -6/+8 |
2007-10-10 | r17460: First step at fixing the build breakage with the groupmapping test. O... | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r17425: Add the multi-key wrapper. If it's necessary to add general blobs as ... | Volker Lendecke | 2 | -8/+6 |
2007-10-10 | r17315: Make talloc and tdb C++-warning-free. Would this also be interesting ... | Volker Lendecke | 6 | -18/+24 |
2007-10-10 | r17030: Partially fix standalone build of tdb directory | Jeremy Allison | 2 | -2/+1 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 16 | -2578/+3553 |
2007-10-10 | r15508: Use clock_gettime for profiling timstamps if it is available. Use | James Peach | 1 | -17/+0 |
2007-10-10 | r15448: New autoconf macro to test for sysconf variables. | James Peach | 1 | -1/+9 |
2007-10-10 | r15104: Implement Samba4's tdb_name(). | Volker Lendecke | 1 | -0/+8 |
2007-10-10 | r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does... | Volker Lendecke | 1 | -5/+13 |
2007-10-10 | r14954: Fix #3569 based on William Jojo's work. AIX also | Jeremy Allison | 3 | -4/+20 |
2007-10-10 | r14030: Fix resource leak in error codepath. Coverity CID #64. | Jeremy Allison | 1 | -2/+6 |
2007-10-10 | r14026: Fix resource leak on error exit. Coverity CID #65. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -4/+7 |
2007-10-10 | r13792: Merged Simo's fixes for tdbtraverse. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r13197: Add -k switch to dump the data of a single key. | Lars Müller | 1 | -5/+41 |
2007-10-10 | r12760: Fix bug 3384 | Volker Lendecke | 1 | -0/+30 |
2007-10-10 | r12713: Remove use of uint8_t -> uint8. | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4 | Jeremy Allison | 3 | -4/+4 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 3 | -9/+14 |
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 | r9738: Adapt tdb_torture to the new CLEAR_IF_FIRST semantics. We need one parent | Volker Lendecke | 1 | -33/+33 |
2007-10-10 | r9095: Add crude chainlength statistics to the crude tdbtool. | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r8595: Delete unused prototypes. | Tim Potter | 1 | -2/+0 |
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 | 2 | -8/+45 |
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 |