Commit Graph

16 Commits (master)

Author SHA1 Message Date
Alexandre Julliard 60ac1cec62 include: Use DECLSPEC_HIDDEN instead of DECLSPEC_IMPORT for dll exports.
DECLSPEC_IMPORT interferes with delay imports on MinGW.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-02 17:10:34 +02:00
Hans Leidekker 71ba1feb35 include: Fix the definition of CREDUI_MAX_DOMAIN_TARGET_LENGTH.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-21 15:51:55 +01:00
Hans Leidekker 0ec0f07526 credui: Add a stub implementation of CredUIPromptForWindowsCredentialsW.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-07-14 17:52:35 +09:00
Hans Leidekker 92468f785e credui: Add a partial implementation of SspiPromptForCredentials. 2015-08-17 14:46:28 +09:00
Detlef Riekenberg d96de83089 advapi32: Implement CredIsMarshaledCredentialA/W. 2012-07-12 16:08:53 -05:00
Hans Leidekker d5d2f01d3e advapi32: Implement CredMarshalCredential and CredUnmarshalCredential. 2012-03-09 11:32:46 +01:00
Andrey Turkin 0b21bb75a0 advapi32: Implement CredReadDomainCredentials stub and tests. 2008-12-26 13:42:38 +01:00
Francois Gouget ddab29b7d1 advapi32: Add a rudimentary implementation of CredGetSessionTypes(). 2008-02-15 12:05:20 +01:00
Francois Gouget 8edfee18cc advapi32: Add some missing CRED_TYPE_XXX constants. 2008-02-15 12:05:09 +01:00
Alexandre Julliard 2d1da3430c include: Add WINADVAPI to the exported advapi32 functions. 2007-11-07 12:27:27 +01:00
Rob Shearman d1696ff5fe include: Take care to not declare CtxtHandle and PCtxtHandle more than once when including both sspi.h and wincred.h. 2007-11-05 13:24:36 +01:00
Rob Shearman eb239a47cc include: Fix a typo in wincred.h.
The Attribute field of the CREDENTIALA/W structs should instead be 
Attributes.
2007-05-30 11:51:41 +02:00
Rob Shearman 213f645a10 include: Add credential serialisation APIs to wincred.h. 2007-03-13 20:31:29 +01:00
Francois Gouget 4485b4506b credui: Better match the PSDK types and fix the winapi_check warnings. 2007-02-07 21:42:35 +01:00
Francois Gouget 78c874f982 credui: Make wincred.h C++ compatible. 2007-02-07 21:42:08 +01:00
Rob Shearman 0ca78828c3 include: Add wincred.h header file. 2006-11-13 16:12:50 +01:00