r4132: - Bunch of rather large fixes in the registry
commitc169e86c1f52763b83e77e509f89cb91f9b69071
authorJelmer Vernooij <jelmer@samba.org>
Fri, 10 Dec 2004 20:07:04 +0000 (10 20:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:29 +0000 (10 13:06 -0500)
tree05dda695d689f18d705849a8272a17e95785290a
parent573230ea99136bd66d00bac18effd28b1e5ba76f
r4132: - Bunch of rather large fixes in the registry
- Added some README files

Not everything works yet, e.g. the EnumValue test appears to be broken.
21 files changed:
source/gtk/tools/gregedit.c
source/include/credentials.h [copied from source/lib/registry/reg_backend_wine/reg_backend_wine.c with 60% similarity]
source/include/registry.h
source/lib/registry/README [new file with mode: 0644]
source/lib/registry/common/reg_interface.c
source/lib/registry/config.mk
source/lib/registry/reg_backend_dir.c [moved from source/lib/registry/reg_backend_dir/reg_backend_dir.c with 93% similarity]
source/lib/registry/reg_backend_gconf.c [moved from source/lib/registry/reg_backend_gconf/reg_backend_gconf.c with 93% similarity]
source/lib/registry/reg_backend_ldb.c [moved from source/lib/registry/reg_backend_ldb/reg_backend_ldb.c with 95% similarity]
source/lib/registry/reg_backend_nt4.c [moved from source/lib/registry/reg_backend_nt4/reg_backend_nt4.c with 99% similarity]
source/lib/registry/reg_backend_rpc.c [moved from source/lib/registry/reg_backend_rpc/reg_backend_rpc.c with 84% similarity]
source/lib/registry/reg_backend_w95.c [moved from source/lib/registry/reg_backend_w95/reg_backend_w95.c with 95% similarity]
source/lib/registry/reg_backend_wine.c [moved from source/lib/registry/reg_backend_wine/reg_backend_wine.c with 78% similarity]
source/lib/registry/reg_samba.c [new file with mode: 0644]
source/lib/registry/tools/regdiff.c
source/lib/registry/tools/regpatch.c
source/lib/registry/tools/regshell.c
source/lib/registry/tools/regtree.c
source/rpc_server/winreg/README [new file with mode: 0644]
source/rpc_server/winreg/rpc_winreg.c
source/torture/rpc/winreg.c