Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-04 | net: change split_hive_key() to properly allocate subkeyname | Michael Adam | 1 | -1/+1 | |
instead of returning a pointer into another string. Michael (This used to be commit 68d08ecf92be3444b759300237b2b7cf5238d022) | |||||
2008-04-04 | net_registry: split utility function of common interest out into util module. | Michael Adam | 1 | -87/+1 | |
Michael (This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe) | |||||
2008-03-29 | Fix a segfault (an uninitialized variable) | Volker Lendecke | 1 | -3/+3 | |
(This used to be commit 75eb30884a83266fd7331d8f1e3905a0245bb3d8) | |||||
2008-03-28 | net: add a "net registry" subcommand to locally access the registry. | Michael Adam | 1 | -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) |