| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | KLL should use __attribute ((deprecated)) | Alexandra Ellwood | 2008-10-08 | 2 | -36/+39 |
| * | KerberosAgent should handle zoom button better | Justin Anderson | 2008-10-08 | 3 | -25/+32 |
| * | KerberosAgent fails to handle multiple clients because it attempts to message... | Justin Anderson | 2008-10-07 | 1 | -0/+2 |
| * | KIM should remember options and identity if prefs indicate | Alexandra Ellwood | 2008-10-07 | 2 | -4/+47 |
| * | KLL shim layer does not correctly handle options | Alexandra Ellwood | 2008-10-07 | 1 | -40/+40 |
| * | If the caller is a bundle, look up keys in its plist file to get the name | Alexandra Ellwood | 2008-10-07 | 1 | -5/+8 |
| * | KLLastChangedTime should return current time, not 0 | Alexandra Ellwood | 2008-10-07 | 1 | -5/+54 |
| * | Include header to get error table for KLL | Alexandra Ellwood | 2008-10-06 | 1 | -0/+3 |
| * | Hinge building KLL shim off KIM_TO_KLL_SHIM, not LEAN_CLIENT | Alexandra Ellwood | 2008-10-06 | 3 | -4/+10 |
| * | Substitute LDAP in makefiles with "yes" or "no" depending on configuration. | Ken Raeburn | 2008-10-06 | 12 | -11/+194 |
| * | Add KLL error table | Alexandra Ellwood | 2008-10-06 | 1 | -0/+88 |
| * | Don't touch keychain if home directory access is disabled | Alexandra Ellwood | 2008-10-06 | 1 | -14/+23 |
| * | Change LDAP key-sequence encoder to use a single data structure | Ken Raeburn | 2008-10-06 | 3 | -23/+43 |
| * | Fix a few missing-decl, signed/unsigned warnings | Ken Raeburn | 2008-10-06 | 7 | -6/+16 |
| * | See if we need a prototype for isblank | Ken Raeburn | 2008-10-06 | 1 | -0/+1 |
| * | In KRB5_NEED_PROTO, #undef the name before testing | Ken Raeburn | 2008-10-06 | 1 | -1/+2 |
| * | whitespace | Ken Raeburn | 2008-10-06 | 7 | -3187/+3187 |
| * | Fix some signed/unsigned warnings | Ken Raeburn | 2008-10-06 | 4 | -5/+5 |
| * | Set up db_module_dir correctly in krb5.conf for test | Tom Yu | 2008-10-04 | 1 | -0/+3 |
| * | Only close windows in response to fini messages from clients. | Justin Anderson | 2008-10-03 | 5 | -56/+46 |
| * | Make select identity dialog remember its size, but not the table column width... | Justin Anderson | 2008-10-02 | 1 | -27/+26 |
| * | Localization fix for change password dialog | Justin Anderson | 2008-10-02 | 3 | -95/+13 |
| * | Select identity switched to using new NSDictionary based options and change p... | Justin Anderson | 2008-10-02 | 6 | -138/+334 |
| * | Password is not expired when changing password from select and | Alexandra Ellwood | 2008-10-02 | 2 | -2/+2 |
| * | Don't write NULL name and path over stream. Just send empty strings | Alexandra Ellwood | 2008-10-02 | 1 | -2/+2 |
| * | Fix to get application name correctly. Was dropping argument | Alexandra Ellwood | 2008-10-02 | 1 | -2/+13 |
| * | Update to allow change password from select and enter identity dialogs | Justin Anderson | 2008-10-02 | 5 | -118/+167 |
| * | Support for change password checkbox in enter and select | Alexandra Ellwood | 2008-10-02 | 13 | -54/+170 |
| * | Resize dialogs better, added progress indicator to show KerberosAgent is work... | Justin Anderson | 2008-10-02 | 11 | -609/+582 |
| * | Increase the default RPC timeout for kadmin from 25 seconds to 120 | Greg Hudson | 2008-10-02 | 2 | -3/+3 |
| * | In clntudp_call, fix a bug in the handling of an error case (it failed | Greg Hudson | 2008-10-02 | 1 | -1/+0 |
| * | Make enter identity dialog's smarter about matching a string with a set of fa... | Justin Anderson | 2008-10-02 | 5 | -31/+115 |
| * | Make Enter Identity dialog have one auto-completing, auto-validating text fie... | Justin Anderson | 2008-10-02 | 16 | -699/+797 |
| * | Updated documentation to reflect new APIs and re-ran Doxygen | Alexandra Ellwood | 2008-10-01 | 9 | -43/+84 |
| * | Fixed a bug in kim_identity_get_components string where it | Alexandra Ellwood | 2008-10-01 | 1 | -1/+1 |
| * | Make unset strings in kim_options and kim_selection_hints | Alexandra Ellwood | 2008-10-01 | 7 | -115/+94 |
| * | Fixed crash in kim_options_write_to_stream | Alexandra Ellwood | 2008-10-01 | 1 | -14/+12 |
| * | Reversed sense of checks for NUL character in empty string. Fixed | Alexandra Ellwood | 2008-10-01 | 2 | -8/+8 |
| * | Correctly parse KIM_IDENTITY_ANY in error handler | Alexandra Ellwood | 2008-10-01 | 1 | -5/+10 |
| * | Loop on enter identity if auth fails | Alexandra Ellwood | 2008-10-01 | 1 | -81/+103 |
| * | Correctly translate NULL hints when reading from a stream | Alexandra Ellwood | 2008-10-01 | 1 | -11/+53 |
| * | Relaunch KerberosAgent more quickly so UI is more responsive | Alexandra Ellwood | 2008-10-01 | 1 | -0/+2 |
| * | Update enterIdentity handler to support passing and setting ticket options. | Justin Anderson | 2008-10-01 | 11 | -134/+522 |
| * | Finished KLL to KIM shim. | Alexandra Ellwood | 2008-10-01 | 9 | -55/+584 |
| * | Fill out credentials when getting tickets with changed password | Alexandra Ellwood | 2008-10-01 | 1 | -0/+7 |
| * | Support for passing options back and forth for enter_identity and | Alexandra Ellwood | 2008-10-01 | 18 | -62/+199 |
| * | A working KIM-based KerberosAgent to handle all of KIM's built-in GUI prompti... | Justin Anderson | 2008-10-01 | 23 | -777/+3426 |
| * | When kim_options_write_to_stream is given NULL options, create default option... | Justin Anderson | 2008-10-01 | 1 | -3/+9 |
| * | kim_selection_hints_get_identity should call kim_ui_fini even when kim_ui_sel... | Justin Anderson | 2008-10-01 | 1 | -2/+4 |
| * | Check for NULL hints_array passed back from kim_os_selection_hints_get_select... | Justin Anderson | 2008-10-01 | 1 | -1/+1 |