s3-schannel: Fix Bug #6697. Interdomain trusts with Windows 2008 R2 DCs.
authorGünther Deschner <gd@samba.org>
Tue, 8 Sep 2009 09:57:52 +0000 (11:57 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 8 Sep 2009 10:40:07 +0000 (12:40 +0200)
commitebd5019ef422a85119a7ea25025ff22d5a3bd757
tree3bb56aed14ed9a07a709a94441b1472e02386220
parentada543569f498ef526ea9602eb19850e37f62fe2
s3-schannel: Fix Bug #6697. Interdomain trusts with Windows 2008 R2 DCs.

The Schannel verifier (aka NL_AUTH_SIGNATURE) structure (32 byte) sent from a
W2k8r2 DC is passed in a buffer with the size of a NL_AUTH_SHA2_SIGNATURE (56
byte). We should just ignore the remaining 12 zeroed bytes and proceed.

Guenther
source3/include/rpc_dce.h
source3/rpc_client/cli_pipe.c