s3-services: Migrated svcctl registry functions to winreg.
commit96565db5f66f791968ed354fc8f39464ff0a7e5a
authorAndreas Schneider <asn@samba.org>
Mon, 31 Jan 2011 15:40:33 +0000 (31 16:40 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 7 Feb 2011 11:32:01 +0000 (7 12:32 +0100)
tree998a39f6de96ef7f320c0ff9fe57d5a8a1a0ad81
parent1adbbeef32b71450b6c878ea34b431d19ea39523
s3-services: Migrated svcctl registry functions to winreg.

This is a bigger commit. It moves the relevant function to
svc_winreg_glue. We need to use them in the same commit else we have
problems with prototypes in proto.h.

Signed-off-by: Günther Deschner <gd@samba.org>
source3/Makefile.in
source3/include/proto.h
source3/rpc_server/srv_ntsvcs_nt.c
source3/rpc_server/srv_svcctl_nt.c
source3/services/svc_winreg_glue.c [new file with mode: 0644]
source3/services/svc_winreg_glue.h [new file with mode: 0644]