summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unnecessary code that was resetting options whenever theAlexandra Ellwood2008-10-292-18/+0
* Only prompt automatically from GUI appsAlexandra Ellwood2008-10-295-21/+58
* Remove saved password if it fails to get ticketsAlexandra Ellwood2008-10-291-0/+10
* KerberosAgent hangs changing pw for passwordless identitiesJustin Anderson2008-10-293-0/+11
* Cleanup memory leaks in test program for dynamically allocated buffers..Ezra Peisach2008-10-281-0/+3
* Update the exports file for krb5int_buf_add_fmtGreg Hudson2008-10-281-0/+1
* In the k5buf module, add a function to append formatted data to aGreg Hudson2008-10-283-3/+122
* The last change to plugins.c erroneously passes a size_t as a fieldGreg Hudson2008-10-281-1/+1
* Eliminate use of strcpy/strcat/sprintf in wconfig.c. Use memcpy sinceGreg Hudson2008-10-281-20/+33
* Add the k5buf string module to libkrb5supportGreg Hudson2008-10-287-1/+585
* Unsigned/signed warnings cleanupEzra Peisach2008-10-282-8/+10
* localize format strings, not final error stringAlexandra Ellwood2008-10-271-76/+34
* Remove empty declaration of struct _krb5_kt_ops after the fully defined struc...Ezra Peisach2008-10-271-1/+0
* signed vs. unsigned warnings cleanupEzra Peisach2008-10-271-7/+7
* Remove kproplog on make cleanEzra Peisach2008-10-271-2/+2
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-2519-2225/+2579
* More regression tests for ASN.1 encodersKen Raeburn2008-10-257-2/+182
* krb5_build_principal_ext walks off beginning of arrayAlexandra Ellwood2008-10-241-1/+1
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-2439-118/+132
* 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