Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 885 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. https://github.com/krb5/krb5/commit/c7db9729537607715ba013d7abe85a3b6464cd1a Commit By: tlyu Revision: 22265 Changed Files: U branches/krb5-1-7/src/kdc/kdc_preauth.c U branches/krb5-1-7/src/kdc/kdc_util.c