Heimdal provides Kerberos PAC parsing routines. Use them.
authorAndrew Bartlett <abartlet@samba.org>
Thu, 28 Aug 2008 06:28:47 +0000 (16:28 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 28 Aug 2008 06:28:47 +0000 (16:28 +1000)
commitc79dff2e9b7c0c07ae5845ddc3b2c06f7996dfd1
tree614106b34aaf64c7ba91308d2bf69331dd7338f5
parent0b16d70f3941712ed7889d57ecbc45fe0fa68916
Heimdal provides Kerberos PAC parsing routines.  Use them.

This uses Heimdal's PAC parsing code in the:
 - LOCAL-PAC test
 - gensec_gssapi server
 - KDC (where is was already used, the support code refactored from here)

In addition, the service and KDC checksums are recorded in the struct
auth_serversupplied_info, allowing them to be extracted for validation
across NETLOGON.

Andrew Bartlett
(This used to be commit 418b440a7b8cdb53035045f3981d47b078be6c1e)
source4/auth/auth.h
source4/auth/gensec/gensec_gssapi.c
source4/auth/kerberos/kerberos_pac.c
source4/auth/session.c
source4/kdc/pac-glue.c
source4/torture/auth/pac.c