Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 361 When reading enctypes from keytabs, we need to ntohs() the 16-bit value we read in before sign-extending it to a 32-bit value in the keyblock, or we run the risk of extending the wrong sign. https://github.com/krb5/krb5/commit/aa53b05e76d809172e15c626750d1800a92246dc Commit By: ghudson Revision: 24016 Changed Files: U trunk/src/lib/krb5/keytab/kt_file.c