r7664: add access check hooks to _reg_open_entry which are passed off
commit90c1028e02be13c3782704763d20b54493e3f180
authorGerald Carter <jerry@samba.org>
Fri, 17 Jun 2005 01:57:18 +0000 (17 01:57 +0000)
committerGerald Carter <jerry@samba.org>
Fri, 17 Jun 2005 01:57:18 +0000 (17 01:57 +0000)
tree7d84272586f306cbd3ff017be886a2b7b88ce23a
parentd5c5020470270120c11467a03cb9800e416f407d
r7664: add access check hooks to _reg_open_entry which are passed off
to the reg_XXX backend.  If the backend does not define
a regkey_access_check() function, we default to using the
standard registry_access_check()
source/include/rpc_reg.h
source/registry/reg_frontend.c
source/rpc_client/cli_reg.c
source/rpc_parse/parse_reg.c
source/rpc_server/srv_reg_nt.c