Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
Don't overwrite unknown versions (0 or > 2) of the registry.
|
|
|
|
This is needed to support keynames containing a '/' like TCP/IP. Which
is used in serveral standard paths.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
This converts the key delimiter from a slash to a blackslash. We need to
support keynames with a backslash.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
|
|
instead of normalize_dbkey
|
|
instead of normalize_dbkey.
|
|
Guenther
|
|
Guenther
|
|
|
|
|
|
Every place outside of registry/ where this is used, should probably
be changed to use pure reg_api.c code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
user
|
|
reg_util_marshalling.h and use them only where needed.
|
|
|
|
|
|
reg_util_token.h
and use it only where necessary.
|
|
|
|
and use them only where needed.
|
|
And use them only when necessary.
|
|
And use them only where needed.
|
|
And use them only where needed.
|
|
|
|
|
|
|
|
And use them only where needed.
|
|
And use them only where necessary.
|
|
And use them only where necessary.
|
|
|
|
Remove a check introduced with commit 80c2446321c519797a57b8006942a983f8481d79
wich causes queries for values with empty name to fail. Empty valuenames are
used for the so called default value of a key.
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
|
|
Guenther
|
|
Guenther
|
|
This shrinks include/includes.h.gch by the size of 7 MB and reduces build time
as follows:
ccache build w/o patch
real 4m21.529s
ccache build with patch
real 3m6.402s
pch build w/o patch
real 4m26.318s
pch build with patch
real 3m6.932s
Guenther
|
|
Found by torture test.
Guenther
|