Patch from Richard Basch to work around Solaris 8 lacking isblank()
[krb5.git] / src / kim /
2011-03-09 Greg HudsonAdjust most C source files to match the new standards...
2009-10-31 Tom Yumake mark-cstyle
2009-02-09 Ken RaeburnRename functions from k5_ipc_stream_* to krb5int_ipc_st...
2008-12-18 Zhanna TsitkovKIM: window settings
2008-11-03 Alexandra EllwoodAdd _with_password credential acquisition functions...
2008-11-03 Alexandra EllwoodBIND_8_COMPAT no longer needed in Leopard
2008-10-31 Justin AndersonKerberosAgent bindings causing crashes
2008-10-31 Alexandra EllwoodNo . at end of strings
2008-10-31 Alexandra EllwoodAvoid duplicate identical dialogs in KIM
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-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 Alexandra EllwoodUse CFStringGetCStringPtr if possible to avoid wasting...
2008-10-22 Alexandra EllwoodKIM should only display error dialogs if it has display...
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-17 Justin AndersonMake all dialogs beyond the change password sheet also...
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 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 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-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-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 Alexandra EllwoodAdd KLL error table
2008-10-06 Alexandra EllwoodDon't touch keychain if home directory access is disabled
2008-10-03 Justin AndersonOnly close windows in response to fini messages from...
2008-10-02 Justin AndersonMake select identity dialog remember its size, but...
2008-10-02 Justin AndersonLocalization fix for change password dialog
2008-10-02 Justin AndersonSelect identity switched to using new NSDictionary...
2008-10-02 Alexandra EllwoodPassword is not expired when changing password from...
2008-10-02 Alexandra EllwoodDon't write NULL name and path over stream. Just send...
2008-10-02 Alexandra EllwoodFix to get application name correctly. Was dropping...
2008-10-02 Justin AndersonUpdate to allow change password from select and enter...
2008-10-02 Alexandra EllwoodSupport for change password checkbox in enter and select
2008-10-02 Justin AndersonResize dialogs better, added progress indicator to...
2008-10-02 Justin AndersonMake enter identity dialog's smarter about matching...
2008-10-02 Justin AndersonMake Enter Identity dialog have one auto-completing...
2008-10-01 Alexandra EllwoodFixed a bug in kim_identity_get_components string where it
2008-10-01 Alexandra EllwoodMake unset strings in kim_options and kim_selection_hints
2008-10-01 Alexandra EllwoodFixed crash in kim_options_write_to_stream
2008-10-01 Alexandra EllwoodReversed sense of checks for NUL character in empty...
2008-10-01 Alexandra EllwoodCorrectly parse KIM_IDENTITY_ANY in error handler
2008-10-01 Alexandra EllwoodLoop on enter identity if auth fails
2008-10-01 Alexandra EllwoodCorrectly translate NULL hints when reading from a...
2008-10-01 Alexandra EllwoodRelaunch KerberosAgent more quickly so UI is more respo...
2008-10-01 Justin AndersonUpdate enterIdentity handler to support passing and...
2008-10-01 Alexandra EllwoodFinished KLL to KIM shim.
2008-10-01 Alexandra EllwoodFill out credentials when getting tickets with changed...
2008-10-01 Alexandra EllwoodSupport for passing options back and forth for enter_id...
2008-10-01 Justin AndersonA working KIM-based KerberosAgent to handle all of...
2008-10-01 Justin AndersonWhen kim_options_write_to_stream is given NULL options...
2008-10-01 Justin Andersonkim_selection_hints_get_identity should call kim_ui_fin...
2008-10-01 Justin AndersonCheck for NULL hints_array passed back from kim_os_sele...
2008-10-01 Alexandra EllwoodFirst pass at KLL shim layer. (no private apis)
next