summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Reversed sense of checks for NUL character in empty string. FixedAlexandra Ellwood2008-10-012-8/+8
* Correctly parse KIM_IDENTITY_ANY in error handlerAlexandra Ellwood2008-10-011-5/+10
* Loop on enter identity if auth failsAlexandra Ellwood2008-10-011-81/+103
* Correctly translate NULL hints when reading from a streamAlexandra Ellwood2008-10-011-11/+53
* Relaunch KerberosAgent more quickly so UI is more responsiveAlexandra Ellwood2008-10-011-0/+2
* Update enterIdentity handler to support passing and setting ticket options. Justin Anderson2008-10-0111-134/+522
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-019-55/+584
* Fill out credentials when getting tickets with changed passwordAlexandra Ellwood2008-10-011-0/+7
* Support for passing options back and forth for enter_identity and Alexandra Ellwood2008-10-0118-62/+199
* A working KIM-based KerberosAgent to handle all of KIM's built-in GUI prompti...Justin Anderson2008-10-0123-777/+3426
* When kim_options_write_to_stream is given NULL options, create default option...Justin Anderson2008-10-011-3/+9
* kim_selection_hints_get_identity should call kim_ui_fini even when kim_ui_sel...Justin Anderson2008-10-011-2/+4
* Check for NULL hints_array passed back from kim_os_selection_hints_get_select...Justin Anderson2008-10-011-1/+1
* First pass at KLL shim layer. (no private apis)Alexandra Ellwood2008-10-018-9/+2072
* Fixed typo where kpasswd was prompting for the new passwordAlexandra Ellwood2008-10-011-1/+1
* CCAPI should use common ipc and stream codeAlexandra Ellwood2008-09-3060-1731/+565
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-3017-156/+95
* kim_os_identity_get_saved_password should always return an error whenAlexandra Ellwood2008-09-301-1/+5
* Check for null saved password in kim_ui_prompter. Just because kim_os_get_sav...Justin Anderson2008-09-301-1/+1
* Fixed a bug where getting addressless tickets would cause kimAlexandra Ellwood2008-09-301-5/+5
* Support legacy KerberosAgent preference for save passwordsAlexandra Ellwood2008-09-294-6/+21
* Added support for disabling password saving, both globallyAlexandra Ellwood2008-09-2915-29/+172
* UI should lazy init so that init and fini are only called if oneAlexandra Ellwood2008-09-293-92/+138
* test harness for KerberosAgent IPC layerAlexandra Ellwood2008-09-292-7/+46
* Removed useless init and cleanup functions. Alexandra Ellwood2008-09-294-46/+15
* If in_identity is NULL, use the identity the user entered.Alexandra Ellwood2008-09-291-3/+3
* Fixed KerberosAgent plists so it is loading the correct server andAlexandra Ellwood2008-09-292-11/+27
* kim_credential_create_new should support NULL in_identity.Alexandra Ellwood2008-09-291-5/+13
* Actually make [Identity -componentsString] use kim_identity_get_components_st...Justin Anderson2008-09-284-18/+30