r128: Another registry update. Changes:
authorJelmer Vernooij <jelmer@samba.org>
Thu, 8 Apr 2004 22:39:47 +0000 (22:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:09 +0000 (12:51 -0500)
commit3adffa021779b26047a20f16a3c0b53d74751560
treed448c4e6970f42a143cb8f566ce136d29e988c0a
parent975bf13f17e0bd95ec37af3534e5209c1de99252
r128: Another registry update. Changes:

- Start with the LDB backend
- The API is now more windows-like, which should make it easier to use
  in rpc_server
- Added a GTK+ front-end
- Added some more IDL

More updates will follow, especially in the RPC field..
19 files changed:
source/Makefile.in
source/include/doserr.h
source/lib/ldb/include/proto.h
source/lib/registry/TODO
source/lib/registry/common/reg_interface.c
source/lib/registry/common/reg_util.c
source/lib/registry/common/registry.h
source/lib/registry/config.m4
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_wine/reg_backend_wine.c
source/lib/registry/tools/gregedit.c [new file with mode: 0644]
source/lib/registry/tools/regshell.c
source/librpc/idl/winreg.idl
source/rpc_server/winreg/rpc_winreg.c
source/torture/rpc/winreg.c