ReactOS 0.4.16-dev-1049-g378a335
|
#include <stdarg.h>
#include <time.h>
#include <limits.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "wincred.h"
#include "winternl.h"
#include "crypt.h"
#include "wine/unicode.h"
#include "wine/debug.h"
#include "advapi32_misc.h"
Go to the source code of this file.
Macros | |
#define | KEY_SIZE 8 |
Variables | |
static const WCHAR | wszCredentialManagerKey [] |
static const WCHAR | wszEncryptionKeyValue [] = {'E','n','c','r','y','p','t','i','o','n','K','e','y',0} |
static const WCHAR | wszFlagsValue [] = {'F','l','a','g','s',0} |
static const WCHAR | wszTypeValue [] = {'T','y','p','e',0} |
static const WCHAR | wszCommentValue [] = {'C','o','m','m','e','n','t',0} |
static const WCHAR | wszLastWrittenValue [] = {'L','a','s','t','W','r','i','t','t','e','n',0} |
static const WCHAR | wszPersistValue [] = {'P','e','r','s','i','s','t',0} |
static const WCHAR | wszTargetAliasValue [] = {'T','a','r','g','e','t','A','l','i','a','s',0} |
static const WCHAR | wszUserNameValue [] = {'U','s','e','r','N','a','m','e',0} |
static const WCHAR | wszPasswordValue [] = {'P','a','s','s','w','o','r','d',0} |
Definition at line 2067 of file cred.c.
Referenced by cred_decode(), and CredUnmarshalCredentialW().
|
static |
Definition at line 1046 of file cred.c.
Referenced by CredWriteA().
|
static |
Definition at line 955 of file cred.c.
Referenced by CredEnumerateA(), CredReadA(), and CredReadDomainCredentialsA().
Definition at line 2077 of file cred.c.
Referenced by CredIsMarshaledCredentialW(), and CredUnmarshalCredentialW().
Definition at line 1961 of file cred.c.
Referenced by CredMarshalCredentialW().
Definition at line 1132 of file cred.c.
Definition at line 1165 of file cred.c.
Referenced by CredDeleteA().
BOOL WINAPI CredEnumerateA | ( | LPCSTR | Filter, |
DWORD | Flags, | ||
DWORD * | Count, | ||
PCREDENTIALA ** | Credentials | ||
) |
Definition at line 1226 of file cred.c.
BOOL WINAPI CredEnumerateW | ( | LPCWSTR | Filter, |
DWORD | Flags, | ||
DWORD * | Count, | ||
PCREDENTIALW ** | Credentials | ||
) |
Definition at line 1289 of file cred.c.
Referenced by CredDialogFillUsernameCombo(), CredEnumerateA(), and find_existing_credential().
Definition at line 1395 of file cred.c.
Referenced by CredDialogFillUsernameCombo(), CredEnumerateA(), CredReadA(), CredReadDomainCredentialsA(), find_existing_credential(), and ntlm_InitializeSecurityContextW().
Definition at line 2235 of file cred.c.
Definition at line 2201 of file cred.c.
Referenced by CredIsMarshaledCredentialA().
BOOL WINAPI CredMarshalCredentialA | ( | CRED_MARSHAL_TYPE | type, |
PVOID | cred, | ||
LPSTR * | out | ||
) |
Definition at line 1940 of file cred.c.
BOOL WINAPI CredMarshalCredentialW | ( | CRED_MARSHAL_TYPE | type, |
PVOID | cred, | ||
LPWSTR * | out | ||
) |
Definition at line 1993 of file cred.c.
Referenced by CredMarshalCredentialA().
Definition at line 1403 of file cred.c.
BOOL WINAPI CredReadDomainCredentialsA | ( | PCREDENTIAL_TARGET_INFORMATIONA | TargetInformation, |
DWORD | Flags, | ||
DWORD * | Size, | ||
PCREDENTIALA ** | Credentials | ||
) |
Definition at line 1608 of file cred.c.
BOOL WINAPI CredReadDomainCredentialsW | ( | PCREDENTIAL_TARGET_INFORMATIONW | TargetInformation, |
DWORD | Flags, | ||
DWORD * | Size, | ||
PCREDENTIALW ** | Credentials | ||
) |
Definition at line 1754 of file cred.c.
Referenced by CredReadDomainCredentialsA().
Definition at line 1450 of file cred.c.
Referenced by CredReadA(), and ntlm_GetCachedCredential().
BOOL WINAPI CredUnmarshalCredentialA | ( | LPCSTR | cred, |
PCRED_MARSHAL_TYPE | type, | ||
PVOID * | out | ||
) |
Definition at line 2049 of file cred.c.
BOOL WINAPI CredUnmarshalCredentialW | ( | LPCWSTR | cred, |
PCRED_MARSHAL_TYPE | type, | ||
PVOID * | out | ||
) |
Definition at line 2123 of file cred.c.
Referenced by CredUnmarshalCredentialA().
BOOL WINAPI CredWriteA | ( | PCREDENTIALA | Credential, |
DWORD | Flags | ||
) |
Definition at line 1775 of file cred.c.
BOOL WINAPI CredWriteW | ( | PCREDENTIALW | Credential, |
DWORD | Flags | ||
) |
Definition at line 1809 of file cred.c.
Referenced by CredWriteA(), and save_credentials().
Definition at line 639 of file cred.c.
Referenced by CredEnumerateW(), CredReadW(), and CredWriteW().
Definition at line 687 of file cred.c.
Referenced by CredDeleteW(), CredReadW(), and CredWriteW().
Definition at line 632 of file cred.c.
Referenced by CredDeleteW(), CredEnumerateW(), CredReadW(), CredWriteW(), and get_cred_mgr_encryption_key().
|
static |
Definition at line 68 of file cred.c.
Referenced by registry_read_credential().
Definition at line 719 of file cred.c.
Referenced by registry_enumerate_credentials().
|
static |
Definition at line 757 of file cred.c.
Referenced by CredEnumerateW().
|
static |
Definition at line 103 of file cred.c.
Referenced by CredReadW(), and registry_enumerate_credentials().
|
static |
Definition at line 501 of file cred.c.
Referenced by CredWriteW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | cred | ) |
|
static |
Definition at line 475 of file cred.c.
Referenced by registry_write_credential().
Definition at line 61 of file cred.c.
Referenced by registry_read_credential(), and registry_write_credential().
Definition at line 55 of file cred.c.
Referenced by open_cred_mgr_key().
|
static |
Definition at line 57 of file cred.c.
Referenced by get_cred_mgr_encryption_key().
Definition at line 59 of file cred.c.
Referenced by registry_read_credential(), and registry_write_credential().
Definition at line 62 of file cred.c.
Referenced by registry_read_credential(), and registry_write_credential().
Definition at line 66 of file cred.c.
Referenced by read_credential_blob(), and write_credential_blob().
Definition at line 63 of file cred.c.
Referenced by registry_read_credential(), and registry_write_credential().
Definition at line 64 of file cred.c.
Referenced by registry_read_credential(), and registry_write_credential().
Definition at line 60 of file cred.c.
Referenced by registry_read_credential(), and registry_write_credential().