aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-22Remove ipc message sent on cc_context_releaseAlexandra Ellwood4-34/+17
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-21krb5_change_set_password should free chpw_rep contentsAlexandra Ellwood1-0/+2
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson18-168/+53
2008-10-20Apply adapted patch from http://bugs.debian.org/480434 to recurse intoTom Yu1-0/+13
2008-10-20Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu3-19/+48
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson50-165/+70
2008-10-19Include k5-platform.h for SIZE_MAXEzra Peisach1-0/+1
2008-10-19In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:....Ezra Peisach1-9/+8
2008-10-17Make all dialogs beyond the change password sheet also appear as sheetsJustin Anderson4-89/+147
2008-10-17Adapted patch from Apple to work around SAMBA mech OID quirks and toTom Yu1-39/+37
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-16Fix tests/misc/Makefile.in to use KRB5_BASE_LIBS instead of KRB5_LIB,Greg Hudson1-2/+2
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-15Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu66-8076/+8163
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-15Merge KerberosIPC into k5_mig supportAlexandra Ellwood5-117/+482
2008-10-15handle stash file names with missing keytab type spec and colon in pathKen Raeburn2-1/+8
2008-10-15Now that we have support for conditionally exporting symbols from the supportKen Raeburn4-75/+124
2008-10-15makedependKen Raeburn1-3/+3
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
2008-10-09Missing keys in KerberosAgent Info.plistAlexandra Ellwood1-0/+4
2008-10-09prefs should not create empty dictionary for KIM_OPTIONS_DEFAULTAlexandra Ellwood1-6/+7
2008-10-09preferences should handle KIM_OPTIONS_DEFAULTAlexandra Ellwood5-11/+9
2008-10-09kim_options_create sometimes returns KIM_OPTIONS_DEFAULTAlexandra Ellwood1-1/+12