]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add client keytab initiation support
authorGreg Hudson <ghudson@mit.edu>
Fri, 22 Jun 2012 16:48:26 +0000 (12:48 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 2 Jul 2012 06:24:14 +0000 (02:24 -0400)
commit8651f3339ccc5a623172a8edfb9cf522883acacd
treecdf246a41a1480d474d2fb09bfcefa9166d58641
parent68092d23093c646c03ccfefc07f8ae8984b32ba2
Add client keytab initiation support

Support acquiring GSSAPI krb5 credentials by fetching initial
credentials using the client keytab.  Credentials obtained this way
will be stored in the default ccache or collection, and will be
refreshed when they are halfway to expiring.

ticket: 7189 (new)
14 files changed:
doc/rst_source/krb_appldev/gssapi.rst
src/appl/gss-sample/t_gss_sample.py
src/include/k5-int.h
src/lib/gssapi/krb5/acquire_cred.c
src/lib/gssapi/krb5/gssapiP_krb5.h
src/lib/gssapi/krb5/iakerb.c
src/lib/gssapi/krb5/init_sec_context.c
src/lib/gssapi/krb5/rel_cred.c
src/lib/gssapi/krb5/val_cred.c
src/tests/gssapi/Makefile.in
src/tests/gssapi/ccinit.c [new file with mode: 0644]
src/tests/gssapi/ccrefresh.c [new file with mode: 0644]
src/tests/gssapi/t_ccselect.py
src/tests/gssapi/t_client_keytab.py [new file with mode: 0644]