mirror of
https://github.com/samba-team/samba.git
synced 2025-02-21 01:59:07 +03:00
r2304: fixed a bug in old style NTLM signing
(This used to be commit 09651b831d085345dd385bc9777f97e1c0d57c6f)
This commit is contained in:
parent
922e17105f
commit
cde1950aea
@ -343,7 +343,7 @@ static NTSTATUS dcerpc_push_request_sign(struct dcerpc_pipe *p,
|
||||
status = gensec_sign_packet(p->security_state.generic_state,
|
||||
mem_ctx,
|
||||
blob->data + DCERPC_REQUEST_LENGTH,
|
||||
pkt->u.request.stub_and_verifier.length,
|
||||
pkt->u.request.stub_and_verifier.length+p->security_state.auth_info->auth_pad_length,
|
||||
blob->data,
|
||||
blob->length -
|
||||
p->security_state.auth_info->credentials.length,
|
||||
|
Loading…
x
Reference in New Issue
Block a user