summaryrefslogtreecommitdiffstats
path: root/source3/registry/reg_api_regf.c
Commit message (Collapse)AuthorAgeFilesLines
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-registry: remove some unused headers.Günther Deschner2011-03-181-1/+0
| | | | Guenther
* s3: Fix bug 7470Volker Lendecke2010-09-251-1/+1
| | | | | | S_IREAD and S_IWRITE are not standard. Thanks to Joachim Schmitz <schmitz@hp.com> for reporting!
* s3:registry: move reg_api_regf prototypes to their own header file.Michael Adam2010-09-211-0/+1
| | | | | These two calls are currently only used in the WINREG rpc server. And this reqires linking in the regfio code.
* s3-registry: move regf based reg_api calls into own file.Günther Deschner2010-09-201-0/+301
Guenther