Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
authorJeremy Allison <jra@samba.org>
Mon, 19 Jul 2010 23:45:16 +0000 (16:45 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 19 Jul 2010 23:45:16 +0000 (16:45 -0700)
commit8cba4a0c9639c48ec2433a98529bd8352e9d06c9
tree9cf2522fea2214e8cc11f23d5a4e904b7202357d
parent625a51138916473eacc1447b11ffd93db0832077
Move the addition of the 16 byte guid out of spnego_gen_negTokenInit() and
into negprot_spnego() where it belongs (it's not an SPNEGO operation).
Add a TALLOC_CTX for callers of negprot_spnego(). Closer to unifying all
the gen_negTokenXXX calls.

Jeremy.
source3/include/proto.h
source3/libsmb/clispnego.c
source3/smbd/globals.h
source3/smbd/negprot.c
source3/smbd/smb2_negprot.c