Commit graph

28 commits

Author SHA1 Message Date
Andrew Talbot
3a498da739 credui: Sign-compare warnings fix. 2008-09-23 13:10:08 +02:00
Rob Shearman
8bee6946cc credui: Return the state of the dialog's save checkbox to CredUIPromptForCredentials. 2008-01-23 20:46:13 +01:00
Rob Shearman
9a032584f7 credui: The list should be the first parameter to the list_add_tail function. 2008-01-23 20:46:09 +01:00
Rob Shearman
e35665fc47 credui: Display a warning balloon if the user has Caps Lock on. 2007-11-20 12:29:00 +01:00
Rob Shearman
110f6e99e7 credui: Show a balloon tip in the credential dialog if CREDUI_FLAGS_INCORRECT_PASSWORD was specified. 2007-11-20 12:29:00 +01:00
Rob Shearman
0937f999f4 credui: Override the default banner if the caller specifies one to CredUIPromptForCredentialsW. 2007-11-19 13:53:26 +01:00
Rob Shearman
0ae7eafc03 credui: Make sure not to leave the password in memory when no longer in use. 2007-11-19 13:01:37 +01:00
Rob Shearman
28fb2f01ef credui: Ensure that the foreground window doesn't get changed while the user is typing in their password.
This doesn't currently work on Wine as LockSetForegroundWindow isn't 
implemented, but when it does it should work nicely.
2007-11-19 13:01:29 +01:00
Rob Shearman
4002964259 credui: Check for and don't add duplicates when filling the username combo box. 2007-11-19 13:00:58 +01:00
Rob Shearman
cdb6e9ed82 credui: Enumerate saved credentials and use these to populate the combo box. 2007-11-19 13:00:53 +01:00
Rob Shearman
bb529a4938 credui: Split CredDialogProc out into separate functions. 2007-11-19 13:00:32 +01:00
Rob Shearman
678d396508 credui: Add support for saving the credentials input using CredUIPromptForCredentials by calling CredWriteW. 2007-11-19 13:00:14 +01:00
Alexandre Julliard
0590fe2ecf Make some variables static. 2007-11-06 14:38:54 +01:00
Lionel Debroux
0a6bdc79e3 credui: Fix memory leak (found by Smatch). 2007-10-29 13:53:20 +01:00
Rob Shearman
ce5b6c8410 credui: Add a banner and message box to the dialog presented by CredUIPromptForCredentials. 2007-10-26 15:12:36 +02:00
Juan Lang
aa657e93be credui: Add proper parameter names to SSO stubs, and use symbolic return values. 2007-10-25 12:53:15 +02:00
Rob Shearman
3b219c9638 credui: Verify some of the parameters to CredUIPromptForCredentials, like native does. 2007-10-25 12:11:18 +02:00
Rob Shearman
33d1ad1098 credui: The pUIInfo parameter is optional to CredUIPromptForCredentials, so check before dereferencing it to get the parent window. 2007-10-25 12:11:11 +02:00
Rob Shearman
af069ad758 credui: Implement CredUIConfirmCredentialsW. 2007-10-25 12:11:02 +02:00
Juan Lang
a79ec597f4 credui: Add stubs. 2007-10-24 13:51:13 +02:00
Rob Shearman
ff014a8f6a credui: The pszUserName parameter in CredUIPromptForCredentialsW is in/out so dump the string on entry to the function. 2007-09-17 12:56:56 +02:00
Rob Shearman
d72f741a33 credui: The pfSave parameter of CredUIPromptForCredentials is optional. 2007-03-05 16:43:26 +01:00
Francois Gouget
4485b4506b credui: Better match the PSDK types and fix the winapi_check warnings. 2007-02-07 21:42:35 +01:00
Rob Shearman
7ed705eb2e credui: Fill out the username, password and domain edit boxes from the values input to CredUIPromptForCredentialsW.
Set the focus to the password edit box, unless the user edit box is empty.
2007-02-05 12:24:47 +01:00
Rob Shearman
c9c328c122 credui: Implement CredUIParseUserName. 2007-02-05 12:24:39 +01:00
Rob Shearman
4ca5d44ce5 credui: Set the focus to the username edit control. 2007-02-05 12:24:21 +01:00
Rob Shearman
9d4b8d33e0 credui: Implement CredUIPromptForCredentialsW and CredUIConfirmCredentialsW. 2007-01-23 12:09:32 +01:00
Rob Shearman
c82fde4058 credui: Add stubbed out credui DLL. 2007-01-23 12:01:59 +01:00