r2518: Some long overdue changes:
authorJelmer Vernooij <jelmer@samba.org>
Wed, 22 Sep 2004 12:32:31 +0000 (12:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:01 +0000 (12:59 -0500)
commit2762ed3b9bf1d67dd54d63e02cddbfd71ea89892
tree2d3ade3984243f5b0a397a5d96904b5dbb926e14
parentdff6262e4f9d48ed753e00faf081e52c03c7129c
r2518: Some long overdue changes:
 - Samba4-style code in lib/registry (struct registry_key instead of REG_KEY, etc)
 - Use hives (like Windows has drives) instead of one root key (like a Unix FS)
 - usability fixes in the GTK utilities (autodetect the username,
enable/disable options, etc)
 - fix gwsam compile
 - several bugfixes in the registry rpc code
 - do charset conversion in nt4 registry backend
23 files changed:
source/gtk/common/gtk-smb.c
source/gtk/common/gtk-smb.h
source/gtk/config.m4
source/gtk/tools/gregedit.c
source/gtk/tools/gwsam.c
source/include/registry.h
source/lib/registry/TODO
source/lib/registry/common/reg_interface.c
source/lib/registry/common/reg_objects.c [deleted file]
source/lib/registry/common/reg_util.c
source/lib/registry/common/registry.h [deleted file]
source/lib/registry/config.mk
source/lib/registry/reg_backend_dir/reg_backend_dir.c
source/lib/registry/reg_backend_gconf/reg_backend_gconf.c
source/lib/registry/reg_backend_ldb/reg_backend_ldb.c
source/lib/registry/reg_backend_nt4/reg_backend_nt4.c
source/lib/registry/reg_backend_rpc/reg_backend_rpc.c
source/lib/registry/reg_backend_w95/reg_backend_w95.c
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/librpc/idl/winreg.idl