Sweden-Number/dlls/advapi32
Piotr Caban a4b12eb9f9 advapi32/tests: Add test for mapping DACL to permission.
This test shows that first DACL entry that allows or denies access
should be used. The logic inside server for translating DACL to
permission is not matching it (always scans all DACL entries, deny
entries have bigger priority).
2015-03-27 20:45:49 +09:00
..
tests advapi32/tests: Add test for mapping DACL to permission. 2015-03-27 20:45:49 +09:00
Makefile.in configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
advapi.c advapi32: Switch to heap helpers in the rest of the code. 2014-08-29 09:57:56 +02:00
advapi32.spec advapi32: Partially implement NotifyServiceStatusChangeW. 2015-02-26 23:05:12 +09:00
advapi32_misc.h advapi32: Use heap* helpers in service code. 2014-08-25 10:54:50 +02:00
cred.c advapi32: Switch to heap helpers in the rest of the code. 2014-08-29 09:57:56 +02:00
crypt.c advapi32: Add stub for CloseEncryptedFileRaw. 2014-09-01 21:10:13 +02:00
crypt.h advapi32: Avoid using CONST. 2013-09-23 11:53:54 +02:00
crypt_arc4.c
crypt_des.c
crypt_lmhash.c
crypt_md4.c
crypt_md5.c
crypt_sha.c
eventlog.c advapi32: Stub EventActivityIdControl. 2015-02-26 20:08:49 +09:00
lsa.c advapi32: Return success from LsaAddAccountRights. 2014-11-04 21:19:35 +09:00
registry.c advapi32: Fix HKLM\Software handling when opening with KEY_WOW64_32KEY. 2015-01-19 14:19:32 +01:00
security.c advapi: Don't use CreateFile when opening file with possibly empty DACL. 2015-03-27 20:40:52 +09:00
service.c advapi32: Fix compilation on systems that don't support nameless unions. 2015-03-02 13:48:57 +09:00
svcctl.idl makefiles: Add makedep pragmas for client and server idl files. 2013-11-05 20:38:18 +01:00
version.rc