summaryrefslogtreecommitdiff
path: root/source3/registry/reg_api_regf.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
Guenther
2011-03-18s3-registry: remove some unused headers.Günther Deschner1-1/+0
Guenther
2010-09-25s3: Fix bug 7470Volker Lendecke1-1/+1
S_IREAD and S_IWRITE are not standard. Thanks to Joachim Schmitz <schmitz@hp.com> for reporting!
2010-09-21s3:registry: move reg_api_regf prototypes to their own header file.Michael Adam1-0/+1
These two calls are currently only used in the WINREG rpc server. And this reqires linking in the regfio code.
2010-09-20s3-registry: move regf based reg_api calls into own file.Günther Deschner1-0/+301
Guenther