krb5_cc_remove should work for the CCAPI
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 5 Dec 2006 23:21:56 +0000 (23:21 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Tue, 5 Dec 2006 23:21:56 +0000 (23:21 +0000)
commit3d22bd77a212fc75d49495476f5d08d76be2f313
treee02fb8062f31af0c31ad2be42794a294fdecbd0b
parent1526e420455d51bc0eceb24452f398858b585bc7
krb5_cc_remove should work for the CCAPI

Implemented a working krb5_cc_remove for the CCAPI cache type.  Added a
private support function krb5_creds_compare() which checks if two krb5_creds
are identical.  This function should be needed by implementations of
krb5_cc_remove for other ccache types.

ticket: new
owner: tlyu
target_version: 1.6
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18923 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/lib/krb5/ccache/cc_retr.c
src/lib/krb5/ccache/ccapi/stdcc.c
src/lib/krb5/ccache/ccapi/stdcc.h
src/lib/krb5/ccache/ccapi/stdcc_util.c
src/lib/krb5/ccache/ccapi/stdcc_util.h