mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
r1022: add the session_info() call to the dcerpc server auth backends
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
9a5de8de95
commit
d1ab26b907
@@ -100,6 +100,7 @@ struct dcesrv_crypto_ops {
|
||||
NTSTATUS (*start)(struct dcesrv_auth *auth);
|
||||
NTSTATUS (*update)(struct dcesrv_auth *auth, TALLOC_CTX *out_mem_ctx,
|
||||
const DATA_BLOB in, DATA_BLOB *out);
|
||||
NTSTATUS (*session_info)(struct dcesrv_auth *auth, struct auth_session_info **session_info);
|
||||
NTSTATUS (*seal)(struct dcesrv_auth *auth, TALLOC_CTX *sig_mem_ctx,
|
||||
uint8_t *data, size_t length, DATA_BLOB *sig);
|
||||
NTSTATUS (*sign)(struct dcesrv_auth *auth, TALLOC_CTX *sig_mem_ctx,
|
||||
|
||||
Reference in New Issue
Block a user