aboutsummaryrefslogtreecommitdiff
path: root/src/kim/lib
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson34-68/+34
2009-10-31make mark-cstyleTom Yu31-2909/+2902
2009-02-09Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn3-114/+114
2008-11-03Add _with_password credential acquisition functions to KIM APIAlexandra Ellwood4-48/+3
2008-10-31No . at end of stringsAlexandra Ellwood1-1/+1
2008-10-31Avoid duplicate identical dialogs in KIMAlexandra Ellwood4-6/+34
2008-10-29Only prompt automatically from GUI appsAlexandra Ellwood3-15/+31
2008-10-29Remove saved password if it fails to get ticketsAlexandra Ellwood1-0/+10
2008-10-24krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood1-52/+10
2008-10-24Use CFStringGetCStringPtr if possible to avoid wasting memoryAlexandra Ellwood1-12/+25
2008-10-22KIM should only display error dialogs if it has displayed UI alreadyAlexandra Ellwood1-21/+11
2008-10-21kim_identity_change_password_with_credential leaks krb5_credsAlexandra Ellwood1-0/+3
2008-10-21kim_os_library_get_caller_name leaks file pathAlexandra Ellwood1-0/+1
2008-10-21kim_ccache_iterator_next leaks principalAlexandra Ellwood1-0/+3
2008-10-21kim_preferences should free old identity before overwritingAlexandra Ellwood1-1/+9
2008-10-17KLCreatePrincipalFromTriplet should work with empty instanceAlexandra Ellwood1-5/+12
2008-10-17Double free and leak in kim_os_library_get_application_pathAlexandra Ellwood1-1/+1
2008-10-17Remap some of the more confusing krb5 errorsAlexandra Ellwood2-23/+56
2008-10-17Treat unreadable terminal as user cancelled so regression tests workAlexandra Ellwood1-3/+12
2008-10-17Make sure identity is set when using kim prompterAlexandra Ellwood1-0/+1
2008-10-17Use a context to store error table infoAlexandra Ellwood1-8/+18
2008-10-15remove unused variable in kim_ui_cli_ask_change_passwordAlexandra Ellwood1-2/+0
2008-10-15use KIM_BUILTIN_UI instead of LEAN_CLIENT for builtin UIAlexandra Ellwood5-27/+26
2008-10-15Move GUI/CLI detection from KerberosIPC into KIMAlexandra Ellwood1-8/+39
2008-10-14Free error message returned by krb5_get_error_messageAlexandra Ellwood1-0/+2
2008-10-10kim_os_string_create_localized leaks CFStringRefAlexandra Ellwood1-0/+2
2008-10-10always zero out authentication stringsAlexandra Ellwood1-3/+6
2008-10-10kim_ui_plugin_fini sends pointer to context instead of contextAlexandra Ellwood1-1/+1
2008-10-10allow kim ui plugins to have any nameAlexandra Ellwood1-2/+1
2008-10-10change password should always reprompt on errorAlexandra Ellwood1-12/+8
2008-10-09prefs should not create empty dictionary for KIM_OPTIONS_DEFAULTAlexandra Ellwood1-6/+7
2008-10-09preferences should handle KIM_OPTIONS_DEFAULTAlexandra Ellwood3-9/+5
2008-10-09kim_options_create sometimes returns KIM_OPTIONS_DEFAULTAlexandra Ellwood1-1/+12
2008-10-09KL APIs which take a NULL principal return klParameterErrAlexandra Ellwood3-64/+81
2008-10-09Crash in kim_credential_create_from_keytabAlexandra Ellwood1-1/+1
2008-10-09kim_options_copy should allow in_options to be KIM_OPTIONS_DEFAULTAlexandra Ellwood1-1/+0
2008-10-08Removed unused header file include.Alexandra Ellwood1-1/+0
2008-10-08KLL should use __attribute ((deprecated))Alexandra Ellwood2-36/+39
2008-10-07KIM should remember options and identity if prefs indicateAlexandra Ellwood2-4/+47
2008-10-07KLL shim layer does not correctly handle optionsAlexandra Ellwood1-40/+40
2008-10-07If the caller is a bundle, look up keys in its plist file to get the nameAlexandra Ellwood1-5/+8
2008-10-07KLLastChangedTime should return current time, not 0Alexandra Ellwood1-5/+54
2008-10-06Include header to get error table for KLLAlexandra Ellwood1-0/+3
2008-10-06Hinge building KLL shim off KIM_TO_KLL_SHIM, not LEAN_CLIENTAlexandra Ellwood3-4/+10
2008-10-06Add KLL error tableAlexandra Ellwood1-0/+88
2008-10-06Don't touch keychain if home directory access is disabledAlexandra Ellwood1-14/+23
2008-10-02Password is not expired when changing password from select and Alexandra Ellwood2-2/+2
2008-10-02Don't write NULL name and path over stream. Just send empty stringsAlexandra Ellwood1-2/+2
2008-10-02Fix to get application name correctly. Was dropping argumentAlexandra Ellwood1-2/+13
2008-10-02Support for change password checkbox in enter and selectAlexandra Ellwood10-50/+146