mk_req.c (krb5_mk_req): Use krb5_sname_to_principal() in order
authorTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 21:40:03 +0000 (21:40 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 20 Apr 1995 21:40:03 +0000 (21:40 +0000)
commit0c57cc3e342602c965b751df1e30d5c55f6814d7
treed37099ca62736be49eeafb1ab8a0d8df80d976cc
parent96345dfe5d95d1993e67463afbe048e12ce6d103
mk_req.c (krb5_mk_req): Use krb5_sname_to_principal() in order
to create the service principal from the service and
hostname pair.  This allows for the host cannoncialization
to work correctly.

mk_req_ext.c (krb5_mk_req_extended): Revamp checksum handling
code so that no checksum is performed in in_data is NULL,
and the special case handing of cksumtype == 0x8003 for
the GSSAPI library is handled correctly.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5406 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/mk_req.c
src/lib/krb5/krb/mk_req_ext.c