|
ReactOS 0.4.17-dev-806-gffa4164
|
#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winnt.h"#include "winuser.h"#include "wincred.h"#include "rpc.h"#include "sspi.h"#include "commctrl.h"#include "credui_resources.h"#include "wine/debug.h"#include "wine/list.h"
Go to the source code of this file.
Classes | |
| struct | pending_credentials |
| struct | cred_dialog_params |
Macros | |
| #define | TOOLID_INCORRECTPASSWORD 1 |
| #define | TOOLID_CAPSLOCKON 2 |
| #define | ID_CAPSLOCKPOP 1 |
Variables | |
| static HINSTANCE | hinstCredUI |
| static struct list | pending_credentials_list = LIST_INIT(pending_credentials_list) |
| static CRITICAL_SECTION | csPendingCredentials = { &critsect_debug, -1, 0, 0, 0, 0 } |
| static CRITICAL_SECTION_DEBUG | critsect_debug |
| #define ID_CAPSLOCKPOP 1 |
Definition at line 42 of file credui_main.c.
| #define TOOLID_CAPSLOCKON 2 |
Definition at line 40 of file credui_main.c.
| #define TOOLID_INCORRECTPASSWORD 1 |
Definition at line 39 of file credui_main.c.
Definition at line 344 of file credui_main.c.
Referenced by CredDialogInit(), CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 437 of file credui_main.c.
Referenced by CredDialogProc().
|
static |
Definition at line 197 of file credui_main.c.
Referenced by CredDialogShowCapsLockBalloon(), and CredDialogShowIncorrectPasswordBalloon().
|
static |
Definition at line 144 of file credui_main.c.
Referenced by CredDialogInit().
|
static |
Definition at line 325 of file credui_main.c.
Referenced by CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 372 of file credui_main.c.
Referenced by CredDialogProc().
|
static |
Definition at line 349 of file credui_main.c.
Referenced by CredDialogInit(), and CredDialogPasswordSubclassProc().
|
static |
Definition at line 482 of file credui_main.c.
Referenced by CredUIPromptForCredentialsW().
|
static |
Definition at line 283 of file credui_main.c.
Referenced by CredDialogInit(), CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 239 of file credui_main.c.
Referenced by CredDialogInit().
| BOOL WINAPI CredPackAuthenticationBufferW | ( | DWORD | flags, |
| WCHAR * | username, | ||
| WCHAR * | password, | ||
| BYTE * | buf, | ||
| DWORD * | size | ||
| ) |
Definition at line 978 of file credui_main.c.
Definition at line 713 of file credui_main.c.
Referenced by test_CredUIPromptForCredentials().
Definition at line 853 of file credui_main.c.
| DWORD WINAPI CredUIParseUserNameW | ( | PCWSTR | pszUserName, |
| PWSTR | pszUser, | ||
| ULONG | ulMaxUserChars, | ||
| PWSTR | pszDomain, | ||
| ULONG | ulMaxDomainChars | ||
| ) |
Definition at line 755 of file credui_main.c.
| DWORD WINAPI CredUIPromptForCredentialsW | ( | PCREDUI_INFOW | pUIInfo, |
| PCWSTR | pszTargetName, | ||
| PCtxtHandle | Reserved, | ||
| DWORD | dwAuthError, | ||
| PWSTR | pszUsername, | ||
| ULONG | ulUsernameMaxChars, | ||
| PWSTR | pszPassword, | ||
| ULONG | ulPasswordMaxChars, | ||
| PBOOL | pfSave, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 593 of file credui_main.c.
Referenced by SspiPromptForCredentialsW(), and test_CredUIPromptForCredentials().
| DWORD WINAPI CredUIPromptForWindowsCredentialsW | ( | CREDUI_INFOW * | info, |
| DWORD | error, | ||
| ULONG * | package, | ||
| const void * | in_buf, | ||
| ULONG | in_buf_size, | ||
| void ** | out_buf, | ||
| ULONG * | out_buf_size, | ||
| BOOL * | save, | ||
| DWORD | flags | ||
| ) |
Definition at line 966 of file credui_main.c.
Definition at line 831 of file credui_main.c.
Definition at line 842 of file credui_main.c.
| DWORD WINAPI CredUIStoreSSOCredA | ( | PCSTR | pszRealm, |
| PCSTR | pszUsername, | ||
| PCSTR | pszPassword, | ||
| BOOL | bPersist | ||
| ) |
Definition at line 809 of file credui_main.c.
| DWORD WINAPI CredUIStoreSSOCredW | ( | PCWSTR | pszRealm, |
| PCWSTR | pszUsername, | ||
| PCWSTR | pszPassword, | ||
| BOOL | bPersist | ||
| ) |
Definition at line 820 of file credui_main.c.
| BOOL WINAPI CredUnPackAuthenticationBufferW | ( | DWORD | flags, |
| void * | buf, | ||
| DWORD | size, | ||
| WCHAR * | username, | ||
| DWORD * | len_username, | ||
| WCHAR * | domain, | ||
| DWORD * | len_domain, | ||
| WCHAR * | password, | ||
| DWORD * | len_password | ||
| ) |
Definition at line 988 of file credui_main.c.
Definition at line 67 of file credui_main.c.
|
static |
Definition at line 557 of file credui_main.c.
Referenced by CredUIPromptForCredentialsW(), and SspiPromptForCredentialsW().
|
static |
Definition at line 99 of file credui_main.c.
Referenced by CredUIConfirmCredentialsW(), and CredUIPromptForCredentialsW().
| ULONG SEC_ENTRY SspiPromptForCredentialsW | ( | PCWSTR | target, |
| void * | info, | ||
| DWORD | error, | ||
| PCWSTR | package, | ||
| PSEC_WINNT_AUTH_IDENTITY_OPAQUE | input_id, | ||
| PSEC_WINNT_AUTH_IDENTITY_OPAQUE * | output_id, | ||
| BOOL * | save, | ||
| DWORD | sspi_flags | ||
| ) |
Definition at line 862 of file credui_main.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | credui | ) |
|
static |
Definition at line 58 of file credui_main.c.
|
static |
Definition at line 57 of file credui_main.c.
Referenced by CredUIConfirmCredentialsW(), CredUIPromptForCredentialsW(), and DllMain().
|
static |
Definition at line 53 of file credui_main.c.
Referenced by CredDialogCreateBalloonTip(), CredDialogInit(), CredDialogShowCapsLockBalloon(), CredDialogShowIncorrectPasswordBalloon(), CredUIPromptForCredentialsW(), and DllMain().
Definition at line 55 of file credui_main.c.
Referenced by CredUIConfirmCredentialsW(), CredUIPromptForCredentialsW(), and DllMain().