summaryrefslogtreecommitdiff
path: root/source3/registry/reg_dynamic.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8007: * cleanup unused structure from reg_objects.hGerald Carter1-2/+2
* make regdb_store_XXX() and regdb_fetch_XXX() functions non-static * use case sensitive string lookups in reg_dynamic.c since the keys have already been normalized * move to new design for making printing related data available via the winreg pipe (with the intent of allowing writes) (This used to be commit 28c7293ee9e68b913faf8d74d63f73e09087169b)
2007-10-10r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter1-0/+152
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(). (This used to be commit 63b81ad3cb484090a181fbd13e04922a5c17e7d9)