summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_backend_prod_options.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:registry: move reg_objects.h to registry/ and use it only where neededMichael Adam2010-05-251-0/+1
| | | | | Every place outside of registry/ where this is used, should probably be changed to use pure reg_api.c code.
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
| | | | Guenther
* s3-registry: use regval_ctr_addvalue_sz().Günther Deschner2009-09-301-6/+1
| | | | | | Greatly simplifies and cleanes up the code. Guenther
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-2/+2
| | | | Michael
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-1/+1
| | | | | | | This paves the way for hiding the typedef and the implementation from the surface. Michael
* s3:registry: replace typedef "REGSUBKEY_CTR" by "struct regsubkey_ctr"Michael Adam2009-02-261-1/+1
| | | | | | | This paves the way for hiding the typedef and the implementation from the surface. Michael
* Some reformatting in prod_options_fetch_values().Michael Adam2008-01-201-10/+10
| | | | | Michael (This used to be commit 347b9886547516bc2a43190ae7faaf349d2c9d04)
* Add a registry backend prod_options that replaces the former dynamic overlay.Michael Adam2008-01-201-0/+70
Michael (This used to be commit d9b89e9d30702f64805b3a3a3612066b19c051d1)