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 X-RT-Original-Encoding: iso-8859-1 Content-Length: 799 Add hostname-based ccselect module The hostname module selects the ccache whose realm is the longest parent domain tail of the uppercase server hostname. [ghudson@mit.edu: minor edits] https://github.com/krb5/krb5/commit/a4ddc6cf576b4155e6b994307902567f26f752b2 Author: Robbie Harwood Committer: Greg Hudson Commit: a4ddc6cf576b4155e6b994307902567f26f752b2 Branch: master doc/admin/conf_files/krb5_conf.rst | 4 + src/lib/krb5/ccache/Makefile.in | 3 + src/lib/krb5/ccache/cc-int.h | 4 + src/lib/krb5/ccache/ccselect.c | 5 + src/lib/krb5/ccache/ccselect_hostname.c | 146 +++++++++++++++++++++++++++++++ src/tests/gssapi/t_ccselect.py | 9 ++ 6 files changed, 171 insertions(+), 0 deletions(-)