Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/10/2000 02:27:23
Module Name:	basesrc
Committed By:	thorpej
Date:		Wed Aug  9 23:27:21 UTC 2000

Modified Files:
	basesrc/crypto/dist/heimdal/lib/krb5: krb5-protos.h principal.c
	basesrc/lib/libkrb5: shlib_version

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -r1.1.1.2 -r1.2 basesrc/crypto/dist/heimdal/lib/krb5/krb5-protos.h \
    basesrc/crypto/dist/heimdal/lib/krb5/principal.c
cvs rdiff -r1.2 -r1.3 basesrc/lib/libkrb5/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.