svn commit: samba r7938 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/registry branches/SAMBA_3_0/source/rpc_server trunk/source trunk/source/registry trunk/source/rpc_server

jerry at samba.org jerry at samba.org
Mon Jun 27 03:40:06 GMT 2005


Author: jerry
Date: 2005-06-27 03:40:03 +0000 (Mon, 27 Jun 2005)
New Revision: 7938

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7938

Log:
* 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().


Added:
   branches/SAMBA_3_0/source/registry/reg_dynamic.c
   trunk/source/registry/reg_dynamic.c
Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0/source/registry/reg_db.c
   branches/SAMBA_3_0/source/registry/reg_frontend.c
   branches/SAMBA_3_0/source/registry/reg_util.c
   branches/SAMBA_3_0/source/rpc_server/srv_reg_nt.c
   trunk/source/Makefile.in
   trunk/source/registry/reg_db.c
   trunk/source/registry/reg_frontend.c
   trunk/source/registry/reg_util.c
   trunk/source/rpc_server/srv_reg_nt.c


Changeset:
Sorry, the patch is too large (860 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=7938


More information about the samba-cvs mailing list