summaryrefslogtreecommitdiffstats
path: root/src/kim/agent
Commit message (Expand)AuthorAgeFilesLines
* Remove orphaned KfM codeGreg Hudson2012-06-2138-12679/+0
* make mark-cstyleTom Yu2009-10-3111-50/+50
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-091-59/+59
* KIM: window settingsZhanna Tsitkov2008-12-182-3/+3
* BIND_8_COMPAT no longer needed in LeopardAlexandra Ellwood2008-11-031-2/+0
* KerberosAgent bindings causing crashesJustin Anderson2008-10-313-37/+62
* KerberosAgent now saves successfully authenticated identities to favorites au...Justin Anderson2008-10-293-1/+26
* Clear auth prompt on success or cancel. Leave change password fields filled i...Justin Anderson2008-10-292-0/+26
* Removed unnecessary code that was resetting options whenever theAlexandra Ellwood2008-10-292-18/+0
* KerberosAgent hangs changing pw for passwordless identitiesJustin Anderson2008-10-293-0/+11
* Make all dialogs beyond the change password sheet also appear as sheetsJustin Anderson2008-10-174-89/+147
* Stop using -[NSWindow setIgnoresMouseEvents:] and manage enabled state of eac...Justin Anderson2008-10-173-16/+342
* KerberosAgent continues to ignore mouse events after errorJustin Anderson2008-10-171-0/+1
* When change password is called from the Select Identity dialog, it appears as...Justin Anderson2008-10-163-14/+64
* Make it possible to make identities use default ticket optionsJustin Anderson2008-10-1610-293/+755
* Pre-populate new clients with default client identity if that is set, as foun...Justin Anderson2008-10-141-0/+22
* Don't wipe out previously entered information with each new call from clientsJustin Anderson2008-10-141-6/+9
* Missing keys in KerberosAgent Info.plistAlexandra Ellwood2008-10-091-0/+4
* KerberosAgent should log lessJustin Anderson2008-10-081-1/+0
* Ignore user interaction while busy. Done by toggling ignoresMouseEvents on au...Justin Anderson2008-10-082-9/+28
* 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
* 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
* 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-022-0/+12
* Resize dialogs better, added progress indicator to show KerberosAgent is work...Justin Anderson2008-10-0211-609/+582
* 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
* Reversed sense of checks for NUL character in empty string. FixedAlexandra Ellwood2008-10-011-1/+1
* Correctly parse KIM_IDENTITY_ANY in error handlerAlexandra Ellwood2008-10-011-5/+10
* 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
* Support for passing options back and forth for enter_identity and Alexandra Ellwood2008-10-013-4/+43
* A working KIM-based KerberosAgent to handle all of KIM's built-in GUI prompti...Justin Anderson2008-10-0123-777/+3426
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-301-1/+1
* Support legacy KerberosAgent preference for save passwordsAlexandra Ellwood2008-09-291-1/+1
* Added support for disabling password saving, both globallyAlexandra Ellwood2008-09-292-1/+12
* test harness for KerberosAgent IPC layerAlexandra Ellwood2008-09-292-7/+46
* Fixed KerberosAgent plists so it is loading the correct server andAlexandra Ellwood2008-09-292-11/+27
* Actually make [Identity -componentsString] use kim_identity_get_components_st...Justin Anderson2008-09-284-18/+30
* Make [Identity -componentsString] use kim_identity_get_components_stringJustin Anderson2008-09-281-2/+1
* Flesh out KerberosAgent Select Identity dialog. Can now add, edit, and remove...Justin Anderson2008-09-2810-602/+3110
* Added kim_selection_hints_create_from_stream andAlexandra Ellwood2008-09-281-1/+3
* Create common stream and ipc layer for CCAPI and KIM. Alexandra Ellwood2008-09-285-731/+467
* Added launchd plist file for KerberosAgent Alexandra Ellwood2008-09-271-0/+10
* KerberosAgent MachIPC supportAlexandra Ellwood2008-09-273-0/+931
* C90 complianceAlexandra Ellwood2008-09-271-9/+10