Commit graph

87 commits

Author SHA1 Message Date
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
96714cf52e credui: Increase the dropped-down size of the username combo box. 2007-11-19 13:00:46 +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
Jonathan Ernst
b755629039 credui: Updated French translation. 2007-11-13 21:46:55 +01:00
Alexandre Julliard
0590fe2ecf Make some variables static. 2007-11-06 14:38:54 +01:00
Hwang YunSong(황윤성)
604530e3bd credui: Updated Korean resource. 2007-10-30 14:20:41 +01:00
Lionel Debroux
0a6bdc79e3 credui: Fix memory leak (found by Smatch). 2007-10-29 13:53:20 +01:00
Jeremy Newman
2da76a04a3 credui: Add a Wine-themed banner for the credentials dialog. 2007-10-26 15:13:14 +02: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
e146591cd6 credui: Add tests for CredUIPromptForCredentialsW and CredUIConfirmCredentialsW. 2007-10-25 12:14:18 +02:00
Rob Shearman
1d150b8920 credui: Build the import library. 2007-10-25 12:11:22 +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
Daniel Nylander
8290a43bd7 credui: Add Swedish translation. 2007-10-16 12:37:20 +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
Hwang YunSong(황윤성)
70714e4c04 credui: New Korean resource. 2007-06-11 20:18:54 +02:00
Alexander Nicolaysen Sørnes
8951a1b3a7 credui: Add Norwegian Bokmål resources. 2007-06-01 12:41:10 +02:00
Frank Richter
5c5fc99700 credui: Add German translation. 2007-05-14 14:25:59 +02:00
Mikołaj Zalewski
7ae93d05a9 credui: Add Polish translation. 2007-03-13 20:52:24 +01:00
Mikołaj Zalewski
840890e3b9 credui: Move language-dependent resources to credui_En.rc. 2007-03-13 20:52:14 +01:00
Rob Shearman
25e983d389 credui: Fix a missing ":" in the credential dialog domain name text box. 2007-03-06 12:10:44 +01: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
aa4f89c84d credui: Fix the order of the controls in the dialog so that the
keyboard shortcuts work correctly and so that tabbing through the
controls behaves as the user expects.
2007-02-06 20:23:24 +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