Kai Blin
bb7c5fc4ec
net: Rename functable3 to functable, get rid of old functables
2008-06-10 09:48:21 +02:00
Kai Blin
47f7308e4e
net: Make "net registry" use functable3
2008-06-10 09:48:07 +02:00
Michael Adam
b7e8a3f1ca
net registry: add a getvalueraw command to print the value in raw format.
...
Michael
2008-05-15 17:17:55 +02:00
Michael Adam
889e19303e
net registry: refactor core of net_registry_getvalue() out
...
into net_registry_getvalue_internal(), which takes a bool parameter "raw"
controlling the output format.
Michael
2008-05-15 17:17:55 +02:00
Michael Adam
340a706422
net_registry: add raw output of value to print_registry_value().
...
Michael
2008-05-15 17:17:55 +02:00
Kai Blin
1e9319cf88
net: Remove globals
2008-05-10 09:22:27 +02:00
Michael Adam
d4e74036d3
net registry: remove superfluous regdb_close().
...
Michael
2008-04-13 15:36:05 +02:00
Michael Adam
6a31e659cb
registry: change registry_init_basic() to return WERROR instead of bool
...
Michael
2008-04-13 15:33:48 +02:00
Michael Adam
77f049943e
net registry: add a getvalue subcommand that prints a single given value.
...
usage: "net registry getvalue <keyname> <valuename>"
Michael
2008-04-09 23:52:34 +02:00
Michael Adam
88c4851ad7
net (registry util): refactor printing of value without name out.
...
This renames print_registry_value() to print_registry_value_with_name().
The new function is called print_registry_value().
Michael
2008-04-09 23:52:34 +02:00
Michael Adam
68d08ecf92
net: change split_hive_key() to properly allocate subkeyname
...
instead of returning a pointer into another string.
Michael
2008-04-04 17:24:53 +02:00
Michael Adam
3bf890783f
net_registry: split utility function of common interest out into util module.
...
Michael
2008-04-04 17:05:00 +02:00
Volker Lendecke
75eb30884a
Fix a segfault (an uninitialized variable)
2008-03-29 13:28:37 +01:00
Michael Adam
3250068eb9
net: add a "net registry" subcommand to locally access the registry.
...
The interface is like that of net rpc registry.
Access is direct local access to the registry tdb through reg_api.
Michael
2008-03-28 16:19:35 +01:00