Age | Commit message (Collapse) | Author | Files | Lines |
|
Guenther
|
|
The registry code is the only last user of this code.
Move everything under registry/ and hope someone will get rid od
it completely from there in the future.
Signed-off-by: Günther Deschner <gd@samba.org>
|
|
This is the last file using this function and we do not want anyone
else to keep using hand marshalled stuff anyway.
So make it also private to that file.
Signed-off-by: Günther Deschner <gd@samba.org>
|
|
We already pull and push 4 byte winreg type in the registry.tdb, we were just
not using full 4 bytes within the reg_object functions.
With this change we finally pass the set extended value torture test.
Guenther
|
|
the tdb.
Guenther
|
|
Guenther
|
|
Just pull and push data as is.
Guenther
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
Guenther
|
|
|
|
|
|
|
|
|
|
|
|
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.
|