s3-services: Migrated svcctl registry functions to winreg.
commite5a4ad3c68645654462d170bc4d83273f1c3e1c7
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 12:24:47 +0000 (7 13:24 +0100)
tree9b488a9770f9cb01e3bfa7faaf8a3e9cb51799e5
parentc42bbfb84bfab0b5b94c61372da2145da9baf0c5
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>
(cherry picked from commit 96565db5f66f791968ed354fc8f39464ff0a7e5a)
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]