s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()
authorAndrew Bartlett <abartlet@samba.org>
Fri, 15 Apr 2011 22:50:53 +0000 (08:50 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 Apr 2011 02:31:07 +0000 (04:31 +0200)
commit3a2afe4285fca8ab9e3e323ef7f5388f4090d669
treed8501df4f75eff16ab8b74a98f790373aec94465
parent1804d9a64662d37f6c7c50bdd7b8edd80f42192b
s3-gse: Allow the GSSAPI wrapper to load a keytab using gss_krb5_import_cred()

This Heimdal function does not set the global state, and allows the
GSSAPI server to progress further when compiled against Heimdal (such
as in the top level build).

The ability to specify a keytab has been removed from the API as it is
unused, and and the Heimdal function (avoiding setting global
variables) works with an open keytab.

Andrew Bartlett
source3/configure.in
source3/librpc/crypto/gse.c
source3/librpc/crypto/gse.h
source3/rpc_server/dcesrv_gssapi.c
source3/wscript