Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Signed-off-by: Michael Adam <obnox@samba.org>
|
|
Andrew, you removed the sid_copy buit forgot the sid, please check.
Guenther
|
|
Guenther
|
|
Signed-off-by: Günther Deschner <gd@samba.org>
|
|
|
|
this fixes bug #7329
|
|
Guenther
|
|
Guenther
|
|
|
|
|
|
|
|
|
|
|
|
These two calls are currently only used in the WINREG rpc server.
And this reqires linking in the regfio code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
legacy
|
|
The internal version operates on an already opened key.
|
|
svcctl_set_secdesc()
Windows behaves like this. - Tests will follow.
|
|
(from copy and paste probably...)
|
|
|
|
|
|
_PNP_GetDeviceRegProp
|
|
|
|
instead of using legacy svcctl_fetch_regvalues()
|
|
|
|
into a new function svcctl_get_string_value()
|
|
|
|
Also remove a possible memory by tallocing the result string
also in a default case, where a string constant was returned before.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and add a common exit point
|