summaryrefslogtreecommitdiff
path: root/source3/registry/reg_util_legacy.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-25s3:registry: extract the reg_util_legacy prototypes into their own header.Michael Adam1-0/+1
And use them only where necessary.
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
Guenther
2010-03-16s3:registry-legacy: use talloc_stackframe() instead of NULL in ↵Michael Adam1-2/+3
regkey_open_internal() Michael
2009-04-27s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam1-4/+5
Michael
2008-01-21Extract regkey_open_internal() from reg_frontend.c to new reg_util_legacy.cMichael Adam1-0/+47
reg_openpath should be used instead of this function (along with the reg_api interface). Last callers of this function are in services_db.c Michael (This used to be commit 0005b88d74fca1ea1410c9911d504b0a636a0472)