summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* kim_ui_plugin_fini sends pointer to context instead of contextAlexandra Ellwood2008-10-101-1/+1
* allow kim ui plugins to have any nameAlexandra Ellwood2008-10-101-2/+1
* change password should always reprompt on errorAlexandra Ellwood2008-10-101-12/+8
* Missing keys in KerberosAgent Info.plistAlexandra Ellwood2008-10-091-0/+4
* prefs should not create empty dictionary for KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-091-6/+7
* preferences should handle KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-095-11/+9
* kim_options_create sometimes returns KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-091-1/+12
* KL APIs which take a NULL principal return klParameterErrAlexandra Ellwood2008-10-094-85/+105
* Crash in kim_credential_create_from_keytabAlexandra Ellwood2008-10-091-1/+1
* kim_options_copy should allow in_options to be KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-091-1/+0
* KerberosAgent should log lessJustin Anderson2008-10-081-1/+0
* Removed unused header file include.Alexandra Ellwood2008-10-081-1/+0
* Ignore user interaction while busy. Done by toggling ignoresMouseEvents on au...Justin Anderson2008-10-082-9/+28
* KLL should use __attribute ((deprecated))Alexandra Ellwood2008-10-082-36/+39
* KerberosAgent should handle zoom button betterJustin Anderson2008-10-083-25/+32
* KerberosAgent fails to handle multiple clients because it attempts to message...Justin Anderson2008-10-071-0/+2
* KIM should remember options and identity if prefs indicateAlexandra Ellwood2008-10-072-4/+47
* KLL shim layer does not correctly handle optionsAlexandra Ellwood2008-10-071-40/+40
* If the caller is a bundle, look up keys in its plist file to get the nameAlexandra Ellwood2008-10-071-5/+8
* KLLastChangedTime should return current time, not 0Alexandra Ellwood2008-10-071-5/+54
* Include header to get error table for KLLAlexandra Ellwood2008-10-061-0/+3
* Hinge building KLL shim off KIM_TO_KLL_SHIM, not LEAN_CLIENTAlexandra Ellwood2008-10-063-4/+10
* Substitute LDAP in makefiles with "yes" or "no" depending on configuration.Ken Raeburn2008-10-0612-11/+194
* Add KLL error tableAlexandra Ellwood2008-10-061-0/+88
* Don't touch keychain if home directory access is disabledAlexandra Ellwood2008-10-061-14/+23
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-063-23/+43
* Fix a few missing-decl, signed/unsigned warningsKen Raeburn2008-10-067-6/+16
* See if we need a prototype for isblankKen Raeburn2008-10-061-0/+1
* In KRB5_NEED_PROTO, #undef the name before testingKen Raeburn2008-10-061-1/+2
* whitespaceKen Raeburn2008-10-067-3187/+3187
* Fix some signed/unsigned warningsKen Raeburn2008-10-064-5/+5
* Set up db_module_dir correctly in krb5.conf for testTom Yu2008-10-041-0/+3
* Only close windows in response to fini messages from clients.Justin Anderson2008-10-035-56/+46
* Make select identity dialog remember its size, but not the table column width...Justin Anderson2008-10-021-27/+26
* Localization fix for change password dialogJustin Anderson2008-10-023-95/+13
* Select identity switched to using new NSDictionary based options and change p...Justin Anderson2008-10-026-138/+334
* Password is not expired when changing password from select and Alexandra Ellwood2008-10-022-2/+2
* Don't write NULL name and path over stream. Just send empty stringsAlexandra Ellwood2008-10-021-2/+2
* Fix to get application name correctly. Was dropping argumentAlexandra Ellwood2008-10-021-2/+13
* Update to allow change password from select and enter identity dialogsJustin Anderson2008-10-025-118/+167
* Support for change password checkbox in enter and selectAlexandra Ellwood2008-10-0213-54/+170
* Resize dialogs better, added progress indicator to show KerberosAgent is work...Justin Anderson2008-10-0211-609/+582
* Increase the default RPC timeout for kadmin from 25 seconds to 120Greg Hudson2008-10-022-3/+3
* In clntudp_call, fix a bug in the handling of an error case (it failedGreg Hudson2008-10-021-1/+0
* Make enter identity dialog's smarter about matching a string with a set of fa...Justin Anderson2008-10-025-31/+115
* Make Enter Identity dialog have one auto-completing, auto-validating text fie...Justin Anderson2008-10-0216-699/+797
* Updated documentation to reflect new APIs and re-ran DoxygenAlexandra Ellwood2008-10-019-43/+84
* Fixed a bug in kim_identity_get_components string where itAlexandra Ellwood2008-10-011-1/+1
* Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood2008-10-017-115/+94
* Fixed crash in kim_options_write_to_streamAlexandra Ellwood2008-10-011-14/+12