summaryrefslogtreecommitdiffstats
path: root/source4/lib/dbwrap/dbwrap.c
Commit message (Collapse)AuthorAgeFilesLines
* s4: remove unused dbwrap codeStefan Metzmacher2008-12-291-39/+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
|
* r26353: Remove use of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 17637e4490e42db6cdef619286c4d5a0982e9d1a)
* r26228: Store loadparm context in auth context, move more loadparm_contexts ↵Jelmer Vernooij2007-12-211-5/+5
| | | | | | up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166)
* 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-101-0/+1
| | | | (This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
* r24645: add in the ctdb dbwrap backendAndrew Tridgell2007-10-101-0/+5
| | | | (This used to be commit e2d173fde17ab903bddf2139d8100785280856bd)
* r24283: added a dbwrap API for temporary databases, based on the one from theAndrew Tridgell2007-10-101-0/+33
s3 clustering code. This commit just establishes the API. The ctdb backend for this will come soon. (This used to be commit 3767e755db7b58aee4ff375896beb00b133cc413)