git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87acb96
)
s3-schannel: fix blob length when pulling off a NL_AUTH_SIGNATURE in
author
Günther Deschner
<gd@samba.org>
Tue, 15 Sep 2009 20:13:12 +0000
(22:13 +0200)
committer
Günther Deschner
<gd@samba.org>
Tue, 15 Sep 2009 22:11:23 +0000
(
00:11
+0200)
cli_pipe_verify_schannel().
Guenther
source3/rpc_client/cli_pipe.c
patch
|
blob
|
history
diff --git
a/source3/rpc_client/cli_pipe.c
b/source3/rpc_client/cli_pipe.c
index a667a9fb13afb9c4a968c8beb8b03e0ee1edf391..d71c561625a9e1fd1fca64bbbd4b3c4f3f149fa1 100644
(file)
--- a/
source3/rpc_client/cli_pipe.c
+++ b/
source3/rpc_client/cli_pipe.c
@@
-720,7
+720,7
@@
static NTSTATUS cli_pipe_verify_schannel(struct rpc_pipe_client *cli, RPC_HDR *p
return NT_STATUS_BUFFER_TOO_SMALL;
}
- blob = data_blob_const(prs_data_p(current_pdu) + prs_offset(current_pdu),
data
_len);
+ blob = data_blob_const(prs_data_p(current_pdu) + prs_offset(current_pdu),
auth
_len);
ndr_err = ndr_pull_struct_blob(&blob, talloc_tos(), NULL, &schannel_chk,
(ndr_pull_flags_fn_t)ndr_pull_NL_AUTH_SIGNATURE);