summaryrefslogtreecommitdiffstats
path: root/source4/lib/dbwrap/dbwrap_tdb.c
Commit message (Collapse)AuthorAgeFilesLines
* s4: remove unused dbwrap codeStefan Metzmacher2008-12-291-267/+0
| | | | | | | If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze
* Fix last few includes to use new tdb location.Jelmer Vernooij2008-09-161-1/+1
|
* r26228: Store loadparm context in auth context, move more loadparm_contexts ↵Jelmer Vernooij2007-12-211-2/+3
| | | | | | up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166)
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 56dfcb4f2f8e74c9d8b2fe3a0df043781188a555)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r24283: added a dbwrap API for temporary databases, based on the one from theAndrew Tridgell2007-10-101-0/+265
s3 clustering code. This commit just establishes the API. The ctdb backend for this will come soon. (This used to be commit 3767e755db7b58aee4ff375896beb00b133cc413)