summaryrefslogtreecommitdiff
path: root/source3/utils/net_registry.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-04net: change split_hive_key() to properly allocate subkeynameMichael Adam1-1/+1
instead of returning a pointer into another string. Michael (This used to be commit 68d08ecf92be3444b759300237b2b7cf5238d022)
2008-04-04net_registry: split utility function of common interest out into util module.Michael Adam1-87/+1
Michael (This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe)
2008-03-29Fix a segfault (an uninitialized variable)Volker Lendecke1-3/+3
(This used to be commit 75eb30884a83266fd7331d8f1e3905a0245bb3d8)
2008-03-28net: add a "net registry" subcommand to locally access the registry.Michael Adam1-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)