summaryrefslogtreecommitdiffstats
path: root/src/kim/agent/mac/IPCClient.h
diff options
context:
space:
mode:
authorJustin Anderson <jander@mit.edu>2008-10-02 17:34:17 +0000
committerJustin Anderson <jander@mit.edu>2008-10-02 17:34:17 +0000
commit347cfa63fa8d3097d540fa84146e020e06c9a91c (patch)
tree8e87a8f64d6a0bbc8f6158695914fb7262a1fd23 /src/kim/agent/mac/IPCClient.h
parentb8b7bd63231094a3583847853bf60cb002781161 (diff)
Resize dialogs better, added progress indicator to show KerberosAgent is working between interactions
Make Identity and Identities classes use NSDictionary representations of kim_options like the rest of KerberosAgent. ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20811 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kim/agent/mac/IPCClient.h')
-rw-r--r--src/kim/agent/mac/IPCClient.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/kim/agent/mac/IPCClient.h b/src/kim/agent/mac/IPCClient.h
index 172d79374f..361c4283aa 100644
--- a/src/kim/agent/mac/IPCClient.h
+++ b/src/kim/agent/mac/IPCClient.h
@@ -57,8 +57,12 @@
- (kim_error) handleError: (NSDictionary *) info;
- (void) didCancel;
-- (void) didSelectIdentity: (NSString *) identityString options: (NSDictionary *) options;
-- (void) didEnterIdentity: (NSString *) identityString options: (NSDictionary *) options;
+- (void) didSelectIdentity: (NSString *) identityString
+ options: (NSDictionary *) options
+ wantsChangePassword: (BOOL) wantsChangePassword;
+- (void) didEnterIdentity: (NSString *) identityString
+ options: (NSDictionary *) options
+ wantsChangePassword: (BOOL) wantsChangePassword;
- (void) didPromptForAuth: (NSString *) responseString saveResponse: (NSNumber *) saveResponse;
- (void) didChangePassword: (NSString *) oldPassword
newPassword: (NSString *) newPassword