Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 929 Pull up r25674 from trunk ------------------------------------------------------------------------ r25674 | ghudson | 2012-02-06 18:19:08 -0500 (Mon, 06 Feb 2012) | 18 lines ticket: 7087 status: open target_version: 1.10.1 tags: pullup Set display_value in krb5_gss_get_name_attribute A backwards conditional in r25358 caused krb5_gss_get_name_attribute not to set display_value on success. Fix the sense of the conditional. We still don't quite correctly handle the cases where data_to_gss() fails, but those should be rare and the problem in those cases isn't severe, so it can be fixed separately. Also, value and display_value should probably be initialized to null buffers on failure, as is common with GSS interfaces. https://github.com/krb5/krb5/commit/ee7187c23249334e66d810c9e0a388a0518e0729 Commit By: tlyu Revision: 25707 Changed Files: U branches/krb5-1-10/src/lib/gssapi/krb5/naming_exts.c