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: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 819 Add krb5_cccol_have_content API Add a new API to determine whether any krb5 credentials are available in the ccache collection. Add tests to t_cccol.py. https://github.com/krb5/krb5/commit/85afc74759792cfd3ed53daa7f42bce11ca4c536 Author: Greg Hudson Commit: 85afc74759792cfd3ed53daa7f42bce11ca4c536 Branch: master doc/rst_source/krb_appldev/refs/api/index.rst | 1 + src/include/krb5/krb5.hin | 11 ++++++++ src/lib/krb5/ccache/cccursor.c | 35 +++++++++++++++++++++++++ src/lib/krb5/ccache/t_cccol.py | 7 +++++ src/lib/krb5/ccache/t_cccursor.c | 9 +++++- src/lib/krb5/libkrb5.exports | 1 + src/lib/krb5_32.def | 1 + 7 files changed, 63 insertions(+), 2 deletions(-)