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)
commit439f34a9621e2e96329c30cfed8d78b8fdfbd8a2
treefe5335b01d78fc3cdacef658dac2a8ec5fd6b183
parent7082440a70c5f85606538b7a35a1cc8f41eb7eeb
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
source/lib/registry/reg_backend_rpc.c
source/librpc/idl/winreg.idl
source/rpc_server/winreg/rpc_winreg.c
source/torture/rpc/winreg.c