summaryrefslogtreecommitdiffstats
path: root/source/utils/net_registry.c
Commit message (Expand)AuthorAgeFilesLines
* net registry: remove superfluous regdb_close().Michael Adam2008-04-221-2/+0
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-221-1/+1
* net registry: add a getvalue subcommand that prints a single given value.Michael Adam2008-04-101-0/+41
* net (registry util): refactor printing of value without name out.Michael Adam2008-04-101-1/+1
* net: change split_hive_key() to properly allocate subkeynameMichael Adam2008-04-101-1/+1
* net_registry: split utility function of common interest out into util module.Michael Adam2008-04-101-87/+1
* Fix a segfault (an uninitialized variable)Volker Lendecke2008-04-041-3/+3
* net: add a "net registry" subcommand to locally access the registry.Michael Adam2008-04-041-0/+530