Without this patch, the kgssapi uses detailed knowledge
of the internals of Heimdal 1.5.2 (and earlier) Kerberos.
This patch adds support for MIT Kerberos, using new upcalls
to the gssd, so that it can call gss_krb5_export_lucid_sec_context()
to acquire the information (session keys, etc) and does not need
to know the internals of MIT's GSSAPI/Kerberos implementation.
When this patch is applied, a gssd binary compiled/linked to
Heimdal 1.5 .h files and libraries will still work.
However, gssd.c needs to be patched (coming as a separate patch)
before it can be recompiled from sources.