r4132: - Bunch of rather large fixes in the registry
authorJelmer Vernooij <jelmer@samba.org>
Fri, 10 Dec 2004 20:07:04 +0000 (20:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:29 +0000 (13:06 -0500)
commit444a86792471c0bef33dde15c7a4a33e16a951b4
tree075b0cdd27acb80470a4e90e99598cbcea3b082c
parent60c69445f6fa86b27bd697cc8af52b582f620725
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.
(This used to be commit c169e86c1f52763b83e77e509f89cb91f9b69071)
21 files changed:
source4/gtk/tools/gregedit.c
source4/include/credentials.h [new file with mode: 0644]
source4/include/registry.h
source4/lib/registry/README [new file with mode: 0644]
source4/lib/registry/common/reg_interface.c
source4/lib/registry/config.mk
source4/lib/registry/reg_backend_dir.c [moved from source4/lib/registry/reg_backend_dir/reg_backend_dir.c with 93% similarity]
source4/lib/registry/reg_backend_gconf.c [moved from source4/lib/registry/reg_backend_gconf/reg_backend_gconf.c with 93% similarity]
source4/lib/registry/reg_backend_ldb.c [moved from source4/lib/registry/reg_backend_ldb/reg_backend_ldb.c with 95% similarity]
source4/lib/registry/reg_backend_nt4.c [moved from source4/lib/registry/reg_backend_nt4/reg_backend_nt4.c with 99% similarity]
source4/lib/registry/reg_backend_rpc.c [moved from source4/lib/registry/reg_backend_rpc/reg_backend_rpc.c with 84% similarity]
source4/lib/registry/reg_backend_w95.c [moved from source4/lib/registry/reg_backend_w95/reg_backend_w95.c with 95% similarity]
source4/lib/registry/reg_backend_wine.c [moved from source4/lib/registry/reg_backend_wine/reg_backend_wine.c with 78% similarity]
source4/lib/registry/reg_samba.c [new file with mode: 0644]
source4/lib/registry/tools/regdiff.c
source4/lib/registry/tools/regpatch.c
source4/lib/registry/tools/regshell.c
source4/lib/registry/tools/regtree.c
source4/rpc_server/winreg/README [new file with mode: 0644]
source4/rpc_server/winreg/rpc_winreg.c
source4/torture/rpc/winreg.c