summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_api_util.c
Commit message (Collapse)AuthorAgeFilesLines
* s3:registry: add function registry_value_cmp()Gregor Beck2012-06-261-0/+8
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3:registry: add functions to conveniently create registry_valuesGregor Beck2012-06-261-0/+61
| | | | Pair-Programmed-With: Michael Adam <obnox@samba.org>
* s3:registry: make reg_delete_path() delete the path recursively.Michael Adam2012-06-261-3/+3
| | | | | Pair-Programmed-With: Gregor Beck <gbeck@sernet.de> (cherry picked from commit a56992ab71032b54d9879834c12f6b88e6174cb4)
* s3:registry: compile reg_create_path() & reg_delete_path()Gregor Beck2012-06-261-4/+0
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3:registry: move the reg_api prototypes to their own header.Michael Adam2010-09-211-0/+1
|
* s3:registry: move (commented out) hilvl util functions to reg_api_util.cMichael Adam2010-09-201-0/+98
|
* s3:registry: move higher level function reg_open_path to new module reg_api_utilMichael Adam2010-09-201-0/+83
The reg_api.c code should just export functions that direclty relate to winreg api calls.