summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-3017-156/+95
* 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-2915-29/+172
* 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
* Removed useless init and cleanup functions. Alexandra Ellwood2008-09-294-46/+15
* 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-283-32/+82
* 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-2819-1161/+2110
* 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-2710-183/+210
* 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-2715-45/+1299
* 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-266-0/+160
* Removed argument from kipc_client_lookup_serverAlexandra Ellwood2008-09-261-3/+2
* Removed application name setting function from kim_selection_hints headersAlexandra Ellwood2008-09-261-28/+2
* Initial checkin of Mac OS X ipc support. Alexandra Ellwood2008-09-2614-65/+436
* 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
* 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
* Removed prototype with no implementationAlexandra Ellwood2008-09-251-13/+0
* Fixed bugs in command line change password support.Alexandra Ellwood2008-09-2416-480/+486
* KIM Identity selection dialog work. Updated to match changes to KIM APIJustin Anderson2008-09-238-40/+484
* Renamed error handling files to reflect what they do now.Alexandra Ellwood2008-09-2316-349/+328
* 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-2222-957/+1707
* Merge three patches from Novell, with some updates related to work inKen Raeburn2008-09-229-420/+546
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-2211-182/+1026
* Missed some changes for db_context->dal_handle renamingKen Raeburn2008-09-221-3/+3
* KIM ui plugin support and gui selection harnessAlexandra Ellwood2008-09-1916-33/+1384
* 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
* makedependKen Raeburn2008-09-1851-2392/+2634
* If unset env(KRB5CCNAME) doesn't work, skip the tests that depend on itKen Raeburn2008-09-181-8/+35