| Commit message (Expand) | Author | Age | Files | Lines |
| * | kim_ui_plugin_fini sends pointer to context instead of context | Alexandra Ellwood | 2008-10-10 | 1 | -1/+1 |
| * | allow kim ui plugins to have any name | Alexandra Ellwood | 2008-10-10 | 1 | -2/+1 |
| * | change password should always reprompt on error | Alexandra Ellwood | 2008-10-10 | 1 | -12/+8 |
| * | PKINIT specs, draft 9 and final standard | Ken Raeburn | 2008-10-10 | 2 | -0/+1247 |
| * | Missing keys in KerberosAgent Info.plist | Alexandra Ellwood | 2008-10-09 | 1 | -0/+4 |
| * | prefs should not create empty dictionary for KIM_OPTIONS_DEFAULT | Alexandra Ellwood | 2008-10-09 | 1 | -6/+7 |
| * | preferences should handle KIM_OPTIONS_DEFAULT | Alexandra Ellwood | 2008-10-09 | 5 | -11/+9 |
| * | kim_options_create sometimes returns KIM_OPTIONS_DEFAULT | Alexandra Ellwood | 2008-10-09 | 1 | -1/+12 |
| * | KL APIs which take a NULL principal return klParameterErr | Alexandra Ellwood | 2008-10-09 | 4 | -85/+105 |
| * | Crash in kim_credential_create_from_keytab | Alexandra Ellwood | 2008-10-09 | 1 | -1/+1 |
| * | kim_options_copy should allow in_options to be KIM_OPTIONS_DEFAULT | Alexandra Ellwood | 2008-10-09 | 1 | -1/+0 |
| * | KerberosAgent should log less | Justin Anderson | 2008-10-08 | 1 | -1/+0 |
| * | Removed unused header file include. | Alexandra Ellwood | 2008-10-08 | 1 | -1/+0 |
| * | Ignore user interaction while busy. Done by toggling ignoresMouseEvents on au... | Justin Anderson | 2008-10-08 | 2 | -9/+28 |
| * | 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 | 29 | -339/+685 |
| * | 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 |