summaryrefslogtreecommitdiff
path: root/source3/registry
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-06-25 17:26:34 +0200
committerMichael Adam <obnox@samba.org>2010-06-25 17:35:42 +0200
commit36b95fee152d348926fad1bcdc9f05312bb2aad5 (patch)
treeb7084d25ee742b4a442cafeb7d5a846edd98fdb2 /source3/registry
parent8e4f8128234f0015c9d63bb18821487bb3e7b06e (diff)
downloadsamba-36b95fee152d348926fad1bcdc9f05312bb2aad5.tar.gz
samba-36b95fee152d348926fad1bcdc9f05312bb2aad5.tar.bz2
samba-36b95fee152d348926fad1bcdc9f05312bb2aad5.zip
s3:net [rpc] registry: be as user-friendly as possible wrt to the 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.
Diffstat (limited to 'source3/registry')
0 files changed, 0 insertions, 0 deletions