summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api_util.c
Commit message (Expand)AuthorAgeFilesLines
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/reg...Günther Deschner2016-09-281-1/+1
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/registry/Günther Deschner2016-09-281-3/+3
* Change the registry subsystem to use uint32_t from uint32. Also change sessio...Richard Sharpe2015-04-161-2/+2
* s3:registry: add function registry_value_cmp()Gregor Beck2012-06-261-0/+8
* s3:registry: add functions to conveniently create registry_valuesGregor Beck2012-06-261-0/+61
* s3:registry: make reg_delete_path() delete the path recursively.Michael Adam2012-06-261-3/+3
* s3:registry: compile reg_create_path() & reg_delete_path()Gregor Beck2012-06-261-4/+0
* 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