summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2008-10-245-117/+166
* Add test for kim_identity_create_from_componentsAlexandra Ellwood2008-10-243-0/+54
* Add build system support for strlcpy and strlcat on platforms which doGreg Hudson2008-10-244-0/+114
* Use CFStringGetCStringPtr if possible to avoid wasting memoryAlexandra Ellwood2008-10-241-12/+25
* Add support for localizing krb5 errors on Mac OS X.Alexandra Ellwood2008-10-241-2/+67
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-2315-108/+80
* Free global mach ports on library unloadAlexandra Ellwood2008-10-231-2/+19
* Fix previous commit by adding "extern" to header declarations forTom Yu2008-10-221-2/+2
* KIM should only display error dialogs if it has displayed UI alreadyAlexandra Ellwood2008-10-221-21/+11
* Remove ipc message sent on cc_context_releaseAlexandra Ellwood2008-10-224-34/+17
* 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
* Free data in tests so leaks checking is easierAlexandra Ellwood2008-10-212-3/+21
* krb5_change_set_password should free chpw_rep contentsAlexandra Ellwood2008-10-211-0/+2
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-2018-168/+53
* Apply adapted patch from http://bugs.debian.org/480434 to recurse intoTom Yu2008-10-201-0/+13
* Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu2008-10-203-19/+48
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-2050-165/+70
* Include k5-platform.h for SIZE_MAXEzra Peisach2008-10-191-0/+1
* In krb5_def_store_mkey(), mktemp was being invoked with a string WRFILE:....Ezra Peisach2008-10-191-9/+8
* Make all dialogs beyond the change password sheet also appear as sheetsJustin Anderson2008-10-174-89/+147
* Adapted patch from Apple to work around SAMBA mech OID quirks and toTom Yu2008-10-171-39/+37
* Stop using -[NSWindow setIgnoresMouseEvents:] and manage enabled state of eac...Justin Anderson2008-10-173-16/+342
* KerberosAgent continues to ignore mouse events after errorJustin Anderson2008-10-171-0/+1
* temporary testing codeAlexandra Ellwood2008-10-171-5/+9
* KLCreatePrincipalFromTriplet should work with empty instanceAlexandra Ellwood2008-10-171-5/+12
* Added back KLL test programsAlexandra Ellwood2008-10-172-0/+583
* 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
* When change password is called from the Select Identity dialog, it appears as...Justin Anderson2008-10-163-14/+64
* Fix tests/misc/Makefile.in to use KRB5_BASE_LIBS instead of KRB5_LIB,Greg Hudson2008-10-161-2/+2
* Make it possible to make identities use default ticket optionsJustin Anderson2008-10-1610-293/+755
* remove unused variable in kim_ui_cli_ask_change_passwordAlexandra Ellwood2008-10-151-2/+0
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-1566-8076/+8163
* 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
* Merge KerberosIPC into k5_mig supportAlexandra Ellwood2008-10-155-117/+482
* handle stash file names with missing keytab type spec and colon in pathKen Raeburn2008-10-152-1/+8
* Now that we have support for conditionally exporting symbols from the supportKen Raeburn2008-10-154-75/+124
* makedependKen Raeburn2008-10-151-3/+3
* Pre-populate new clients with default client identity if that is set, as foun...Justin Anderson2008-10-141-0/+22
* Don't wipe out previously entered information with each new call from clientsJustin Anderson2008-10-141-6/+9
* kim test suite reports error messages incorrectlyAlexandra Ellwood2008-10-141-1/+1
* 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