ReactOS 0.4.16-dev-258-g81860b4
|
#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 350 of file credui_main.c.
Referenced by CredDialogInit(), CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 443 of file credui_main.c.
Referenced by CredDialogProc().
|
static |
Definition at line 203 of file credui_main.c.
Referenced by CredDialogShowCapsLockBalloon(), and CredDialogShowIncorrectPasswordBalloon().
|
static |
Definition at line 150 of file credui_main.c.
Referenced by CredDialogInit().
|
static |
Definition at line 331 of file credui_main.c.
Referenced by CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 378 of file credui_main.c.
Referenced by CredDialogProc().
|
static |
Definition at line 355 of file credui_main.c.
Referenced by CredDialogInit(), and CredDialogPasswordSubclassProc().
|
static |
Definition at line 488 of file credui_main.c.
Referenced by CredUIPromptForCredentialsW().
|
static |
Definition at line 289 of file credui_main.c.
Referenced by CredDialogInit(), CredDialogPasswordSubclassProc(), and CredDialogProc().
|
static |
Definition at line 245 of file credui_main.c.
Referenced by CredDialogInit().
BOOL WINAPI CredPackAuthenticationBufferW | ( | DWORD | flags, |
WCHAR * | username, | ||
WCHAR * | password, | ||
BYTE * | buf, | ||
DWORD * | size | ||
) |
Definition at line 987 of file credui_main.c.
Definition at line 719 of file credui_main.c.
Referenced by test_CredUIPromptForCredentials().
Definition at line 859 of file credui_main.c.
DWORD WINAPI CredUIParseUserNameW | ( | PCWSTR | pszUserName, |
PWSTR | pszUser, | ||
ULONG | ulMaxUserChars, | ||
PWSTR | pszDomain, | ||
ULONG | ulMaxDomainChars | ||
) |
Definition at line 761 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 599 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 975 of file credui_main.c.
Definition at line 837 of file credui_main.c.
Definition at line 848 of file credui_main.c.
DWORD WINAPI CredUIStoreSSOCredA | ( | PCSTR | pszRealm, |
PCSTR | pszUsername, | ||
PCSTR | pszPassword, | ||
BOOL | bPersist | ||
) |
Definition at line 815 of file credui_main.c.
DWORD WINAPI CredUIStoreSSOCredW | ( | PCWSTR | pszRealm, |
PCWSTR | pszUsername, | ||
PCWSTR | pszPassword, | ||
BOOL | bPersist | ||
) |
Definition at line 826 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 997 of file credui_main.c.
Definition at line 70 of file credui_main.c.
|
static |
Definition at line 563 of file credui_main.c.
Referenced by CredUIPromptForCredentialsW(), and SspiPromptForCredentialsW().
|
static |
Definition at line 105 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 868 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().