svn commit: samba r2304 - in branches/SAMBA_4_0/source/librpc/rpc: .
tridge at samba.org
tridge at samba.org
Mon Sep 13 02:36:39 GMT 2004
Author: tridge
Date: 2004-09-13 02:36:38 +0000 (Mon, 13 Sep 2004)
New Revision: 2304
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/rpc&rev=2304&nolog=1
Log:
fixed a bug in old style NTLM signing
Modified:
branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c
Changeset:
Modified: branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c
===================================================================
--- branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c 2004-09-13 02:35:55 UTC (rev 2303)
+++ branches/SAMBA_4_0/source/librpc/rpc/dcerpc.c 2004-09-13 02:36:38 UTC (rev 2304)
@@ -343,7 +343,7 @@
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,
More information about the samba-cvs
mailing list