s3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTokenTarg parsing failure.
authorGünther Deschner <gd@samba.org>
Thu, 15 Oct 2009 14:01:36 +0000 (16:01 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 20 Oct 2009 10:02:31 +0000 (12:02 +0200)
commit78ba2e1b9e5a63443f4cd51d34c16bc7cc9c6941
tree99e15608fb8bc6246ce87eeb0dcd7f8f4853cbf5
parenta830aa269f44e28a2390e162adbb2e26092f179b
s3-spnego: Fix Bug #6815. Windows 2008 R2 SPNEGO negTokenTarg parsing failure.

When parsing a SPNEGO session setup retry (falling back from KRB5 to NTLMSSP),
we failed to parse the ASN1_ENUMERATED negResult in the negTokenTarg, thus
failing spnego_parse_auth() completely.

Guenther
source3/Makefile.in
source3/libsmb/clispnego.c