conv_princ.c (krb5_425_conv_principal): Use new calling
authorTheodore Tso <tytso@mit.edu>
Fri, 5 May 1995 04:56:00 +0000 (04:56 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 5 May 1995 04:56:00 +0000 (04:56 +0000)
commit4f899d27fe46faddbb527ca4ab9c40bbc2d16f54
treed7e29a3caf0ab7002d45cbd070353f264089a32e
parent42848b7219afc576f0550f5cbe9f6706d72ff6ac
conv_princ.c (krb5_425_conv_principal): Use new calling
convention of krb5_get_realm_domain, which is that it
returns the realm *without* the leading dot.

Also use the profile code to look up individual instance
conversions using [realms]/<realm>/v4_instance_convert/<inst>
This allows special case handling of mit.edu and
lithium.lcs.mit.edu.

t_kerb.c: New file for testing krb library functions.  Currently
only tests krb5_425_conv_principal.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5726 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in
src/lib/krb5/krb/conv_princ.c
src/lib/krb5/krb/t_kerb.c [new file with mode: 0644]
src/lib/krb5/krb/t_krb5.conf [new file with mode: 0644]
src/lib/krb5/krb/t_ref_kerb.out [new file with mode: 0644]