Rob Shearman
|
214eb389c9
|
advapi32: Change the test for the type parameter of RegQueryValueExA to only run on Win9x, since the value is set to a random value on NT.
|
2006-12-28 12:17:04 +01:00 |
Francois Gouget
|
cbec9337e6
|
advapi32/tests: Replace an '#if 0' with an 'if (0)'.
|
2006-12-14 20:24:41 +01:00 |
Paul Vriens
|
3d3529d605
|
advapi32/tests: Free memory after use.
|
2006-12-06 11:26:48 +01:00 |
James Hawkins
|
19a49eb51a
|
advapi32: Add tests for LookupAccountName.
|
2006-12-01 13:12:04 +01:00 |
Francois Gouget
|
5cff5038a9
|
Fix ntsecapi.h so it does not depend on winternl.h.
|
2006-11-08 12:53:19 +01:00 |
Andrey Turkin
|
f15af94db8
|
advapi32: Test for OpenProcessToken with MAXIMUM_ALLOWED access.
|
2006-11-06 13:48:06 +01:00 |
Eric Pouech
|
4dfd319dbf
|
advapi32: Plug a couple of memory leaks.
|
2006-10-20 13:49:50 +02:00 |
Francois Gouget
|
ef998ea6cb
|
Assorted spelling fixes.
|
2006-10-16 11:33:38 +02:00 |
Hans Leidekker
|
53535d6e13
|
advapi32/tests: Win64 printf format warning fixes.
|
2006-10-04 20:56:14 +02:00 |
Paul Vriens
|
1a2aa7ca3d
|
advapi32: Make sure it's a real cleanup.
|
2006-10-02 21:38:04 +02:00 |
Michael Stefaniuc
|
85ce5117c5
|
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:08:30 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Robert Reif
|
c339d8e272
|
advapi32: Fix lsa tests on windows98.
|
2006-09-07 10:21:57 +02:00 |
Andrew Talbot
|
0eebab8652
|
advapi32/tests: Cast-qual warnings fix.
|
2006-08-28 11:36:58 +02:00 |
Robert Reif
|
d46c9e2ec2
|
advapi32: Fix security tests to not crash on windows.
|
2006-08-28 11:36:02 +02:00 |
Robert Reif
|
f0085e6376
|
advapi32: Fix LookupAccountSid and tests to pass on windows and wine.
|
2006-08-26 18:55:12 +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
|
ca80c55ae8
|
advapi32: LookupAccountSid buffer size query tests.
|
2006-08-21 12:07:54 +02:00 |
Robert Reif
|
e8e501f44b
|
advapi32: Fix test_LookupAccountSid to work on win9x.
|
2006-08-18 11:35:22 +02:00 |
Robert Shearman
|
bc590e87a6
|
advapi32: Add tests for RegQueryValueEx to show that it sets the data
size to 0 when a buffer isn't present and that it sets the type to
REG_NONE on Win9x.
|
2006-08-16 17:02:04 +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
|
aea864ce61
|
advapi32: Add more LookupAccountSid tests.
|
2006-08-14 11:46:13 +02:00 |
Andrew Talbot
|
b843ce55c7
|
advapi32/tests: Write-strings warnings fix.
|
2006-08-14 11:44:52 +02:00 |
Robert Reif
|
08484ba498
|
advapi32: Add more SID tests.
|
2006-08-04 20:44:52 +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 |
Robert Reif
|
76fe25241d
|
advapi32: Add string sid tests.
|
2006-07-31 11:15:21 +02:00 |
Robert Reif
|
accfc06c7a
|
advapi32: Print more info about failed test.
|
2006-07-31 11:15:21 +02:00 |
Robert Reif
|
a2cdb3ba9a
|
advapi32: Partial LookupAccountSid implementation.
|
2006-07-21 13:25:29 +02:00 |
Andrew Talbot
|
902b2a70a8
|
advapi32/tests: Write-strings warnings fix.
|
2006-07-18 11:09:38 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
James Hawkins
|
ce58c3589c
|
advapi32: Add tests for LookupAccountSid.
|
2006-07-07 13:26:55 +02:00 |
Ivan Leo
|
81745f1c41
|
advapi32/tests: Fix a crash when ConvertSidToStringSidA isn't available.
|
2006-06-26 13:38:02 +02:00 |
Alexandre Julliard
|
290ddd8e38
|
advapi32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.
|
2006-06-13 13:56:18 +02:00 |
Saulius Krasuckas
|
072c11dc49
|
advapi32: Test RegSetValueEx[AW] for setting some sequential strings as one.
|
2006-06-10 12:41:27 +02:00 |
Mike McCormack
|
473ad39dcb
|
advapi32: Implement and test SystemFunction031.
|
2006-06-05 13:51:00 +02:00 |
Mike McCormack
|
546b84c0c5
|
advapi32: Implement and test SystemFunction030.
|
2006-06-05 13:50:48 +02:00 |
Saulius Krasuckas
|
67e6040c2d
|
advapi32: Enable some tests and extend them to succeed on XP and 2003 SP1.
|
2006-06-02 20:43:50 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Saulius Krasuckas
|
7b156bf170
|
advapi32: Skip token attribute testing if OpenProcessToken() is not implemented.
|
2006-05-22 11:38:28 +02:00 |
Saulius Krasuckas
|
18af854764
|
advapi32: Make test loadable on win9x.
|
2006-05-22 11:36:54 +02:00 |
Mike McCormack
|
eb1b39760e
|
advapi32: Implement and test SystemFunction026+027.
|
2006-05-22 11:34:59 +02:00 |
Mike McCormack
|
c3a1e8731e
|
advapi32: Implement and test SystemFunction011.
|
2006-05-22 11:34:47 +02:00 |
Mike McCormack
|
500384b0ea
|
advapi32: Test and implement SystemFunction024/025.
|
2006-05-22 11:34:35 +02:00 |
Mike McCormack
|
6fad2cbaff
|
advapi32: Implement and test SystemFunction(012-023).
|
2006-05-22 11:33:36 +02:00 |
Mike McCormack
|
b4899f0712
|
advapi32: Implement and test SystemFunction010.
|
2006-05-22 11:33:05 +02:00 |