libcli/auth Move PAC parsing and verification in common.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 20 Apr 2011 02:05:27 +0000 (12:05 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Apr 2011 02:31:07 +0000 (04:31 +0200)
commitf28f5db15a4bcf4c838ee6e4c6ef82c6b9dbd938
treec1f44a3613f01021cfa41be9e9cd44889b5241cb
parent0e5482c791b9d99a44ca62323aa4dedbbf8d188e
libcli/auth Move PAC parsing and verification in common.

This uses the source3 PAC code (originally from Samba4) with some
small changes to restore functionality needed by the torture tests,
and to have a common API.

Andrew Bartlett
12 files changed:
libcli/auth/kerberos_pac.c [new file with mode: 0644]
libcli/auth/krb5_wrap.h
libcli/auth/wscript_build
source3/Makefile.in
source3/include/krb5_protos.h
source3/libads/authdata.c
source3/libads/kerberos_verify.c
source3/wscript_build
source4/auth/gensec/gensec_krb5.c
source4/auth/kerberos/kerberos.h
source4/auth/kerberos/kerberos_pac.c
source4/torture/auth/pac.c