Add krb5_cc_select() API and pluggable interface
authorGreg Hudson <ghudson@mit.edu>
Mon, 5 Sep 2011 16:33:49 +0000 (16:33 +0000)
committerGreg Hudson <ghudson@mit.edu>
Mon, 5 Sep 2011 16:33:49 +0000 (16:33 +0000)
commit02536734d9443f62b75c3df97b4079fbe3d3e6cf
treee9f7138087cab36e07c851923cfb6f3b89ad2115
parent916555623ea3c0cd8976718f0b989280df9260ce
Add krb5_cc_select() API and pluggable interface

The interface has two built-in modules.  The realm module guesses a
cache based on the server realm if it is known.  The k5identity module
(Unix only) chooses a client principal based on rules in a .k5identity
file in the user's homedir.

ticket: 6957

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25158 dc483132-0cff-0310-8789-dd5450dbe970
17 files changed:
src/gen-manpages/Makefile.in
src/gen-manpages/dot.k5identity.M [new file with mode: 0644]
src/gen-manpages/k5identity.M [new file with mode: 0644]
src/include/k5-int.h
src/include/k5-trace.h
src/include/krb5/ccselect_plugin.h [new file with mode: 0644]
src/include/krb5/krb5.hin
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/cc-int.h
src/lib/krb5/ccache/ccselect.c [new file with mode: 0644]
src/lib/krb5/ccache/ccselect_k5identity.c [new file with mode: 0644]
src/lib/krb5/ccache/ccselect_realm.c [new file with mode: 0644]
src/lib/krb5/ccache/deps
src/lib/krb5/krb/init_ctx.c
src/lib/krb5/krb/int-proto.h
src/lib/krb5/libkrb5.exports
src/lib/krb5_32.def