Added command line UI support.
authorAlexandra Ellwood <lxs@mit.edu>
Mon, 22 Sep 2008 22:13:06 +0000 (22:13 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Mon, 22 Sep 2008 22:13:06 +0000 (22:13 +0000)
commit5e158de9231f955c9bb017981ded6ce6019e7abe
tree5cc9e1c03395040c09c3fd773baf32562ea5c989
parentb0949adbc1a11eeb7123062861b236b950acaf46
Added command line UI support.
Added change password and acquire credentials UI harness support.
API changes to the change password support to reflect these changes.
Removed callback prompter interfaces since there is now plugin support.
Updated documentation.

ticket: 6055

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20745 dc483132-0cff-0310-8789-dd5450dbe970
43 files changed:
doc/kim/html/group__kim__ccache__iterator__reference.html
doc/kim/html/group__kim__ccache__reference.html
doc/kim/html/group__kim__credential__iterator__reference.html
doc/kim/html/group__kim__credential__reference.html
doc/kim/html/group__kim__error__reference.html
doc/kim/html/group__kim__identity__reference.html
doc/kim/html/group__kim__options__reference.html
doc/kim/html/group__kim__preferences__reference.html
doc/kim/html/group__kim__selection__hints__reference.html
doc/kim/html/group__kim__string__reference.html
doc/kim/html/group__kim__types__reference.html
doc/kim/html/index.html
doc/kim/html/kim_ccache_overview.html
doc/kim/html/kim_credential_overview.html
doc/kim/html/kim_error_overview.html
doc/kim/html/kim_identity_overview.html
doc/kim/html/kim_options_overview.html
doc/kim/html/kim_preferences_overview.html
doc/kim/html/kim_selection_hints_overview.html
doc/kim/html/kim_string_overview.html
doc/kim/html/modules.html
src/include/kim/kim_credential.h
src/include/kim/kim_identity.h
src/include/kim/kim_options.h
src/include/kim/kim_ui_plugin.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_options.c
src/kim/lib/kim_selection_hints.c
src/kim/lib/kim_string.c
src/kim/lib/kim_string_private.h
src/kim/lib/kim_ui.c
src/kim/lib/kim_ui_cli.c
src/kim/lib/kim_ui_cli_private.h
src/kim/lib/kim_ui_gui.c
src/kim/lib/kim_ui_gui_private.h
src/kim/lib/kim_ui_plugin.c
src/kim/lib/kim_ui_plugin_private.h
src/kim/lib/kim_ui_private.h
src/kim/lib/mac/kim_os_library.c
src/kim/lib/mac/kim_os_string.c