Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-26 | s3:registry: add function registry_value_cmp() | Gregor Beck | 1 | -0/+2 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-06-26 | s3:registry: add functions to conveniently create registry_values | Gregor Beck | 1 | -0/+4 | |
Pair-Programmed-With: Michael Adam <obnox@samba.org> | |||||
2012-06-26 | s3:registry: compile reg_create_path() & reg_delete_path() | Gregor Beck | 1 | -3/+0 | |
Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2010-09-20 | s3:registry: move prototypes of unused hilvl functions to ret_api_util.h and ↵ | Michael Adam | 1 | -0/+11 | |
comment them out | |||||
2010-09-20 | s3:registry: move higher level function reg_open_path to new module reg_api_util | Michael Adam | 1 | -0/+35 | |
The reg_api.c code should just export functions that direclty relate to winreg api calls. |