r22080: Fix directory recycle module bug #4486.
[samba.git] / source3 / tdb /
2007-10-10 Stefan Metzmacherr22054: merge from samba4:
2007-10-10 Stefan Metzmacherr22051: use libreplace headers
2007-10-10 Stefan Metzmacherr22039: fix compiler warnings
2007-10-10 Stefan Metzmacherr22033: remove useless line
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Volker Lendecker21722: Add the dead record functionality presented...
2007-10-10 Volker Lendecker21445: Apply tdb_parse_record Tridges error return...
2007-10-10 Volker Lendecker21444: Check in tdb_parse_record. Not merging to the...
2007-10-10 Volker Lendecker21412: The last patch also incremented the seqnum...
2007-10-10 Volker Lendecker21410: We have to increment the sequence number also...
2007-10-10 Volker Lendecker21303: As discussed on samba-technical: Change the...
2007-10-10 Volker Lendecker21218: Fix typo
2007-10-10 Volker Lendecker20503: And one more 64-bit warning
2007-10-10 Volker Lendecker20498: Two 64-bit warnings
2007-10-10 Herb Lewisr20269: merge -r20264:20267 from SAMBA_3_0_24
2007-10-10 Volker Lendecker20063: Fix a missing protoype warning in freelistcheck.c
2007-10-10 Paul Greenr19992: Add support to the tdb Makefile.in for executab...
2007-10-10 Jeremy Allisonr19959: Allow tdb to be built standalone in Samba3.
2007-10-10 Jeremy Allisonr19823: "log" is an internal define in older versions...
2007-10-10 Volker Lendecker19685: Two changes inspired by problems with huge...
2007-10-10 Andrew Tridgellr19429: moved tdb/common/tdbutil.c into lib/util_tdb.c
2007-10-10 Andrew Tridgellr19426: merge nearly all the differences between Samba3...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Stefan Metzmacherr18731: fix the build on aix
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Volker Lendecker18030: When compiling with C++, nested structs lead...
2007-10-10 Volker Lendecker17607: Adapt the Samba4 directory structure for tdb...
2007-10-10 Volker Lendecker17554: Cleanup
2007-10-10 Volker Lendecker17460: First step at fixing the build breakage with...
2007-10-10 Volker Lendecker17425: Add the multi-key wrapper. If it's necessary...
2007-10-10 Volker Lendecker17315: Make talloc and tdb C++-warning-free. Would...
2007-10-10 Jeremy Allisonr17030: Partially fix standalone build of tdb directory
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 James Peachr15508: Use clock_gettime for profiling timstamps if...
2007-10-10 James Peachr15448: New autoconf macro to test for sysconf variables.
2007-10-10 Volker Lendecker15104: Implement Samba4's tdb_name().
2007-10-10 Volker Lendecker15101: Little step towards getting Samba4 tdb into...
2007-10-10 Jeremy Allisonr14954: Fix #3569 based on William Jojo's work. AIX...
2007-10-10 Jeremy Allisonr14030: Fix resource leak in error codepath. Coverity...
2007-10-10 Jeremy Allisonr14026: Fix resource leak on error exit. Coverity CID...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Jeremy Allisonr13792: Merged Simo's fixes for tdbtraverse.
2007-10-10 Lars Müllerr13197: Add -k switch to dump the data of a single...
2007-10-10 Volker Lendecker12760: Fix bug 3384
2007-10-10 Jeremy Allisonr12713: Remove use of uint8_t -> uint8.
2007-10-10 Jeremy Allisonr11137: Compile with only 2 warnings (I'm still working...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10355: Merge back the clear-if-first fix from Samba4...
2007-10-10 Jeremy Allisonr9852: Add tridge's Samba4 tdb optimisations.
2007-10-10 Volker Lendecker9738: Adapt tdb_torture to the new CLEAR_IF_FIRST...
2007-10-10 Volker Lendecker9095: Add crude chainlength statistics to the crude...
2007-10-10 Tim Potterr8595: Delete unused prototypes.
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr7640: Fix based on work from "Shlomi Yaakobovich...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Derrell Lipmanr7025: 1 if not all data is available at the time we...
2007-10-10 Herb Lewisr6623: This change fixes a few broken commands plus...
2007-10-10 Jeremy Allisonr6235: Partial fix for bugid #2581. Ensure if realloc...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Derrell Lipmanr6127: Eliminated all compiler warnings pertaining...
2007-10-10 Volker Lendecker5861: Apply some const
2007-10-10 Volker Lendecker5767: Get rid of some compiler warnings
2007-10-10 Jeremy Allisonr5532: Patch to detect infinite loops when traversing...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Gerald Carterr3772: BUG 2006: patch from Michel Gravey <michel.grave...
2007-10-10 Jeremy Allisonr2999: Remove lockedkeys code. Not used.
2007-10-10 Jeremy Allisonr2979: Fix incorrect locks/unlocks in tdb_lockkeys...
2007-10-10 Tim Potterr2924: Another #if that should be an #ifdef.
2007-10-10 Tim Potterr2248: Merge of tridge's PRINTF_ATTRIBUTE fixes from...
2007-10-10 Jim McDonoughr2239: Fixup formatting errors in TDB_LOG calls. Add...
2007-10-10 Jim McDonoughr2131: Fixup format string. The magic value format...
2007-10-10 Jeremy Allisonr2032: If you're selecting a hash algorithm for tdb...
2007-10-10 Jeremy Allisonr2026: Simplify statcache to use an in-memory tdb....
2007-10-10 John Terpstrar923: Fixes so tdbtool and tdbtest can be built. Added...
2007-10-10 Gerald Carterr39: * importing .cvsignore files
2004-03-28 Andrew Tridgellmerge tdb changes from samba4 - this means tdb is now...
2004-03-07 Tim PotterMerge from HEAD.
2004-03-06 Tim Pottertdbdump doesn't need to #include <sys/mman.h>
2004-02-27 Rafal SzczesniakAdded copyrights I forgot about looong ago...
2004-02-27 Rafal SzczesniakAdded copyrights I forgot about looong ago...
2004-02-19 Jeremy AllisonFix the "too many fcntl locks" scalability problem...
2004-02-19 Jeremy AllisonFix the "too many fcntl locks" scalability problem...
2004-02-01 Tim PotterMerge from 3.0:
2004-02-01 Tim PotterDon't log an error in tdb_brlock() if a non-blocking...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-08 Andrew BartlettIn tdb_allocate(), we would create a new record by...
2003-12-09 Jeremy AllisonIRIX spinlock patch from James Peach <jpeach@sgi.com>.
2003-12-09 Jeremy AllisonIRIX spinlock patch from James Peach <jpeach@sgi.com>.
2003-10-24 Jeremy AllisonJanitorial duty for tpot. Merge tdb error log fix.
2003-10-24 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-24 Tim PotterAdd some debugs in the error paths for tdb_brlock(...
2003-10-20 Jeremy AllisonMerge tridge's tdb updates.
2003-10-18 Andrew Tridgellfixed spinlocks in tdb
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-02 Jeremy AllisonPortability fixes from schmitz@hp.com (Joachim Schmitz...
2003-10-02 Jeremy AllisonPortability fixes from schmitz@hp.com (Joachim Schmitz...
2003-09-22 Gerald Carterfix some warnings found by the Sun C compiler
next