|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 45 of file credui_main.c.
| #define TOOLID_CAPSLOCKON 2 |
Definition at line 43 of file credui_main.c.
| #define TOOLID_INCORRECTPASSWORD 1 |
Definition at line 42 of file credui_main.c.
Definition at line 352 of file credui_main.c.
Referenced by CredDialogInit(), CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 445 of file credui_main.c.
Referenced by CredDialogProc().
|
static |
Definition at line 205 of file credui_main.c.
Referenced by CredDialogShowCapsLockBalloon(), and CredDialogShowIncorrectPasswordBalloon().
|
static |
Definition at line 152 of file credui_main.c.
Referenced by CredDialogInit().
|
static |
Definition at line 333 of file credui_main.c.
Referenced by CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 380 of file credui_main.c.
Referenced by CredDialogProc().
|
static |
Definition at line 357 of file credui_main.c.
Referenced by CredDialogInit(), and CredDialogPasswordSubclassProc().
|
static |
Definition at line 490 of file credui_main.c.
Referenced by CredUIPromptForCredentialsW().
|
static |
Definition at line 291 of file credui_main.c.
Referenced by CredDialogInit(), CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 247 of file credui_main.c.
Referenced by CredDialogInit().
| BOOL WINAPI CredPackAuthenticationBufferW | ( | DWORD | flags, |
| WCHAR * | username, | ||
| WCHAR * | password, | ||
| BYTE * | buf, | ||
| DWORD * | size | ||
| ) |
Definition at line 989 of file credui_main.c.
Definition at line 721 of file credui_main.c.
Referenced by test_CredUIPromptForCredentials().
Definition at line 861 of file credui_main.c.
| DWORD WINAPI CredUIParseUserNameW | ( | PCWSTR | pszUserName, |
| PWSTR | pszUser, | ||
| ULONG | ulMaxUserChars, | ||
| PWSTR | pszDomain, | ||
| ULONG | ulMaxDomainChars | ||
| ) |
Definition at line 763 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 601 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 977 of file credui_main.c.
Definition at line 839 of file credui_main.c.
Definition at line 850 of file credui_main.c.
| DWORD WINAPI CredUIStoreSSOCredA | ( | PCSTR | pszRealm, |
| PCSTR | pszUsername, | ||
| PCSTR | pszPassword, | ||
| BOOL | bPersist | ||
| ) |
Definition at line 817 of file credui_main.c.
| DWORD WINAPI CredUIStoreSSOCredW | ( | PCWSTR | pszRealm, |
| PCWSTR | pszUsername, | ||
| PCWSTR | pszPassword, | ||
| BOOL | bPersist | ||
| ) |
Definition at line 828 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 999 of file credui_main.c.
Definition at line 70 of file credui_main.c.
|
static |
Definition at line 565 of file credui_main.c.
Referenced by CredUIPromptForCredentialsW(), and SspiPromptForCredentialsW().
|
static |
Definition at line 107 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 870 of file credui_main.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | credui | ) |
|
static |
Definition at line 61 of file credui_main.c.
|
static |
Definition at line 60 of file credui_main.c.
Referenced by CredUIConfirmCredentialsW(), CredUIPromptForCredentialsW(), and DllMain().
|
static |
Definition at line 56 of file credui_main.c.
Referenced by CredDialogCreateBalloonTip(), CredDialogInit(), CredDialogShowCapsLockBalloon(), CredDialogShowIncorrectPasswordBalloon(), CredUIPromptForCredentialsW(), and DllMain().
Definition at line 58 of file credui_main.c.
Referenced by CredUIConfirmCredentialsW(), CredUIPromptForCredentialsW(), and DllMain().