Renamed kim_identity_get_components to kim_identity_get_components_string
authorAlexandra Ellwood <lxs@mit.edu>
Sat, 27 Sep 2008 21:31:06 +0000 (21:31 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Sat, 27 Sep 2008 21:31:06 +0000 (21:31 +0000)
commit27862be469db71abf2bcdf64837143a56a6bcd10
tree007627581d42b21b9c250da16f911785a4f71ca0
parent0e5cb1858d790ccdc128558c6e945612f950b2b6
Renamed kim_identity_get_components to kim_identity_get_components_string
to better reflect what it does (a string of everything but the realm, not
an array of components like the old name might imply).

Added private functions which will be used by KLL to shim on top of KIM.
Private functions also reduce memory allocations inside of KIM.

ticket: 6055

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20766 dc483132-0cff-0310-8789-dd5450dbe970
src/include/kim/kim_identity.h
src/kim/lib/kim-lite.exports
src/kim/lib/kim.exports
src/kim/lib/kim_credential.c
src/kim/lib/kim_identity.c
src/kim/lib/kim_identity_private.h
src/kim/lib/kim_options.c
src/kim/lib/kim_options_private.h
src/kim/lib/kim_string_private.h
src/kim/lib/mac/kim_os_identity.c