summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_registry.c
Commit message (Collapse)AuthorAgeFilesLines
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-2/+2
| | | | (This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07)
* net: Make "net registry" use functable3Kai Blin2008-06-101-16/+40
| | | | (This used to be commit 47f7308e4ee7422a6d9c578c1073b0207969fbb2)
* net registry: add a getvalueraw command to print the value in raw format.Michael Adam2008-05-151-0/+11
| | | | | Michael (This used to be commit b7e8a3f1caf54145d750209f2e14b5b54c61769b)
* net registry: refactor core of net_registry_getvalue() outMichael Adam2008-05-151-3/+9
| | | | | | | | into net_registry_getvalue_internal(), which takes a bool parameter "raw" controlling the output format. Michael (This used to be commit 889e19303e141e226898f837a637a2d591c75ad9)
* net_registry: add raw output of value to print_registry_value().Michael Adam2008-05-151-1/+1
| | | | | Michael (This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31)
* net: Remove globalsKai Blin2008-05-101-9/+16
| | | | (This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e)
* net registry: remove superfluous regdb_close().Michael Adam2008-04-131-2/+0
| | | | | Michael (This used to be commit d4e74036d3b8c5de4ce130eab7fc775e3cb746d5)
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-131-1/+1
| | | | | Michael (This used to be commit 6a31e659cb371395dff0906786f3c6ef0cc2b3de)
* net registry: add a getvalue subcommand that prints a single given value.Michael Adam2008-04-091-0/+41
| | | | | | | usage: "net registry getvalue <keyname> <valuename>" Michael (This used to be commit 77f049943e133986dc47d25fff2415def1cec32f)
* net (registry util): refactor printing of value without name out.Michael Adam2008-04-091-1/+1
| | | | | | | | This renames print_registry_value() to print_registry_value_with_name(). The new function is called print_registry_value(). Michael (This used to be commit 88c4851ad7240bc4f72a5ef92e21629e6a4c99c6)
* net: change split_hive_key() to properly allocate subkeynameMichael Adam2008-04-041-1/+1
| | | | | | | instead of returning a pointer into another string. Michael (This used to be commit 68d08ecf92be3444b759300237b2b7cf5238d022)
* net_registry: split utility function of common interest out into util module.Michael Adam2008-04-041-87/+1
| | | | | Michael (This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe)
* Fix a segfault (an uninitialized variable)Volker Lendecke2008-03-291-3/+3
| | | | (This used to be commit 75eb30884a83266fd7331d8f1e3905a0245bb3d8)
* net: add a "net registry" subcommand to locally access the registry.Michael Adam2008-03-281-0/+530
The interface is like that of net rpc registry. Access is direct local access to the registry tdb through reg_api. Michael (This used to be commit 3250068eb980bd0489f814f702401cdc9c925a8d)