summaryrefslogtreecommitdiffstats
path: root/source3/lib/tdb/include
Commit message (Collapse)AuthorAgeFilesLines
* Use single copy of tdb in both samba3 and samba4.Jelmer Vernooij2008-09-161-167/+0
|
* samba3 already has tdb_validate()Andrew Tridgell2008-01-141-1/+0
| | | | (This used to be commit 9f002eeff9bcf33a00e5641cb14338e866a17afe)
* merged tdb fix from ctdb treeAndrew Tridgell2008-01-141-0/+1
| | | | (This used to be commit c91e9c785b5bf4b0c479edf8eb33da22bf615387)
* Sync tdb with the tdb changes in ctdb. Spoke to tridge aboutJeremy Allison2008-01-111-0/+4
| | | | | | this. Fixes insidious problem with order n^2 freelist merging. Jeremy. (This used to be commit c6609c042b128e7d63eb64cfdfb0f6b65cb59d76)
* Add some commentsVolker Lendecke2007-11-091-3/+3
| | | | (This used to be commit fc58f2f45ab93ecea855e1dc07b6fdccce041c8d)
* Keep the tdb code in sync with Samba4.Jeremy Allison2007-11-061-0/+9
| | | | | | | | | | | | | | | | | | | | 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)
* Fix bug where tdb lock call interrupted withJeremy Allison2007-11-061-0/+2
| | | | | | | | | an alarm sig would not terminate and could lead to runaway smbd processes. Thanks to Dave Daugherty @ Centrify for pointing this out to us. Jeremy. (This used to be commit ef8da1698371c95495add53df81a978df709c88d)
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r23161: Add TDB_VOLATILE as open_flag to activate the per-hashchain dead recordVolker Lendecke2007-10-101-0/+1
| | | | | optimization. (This used to be commit 945f73fa39ba6f2b637379ac20d52b4d0306d77f)
* r22364: sync lib/tdb/ with samba4Stefan Metzmacher2007-10-101-58/+0
| | | | | | | there's no code change here... metze (This used to be commit 562a9ce019af802b4a71c210b69bc8b93ebcd76f)
* r22315: move tdbback.c content into tdbbackup.cStefan Metzmacher2007-10-101-23/+0
| | | | | | | | | and make the functions static. also use libreplace headers in tdbbackup.c metze (This used to be commit 1ca12b1c9e7e8267fa13a40ebeb2bdcd199237de)
* r22249: move tdb code to lib/tdb/ as in samba4Stefan Metzmacher2007-10-103-0/+233
metze (This used to be commit c7def92a9c2e17c90061ef17bc14e36250574e85)