s3-auth use auth_generic_start to get full GENSEC in Samba3 session setup
authorAndrew Bartlett <abartlet@samba.org>
Tue, 26 Jul 2011 05:11:47 +0000 (15:11 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 3 Aug 2011 08:48:04 +0000 (18:48 +1000)
commitd3524f2eaeef06059fcdc7af5b742cd46064fd20
tree6dca681b7d39f74d78e2ce51bf67e2c77aaff365
parent9f663270fd7d40dbaf258fe6818685d42249a827
s3-auth use auth_generic_start to get full GENSEC in Samba3 session setup

This tests if the auth_generic_start() hook is available on the auth
context during the negprot, and if so it uses auth_generic_start() to
hook to GENSEC to handle the full SPNEGO blob.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/smbd/globals.h
source3/smbd/negprot.c
source3/smbd/sesssetup.c
source3/smbd/smb2_sesssetup.c