Skip Menu |
 

Subject: CCAPI Test krb5_ccache ccapi version 3 interface
Test the krb5_ccache ccapi version 3 interface against the existing
MacOS X CCAPI v3 implementation.
From: lxs@mit.edu
Subject: SVN Commit
Cleaned up CCAPI v3 code to remove memory leaks. Fixed crashes in
cc_ccache <-> krb5_ccache translation code. Still testing edge cases but
the code seems to work now with the KfM CCAPI implementation.

Commit By: lxs



Revision: 18327
Changed Files:
U trunk/src/lib/krb5/ccache/ccapi/stdcc.c
U trunk/src/lib/krb5/ccache/ccapi/stdcc.h
U trunk/src/lib/krb5/ccache/ccapi/stdcc_util.c
U trunk/src/lib/krb5/ccache/ccapi/stdcc_util.h
From: lxs@mit.edu
Subject: SVN Commit
Commit By: lxs



Revision: 18458
Changed Files:
U trunk/src/lib/krb5/ccache/ccapi/stdcc.c
Note sure why but the commit message got stripped:

------------------------------------------------------------------------
r18458 | lxs | 2006-08-16 17:01:43 -0400 (Wed, 16 Aug 2006) | 7 lines

ticket: 3936
status: open

cc_err_xlate: Updated error mappings to generate the same errors as ccapiv2.
stdccv3_setup: Don't translate errors since cc_err_xlate isn't idempotent.
krb5_stdccv3_resolve: Don't fail if we can't open the ccache.
------------------------------------------------------------------------