Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

The typed_e_data field in struct as_req_state was not properly
initialized, causing the KDC to sometimes respond with typed-data
e_data for a preauth-required error when the client sends no padata.
This bug was masked with recent clients, which send a
KRB5_ENCPADATA_REQ_ENC_PA_REP padata.

https://github.com/krb5/krb5/commit/88c8464f681c274d399206f8ec567c88f1121aa4
Commit By: ghudson
Revision: 25419
Changed Files:
U trunk/src/kdc/do_as_req.c
From: tlyu@mit.edu
Subject: SVN Commit

pull up r25419 from trunk

------------------------------------------------------------------------
r25419 | ghudson | 2011-10-28 11:53:50 -0400 (Fri, 28 Oct 2011) | 11 lines

ticket: 6995
subject: Initialize typed_e_data in as_req_state
target_version: 1.10
tags: pullup

The typed_e_data field in struct as_req_state was not properly
initialized, causing the KDC to sometimes respond with typed-data
e_data for a preauth-required error when the client sends no padata.
This bug was masked with recent clients, which send a
KRB5_ENCPADATA_REQ_ENC_PA_REP padata.

https://github.com/krb5/krb5/commit/bf09b008be3f571ac5ea4b85dc6a3537c7e5cd12
Commit By: tlyu
Revision: 25450
Changed Files:
U branches/krb5-1-10/src/kdc/do_as_req.c