summaryrefslogtreecommitdiffstats
path: root/source3/utils/regedit.h
Commit message (Collapse)AuthorAgeFilesLines
* regedit: Update dialog position on screen resize.C. Davis2013-04-291-0/+2
| | | | | Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* Support s3 local access with the s4 libregistry frameworkC. Davis2013-04-291-0/+2
| | | | | Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
* s3: Wrap calls to the s3 registry API.C. Davis2013-04-291-0/+57
To use Samba 4's libregistry in the registry editor, some compatibility issues with Samba 3 need to be addressed. "struct registry_key" is defined differently in source3 and source4, and so this wrapper is used to isolate conflicting types and avoid headaches compiling the code. Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>