summaryrefslogtreecommitdiff
path: root/source3/lib/tdb/common/tdb.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-08merge tdb changes from ctdbAndrew Tridgell1-33/+47
(This used to be commit 92503eb60ea877a5dbf19acec7d7102fcf2923e7)
2008-02-07merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell1-0/+43
(This used to be commit eaba373747e7de5f911b25952ee396ab1bae75d9)
2008-01-14samba3 already has tdb_validate()Andrew Tridgell1-42/+0
(This used to be commit 9f002eeff9bcf33a00e5641cb14338e866a17afe)
2008-01-14merged tdb fix from ctdb treeAndrew Tridgell1-0/+47
(This used to be commit c91e9c785b5bf4b0c479edf8eb33da22bf615387)
2008-01-11Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison1-4/+68
this. Fixes insidious problem with order n^2 freelist merging. Jeremy. (This used to be commit c6609c042b128e7d63eb64cfdfb0f6b65cb59d76)
2007-11-06Keep the tdb code in sync with Samba4.Jeremy Allison1-6/+27
Mainly this is the svn changes : ------------------------------------------------------------------------ r23238 | tridge | 2007-05-30 01:15:49 -0700 (Wed, 30 May 2007) | 6 lines merged transaction lock changes from ctdb this ensures that having the global lock also implies the transaction lock ------------------------------------------------------------------------ r22832 | tridge | 2007-05-13 18:00:06 -0700 (Sun, 13 May 2007) | 3 lines merged the latest tdb changes from ctdb to Samba4 Jeremy. (This used to be commit ab11c0055761e97ba32a8c3ec4fa6f8763a262cd)
2007-10-10r24340: Use standard data type uint32_t rather than tdb-specific u32.Jelmer Vernooij1-15/+16
(This used to be commit 26d1430283bd4ae8b8a84f3253e33417d509c1a4)
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-2/+1
(This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
2007-10-10r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell1-1/+1
(This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
2007-10-10r23590: Fix realloc leak on failure case from Jim Meyering <jim@meyering.net>.Jeremy Allison1-1/+5
Jeremy. (This used to be commit d7b39e4534d85c84e8b24668ab7d7a93d5647c23)
2007-10-10r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher1-0/+651
metze (This used to be commit c7def92a9c2e17c90061ef17bc14e36250574e85)