summaryrefslogtreecommitdiffstats
path: root/source/utils/net_registry.c
Commit message (Expand)AuthorAgeFilesLines
* Implement type multi_sz for "net registry setvalue"Volker Lendecke2008-12-111-0/+4
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-2/+2
* net: Make "net registry" use functable3Kai Blin2008-06-101-16/+40
* net registry: add a getvalueraw command to print the value in raw format.Michael Adam2008-05-151-0/+11
* net registry: refactor core of net_registry_getvalue() outMichael Adam2008-05-151-3/+9
* net_registry: add raw output of value to print_registry_value().Michael Adam2008-05-151-1/+1
* net: Remove globalsKai Blin2008-05-101-9/+16
* 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