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: git commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 619 Set msg_type when decoding FAST requests An RFC 6113 KrbFastReq contains a padata sequence and a KDC-REQ-BODY, neither of which contain the msg-type field found in a KDC-REQ. So when we decode the FAST request, the resulting krb5_kdc_req structure has a msg_type of 0. Copy msg_type from the outer body, since we make use of it in further KDC processing. https://github.com/krb5/krb5/commit/3a447c5a8c95758501cf5a20c161a2d735a02f6d Author: Greg Hudson Commit: 3a447c5a8c95758501cf5a20c161a2d735a02f6d Branch: master src/kdc/fast_util.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)