Dmitry Timoshkov
b940c5e7c9
advapi32: Implement LsaGetUserName.
...
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-10 20:31:58 +01:00
Dmitry Timoshkov
65cab573ab
advapi32/tests: Fix compilation with PSDK compiler.
...
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-10 20:31:55 +01:00
Francois Gouget
ad9fb96e5b
advapi32/tests: The Everyone group name is sometimes translated.
...
This depends on SystemPreferredUILanguages, which does not always
match the language really used by the Windows interface
(UserDefaultUILanguage). Also the group name is not translated in all
languages. So just check the name that LsaLookupSids() returns in a
few known languages.
Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-03-23 11:37:11 +01:00
Zebediah Figura
ee01244434
advapi32: Return the string SID if LookupAccountSid() fails.
...
Based on a patch by Qian Hong.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-02 18:48:23 +01:00
Zebediah Figura
e291fb4dc9
advapi32/tests: Clean up and expand tests for LsaLookupSids().
...
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-02-02 18:48:23 +01:00
Michael Stefaniuc
0f2f4e7ff8
advapi32/tests: Use the available ARRAY_SIZE() macro.
...
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-05-29 09:28:02 +02:00
Nikolay Sivov
2c8427e0dc
advapi32: Partially implement LsaLookupPrivilegeName().
...
Based on patch by Michael Müller.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-03 09:53:13 +01:00
Nikolay Sivov
7112b60c83
advapi32/tests: Merge some test code.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-03 09:52:42 +01:00
Nikolay Sivov
90f94eae1d
advapi32/tests: Remove dynamic function binding from LSA tests.
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-03 09:52:40 +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
Eric Kohl
b23ed0bc17
advapi32/tests: Fix typos in test_LsaLookupNames2.
2014-09-17 10:18:32 +02:00
Frédéric Delanoy
91f2435469
Assorted spelling fixes.
2014-01-09 17:39:59 +01:00
Nikolay Sivov
f6b2aa4a01
advapi32/tests: Compile with -D__WINESRC__.
2013-10-15 14:28:20 +02:00
Nikolay Sivov
bc52f1c029
advapi32: Fix allocation length for domain list (Valgrind).
2013-04-29 13:33:54 +02:00
Detlef Riekenberg
245dbaac5d
advapi32/tests: Skip tests on non-English systems.
2013-02-11 11:46:08 +01:00
Nikolay Sivov
af641dc94c
advapi32: Make it possible to free data buffer returned from LsaLookupSids().
2013-01-21 12:51:13 +01:00
Frédéric Delanoy
760faf01a9
tests: Assorted spelling fixes.
2011-08-04 18:27:37 +02:00
Harry Jeffery
4faf80280c
Fixed various spelling mistakes.
2010-07-26 13:34:20 +02:00
Aric Stewart
6308f40da7
advapi32: Fill the PLSA_REFERENCED_DOMAIN_LIST parameters for LsaLookupNames2 and LsaLookupSids.
2009-10-01 15:39:58 +02:00
Hans Leidekker
9cec6e64ec
advapi32: Add tests for LsaLookupNames2.
2009-08-07 11:39:50 +02:00
Ge van Geldorp
dcf4a9903b
advapi32: Set values to 0 in LsaEnumerateAccountRights.
2009-06-16 13:40:31 +02:00
Francois Gouget
e3b00de35f
advapi32/tests: Use win_skip() to skip over unimplemented functionality.
2009-02-26 12:18:46 +01:00
Alexandre Julliard
79c64acc7b
tests: Don't depend on the static uuid libraries in the tests.
...
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
Kai Blin
c7ffd4fab9
advapi32: Fix lsa tests for domain members.
...
For a domain member, the domain info contains meaningful implementation.
It makes no sense to check for the standalone case only.
2008-06-25 10:39:22 +02:00
Francois Gouget
a3317a5c01
Assorted spelling fixes.
2007-07-05 19:56:34 +02:00
Paul Vriens
8fae363595
advapi32/tests: Use skip when we don't have enough rights.
2007-07-03 20:39:32 +02:00
Francois Gouget
d9e8a0f63e
Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.
2007-03-28 12:36:13 +02:00
Paul Vriens
69299c7738
advapi32/tests: Move skip to a more appropriate place.
2007-03-05 16:43:27 +01:00
Paul Vriens
d478f5dadd
advapi32/tests: Make use of skip.
2007-03-05 12:05:47 +01:00
Francois Gouget
5cff5038a9
Fix ntsecapi.h so it does not depend on winternl.h.
2006-11-08 12:53:19 +01:00
Hans Leidekker
53535d6e13
advapi32/tests: Win64 printf format warning fixes.
2006-10-04 20:56:14 +02:00
Robert Reif
c339d8e272
advapi32: Fix lsa tests on windows98.
2006-09-07 10:21:57 +02:00
Robert Reif
ee32bd99dd
advapi32: Fix lsa tests.
2006-08-26 18:55:04 +02:00
Robert Reif
58ce495599
advapi32: Output information on failed LsaQueryInformationPolicy tests.
2006-08-24 14:09:14 +02:00
Robert Reif
6abfc027d5
advapi32: Fix LsaQueryInformationPolicy test to pass on NT4.
2006-08-16 12:41:17 +02:00
Robert Reif
70071af6ad
advapi32: Try again with different access mask if LsaOpenPolicy fails with STATUS_ACCESS_DENIED.
2006-08-14 20:17:09 +02:00
Robert Reif
dabf5e88bf
advapi32: Check returned data from LsaQueryInformationPolicy.
2006-08-02 22:05:03 +02:00
Robert Reif
c6e513dc72
advapi32: More LsaQueryInformationPolicy tests.
2006-08-01 18:34:35 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Robert Reif
1ed98cc7eb
advapi32: Add some lsa tests.
2006-05-05 17:38:53 +02:00