summaryrefslogtreecommitdiffstats
path: root/src/kim/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-093-114/+114
* Add _with_password credential acquisition functions to KIM APIAlexandra Ellwood2008-11-034-48/+3
* No . at end of stringsAlexandra Ellwood2008-10-311-1/+1
* Avoid duplicate identical dialogs in KIMAlexandra Ellwood2008-10-314-6/+34
* Only prompt automatically from GUI appsAlexandra Ellwood2008-10-293-15/+31
* Remove saved password if it fails to get ticketsAlexandra Ellwood2008-10-291-0/+10
* krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2008-10-241-52/+10
* Use CFStringGetCStringPtr if possible to avoid wasting memoryAlexandra Ellwood2008-10-241-12/+25
* KIM should only display error dialogs if it has displayed UI alreadyAlexandra Ellwood2008-10-221-21/+11
* kim_identity_change_password_with_credential leaks krb5_credsAlexandra Ellwood2008-10-211-0/+3
* kim_os_library_get_caller_name leaks file pathAlexandra Ellwood2008-10-211-0/+1
* kim_ccache_iterator_next leaks principalAlexandra Ellwood2008-10-211-0/+3
* kim_preferences should free old identity before overwritingAlexandra Ellwood2008-10-211-1/+9
* KLCreatePrincipalFromTriplet should work with empty instanceAlexandra Ellwood2008-10-171-5/+12
* Double free and leak in kim_os_library_get_application_pathAlexandra Ellwood2008-10-171-1/+1
* Remap some of the more confusing krb5 errorsAlexandra Ellwood2008-10-172-23/+56
* Treat unreadable terminal as user cancelled so regression tests workAlexandra Ellwood2008-10-171-3/+12
* Make sure identity is set when using kim prompterAlexandra Ellwood2008-10-171-0/+1
* Use a context to store error table infoAlexandra Ellwood2008-10-171-8/+18
* remove unused variable in kim_ui_cli_ask_change_passwordAlexandra Ellwood2008-10-151-2/+0
* use KIM_BUILTIN_UI instead of LEAN_CLIENT for builtin UIAlexandra Ellwood2008-10-155-27/+26
* Move GUI/CLI detection from KerberosIPC into KIMAlexandra Ellwood2008-10-151-8/+39
* Free error message returned by krb5_get_error_messageAlexandra Ellwood2008-10-141-0/+2
* kim_os_string_create_localized leaks CFStringRefAlexandra Ellwood2008-10-101-0/+2
* always zero out authentication stringsAlexandra Ellwood2008-10-101-3/+6
* kim_ui_plugin_fini sends pointer to context instead of contextAlexandra Ellwood2008-10-101-1/+1
* allow kim ui plugins to have any nameAlexandra Ellwood2008-10-101-2/+1
* change password should always reprompt on errorAlexandra Ellwood2008-10-101-12/+8
* prefs should not create empty dictionary for KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-091-6/+7
* preferences should handle KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-093-9/+5
* kim_options_create sometimes returns KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-091-1/+12
* KL APIs which take a NULL principal return klParameterErrAlexandra Ellwood2008-10-093-64/+81
* Crash in kim_credential_create_from_keytabAlexandra Ellwood2008-10-091-1/+1
* kim_options_copy should allow in_options to be KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-091-1/+0
* Removed unused header file include.Alexandra Ellwood2008-10-081-1/+0
* KLL should use __attribute ((deprecated))Alexandra Ellwood2008-10-082-36/+39
* KIM should remember options and identity if prefs indicateAlexandra Ellwood2008-10-072-4/+47
* KLL shim layer does not correctly handle optionsAlexandra Ellwood2008-10-071-40/+40
* If the caller is a bundle, look up keys in its plist file to get the nameAlexandra Ellwood2008-10-071-5/+8
* KLLastChangedTime should return current time, not 0Alexandra Ellwood2008-10-071-5/+54
* Include header to get error table for KLLAlexandra Ellwood2008-10-061-0/+3
* Hinge building KLL shim off KIM_TO_KLL_SHIM, not LEAN_CLIENTAlexandra Ellwood2008-10-063-4/+10
* Add KLL error tableAlexandra Ellwood2008-10-061-0/+88
* Don't touch keychain if home directory access is disabledAlexandra Ellwood2008-10-061-14/+23
* Password is not expired when changing password from select and Alexandra Ellwood2008-10-022-2/+2
* Don't write NULL name and path over stream. Just send empty stringsAlexandra Ellwood2008-10-021-2/+2
* Fix to get application name correctly. Was dropping argumentAlexandra Ellwood2008-10-021-2/+13
* 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