mirror of
https://github.com/samba-team/samba.git
synced 2025-11-07 12:23:51 +03:00
s3-auth Use the common auth_session_info
This patch finally has the same structure being used to describe the authorization data of a user across the whole codebase. This will allow of our session handling to be accomplished with common code. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
@@ -85,7 +85,7 @@ static WERROR _split_hive_key(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
static NTSTATUS _winreg_int_openkey(TALLOC_CTX *mem_ctx,
|
||||
const struct auth3_session_info *session_info,
|
||||
const struct auth_session_info *session_info,
|
||||
struct messaging_context *msg_ctx,
|
||||
struct dcerpc_binding_handle **h,
|
||||
uint32_t reg_type,
|
||||
@@ -239,7 +239,7 @@ static NTSTATUS _winreg_int_openkey(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
NTSTATUS dcerpc_winreg_int_openkey(TALLOC_CTX *mem_ctx,
|
||||
const struct auth3_session_info *server_info,
|
||||
const struct auth_session_info *server_info,
|
||||
struct messaging_context *msg_ctx,
|
||||
struct dcerpc_binding_handle **h,
|
||||
const char *key,
|
||||
@@ -296,7 +296,7 @@ NTSTATUS dcerpc_winreg_int_openkey(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
NTSTATUS dcerpc_winreg_int_hklm_openkey(TALLOC_CTX *mem_ctx,
|
||||
const struct auth3_session_info *server_info,
|
||||
const struct auth_session_info *server_info,
|
||||
struct messaging_context *msg_ctx,
|
||||
struct dcerpc_binding_handle **h,
|
||||
const char *key,
|
||||
|
||||
Reference in New Issue
Block a user