1
0
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:
Andrew Tridgell 2004-09-13 02:36:38 +00:00 committed by Gerald (Jerry) Carter
parent 922e17105f
commit cde1950aea

View File

@ -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,