From: Steve French Date: Fri, 16 Nov 2007 23:37:35 +0000 (+0000) Subject: [CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request X-Git-Tag: v2.6.24-rc4~100^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2442421b176420eca7cb68c575fc221332f488d8;p=pandora-kernel.git [CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request Have CIFS_SessSetup call cifs_get_spnego_key when Kerberos is negotiated. Use the info in the key payload to build a session setup request packet. Also clean up how the request buffer in the function is freed on error. With appropriate user space helper (in samba/source/client). Kerberos support (secure session establishment can be done now via Kerberos, previously users would have to use NTLMv2 instead for more secure session setup). Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed