CVS update: samba/source/registry
jerry at samba.org
jerry at samba.org
Sat Jul 20 04:49:44 EST 2002
Date: Fri Jul 19 11:49:44 2002
Author: jerry
Update of /data/cvs/samba/source/registry
In directory va:/tmp/cvs-serv5843/registry
Modified Files:
reg_cachehook.c reg_db.c reg_frontend.c reg_printing.c
Log Message:
* refactored registry operations some. subkey lists and
registry values are now passed around in containers
(REGSUBKEY_CTR & REGVAL_CTR) which each possess a TALLOC_CTX.
* removed subkey_specific_fn() from REGISTRY_OPS. Is implemented
in the form of a wrapper
* temporarily broke the printing registry ops.
* implemented inheritence for the data_p of nodes in a SORTED_TREE
* All REGISTRY_KEY instances now store a valid REGISTRY_HOOK since
the default REGOSTRY_OPS structure is stored in the root of the
cache_tree.
* Probably some other change I forgot.... T
Revisions:
reg_cachehook.c 1.1 => 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/source/registry/reg_cachehook.c?r1=1.1&r2=1.2
reg_db.c 1.1 => 1.2
http://www.samba.org/cgi-bin/cvsweb/samba/source/registry/reg_db.c?r1=1.1&r2=1.2
reg_frontend.c 1.2 => 1.3
http://www.samba.org/cgi-bin/cvsweb/samba/source/registry/reg_frontend.c?r1=1.2&r2=1.3
reg_printing.c 1.2 => 1.3
http://www.samba.org/cgi-bin/cvsweb/samba/source/registry/reg_printing.c?r1=1.2&r2=1.3
More information about the samba-cvs
mailing list