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)
commit418b440a7b8cdb53035045f3981d47b078be6c1e
tree08f493f9a06802fdd9ab4d972808ec529ac30365
parent9db5a966fce0b71a0d2167b4aff70cc081abc1cc
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
source/auth/auth.h
source/auth/gensec/gensec_gssapi.c
source/auth/kerberos/kerberos_pac.c
source/auth/session.c
source/kdc/pac-glue.c
source/torture/auth/pac.c