Sebastian Lackner
|
0e42bce0b6
|
server: Fix handling of MAXIMUM_ALLOWED in token_access_check.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-03 19:05:10 +01:00 |
Owen Rudge
|
bbe6233734
|
advapi32/tests: Add test of LsaLookupSids buffer behaviour.
Signed-off-by: Owen Rudge <orudge@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-02-03 19:05:09 +01:00 |
Hans Leidekker
|
57c4d280f8
|
advapi32/tests: Skip StartTrace tests if the user doesn't have admin rights.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-17 12:25:04 +01:00 |
Huw Davies
|
e3c8794dfc
|
advapi32/tests: Update ACE registry tests with Windows 10 values.
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-13 14:51:06 +01:00 |
Zebediah Figura
|
1bcd38f788
|
advapi32: Add tests for StartTrace().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-12-20 19:58:53 +01:00 |
Jacek Caban
|
2f1d068abd
|
ntdll: Added TokenIsAppContainer semi-stub implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-15 16:08:16 -06:00 |
Jacek Caban
|
bf1537da8b
|
advapi32/tests: Added TokenIsAppContainer tests.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-15 16:08:10 -06:00 |
Alistair Leslie-Hughes
|
d0350eef1e
|
advapi32/test: Stop crash when ReadEventLog returns an unexpected error.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-09 19:06:26 +01:00 |
André Hentschel
|
49f2d424ac
|
advapi32/tests: Don't crash the service test on wow64 Wine.
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-10-03 20:43:00 +02:00 |
André Hentschel
|
4464793e60
|
advapi32/tests: Allow Win8+ flags for Admins ACE.
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 12:04:12 +09:00 |
André Hentschel
|
9db9c9ef5a
|
advapi32/tests: Allow MACHINE\Software to be owned by local system.
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 12:04:10 +09:00 |
Francois Gouget
|
0beaaa6bc2
|
advapi32/tests: Some spelling fixes for the security ok() messages.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-19 14:56:58 +09:00 |
Sebastian Lackner
|
df77e490d8
|
advapi32: Fix return value of RegNotifyChangeKeyValue for pending events.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-04-06 00:31:20 +09:00 |
Alexandre Julliard
|
303daeef58
|
advapi32: Fix null termination in RegQueryInfoKeyA.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-15 14:10:41 +09:00 |
Jacek Caban
|
e625e86ee1
|
kernel32: Don't set unconditionally SECTION_QUERY flag in OpenFileMapping.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-14 13:54:52 +09:00 |
Sebastian Lackner
|
2ddcd97bb1
|
advapi32: Fix RegDeleteTreeW when an empty string is passed.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-02 23:29:26 +09:00 |
Hugh McMaster
|
50c5a2ce2e
|
advapi32/tests: Add tests for deleting the default value.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-01 21:35:40 +09:00 |
Hugh McMaster
|
80383dcf39
|
advapi32/tests: Fix typos.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-03-01 21:35:24 +09:00 |
Frédéric Delanoy
|
1bccc8b027
|
advapi32/tests: Use todo_wine_if() in tests.
Signed-off-by: Frédéric Delanoy <frederic.delanoy@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-29 20:05:01 +09:00 |
Michael Müller
|
6b7c576bc5
|
advapi32: Implement RegCopyTreeA/W.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-29 20:05:01 +09:00 |
Sebastian Lackner
|
8358fd1c26
|
advapi32/tests: Add tests for RegCopyTree.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-29 20:05:00 +09:00 |
Sebastian Lackner
|
ae0dc70bb0
|
advapi32/tests: Improve RegDeleteTree tests.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-29 20:05:00 +09:00 |
Qian Hong
|
954ca154ac
|
advapi32/tests: Add more invalid parameter tests for AccessCheck.
Signed-off-by: Qian Hong <qhong@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-19 19:37:41 +09:00 |
Qian Hong
|
86c4790721
|
advapi32/tests: Add invalid parameter tests for AccessCheck.
Signed-off-by: Qian Hong <qhong@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-16 23:26:30 +09:00 |
André Hentschel
|
4684dc2bfb
|
advapi32/tests: Use todo_wine_if() in tests.
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-16 12:09:39 +09:00 |
Nikolay Sivov
|
2abec634ac
|
advapi32/tests: Simplify tests using todo_wine_if().
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-12 12:17:44 +09:00 |
Michael Müller
|
c937cf6ad2
|
advapi32/tests: Add tests for Win8 pseudo handles.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-11 12:15:57 +09:00 |
Francois Gouget
|
7371c44336
|
advapi32/tests: Trace the SIDs if they are not as expected.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-28 21:27:34 +09:00 |
Nikolay Sivov
|
62d3309a72
|
advapi32: Make RegOpenCurrentUser() return real key handles for current SID.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-05 17:53:17 +01:00 |
Michael Müller
|
79636bebbf
|
advapi32: Set last error to ERROR_SUCCESS in GetSidIdentifierAuthority.
Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-09 00:53:41 +09:00 |
Vincent Povirk
|
f742b05d77
|
advapi32/tests: Skip test when registry virtualization can't delete values.
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-23 13:14:13 +09:00 |
Hugh McMaster
|
11669fa5e2
|
Assorted spelling and grammar fixes.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-17 22:56:40 +09:00 |
Sebastian Lackner
|
96f4f53937
|
server: Do not require SeBackupPrivilege in load_registry and unload_registry.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-16 17:26:22 +09:00 |
Jacek Caban
|
5935e9509b
|
advapi32/tests: Properly test sdlen value.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-16 20:04:30 +09:00 |
Nikolay Sivov
|
076f50ee6c
|
advapi32/tests: Simplify conditional expression (PVS-Studio).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-13 23:35:24 +09:00 |
Hans Leidekker
|
a5b4ed75cf
|
advapi32/tests: Avoid more test failures.
|
2015-09-11 18:21:58 +09:00 |
Hans Leidekker
|
ca32deb0d2
|
advapi32/tests: Perform a case-insensitive match on domain names.
|
2015-09-07 18:52:18 +09:00 |
Hans Leidekker
|
b368cd1b71
|
advapi32/tests: Avoid test failures when running as an unprivileged user.
|
2015-09-07 18:52:16 +09:00 |
Vincent Povirk
|
997484964a
|
advapi32: RegOpenKeyEx can return special roots when asked for empty subkey.
|
2015-09-01 15:24:14 +09:00 |
Matt Durgavich
|
b573986188
|
advapi32/tests: Fix for crashes on Mac OS X.
|
2015-08-27 21:43:46 +09:00 |
Hans Leidekker
|
3a771b6066
|
advapi32: Add well-known SID WinBuiltinAnyPackageSid.
|
2015-08-26 23:15:26 +09:00 |
Dmitry Timoshkov
|
48ed6a6f3e
|
advapi32/tests: Add a test to show that THREAD_QUERY_INFORMATION should grant THREAD_QUERY_LIMITED_INFORMATION.
|
2015-08-20 17:35:13 +09:00 |
Dmitry Timoshkov
|
9e22949cec
|
advapi32/tests: Add a test to show that PROCESS_QUERY_INFORMATION should implicitly grant PROCESS_QUERY_LIMITED_INFORMATION access.
|
2015-08-19 20:19:57 +09:00 |
Dmitry Timoshkov
|
8a088d7c2f
|
advapi32/tests: Fix compilation with PSDK.
|
2015-08-19 20:19:56 +09:00 |
Bernhard Übelacker
|
eecd136cb7
|
advapi32: Fail in RegEnumValue on missing value or val_count parameters.
|
2015-07-08 16:02:25 +09:00 |
Michael Müller
|
4f3acf31de
|
advapi32: Add initial implementation for GetWindowsAccountDomainSid.
|
2015-06-24 23:01:45 +09:00 |
Michael Müller
|
54b3973ee0
|
advapi32/tests: Add tests for GetWindowsAccountDomainSid.
|
2015-06-24 23:01:45 +09:00 |
Sebastian Lackner
|
a176655414
|
advapi32/tests: Explicitly check return value of GetTokenInformation.
|
2015-06-24 22:57:37 +09:00 |
Huw Davies
|
645a31474c
|
Revert "advapi32: Fix RegEnumValueW when enumerating long values.".
This reverts commit 443ef6e7a6 .
The tests fail on all versions of Windows.
|
2015-06-23 15:04:03 +09:00 |
Bernhard Übelacker
|
443ef6e7a6
|
advapi32: Fix RegEnumValueW when enumerating long values.
|
2015-06-22 20:58:23 +09:00 |