summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_db.c
AgeCommit message (Collapse)AuthorFilesLines
2008-03-17registry: explicitly use talloc context instead of talloc_tos()Michael Adam1-10/+10
in init_registry_data(). Michael (This used to be commit 8b0dd1e7582eef71275eea2da2b444588412c517)
2008-03-17registry: don't leak (to talloc_tos()) in init_registry_data().Michael Adam1-0/+2
Michael (This used to be commit 7fd0ae3edce8a6ae913344cc0974181c19179b23)
2008-03-17registry: rename tdb_refcount to regdb_refcount after change to dbwrap.Michael Adam1-13/+13
Michael (This used to be commit d39957e2c9216ef01b2ef53863c0ef5d3a9b5fee)
2008-03-17registry: rename tdb_reg to regdb after change to dbwrap.Michael Adam1-27/+27
Michael (This used to be commit 79f37d47655ec26176a8da5f47e1c7400888a2ef)
2008-03-17registry: migrate tdb registry backend to dbwrap.Michael Adam1-49/+52
Michael (This used to be commit 3c42d8ee16a4b143c6658fe26030569658eaef66)
2008-03-01Fix init_registry_data for subkeyless top-level keys.Günther Deschner1-1/+18
On a fresh install with no existing registry.tdb, make sure we are able to create our initial top-level entries. Michael, Volker, please check. Guenther (This used to be commit 956bc602062825493e1c357e2388fee1e5514b50)
2008-02-19Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam1-1/+4
I.e. increment the refcounter. Michael (This used to be commit 951d3fae2cbea09cc4e1806cbf0a94ecdfcee8d5)
2008-01-21Rename reg_db.c to reg_backend_db.cMichael Adam1-0/+949
Michael (This used to be commit c3f695d3b14ee06fc5d517ca094236e885f9e707)