summaryrefslogtreecommitdiff
path: root/source3/registry/reg_backend_smbconf.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
Guenther
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam1-2/+2
Michael
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam1-2/+2
This paves the way for hiding the typedef and the implementation from the surface. Michael
2009-02-26s3:registry: implement delete_subkey in the smbconf backendMichael Adam1-0/+6
delegating the call to the db backend Michael
2009-02-26s3:registry: implement create_subkey for the smbconf backendMichael Adam1-0/+6
by delegating to the db backend Michael
2009-02-26s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam1-2/+2
This paves the way for hiding the typedef and the implementation from the surface. Michael
2008-04-03registry: remove parameter checks from smbconf backend: they are in libsmbconf.Michael Adam1-191/+1
Michael (This used to be commit 118cf3813336122a060916848e37d2d5d25bff92)
2008-01-21Rename reg_smbconf.c to reg_backend_smbconf.cMichael Adam1-0/+275
Michael (This used to be commit b85e5ee45075211dd3ab85ac79c2d856187d5e3e)