Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
[ira/wip.git] / source3 / lib / tdb /
2008-01-15 Derrell LipmanMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-14 Andrew Tridgellsamba3 already has tdb_validate()
2008-01-14 Andrew Tridgellmerged tdb fix from ctdb tree
2008-01-13 Volker LendeckeFix the max_dead_record calculations
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-11 Jeremy AllisonSync tdb with the tdb changes in ctdb. Spoke to tridge...
2008-01-09 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-09 Volker LendeckeFix the max_dead_record calculations
2007-12-20 Herb Lewisfix dump printout when byte >= 0x80
2007-11-28 Volker LendeckeAdd a warning for a potential bug I've run into
2007-11-22 Volker LendeckeAdd a missing prototype
2007-11-09 Volker LendeckeAdd some comments
2007-11-07 Jeremy AllisonFix tdbtorture build.
2007-11-07 Jeremy AllisonFix const warning.
2007-11-07 Jeremy AllisonKeep the tdb code in sync with Samba4.
2007-11-07 Jeremy AllisonFix bug where tdb lock call interrupted with
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-12 Stefan Metzmacheroffsetof() is always present as shown in some
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Günther Deschnerr24743: Fix build warning.
2007-10-10 Michael Adamr24738: Fix one more use of pwrite in tdb code in the...
2007-10-10 Jelmer Vernooijr24341: Make libreplace provide offsetof.
2007-10-10 Jelmer Vernooijr24340: Use standard data type uint32_t rather than...
2007-10-10 Volker Lendecker24049: Some more 64-bit warnings
2007-10-10 Michael Adamr23980: Fix one more use of pwrite in expand_file.
2007-10-10 Michael Adamr23979: Fix another occurence of (written != requested...
2007-10-10 Michael Adamr23977: Im prove the pwrite-patch to tdb_expand_file...
2007-10-10 Michael Adamr23972: Fix a bug in pwrite error detection in tdb_expa...
2007-10-10 Michael Adamr23950: unlink before rename is superfluous.
2007-10-10 Michael Adamr23925: Use NULL instead of 0 for a void * argument.
2007-10-10 Michael Adamr23853: Fix a very misleading error message in tdbbackup.
2007-10-10 Andrew Tridgellr23801: The FSF has moved around a lot. This fixes...
2007-10-10 Andrew Tridgellr23799: updated old Franklin Street FSF addresses to...
2007-10-10 Andrew Tridgellr23798: updated old Temple Place FSF addresses to new URL
2007-10-10 Andrew Tridgellr23790: LGPLv3+ conversion for our LGPLv2+ library...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23780: Find and fix more GPL2 -> GPL3.
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr23590: Fix realloc leak on failure case from Jim Meyer...
2007-10-10 Jeremy Allisonr23371: Fix the misleading comment I added - it really...
2007-10-10 Jeremy Allisonr23370: Traverse in tdb wasn't consistently using the
2007-10-10 Volker Lendecker23184: Checkin for Tridge: Add a speed test to tdbtool
2007-10-10 Volker Lendecker23161: Add TDB_VOLATILE as open_flag to activate the...
2007-10-10 Jelmer Vernooijr22641: Install tdbdump and tdbbackup.
2007-10-10 Stefan Metzmacherr22364: sync lib/tdb/ with samba4
2007-10-10 Stefan Metzmacherr22363: merge from samba4:
2007-10-10 Stefan Metzmacherr22317: add tdb_ prefix to non static function
2007-10-10 Stefan Metzmacherr22316: merge from samba4:
2007-10-10 Stefan Metzmacherr22315: move tdbback.c content into tdbbackup.c
2007-10-10 Stefan Metzmacherr22314: use libreplace headers
2007-10-10 Stefan Metzmacherr22249: move tdb code to lib/tdb/ as in samba4