]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2009-01-29  Ken RaeburnWhen listing master key versions, if none of them appea...
2009-01-29  Ken RaeburnSupport -n (dry-run) and -v (verbose) options for updat...
2009-01-29  Ken Raeburnhandle updating an activation time for a mkvno that...
2009-01-29  Ken Raeburnreport error if time string doesn't parse
2009-01-29  Ken RaeburnImplement "kdb5_util update_princ_encryption"
2009-01-29  Ken RaeburnUnlock mutex for principal-iterator callback. (Bug...
2009-01-29  Greg HudsonImplement krb5_db_store_master_key_list.
2009-01-29  Will FiveashFix an issue Ken noted with the kdb5_util dump -mkey_co...
2009-01-28  Will Fiveashsvn merge -r21791:21820 svn+ssh://wfiveash@svn.mit...
2009-01-28  Will FiveashAdd code to refetch master key list if the matching...
2009-01-28  Will FiveashMake sure nentries == 1 after calling krb5_db_get_princ...
2009-01-28  Will FiveashFixed bad free logic in krb5_dbe_free_key_list which...
2009-01-27  Will FiveashModified the ldap plugin so the mkvno slot in the krbpr...
2009-01-27  Will FiveashMore review changes:
2009-01-27  Will FiveashMore review changes:
2009-01-26  Greg HudsonRevert an #include of <kdb.h> in kfree.c which stuck...
2009-01-26  Will FiveashBah, forgot to remove the -lkdb5 dependency in the...
2009-01-26  Will FiveashRestore krb5_free_key_data_contents() as it was in
2009-01-26  Greg HudsonNamespace-protect get_key_data_kvno
2009-01-26  Will FiveashWork to address some of Ken's review comments. This...
2009-01-23  Will FiveashMerge with head of trunk. Pulled in Ken's fix for...
2009-01-22  Will FiveashChange the name of the krb5_dbe_act_mkey_list function to
2009-01-22  Will FiveashFixed problem that was causing the src/tests/mkeystash_...
2009-01-21  Will FiveashModified krb5_db_fetch_mkey() to use the enctype in...
2009-01-21  Will FiveashMerge with current head of trunk:
2009-01-21  Will FiveashMade a change to the code reading the mkey stash to...
2009-01-20  Will FiveashMore bug fixes. There were several bugs in the existin...
2009-01-16  Will FiveashFixed the kdb5_util list_mkeys command (wasn't printing...
2009-01-16  Will FiveashFixed several more places where type mismatches could...
2009-01-16  Will FiveashFixed several bugs discovered during initial debugging...
2009-01-13  Will FiveashFixed some compiler warning issues
2009-01-13  Will FiveashAdded kdb5_util list_mkeys command, cleaned up some...
2009-01-10  Will FiveashMerged with current trunk, no new function added. ...
2009-01-09  Will FiveashFirst commit. This project is not completely finished...
2008-10-03  Will FiveashBranch for the Master Key Migration project
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  Greg HudsonIncrease the default RPC timeout for kadmin from 25...
2008-10-02  Greg HudsonIn clntudp_call, fix a bug in the handling of an error...
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 EllwoodUpdated documentation to reflect new APIs and re-ran...
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)
2008-10-01  Alexandra EllwoodFixed typo where kpasswd was prompting for the new...
2008-09-30  Alexandra EllwoodCCAPI should use common ipc and stream code
2008-09-30  Alexandra Ellwoodkrb5 library-side changes for com_err based error strings
2008-09-30  Alexandra Ellwoodkim_os_identity_get_saved_password should always return...
2008-09-30  Justin AndersonCheck for null saved password in kim_ui_prompter. Just...
2008-09-30  Alexandra EllwoodFixed a bug where getting addressless tickets would...
2008-09-29  Alexandra EllwoodSupport legacy KerberosAgent preference for save passwords
2008-09-29  Alexandra EllwoodAdded support for disabling password saving, both globally
2008-09-29  Alexandra EllwoodUI should lazy init so that init and fini are only...
2008-09-29  Alexandra Ellwoodtest harness for KerberosAgent IPC layer
2008-09-29  Alexandra EllwoodRemoved useless init and cleanup functions.
2008-09-29  Alexandra EllwoodIf in_identity is NULL, use the identity the user entered.
2008-09-29  Alexandra EllwoodFixed KerberosAgent plists so it is loading the correct...
2008-09-29  Alexandra Ellwoodkim_credential_create_new should support NULL in_identity.
2008-09-28  Justin AndersonActually make [Identity -componentsString] use kim_iden...
2008-09-28  Alexandra EllwoodPlace structure in thread specific data to store client...
2008-09-28  Justin AndersonMake [Identity -componentsString] use kim_identity_get_...
2008-09-28  Justin AndersonFlesh out KerberosAgent Select Identity dialog. Can...
2008-09-28  Alexandra EllwoodAdded kim_selection_hints_create_from_stream and
2008-09-28  Alexandra EllwoodCreate common stream and ipc layer for CCAPI and KIM.
2008-09-28  Justin AndersonMake kim_credential_get_options set correct renewal...
2008-09-27  Alexandra EllwoodAdded launchd plist file for KerberosAgent
2008-09-27  Alexandra EllwoodRenamed kim_identity_get_components to kim_identity_get...
2008-09-27  Justin AndersonAdd kim_preferences_get/set_minimum/maximum_lifetime...
2008-09-27  Justin Andersonkim_credential_get_options was setting the lifetime...
2008-09-27  Alexandra EllwoodKerberosAgent MachIPC support
2008-09-27  Alexandra EllwoodC90 compliance
2008-09-26  Alexandra Ellwoodkim_options_set_service_name should be able to take...
2008-09-26  Alexandra EllwoodAdded kim_credential_get_options and kim_ccache_get_options
2008-09-26  Alexandra EllwoodRemoved argument from kipc_client_lookup_server
2008-09-26  Alexandra EllwoodRemoved application name setting function from kim_sele...
2008-09-26  Alexandra EllwoodInitial checkin of Mac OS X ipc support.
2008-09-25  Justin AndersonAdd test for recently fixed kim_preferences_remove_favo...
next