r7938: * move the hardcoded registry value names from _reg_query_value()
commitdbddbbedf9ebd9df1d24975246c04cd3a0152275
authorGerald Carter <jerry@samba.org>
Mon, 27 Jun 2005 03:40:03 +0000 (27 03:40 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 27 Jun 2005 03:40:03 +0000 (27 03:40 +0000)
tree1469896646c3559d697e20dee383afa75acacc18
parent6f41d03d3d732f13b76ce43dc8c36c5547b05cd9
r7938: * move the hardcoded registry value names from _reg_query_value()
  to a thin layer in fetch_reg_values().  Not entirely efficient
  seeing as the the dynamic value paths are stored in an unsorted
  array but it is one strequal() per path.  If this was really big
  it should be worked into the reghook_cache().
source/Makefile.in
source/registry/reg_db.c
source/registry/reg_dynamic.c [new file with mode: 0644]
source/registry/reg_frontend.c
source/registry/reg_util.c
source/rpc_server/srv_reg_nt.c