summaryrefslogtreecommitdiffstats
path: root/src/kim
Commit message (Expand)AuthorAgeFilesLines
* Make enter identity dialog's smarter about matching a string with a set of fa...Justin Anderson2008-10-025-31/+115
* Make Enter Identity dialog have one auto-completing, auto-validating text fie...Justin Anderson2008-10-0216-699/+797
* 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-012-8/+8
* Correctly parse KIM_IDENTITY_ANY in error handlerAlexandra Ellwood2008-10-011-5/+10
* 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
* Relaunch KerberosAgent more quickly so UI is more responsiveAlexandra Ellwood2008-10-011-0/+2
* Update enterIdentity handler to support passing and setting ticket options. Justin Anderson2008-10-0111-134/+522
* 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-0117-61/+197
* A working KIM-based KerberosAgent to handle all of KIM's built-in GUI prompti...Justin Anderson2008-10-0123-777/+3426
* 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-3012-144/+80
* 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-294-6/+21
* Added support for disabling password saving, both globallyAlexandra Ellwood2008-09-2914-28/+166
* UI should lazy init so that init and fini are only called if oneAlexandra Ellwood2008-09-293-92/+138
* test harness for KerberosAgent IPC layerAlexandra Ellwood2008-09-292-7/+46
* If in_identity is NULL, use the identity the user entered.Alexandra Ellwood2008-09-291-3/+3
* Fixed KerberosAgent plists so it is loading the correct server andAlexandra Ellwood2008-09-292-11/+27
* kim_credential_create_new should support NULL in_identity.Alexandra Ellwood2008-09-291-5/+13
* Actually make [Identity -componentsString] use kim_identity_get_components_st...Justin Anderson2008-09-284-18/+30
* Place structure in thread specific data to store client connectionAlexandra Ellwood2008-09-281-21/+33
* Make [Identity -componentsString] use kim_identity_get_components_stringJustin Anderson2008-09-281-2/+1
* Flesh out KerberosAgent Select Identity dialog. Can now add, edit, and remove...Justin Anderson2008-09-2810-602/+3110
* Added kim_selection_hints_create_from_stream andAlexandra Ellwood2008-09-287-5/+329
* Create common stream and ipc layer for CCAPI and KIM. Alexandra Ellwood2008-09-288-1187/+701
* Make kim_credential_get_options set correct renewal lifetimeJustin Anderson2008-09-281-1/+4
* Added launchd plist file for KerberosAgent Alexandra Ellwood2008-09-271-0/+10
* 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-2714-45/+1289
* C90 complianceAlexandra Ellwood2008-09-271-9/+10
* 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-2613-58/+434
* Add test for recently fixed kim_preferences_remove_favorite_identity bugJustin Anderson2008-09-253-0/+341
* Update kim_test to use new error string functionJustin Anderson2008-09-251-1/+1
* Fixed a typo in kim_preferences.c which preventedAlexandra Ellwood2008-09-251-1/+1