r9567: fixed the winreg IDL for CreateKey, including a security
authorAndrew Tridgell <tridge@samba.org>
Wed, 24 Aug 2005 08:31:39 +0000 (08:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:29 +0000 (13:34 -0500)
commit649882d8d59f35cf51166bedd73c2eab4cea7e50
tree529e7f87274b3a9ef49d34176e407fe1133f471c
parentcfa981c65667fb63c2c2af8a48149dc6e89f461c
r9567: fixed the winreg IDL for CreateKey, including a security
descriptor. To keep it simple I just use normal IDL buffers for now,
avoiding the complex methods metze used in spoolss. We might change
that later

Also added decoding of the security_descriptor in
winreg_GetKeySecurity() in smbtorture
(This used to be commit 439f34a9621e2e96329c30cfed8d78b8fdfbd8a2)
source4/lib/registry/reg_backend_rpc.c
source4/librpc/idl/winreg.idl
source4/rpc_server/winreg/rpc_winreg.c
source4/torture/rpc/winreg.c