atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / credui / credui_main.c
2012-10-18  Hans Leidekkercredui: Don't show a dialog if existing credentials...
2012-10-18  Hans Leidekkercredui: Don't save credentials if CREDUI_FLAGS_DO_NOT_P...
2012-10-18  Hans Leidekkercredui: Show the save password checkbox if both CREDUI_...
2012-08-13  Michael Stefaniuccredui: Avoid TRUE:FALSE conditional expressions,.
2012-07-11  Detlef Riekenbergcredui: Add a stub for CredUIInitControls.
2011-11-16  Francois Gougetcredui: Delete the static critical section when unloadi...
2011-08-01  Frédéric Delanoydlls: Assorted spelling fixes.
2009-06-11  Andrew Talbotcredui: Constify a variable.
2008-09-23  Andrew Talbotcredui: Sign-compare warnings fix.
2008-01-23  Rob Shearmancredui: Return the state of the dialog's save checkbox...
2008-01-23  Rob Shearmancredui: The list should be the first parameter to the...
2007-11-20  Rob Shearmancredui: Display a warning balloon if the user has Caps...
2007-11-20  Rob Shearmancredui: Show a balloon tip in the credential dialog...
2007-11-19  Rob Shearmancredui: Override the default banner if the caller speci...
2007-11-19  Rob Shearmancredui: Make sure not to leave the password in memory...
2007-11-19  Rob Shearmancredui: Ensure that the foreground window doesn't get...
2007-11-19  Rob Shearmancredui: Check for and don't add duplicates when filling...
2007-11-19  Rob Shearmancredui: Enumerate saved credentials and use these to...
2007-11-19  Rob Shearmancredui: Split CredDialogProc out into separate functions.
2007-11-19  Rob Shearmancredui: Add support for saving the credentials input...
2007-11-06  Alexandre JulliardMake some variables static.
2007-10-29  Lionel Debrouxcredui: Fix memory leak (found by Smatch).
2007-10-26  Rob Shearmancredui: Add a banner and message box to the dialog...
2007-10-25  Juan Langcredui: Add proper parameter names to SSO stubs, and...
2007-10-25  Rob Shearmancredui: Verify some of the parameters to CredUIPromptFo...
2007-10-25  Rob Shearmancredui: The pUIInfo parameter is optional to CredUIProm...
2007-10-25  Rob Shearmancredui: Implement CredUIConfirmCredentialsW.
2007-10-24  Juan Langcredui: Add stubs.
2007-09-17  Rob Shearmancredui: The pszUserName parameter in CredUIPromptForCre...
2007-03-05  Rob Shearmancredui: The pfSave parameter of CredUIPromptForCredenti...
2007-02-07  Francois Gougetcredui: Better match the PSDK types and fix the winapi_...
2007-02-05  Rob Shearmancredui: Fill out the username, password and domain...
2007-02-05  Rob Shearmancredui: Implement CredUIParseUserName.
2007-02-05  Rob Shearmancredui: Set the focus to the username edit control.
2007-01-23  Rob Shearmancredui: Implement CredUIPromptForCredentialsW and CredU...
2007-01-23  Rob Shearmancredui: Add stubbed out credui DLL.