s3-schannel: Fix Bug #6697. Interdomain trusts with Windows 2008 R2 DCs.
commite7e1e1887e79e4dcbd8836b775e387751c44f318
authorGünther Deschner <gd@samba.org>
Tue, 8 Sep 2009 09:57:52 +0000 (8 11:57 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 8 Sep 2009 14:22:01 +0000 (8 16:22 +0200)
tree6132852bf621feaadb1c6938ff8f90301a9f194e
parent7fd407fefe92939ecb78400d22aac55590851f70
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
source/include/rpc_dce.h
source/rpc_client/cli_pipe.c