* cc_mslsa.c: Enforce acceptable enctypes by checking against
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 19 Jun 2004 04:40:58 +0000 (04:40 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 19 Jun 2004 04:40:58 +0000 (04:40 +0000)
commitda333c051dd1b039185d3fe0315cc33e90644767
treec5659a0603bd035eaa6d2a649a41644947f6dd0a
parent71a2b4d02b6b653b78dc0201489988b5c0ecd39c
* cc_mslsa.c: Enforce acceptable enctypes by checking against
      the default_tgs_enctypes list instead of the permitted_enctypes
      list;  only enforce the desired enctype when retrieving tickets
      to deliver to an application.  do not enforce when attempting
      to determine the current principal name.  this is important
      because specifying an enctype results in a TGS_REQ being sent
      to the KDC;  close memory leak of krb5_cred objects in
      krb5_lcc_retrieve().

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16500 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/cc_mslsa.c