r7664: add access check hooks to _reg_open_entry which are passed off
authorGerald Carter <jerry@samba.org>
Fri, 17 Jun 2005 01:57:18 +0000 (01:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:19 +0000 (10:57 -0500)
commit2f08a904eee772e7d99ae6e3e4c922f74732284f
tree7d84272586f306cbd3ff017be886a2b7b88ce23a
parentf3319e224db8f79baa10413e0e2a96d2bc871f38
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