make some symbols public
Sam Hartman
hartmans at MIT.EDU
Mon Jul 17 17:30:53 EDT 2006
>>>>> "b" == Bjoern JACKE <bjoern at j3e.de> writes:
b> Hi,
b> it would be good if some symbols, which are private at the moment
b> would be make public as Samba uses them:
b> decode_krb5_ap_req()
We do not wish to commit to a public ABI for this interface or for any
ASN.1 decoders.
Why does SAMBA need this?
b> error_message()
This is public in -lcom_err
b> krb5_set_default_tgs_ktypes()
Use krb5_set_default_tgs_enctypes
b> initialize_krb5_error_table()
Don't call this; it has not been needed in years.
b> krb5_locate_kdc()
We do not wish to commit to a stable ABI for this functionality.
It has changed in every major release of Kerberos.
What functionality does SAMBA need from this interface?
More information about the krbdev
mailing list