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: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 1212 Add leash column for the ccache name Previously, it was fairly easy to set the default cache to MSLSA:, which is not collection-enabled (as opposed to the normal default of API:, which is), and the non-collection behavior proved confusing to many users. Ideally there would be an option to choose the output ccache in the "Get Ticket" window, but that is more complicated to implement than just a display of what cache a given ticket is in. This extra display column should still help to alleviate user confusion. (cherry picked from commit b26d25e97cf3c53ef896092c71948011ceac645d) https://github.com/krb5/krb5/commit/ec06613cd448038d31cadb9ae7863ad71fa9edf9 Author: Ben Kaduk Committer: Tom Yu Commit: ec06613cd448038d31cadb9ae7863ad71fa9edf9 Branch: krb5-1.13 src/windows/leash/Leash.rc | 2 ++ src/windows/leash/LeashUICommandHandler.cpp | 5 +++++ src/windows/leash/LeashView.cpp | 25 ++++++++++++++++++++++--- src/windows/leash/LeashView.h | 6 +++++- src/windows/leash/kfwribbon.xml | 4 ++++ src/windows/leash/resource.h | 1 + 6 files changed, 39 insertions(+), 4 deletions(-)