aboutsummaryrefslogtreecommitdiff
path: root/src/kim
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson44-88/+44
2009-10-31make mark-cstyleTom Yu51-3727/+3719
2009-02-09Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn4-173/+173
2008-12-18KIM: window settingsZhanna Tsitkov2-3/+3
2008-11-03Add _with_password credential acquisition functions to KIM APIAlexandra Ellwood4-48/+3
2008-11-03BIND_8_COMPAT no longer needed in LeopardAlexandra Ellwood1-2/+0
2008-10-31KerberosAgent bindings causing crashesJustin Anderson3-37/+62
2008-10-31No . at end of stringsAlexandra Ellwood1-1/+1
2008-10-31Avoid duplicate identical dialogs in KIMAlexandra Ellwood4-6/+34
2008-10-29KerberosAgent now saves successfully authenticated identities to favorites au...Justin Anderson3-1/+26
2008-10-29Clear auth prompt on success or cancel. Leave change password fields filled i...Justin Anderson2-0/+26
2008-10-29Removed unnecessary code that was resetting options whenever theAlexandra Ellwood2-18/+0
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-29KerberosAgent hangs changing pw for passwordless identitiesJustin Anderson3-0/+11
2008-10-24krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood1-52/+10
2008-10-24Add test for kim_identity_create_from_componentsAlexandra Ellwood3-0/+54
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-21Free data in tests so leaks checking is easierAlexandra Ellwood2-3/+21
2008-10-17Make all dialogs beyond the change password sheet also appear as sheetsJustin Anderson4-89/+147
2008-10-17Stop using -[NSWindow setIgnoresMouseEvents:] and manage enabled state of eac...Justin Anderson3-16/+342
2008-10-17KerberosAgent continues to ignore mouse events after errorJustin Anderson1-0/+1
2008-10-17temporary testing codeAlexandra Ellwood1-5/+9
2008-10-17KLCreatePrincipalFromTriplet should work with empty instanceAlexandra Ellwood1-5/+12
2008-10-17Added back KLL test programsAlexandra Ellwood2-0/+583
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-16When change password is called from the Select Identity dialog, it appears as...Justin Anderson3-14/+64
2008-10-16Make it possible to make identities use default ticket optionsJustin Anderson10-293/+755
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-14Pre-populate new clients with default client identity if that is set, as foun...Justin Anderson1-0/+22
2008-10-14Don't wipe out previously entered information with each new call from clientsJustin Anderson1-6/+9
2008-10-14kim test suite reports error messages incorrectlyAlexandra Ellwood1-1/+1
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-10Test KIM pluginAlexandra Ellwood1-0/+472
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