summaryrefslogtreecommitdiffstats
path: root/src/kim/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Support for change password checkbox in enter and selectAlexandra Ellwood2008-10-0210-50/+146
* Fixed a bug in kim_identity_get_components string where itAlexandra Ellwood2008-10-011-1/+1
* Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood2008-10-015-113/+90
* Fixed crash in kim_options_write_to_streamAlexandra Ellwood2008-10-011-14/+12
* Reversed sense of checks for NUL character in empty string. FixedAlexandra Ellwood2008-10-011-7/+7
* Loop on enter identity if auth failsAlexandra Ellwood2008-10-011-81/+103
* Correctly translate NULL hints when reading from a streamAlexandra Ellwood2008-10-011-11/+53
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-014-9/+516
* Fill out credentials when getting tickets with changed passwordAlexandra Ellwood2008-10-011-0/+7
* Support for passing options back and forth for enter_identity and Alexandra Ellwood2008-10-0114-57/+154
* When kim_options_write_to_stream is given NULL options, create default option...Justin Anderson2008-10-011-3/+9
* kim_selection_hints_get_identity should call kim_ui_fini even when kim_ui_sel...Justin Anderson2008-10-011-2/+4
* Check for NULL hints_array passed back from kim_os_selection_hints_get_select...Justin Anderson2008-10-011-1/+1
* First pass at KLL shim layer. (no private apis)Alexandra Ellwood2008-10-018-9/+2072
* Fixed typo where kpasswd was prompting for the new passwordAlexandra Ellwood2008-10-011-1/+1
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-3011-143/+79
* kim_os_identity_get_saved_password should always return an error whenAlexandra Ellwood2008-09-301-1/+5
* Check for null saved password in kim_ui_prompter. Just because kim_os_get_sav...Justin Anderson2008-09-301-1/+1
* Fixed a bug where getting addressless tickets would cause kimAlexandra Ellwood2008-09-301-5/+5
* Support legacy KerberosAgent preference for save passwordsAlexandra Ellwood2008-09-293-5/+20
* Added support for disabling password saving, both globallyAlexandra Ellwood2008-09-2912-27/+154
* UI should lazy init so that init and fini are only called if oneAlexandra Ellwood2008-09-293-92/+138
* If in_identity is NULL, use the identity the user entered.Alexandra Ellwood2008-09-291-3/+3
* kim_credential_create_new should support NULL in_identity.Alexandra Ellwood2008-09-291-5/+13
* Place structure in thread specific data to store client connectionAlexandra Ellwood2008-09-281-21/+33
* Added kim_selection_hints_create_from_stream andAlexandra Ellwood2008-09-286-4/+326
* Create common stream and ipc layer for CCAPI and KIM. Alexandra Ellwood2008-09-281-309/+234
* Make kim_credential_get_options set correct renewal lifetimeJustin Anderson2008-09-281-1/+4
* Renamed kim_identity_get_components to kim_identity_get_components_stringAlexandra Ellwood2008-09-279-181/+208
* Add kim_preferences_get/set_minimum/maximum_lifetime functions to export listsJustin Anderson2008-09-272-0/+16
* kim_credential_get_options was setting the lifetime a second time instead of ...Justin Anderson2008-09-271-1/+1
* KerberosAgent MachIPC supportAlexandra Ellwood2008-09-2710-44/+356
* kim_options_set_service_name should be able to take a service name of NULLAlexandra Ellwood2008-09-261-2/+1
* Added kim_credential_get_options and kim_ccache_get_optionsAlexandra Ellwood2008-09-264-0/+126
* Initial checkin of Mac OS X ipc support. Alexandra Ellwood2008-09-2610-56/+287
* Fixed a typo in kim_preferences.c which preventedAlexandra Ellwood2008-09-251-1/+1
* Fixed a bug where kim_preferences_remove_favorite_identityAlexandra Ellwood2008-09-251-7/+10
* Added support to track number of prompts so UIs do not try again unlessAlexandra Ellwood2008-09-257-39/+121
* Modified kim_ccache_compare to match the behavior of other kim compareAlexandra Ellwood2008-09-251-49/+40
* Fixed bugs in command line change password support.Alexandra Ellwood2008-09-2414-418/+459
* Renamed error handling files to reflect what they do now.Alexandra Ellwood2008-09-2311-246/+275
* kim_ccache_get_display_name was calling kim_ccache_create_resolve_name with i...Justin Anderson2008-09-231-5/+5
* Added command line UI support.Alexandra Ellwood2008-09-2218-303/+1134
* KIM ui plugin support and gui selection harnessAlexandra Ellwood2008-09-1914-4/+1329
* Remove kim_identity_get_gss_name from the export listsAlexandra Ellwood2008-09-192-2/+0
* Added functions to save and get password from keychainAlexandra Ellwood2008-09-183-27/+222
* Removed kim_identity_get_gss_name and updated documentationAlexandra Ellwood2008-09-181-2/+11
* Added support for options in favorite identities.Alexandra Ellwood2008-09-176-462/+819
* Fixed KIM export list for KerberosLite (forgot there were two)Alexandra Ellwood2008-09-121-11/+5
* Removed favorite identities object from public API and merged functionalityAlexandra Ellwood2008-09-115-265/+340