r3348: More registry fixes and additions. The following functions work right now...
authorJelmer Vernooij <jelmer@samba.org>
Fri, 29 Oct 2004 01:10:40 +0000 (01:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:58 +0000 (13:04 -0500)
commita71d51dd3b136a1bcde1704fe9830985e06bb01b
treea3f3127821ac21af7c37f78892137b830712a8cc
parent58cabaa7022e5521961551462d31fbd90e4183e4
r3348: More registry fixes and additions. The following functions work right now against samba 4, at least with a ldb backend:

winreg_Open*
winreg_OpenKey
winreg_EnumKey
winreg_DeleteKey
winreg_CreateKey
source/lib/registry/common/reg_interface.c
source/lib/registry/reg_backend_gconf/reg_backend_gconf.c
source/lib/registry/reg_backend_ldb/reg_backend_ldb.c
source/rpc_server/winreg/rpc_winreg.c
source/torture/rpc/winreg.c