Skip Menu |
 

From: Ralf Haferkamp <rhafer@suse.de>
To: krb5-bugs@mit.edu
Subject: reading minor error message doesn't work for the IAKERB mech
Date: Thu, 17 Nov 2011 16:34:49 +0100
Hi,

gss_display_status() allways returns "could not get minor error message"
when using the IAKERB mech and trying to retrieve the minor error
message.

The attached patch (against current trunk) seems to fix the problem. The
issue is also present in the krb5-1-9 branch.

regards,
Ralf

Message body is not shown because sender requested not to inline it.

From: ghudson@mit.edu
Subject: SVN Commit

Recognize IAKERB mech in krb5_gss_display_status

Minor status codes were not displaying properly when originated from
the IAKERB mech, because of a safety check on mech_type. From Ralf
Haferkamp <rhafer@suse.de>.

https://github.com/krb5/krb5/commit/f7805327f31940d27e78aecc339108c138f0bec4
Commit By: ghudson
Revision: 25482
Changed Files:
U trunk/src/lib/gssapi/krb5/disp_status.c
As noted by Ralf, this should also be pulled up to 1.9. (IAKERB was not
present in 1.8.)
From: tlyu@mit.edu
Subject: SVN Commit

pull up r25482 from trunk

------------------------------------------------------------------------
r25482 | ghudson | 2011-11-21 12:30:41 -0500 (Mon, 21 Nov 2011) | 10 lines

ticket: 7020
target_version: 1.10
tags: pullup

Recognize IAKERB mech in krb5_gss_display_status

Minor status codes were not displaying properly when originated from
the IAKERB mech, because of a safety check on mech_type. From Ralf
Haferkamp <rhafer@suse.de>.

https://github.com/krb5/krb5/commit/a5a639c71ea1eba400d2e07796357e7f4147942c
Commit By: tlyu
Revision: 25511
Changed Files:
U branches/krb5-1-10/src/lib/gssapi/krb5/disp_status.c