Commit Graph

35 Commits (master)

Author SHA1 Message Date
Martin Liska 9afc341c4f include: Avoid compound literals for WCHAR strings.
Starting from GCC 9, compound liferal's scope has changed:
https://www.gnu.org/software/gcc/gcc-9/porting_to.html#complit

Signed-off-by: Martin Liska <mliska@suse.cz>
Signed-off-by: Marcus Meissner <meissner@suse.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-12 11:44:26 +02:00
Alex Henrie c11017771a include: Correct definition of CRYPT_PROVUI_FUNCS.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-18 18:44:22 +01:00
Michael Stefaniuc fd578822dd include: Use offsetof() instead of open coding it.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-22 10:01:35 +01:00
Huw Davies 9430954c8a include: Add new members to WINTRUST_DATA and CRYPT_PROVIDER_DATA.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-11-28 14:16:50 +01:00
Juan Lang 1a1a2187de wintrust: Add a few missing defines. 2008-09-18 12:32:25 +02:00
Marcus Meissner de530b55af include: Allocation size markup. 2008-09-15 11:23:27 +02:00
Rob Shearman 8e0f125f45 wintrust: Implement WTHelperGetProvPrivateDataFromChain.
Also fill in pfnAddPrivData2Chain in WintrustLoadFunctionPointers, which 
is the complement of WTHelperGetProvPrivateDataFromChain.
2008-04-24 11:49:35 +02:00
Paul Vriens 254000dc99 include/wintrust.h: Add missing members to CRYPT_PROVIDER_DATA struct (fixes some wintrust tests on Windows). 2008-02-04 11:16:25 +01:00
Zach Goldberg 17651d0d0c Fix some typos. 2008-01-03 13:10:04 +01:00
Francois Gouget f9ee796c42 wintrust: Add a prototype for WTHelperGetProvCertFromChain(). 2007-08-30 17:02:48 +02:00
Juan Lang 3db50276ab wintrust: Add missing definitions. 2007-08-29 11:59:39 +02:00
Juan Lang 01b083c575 imagehlp: Move WIN_CERTIFICATE types to wintrust.h, and rename a type, to match PSDK. 2007-08-28 11:56:37 +02:00
Juan Lang bb963cc920 wintrust: Add trust step error definitions. 2007-08-27 19:33:50 +02:00
Juan Lang 67a0ff46eb wintrust: Make crypt provider functions calling convention explicit. 2007-08-27 19:33:44 +02:00
Juan Lang 98dd6c75e2 wintrust: Add missing definitions. 2007-08-13 11:34:12 +02:00
Juan Lang 1af94dbf3b wintrust: Implement WintrustGetRegPolicyFlags and WintrustSetRegPolicyFlags. 2007-05-15 15:53:37 +02:00
Juan Lang da3970df78 wintrust: Fix typo. 2007-05-03 14:21:55 +02:00
Francois Gouget 923c95a6da wintrust: Better match the PSDK types and fix the winapi_check warnings. 2007-01-26 13:54:06 +01:00
Michael Stefaniuc d7fe958511 include: Remove stray '\' at end of lines. 2007-01-09 12:03:42 +01:00
Juan Lang 180c814c67 wintrust.h: Remove duplicate definitions. Spotted by Paul Vriens. 2006-09-27 18:18:46 +02:00
Juan Lang 5860cc2426 wintrust.h: Add missing defines. 2006-09-27 09:40:56 +02:00
Paul Vriens 1f05420b5c wintrust: Added stubbed WintrustAddDefaultForUsage. 2006-09-12 14:57:28 +02:00
Francois Gouget 6393fed2d4 wintrust: In recent SDKs, WinVerifyTrust()'s last parameter is a void pointer. 2006-09-11 11:29:19 +02:00
Paul Vriens 2bb7f91c1f wintrust.h: Added several defines needed for the registration of wintrust.dll. 2006-09-07 13:07:44 +02:00
Paul Vriens 3943f468ac wintrust.h: Added a new define for a provider function. 2006-09-07 12:57:20 +02:00
Paul Vriens 3747f22337 wintrust: Implementation of WintrustAddActionID. 2006-09-07 10:54:18 +02:00
Paul Vriens 036e4ffb6e wintrust.h: Add a GUID. 2006-09-07 10:15:04 +02:00
Paul Vriens 5ffb0174b0 wintrust.h: Added some defines. 2006-08-18 11:34:06 +02:00
Paul Vriens 80df5324ba wintrust: Added stubbed WintrustLoadFunctionPointers. 2006-08-15 19:24:49 +02:00
Paul Vriens 6f872e5313 wintrust: Added stubbed WintrustRemoveActionID. 2006-08-14 20:49:18 +02:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Juan Lang 2c5f20b701 wintrust: Add some stubs. 2006-02-18 15:50:01 +01:00
Paul Vriens b92725af17 Add missing member to WINTRUST_DATA struct. 2005-07-15 09:56:40 +00:00
Mike McCormack 8ec6682278 Define some functions and structures. 2005-06-01 19:49:29 +00:00
Francois Gouget 85ae255f96 Fix some issues reported by winapi_check:
Add mscat.h and wintrust.h; update wincrypt.h.
Fix the CryptCATAdminAcquireContext() and WinVerifyTrust() prototypes
so they use the proper types.
Update the wintrust section of win32.api.
2004-10-21 21:00:29 +00:00