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