Age | Commit message (Collapse) | Author | Files | Lines |
|
Just pull and push data as is.
Guenther
|
|
normalization change
The registry has been changed to use '\' as a key delimiter instead of '/'.
Originally, one could mix both characters in the specification of registry
key for net [rpc] registry. Now this can not work any more, since '/' is
generally treated as a valid character of a key name.
Now, to be as user-friendly as possible, the net [rpc] registry code has
been changed to still support '/' as a key name delimiter if no '\' character
is found in the given registry path string. In that case, all '/' characters
are converted to '\' characters before proceeding. If on the other hand,
a '\' character is found in the path string, then no conversion is assumed,
and it is hence assumed that the path is already in the correct form and
'/' characters are supposed to be part of the key names.
|
|
Guenther
|
|
Guenther
|
|
|
|
|
|
Michael
(This used to be commit 340a706422cbca45cc63fa94d36c88f6751f4f31)
|
|
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)
|
|
instead of returning a pointer into another string.
Michael
(This used to be commit 68d08ecf92be3444b759300237b2b7cf5238d022)
|
|
Michael
(This used to be commit 3bf890783fadd245c59280173627a6caca2dbefe)
|