krb5.git
2008-10-30 Greg HudsonUse the k5buf module instead of strcpy/strcat in severa...
2008-10-29 Justin AndersonKerberosAgent now saves successfully authenticated...
2008-10-29 Justin AndersonClear auth prompt on success or cancel. Leave change...
2008-10-29 Alexandra EllwoodRemoved unnecessary code that was resetting options...
2008-10-29 Alexandra EllwoodOnly prompt automatically from GUI apps
2008-10-29 Alexandra EllwoodRemove saved password if it fails to get tickets
2008-10-29 Justin AndersonKerberosAgent hangs changing pw for passwordless identities
2008-10-28 Ezra PeisachCleanup memory leaks in test program for dynamically...
2008-10-28 Greg HudsonUpdate the exports file for krb5int_buf_add_fmt
2008-10-28 Greg HudsonIn the k5buf module, add a function to append formatted...
2008-10-28 Greg HudsonThe last change to plugins.c erroneously passes a size_...
2008-10-28 Greg HudsonEliminate use of strcpy/strcat/sprintf in wconfig.c...
2008-10-28 Greg HudsonAdd the k5buf string module to libkrb5support
2008-10-28 Ezra PeisachUnsigned/signed warnings cleanup
2008-10-27 Alexandra Ellwoodlocalize format strings, not final error string
2008-10-27 Ezra PeisachRemove empty declaration of struct _krb5_kt_ops after...
2008-10-27 Ezra Peisachsigned vs. unsigned warnings cleanup
2008-10-27 Ezra PeisachRemove kproplog on make clean
2008-10-25 Ken Raeburnpartial rewrite of the ASN.1 encoders
2008-10-25 Ken RaeburnMore regression tests for ASN.1 encoders
2008-10-24 Alexandra Ellwoodkrb5_build_principal_ext walks off beginning of array
2008-10-24 Greg HudsonUse strlcpy instead of strcpy in many places
2008-10-24 Alexandra Ellwoodkrb5_build_principal_va does not allocate krb5_principal
2008-10-24 Alexandra EllwoodAdd test for kim_identity_create_from_components
2008-10-24 Greg HudsonAdd build system support for strlcpy and strlcat on...
2008-10-24 Greg HudsonAmend svn:ignore properties to include more generated...
2008-10-24 Alexandra EllwoodUse CFStringGetCStringPtr if possible to avoid wasting...
2008-10-24 Alexandra EllwoodAdd support for localizing krb5 errors on Mac OS X.
2008-10-23 Greg HudsonUse snprintf instead of strcpy/strcat in many places
2008-10-23 Alexandra EllwoodFree global mach ports on library unload
2008-10-22 Tom YuFix previous commit by adding "extern" to header declar...
2008-10-22 Alexandra EllwoodKIM should only display error dialogs if it has display...
2008-10-22 Alexandra EllwoodRemove ipc message sent on cc_context_release
2008-10-21 Alexandra Ellwoodkim_identity_change_password_with_credential leaks...
2008-10-21 Alexandra Ellwoodkim_os_library_get_caller_name leaks file path
2008-10-21 Alexandra Ellwoodkim_ccache_iterator_next leaks principal
2008-10-21 Alexandra Ellwoodkim_preferences should free old identity before overwriting
2008-10-21 Alexandra EllwoodFree data in tests so leaks checking is easier
2008-10-21 Alexandra Ellwoodkrb5_change_set_password should free chpw_rep contents
2008-10-20 Greg HudsonUse asprintf instead of malloc/strcpy/strcat in many...
2008-10-20 Tom YuApply adapted patch from bugs.debian.org/480434 to...
2008-10-20 Tom YuApply (adapted) patch from Apple to check for SPNEGO...
2008-10-20 Greg HudsonUse strdup in place of malloc/strcpy in many places
2008-10-19 Ezra PeisachInclude k5-platform.h for SIZE_MAX
2008-10-19 Ezra PeisachIn krb5_def_store_mkey(), mktemp was being invoked...
2008-10-17 Justin AndersonMake all dialogs beyond the change password sheet also...
2008-10-17 Tom YuAdapted patch from Apple to work around SAMBA mech...
2008-10-17 Justin AndersonStop using -[NSWindow setIgnoresMouseEvents:] and manag...
2008-10-17 Justin AndersonKerberosAgent continues to ignore mouse events after...
2008-10-17 Alexandra Ellwoodtemporary testing code
2008-10-17 Alexandra EllwoodKLCreatePrincipalFromTriplet should work with empty...
2008-10-17 Alexandra EllwoodAdded back KLL test programs
2008-10-17 Alexandra EllwoodDouble free and leak in kim_os_library_get_application_path
2008-10-17 Alexandra EllwoodRemap some of the more confusing krb5 errors
2008-10-17 Alexandra EllwoodTreat unreadable terminal as user cancelled so regressi...
2008-10-17 Alexandra EllwoodMake sure identity is set when using kim prompter
2008-10-17 Alexandra EllwoodUse a context to store error table info
2008-10-16 Justin AndersonWhen change password is called from the Select Identity...
2008-10-16 Greg HudsonFix tests/misc/Makefile.in to use KRB5_BASE_LIBS instea...
2008-10-16 Justin AndersonMake it possible to make identities use default ticket...
2008-10-15 Alexandra Ellwoodremove unused variable in kim_ui_cli_ask_change_password
2008-10-15 Tom YuUntabify. Normalize whitespace. Reindent. Fix some...
2008-10-15 Alexandra Ellwooduse KIM_BUILTIN_UI instead of LEAN_CLIENT for builtin UI
2008-10-15 Alexandra EllwoodMove GUI/CLI detection from KerberosIPC into KIM
2008-10-15 Alexandra EllwoodMerge KerberosIPC into k5_mig support
2008-10-15 Ken Raeburnhandle stash file names with missing keytab type spec...
2008-10-15 Ken RaeburnNow that we have support for conditionally exporting...
2008-10-15 Ken Raeburnmakedepend
2008-10-14 Justin AndersonPre-populate new clients with default client identity...
2008-10-14 Justin AndersonDon't wipe out previously entered information with...
2008-10-14 Alexandra Ellwoodkim test suite reports error messages incorrectly
2008-10-14 Alexandra EllwoodFree error message returned by krb5_get_error_message
2008-10-10 Alexandra Ellwoodkim_os_string_create_localized leaks CFStringRef
2008-10-10 Alexandra EllwoodTest KIM plugin
2008-10-10 Alexandra Ellwoodalways zero out authentication strings
2008-10-10 Alexandra Ellwoodkim_ui_plugin_fini sends pointer to context instead...
2008-10-10 Alexandra Ellwoodallow kim ui plugins to have any name
2008-10-10 Alexandra Ellwoodchange password should always reprompt on error
2008-10-10 Ken RaeburnPKINIT specs, draft 9 and final standard
2008-10-09 Alexandra EllwoodMissing keys in KerberosAgent Info.plist
2008-10-09 Alexandra Ellwoodprefs should not create empty dictionary for KIM_OPTION...
2008-10-09 Alexandra Ellwoodpreferences should handle KIM_OPTIONS_DEFAULT
2008-10-09 Alexandra Ellwoodkim_options_create sometimes returns KIM_OPTIONS_DEFAULT
2008-10-09 Alexandra EllwoodKL APIs which take a NULL principal return klParameterErr
2008-10-09 Alexandra EllwoodCrash in kim_credential_create_from_keytab
2008-10-09 Alexandra Ellwoodkim_options_copy should allow in_options to be KIM_OPTI...
2008-10-08 Justin AndersonKerberosAgent should log less
2008-10-08 Alexandra EllwoodRemoved unused header file include.
2008-10-08 Justin AndersonIgnore user interaction while busy. Done by toggling...
2008-10-08 Alexandra EllwoodKLL should use __attribute ((deprecated))
2008-10-08 Justin AndersonKerberosAgent should handle zoom button better
2008-10-07 Justin AndersonKerberosAgent fails to handle multiple clients because...
2008-10-07 Alexandra EllwoodKIM should remember options and identity if prefs indicate
2008-10-07 Alexandra EllwoodKLL shim layer does not correctly handle options
2008-10-07 Alexandra EllwoodIf the caller is a bundle, look up keys in its plist...
2008-10-07 Alexandra EllwoodKLLastChangedTime should return current time, not 0
2008-10-06 Alexandra EllwoodInclude header to get error table for KLL
2008-10-06 Alexandra EllwoodHinge building KLL shim off KIM_TO_KLL_SHIM, not LEAN_C...
2008-10-06 Ken RaeburnSubstitute LDAP in makefiles with "yes" or "no" dependi...
2008-10-06 Alexandra EllwoodAdd KLL error table
next