summaryrefslogtreecommitdiffstats
path: root/source4/lib/dbwrap/dbwrap.h
Commit message (Collapse)AuthorAgeFilesLines
* s4: remove unused dbwrap codeStefan Metzmacher2008-12-291-54/+0
| | | | | | | If we readd this later, we should share the code with samba3 and make it async/non-blocking. metze
* 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-2/+3
| | | | | | up the call stack. (This used to be commit ba75f1613a9aac69dd5df94dd8a2b37820acd166)
* r24645: add in the ctdb dbwrap backendAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit e2d173fde17ab903bddf2139d8100785280856bd)
* r24283: added a dbwrap API for temporary databases, based on the one from theAndrew Tridgell2007-10-101-0/+53
s3 clustering code. This commit just establishes the API. The ctdb backend for this will come soon. (This used to be commit 3767e755db7b58aee4ff375896beb00b133cc413)