* kdc_util.c (ktypes2str): New function; construct a string
authorTom Yu <tlyu@mit.edu>
Tue, 19 Jun 2001 20:32:12 +0000 (20:32 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 19 Jun 2001 20:32:12 +0000 (20:32 +0000)
commit26444a8941bed940c588602eb9371825b2fa58eb
treecb35c7d89162c12cfd3ec662e44b8b39eb5c0314
parent8e366ad4fec486419e594db80c84b113eba499dd
* kdc_util.c (ktypes2str): New function; construct a string
containing a list of enctypes, given a number and list of
enctypes.
(rep_etypes2str): New function; construct a string indicating all
three enctypes associated with a KDC reply.

* kdc_util.h: Add prototypes for ktypes2str() and
rep_etypes2str().

* do_as_req.c (process_as_req): Call ktypes2str() and
rep_etypes2str() as appropriate.

* do_tgs_req.c (process_tgs_req): Call ktypes2str() and
rep_etypes2str() as appropriate.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13389 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/kdc_util.c
src/kdc/kdc_util.h