Subject: Re: CVS commit: basesrc
To: None <thorpej@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: source-changes
Date: 08/10/2000 15:59:07
Jason R Thorpe <thorpej@netbsd.org> writes:

> Add krb5_princ_type() and krb5_princ_size() that appear in the MIT
> API but not in Heimdal, and add commented out empty versions of
> krb5_princ_set_realm_length(), krb5_princ_set_realm_data(),
> krb5_princ_name(), and krb5_princ_component(), which also appear in
> the MIT API, but which cannot be implemented in Heimdal until a
> change is made to how some data is represented internally (as these
> API functions expose that, as foolish as that is, but that's how MIT
> did it, and some applications use it).

These functions are marked as `internal' in the MIT API spec, and
applications should not use them. What are you (or whoever wrote the
app) trying to do?

/Johan