summaryrefslogtreecommitdiffstats
path: root/source/registry/reg_cachehook.c
Commit message (Collapse)AuthorAgeFilesLines
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-201-1/+6
| | | | functions now works :-)
* fixed a logic error in the sorted_tree_find_child() routineGerald Carter2002-07-201-0/+4
| | | | | that caused a valid search to fail. The printing registry view now works again.
* fixed seg fault in registry frontend caused by trying toGerald Carter2002-07-191-3/+8
| | | | use a destroyed TALLOC_CTX*
* * refactored registry operations some. subkey lists andGerald Carter2002-07-191-1/+3
| | | | | | | | | | | | | | | | | | 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
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-0/+96