r11452: Update Heimdal to current lorikeet, including removing the ccache side
authorAndrew Bartlett <abartlet@samba.org>
Wed, 2 Nov 2005 00:31:22 +0000 (00:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:38 +0000 (13:45 -0500)
commit3b2a6997b43dcfe37adf67c84e564a4fbff5b108
treeb346357dacf58cc803e5fa5919199a1791eb20ea
parentf8ebd5a53ce115b9d9dc6e87e0dbe4cdd6f9b79d
r11452: Update Heimdal to current lorikeet, including removing the ccache side
of the gsskrb5_acquire_cred hack.

Add support for delegated credentials into the auth and credentials
subsystem, and specifically into gensec_gssapi.

Add the CIFS NTVFS handler as a consumer of delegated credentials,
when no user/domain/password is specified.

Andrew Bartlett
(This used to be commit 55b89899adb692d90e63873ccdf80b9f94a6b448)
17 files changed:
source4/auth/auth.h
source4/auth/auth_util.c
source4/auth/credentials/credentials.c
source4/auth/credentials/credentials.h
source4/auth/credentials/credentials_krb5.c
source4/auth/gensec/gensec_gssapi.c
source4/auth/kerberos/kerberos.h
source4/heimdal/lib/gssapi/accept_sec_context.c
source4/heimdal/lib/gssapi/acquire_cred.c
source4/heimdal/lib/gssapi/copy_ccache.c
source4/heimdal/lib/gssapi/delete_sec_context.c
source4/heimdal/lib/gssapi/gssapi.h
source4/heimdal/lib/gssapi/gssapi_locl.h
source4/heimdal/lib/gssapi/init_sec_context.c
source4/heimdal/lib/gssapi/release_cred.c
source4/heimdal/lib/krb5/ticket.c
source4/ntvfs/cifs/vfs_cifs.c