pull up r22264 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 17 Apr 2009 21:28:37 +0000 (21:28 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 17 Apr 2009 21:28:37 +0000 (21:28 +0000)
commitc7db9729537607715ba013d7abe85a3b6464cd1a
treef8dbf38f04a9ea9447511984cbae395e4e3df631
parent23a27451577ffe147c65bc0e1907ba1476f70ce8
pull up r22264 from trunk

 ------------------------------------------------------------------------
 r22264 | ghudson | 2009-04-16 12:46:33 -0400 (Thu, 16 Apr 2009) | 12 lines
 Changed paths:
    M /trunk/src/kdc/kdc_preauth.c
    M /trunk/src/kdc/kdc_util.c

 ticket: 6470
 subject: Send explicit salt for SALTTYPE_NORMAL keys
 target_version: 1.7
 tags: pullup

 Change the signature of _make_etype_info_entry to take the canonical
 client principal instead of the request structure.  Also fixes the salt
 we compute for SALTTYPE_NOREALM keys.

 Sending an explicit salt for SALTTYPE_NORMAL keys is believed to be
 necessary for some preauth scenarios involving aliases.

ticket: 6470
version_fixed: 1.7

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22265 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/kdc_preauth.c
src/kdc/kdc_util.c