]> git.ipfire.org Git - thirdparty/krb5.git/commit
Set msg_type when decoding FAST requests
authorGreg Hudson <ghudson@mit.edu>
Fri, 12 Apr 2013 20:28:14 +0000 (16:28 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 13 Apr 2013 05:09:36 +0000 (01:09 -0400)
commit3a447c5a8c95758501cf5a20c161a2d735a02f6d
tree6a8cefeb5fa86ac1fce338b44d34fefcf9d670bb
parentcae44d2d014985022a001924dce4a56d12c63818
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.

ticket: 7605 (new)
target_version: 1.11.3
tags: pullup
src/kdc/fast_util.c