Better short/long descs in gss_display_mech_attr
authorGreg Hudson <ghudson@mit.edu>
Fri, 3 Feb 2012 03:19:33 +0000 (03:19 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 3 Feb 2012 03:19:33 +0000 (03:19 +0000)
commitcc587e04483345509a8f5f21edd3de6e52e33a35
treee74cdefdb0c3d26f9d3b7cc439c9437e5ca9cd83
parent1c77a4feacb636bacc834b0cc56954f91247176b
Better short/long descs in gss_display_mech_attr

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.

ticket: 7085

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25668 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/gssapi/generic/gssapi_generic.c