aboutsummaryrefslogtreecommitdiff
path: root/src/kim/agent
AgeCommit message (Expand)AuthorFilesLines
2009-10-31make mark-cstyleTom Yu11-50/+50
2009-02-09Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn1-59/+59
2008-12-18KIM: window settingsZhanna Tsitkov2-3/+3
2008-11-03BIND_8_COMPAT no longer needed in LeopardAlexandra Ellwood1-2/+0
2008-10-31KerberosAgent bindings causing crashesJustin Anderson3-37/+62
2008-10-29KerberosAgent now saves successfully authenticated identities to favorites au...Justin Anderson3-1/+26
2008-10-29Clear auth prompt on success or cancel. Leave change password fields filled i...Justin Anderson2-0/+26
2008-10-29Removed unnecessary code that was resetting options whenever theAlexandra Ellwood2-18/+0
2008-10-29KerberosAgent hangs changing pw for passwordless identitiesJustin Anderson3-0/+11
2008-10-17Make all dialogs beyond the change password sheet also appear as sheetsJustin Anderson4-89/+147
2008-10-17Stop using -[NSWindow setIgnoresMouseEvents:] and manage enabled state of eac...Justin Anderson3-16/+342
2008-10-17KerberosAgent continues to ignore mouse events after errorJustin Anderson1-0/+1
2008-10-16When change password is called from the Select Identity dialog, it appears as...Justin Anderson3-14/+64
2008-10-16Make it possible to make identities use default ticket optionsJustin Anderson10-293/+755
2008-10-14Pre-populate new clients with default client identity if that is set, as foun...Justin Anderson1-0/+22
2008-10-14Don't wipe out previously entered information with each new call from clientsJustin Anderson1-6/+9
2008-10-09Missing keys in KerberosAgent Info.plistAlexandra Ellwood1-0/+4
2008-10-08KerberosAgent should log lessJustin Anderson1-1/+0
2008-10-08Ignore user interaction while busy. Done by toggling ignoresMouseEvents on au...Justin Anderson2-9/+28
2008-10-08KerberosAgent should handle zoom button betterJustin Anderson3-25/+32
2008-10-07KerberosAgent fails to handle multiple clients because it attempts to message...Justin Anderson1-0/+2
2008-10-03Only close windows in response to fini messages from clients.Justin Anderson5-56/+46
2008-10-02Make select identity dialog remember its size, but not the table column width...Justin Anderson1-27/+26
2008-10-02Localization fix for change password dialogJustin Anderson3-95/+13
2008-10-02Select identity switched to using new NSDictionary based options and change p...Justin Anderson6-138/+334
2008-10-02Update to allow change password from select and enter identity dialogsJustin Anderson5-118/+167
2008-10-02Support for change password checkbox in enter and selectAlexandra Ellwood2-0/+12
2008-10-02Resize dialogs better, added progress indicator to show KerberosAgent is work...Justin Anderson11-609/+582
2008-10-02Make enter identity dialog's smarter about matching a string with a set of fa...Justin Anderson5-31/+115
2008-10-02Make Enter Identity dialog have one auto-completing, auto-validating text fie...Justin Anderson16-699/+797
2008-10-01Reversed sense of checks for NUL character in empty string. FixedAlexandra Ellwood1-1/+1
2008-10-01Correctly parse KIM_IDENTITY_ANY in error handlerAlexandra Ellwood1-5/+10
2008-10-01Relaunch KerberosAgent more quickly so UI is more responsiveAlexandra Ellwood1-0/+2
2008-10-01Update enterIdentity handler to support passing and setting ticket options. Justin Anderson11-134/+522
2008-10-01Support for passing options back and forth for enter_identity and Alexandra Ellwood3-4/+43
2008-10-01A working KIM-based KerberosAgent to handle all of KIM's built-in GUI prompti...Justin Anderson23-777/+3426
2008-09-30krb5 library-side changes for com_err based error stringsAlexandra Ellwood1-1/+1
2008-09-29Support legacy KerberosAgent preference for save passwordsAlexandra Ellwood1-1/+1
2008-09-29Added support for disabling password saving, both globallyAlexandra Ellwood2-1/+12
2008-09-29test harness for KerberosAgent IPC layerAlexandra Ellwood2-7/+46
2008-09-29Fixed KerberosAgent plists so it is loading the correct server andAlexandra Ellwood2-11/+27
2008-09-28Actually make [Identity -componentsString] use kim_identity_get_components_st...Justin Anderson4-18/+30
2008-09-28Make [Identity -componentsString] use kim_identity_get_components_stringJustin Anderson1-2/+1
2008-09-28Flesh out KerberosAgent Select Identity dialog. Can now add, edit, and remove...Justin Anderson10-602/+3110
2008-09-28Added kim_selection_hints_create_from_stream andAlexandra Ellwood1-1/+3
2008-09-28Create common stream and ipc layer for CCAPI and KIM. Alexandra Ellwood5-731/+467
2008-09-27Added launchd plist file for KerberosAgent Alexandra Ellwood1-0/+10
2008-09-27KerberosAgent MachIPC supportAlexandra Ellwood3-0/+931
2008-09-27C90 complianceAlexandra Ellwood1-9/+10
2008-09-23KIM Identity selection dialog work. Updated to match changes to KIM APIJustin Anderson8-40/+484