[12091] in Kerberos-V5-bugs

home help back first fref pref prev next nref lref last post

[krbdev.mit.edu #6958] SVN Commit

daemon@ATHENA.MIT.EDU (Greg Hudson via RT)
Mon Sep 5 12:35:44 2011

Mail-followup-to: rt@krbdev.mit.edu
mail-copies-to: never
From: "Greg Hudson via RT" <rt-comment@krbdev.MIT.EDU>
In-Reply-To: <rt-6958@krbdev.mit.edu>
Message-ID: <rt-6958-34274.13.209094210363@krbdev.mit.edu>
To: "'AdminCc of krbdev.mit.edu Ticket #6958'":;"'AdminCc of krbdev.mit.edu Ticket #6958'":;@MIT.EDU
Date: Mon,  5 Sep 2011 12:35:41 -0400 (EDT)
Reply-To: rt-comment@krbdev.MIT.EDU
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: krb5-bugs-bounces@mit.edu


For default credentials, defer ccache resolution until we need the
information.  If this happens in init_sec_context when we have the
target principal in hand, use krb5_cc_select() to pick a cache.  If
the target principal is not known, use the default cache.

For credentials with a specified principal, use krb5_cc_cache_match()
to find the cache.  If no cache is found and a password is specified,
create a new cache within the collection to hold the new credentials,
if the default cache type supports a collection.

http://src.mit.edu/fisheye/changelog/krb5/?cs=25160
Commit By: ghudson
Revision: 25160
Changed Files:
U   trunk/src/lib/gssapi/krb5/acquire_cred.c
U   trunk/src/lib/gssapi/krb5/gssapiP_krb5.h
U   trunk/src/lib/gssapi/krb5/iakerb.c
U   trunk/src/lib/gssapi/krb5/init_sec_context.c
U   trunk/src/lib/gssapi/krb5/inq_cred.c
U   trunk/src/lib/gssapi/krb5/s4u_gss_glue.c
U   trunk/src/tests/gssapi/Makefile.in
U   trunk/src/tests/gssapi/deps
A   trunk/src/tests/gssapi/t_ccselect.c
A   trunk/src/tests/gssapi/t_ccselect.py

_______________________________________________
krb5-bugs mailing list
krb5-bugs@mit.edu
https://mailman.mit.edu/mailman/listinfo/krb5-bugs

home help back first fref pref prev next nref lref last post