summaryrefslogtreecommitdiffstats
path: root/source4/lib/dbwrap
Commit message (Collapse)AuthorAgeFilesLines
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-213-3/+4
| | | | (This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a)
* r26228: Store loadparm context in auth context, move more loadparm_contexts ↵Jelmer Vernooij2007-12-213-9/+11
| | | | | | 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)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25035: Fix some more warnings, use service pointer rather than service ↵Jelmer Vernooij2007-10-101-2/+2
| | | | | | number in more places. (This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r24645: add in the ctdb dbwrap backendAndrew Tridgell2007-10-104-3/+200
| | | | (This used to be commit e2d173fde17ab903bddf2139d8100785280856bd)
* r24283: added a dbwrap API for temporary databases, based on the one from theAndrew Tridgell2007-10-104-0/+356
s3 clustering code. This commit just establishes the API. The ctdb backend for this will come soon. (This used to be commit 3767e755db7b58aee4ff375896beb00b133cc413)