r7938: * move the hardcoded registry value names from _reg_query_value()
authorGerald Carter <jerry@samba.org>
Mon, 27 Jun 2005 03:40:03 +0000 (03:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:58:03 +0000 (10:58 -0500)
commit63b81ad3cb484090a181fbd13e04922a5c17e7d9
tree1469896646c3559d697e20dee383afa75acacc18
parent3d837e58db9ded64d6b85f047012c7d487be4627
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