r19991: Sorry for this 2000-liner...
authorVolker Lendecke <vlendec@samba.org>
Fri, 1 Dec 2006 20:01:09 +0000 (20:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:18 +0000 (12:16 -0500)
commitecf90c495eb850cd6f376fb4e090640b69f0c029
treef3f30d71daab2abb56f50bac558fb9a43f28d6f1
parente57de5730cd65bca08ea2dabcf2d74d52825285e
r19991: Sorry for this 2000-liner...

The main thing here is a rewrite of srv_winreg_nt.c. The core functionality
has moved to registry/reg_api.c which is then usable by the rest of Samba as
well.

On that way it fixes creating keys with more than one element in the
path. This did not work before.

Two things that sneaked in (sorry :-) is the change of some routines from
NTSTATUS to WERROR the removed "parent" argument to regkey_open_internal.

Volker
(This used to be commit fea52801de8c7b85c578d200c599475680c5339f)
13 files changed:
source3/Makefile.in
source3/auth/auth_util.c
source3/include/reg_objects.h
source3/lib/util_reg.c
source3/registry/reg_api.c [new file with mode: 0644]
source3/registry/reg_frontend.c
source3/rpc_server/srv_eventlog_nt.c
source3/rpc_server/srv_winreg_nt.c
source3/rpcclient/cmd_spoolss.c
source3/services/services_db.c
source3/smbd/service.c
source3/utils/net_rpc_printer.c
source3/utils/net_rpc_registry.c