From: | ghudson@mit.edu |
Subject: | SVN Commit |
RFC 5587 defines an "arc name" and a "purpose" for each mechanism
attribute. gss_display_mech_attr was returning the purpose (which
isn't very short) in short_desc and a null buffer in long_desc (which
isn't necessarily conformant to the spec). Instead, output the arc
name as the short_desc and the purpose as the long_desc. This is more
useful and also more consistent with Heimdal, which outputs the arc
name as short_desc and either the purpose string or an empty string
for long_desc.
https://github.com/krb5/krb5/commit/cc587e04483345509a8f5f21edd3de6e52e33a35
Commit By: ghudson
Revision: 25668
Changed Files:
U trunk/src/lib/gssapi/generic/gssapi_generic.c