s4-gensec: Move parsing of the PAC blob and creating the session_info into auth
authorAndrew Bartlett <abartlet@samba.org>
Wed, 28 Dec 2011 06:48:45 +0000 (17:48 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 29 Dec 2011 00:10:58 +0000 (01:10 +0100)
commit149f8f16be79dc9d142971fb74633cfc5b186840
treef13e1a8f8b7c58f659330dc8ceb0a20e4fa0448c
parentfc226f81c6c14b1afc9b98692463ff1e2f9b2464
s4-gensec: Move parsing of the PAC blob and creating the session_info into auth

This uses a single callback to handle the PAC from the DATA_BLOB
format until it becomes a struct auth_session_info.

This allows a seperation between the GSS acceptor code and the PAC
interpretation code based on the supplied auth context.

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Thu Dec 29 01:10:59 CET 2011 on sn-devel-104
auth/gensec/gensec.h
source4/auth/auth.h
source4/auth/gensec/gensec_gssapi.c
source4/auth/gensec/gensec_krb5.c
source4/auth/gensec/gensec_util.c
source4/auth/gensec/wscript_build
source4/auth/kerberos/kerberos_pac.c
source4/auth/ntlm/auth.c
source4/auth/ntlm/wscript_build