regedit: Setup a test tree view of HKLM.
commitd3633c08cd5e997d329ff42930d320a8eb4ac7f2
authorC. Davis <cd.rattan@gmail.com>
Fri, 13 Jul 2012 04:11:55 +0000 (12 21:11 -0700)
committerMichael Adam <obnox@samba.org>
Mon, 29 Apr 2013 11:05:46 +0000 (29 13:05 +0200)
treee268a51b4d3f8783727e97df2e684cf8cfdde00f
parentc99675b813c9e7020f670542750320b9145b3096
regedit: Setup a test tree view of HKLM.

Expand on the former test by allowing the user to walk HKLM
with the tree view. Subkeys are loaded dynamically in memory
as the user walks the hierarchy with tree_node_load_children().

One issue with this at the moment is detecting if the
in-memory copy of the hierarchy is out of date.

TODO: figure out when to reload out of date portions of the
hierarchy (probably by checking last_modified_time).

Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/utils/regedit.c
source3/utils/regedit_treeview.c
source3/utils/regedit_treeview.h