aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson39-118/+132
2008-10-24krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood5-117/+166
2008-10-24Add test for kim_identity_create_from_componentsAlexandra Ellwood3-0/+54
2008-10-24Add build system support for strlcpy and strlcat on platforms which doGreg Hudson4-0/+114
2008-10-24Use CFStringGetCStringPtr if possible to avoid wasting memoryAlexandra Ellwood1-12/+25
2008-10-24Add support for localizing krb5 errors on Mac OS X.Alexandra Ellwood1-2/+67
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson15-108/+80
2008-10-23Free global mach ports on library unloadAlexandra Ellwood1-2/+19
2008-10-22Fix previous commit by adding "extern" to header declarations forTom Yu1-2/+2
2008-10-22KIM should only display error dialogs if it has displayed UI alreadyAlexandra Ellwood1-21/+11
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