summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-0461-2792/+2935
* Add _with_password credential acquisition functions to KIM APIAlexandra Ellwood2008-11-036-51/+79
* BIND_8_COMPAT no longer needed in LeopardAlexandra Ellwood2008-11-031-2/+0
* Apply Apple patch to null out key->contents after freeing on failure,Greg Hudson2008-11-031-0/+2
* Fix conditionals from last changeKen Raeburn2008-11-032-2/+2
* Maybe include printf.o in t_k5buf buildKen Raeburn2008-11-031-1/+1
* Apply a patch from Apple to correct a few memory leaksGreg Hudson2008-11-033-12/+13
* If we're not making asn1buf_insert_octet an inline function, then makeKen Raeburn2008-11-034-29/+20
* Apply an adapted Sun patch to fix error string leaks in kadmindGreg Hudson2008-11-031-109/+141
* KerberosAgent bindings causing crashesJustin Anderson2008-10-313-37/+62
* No . at end of stringsAlexandra Ellwood2008-10-311-1/+1
* Add a few safeties to the k5buf code, to make static analysis tools happierGreg Hudson2008-10-311-1/+5
* Avoid duplicate identical dialogs in KIMAlexandra Ellwood2008-10-314-6/+34
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-3011-249/+114
* KerberosAgent now saves successfully authenticated identities to favorites au...Justin Anderson2008-10-293-1/+26
* Clear auth prompt on success or cancel. Leave change password fields filled i...Justin Anderson2008-10-292-0/+26
* 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