wine-wine/dlls/advapi32
Dmitry Timoshkov 4ccb064355 advapi32: Properly skip not supported parts of the object ACE.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-08 12:36:19 +02:00
..
tests advapi32/tests: Check RegGetValueA() RRF_SUBKEY_WOW64??KEY validation. 2020-03-27 21:16:13 +01:00
Makefile.in advapi32: Move performance stubs to kernelbase. 2019-06-25 13:22:17 +02:00
advapi.c advapi32: Add InitiateShutdown{A,W} stub. 2019-05-07 09:16:47 -05:00
advapi32.spec kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
advapi32_misc.h include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
cred.c advapi32: Introduce ARRAY_SIZE macro. 2018-03-20 11:37:00 +01:00
crypt.c advapi32: Fix 3 comments about pdwReserved and dwFlags. 2020-03-18 19:37:21 +01:00
crypt.h advapi32: Use standard refcount in CRYPTPROV. 2020-03-17 16:00:07 +01:00
crypt_arc4.c
crypt_des.c
crypt_lmhash.c
eventlog.c advapi32: Move more event log stubs to ntdll. 2019-06-24 14:52:08 +02:00
lsa.c advapi32: Return the string SID if LookupAccountSid() fails. 2020-02-02 18:48:23 +01:00
registry.c advapi32: Move registry functions to kernelbase. 2019-06-25 13:22:17 +02:00
security.c advapi32: Properly skip not supported parts of the object ACE. 2020-04-08 12:36:19 +02:00
service.c advapi32: Use the ARRAY_SIZE() macro. 2018-11-12 20:32:11 +01:00
svcctl.idl
version.rc
wmi.c