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: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 946 Stop using KRB5_TC_OPENCLOSE Since KRB5_TC_OPENCLOSE no longer does anything, stop setting it when we iterate over ccaches. https://github.com/krb5/krb5/commit/ec3a2e9ea2d4fdb2e00fc7b2a6bfed7feac10880 Author: Greg Hudson Commit: ec3a2e9ea2d4fdb2e00fc7b2a6bfed7feac10880 Branch: master src/clients/klist/klist.c | 15 --------------- src/clients/ksu/main.c | 5 ----- src/lib/gssapi/krb5/acquire_cred.c | 7 ++----- src/lib/krb5/ccache/cc_retr.c | 14 +------------- src/lib/krb5/ccache/cccopy.c | 26 -------------------------- src/lib/krb5/krb/vfy_increds.c | 25 +++++-------------------- src/windows/cns/cns.c | 15 +-------------- src/windows/cns/tktlist.c | 11 +---------- src/windows/leash/KrbListTickets.cpp | 4 ++-- src/windows/leashdll/lshfunc.c | 4 ++-- 10 files changed, 14 insertions(+), 112 deletions(-)