Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Saulius Krasuckas
|
5cd099290c
|
Win98 fails another way when user isn't logged in.
|
2005-11-08 19:57:41 +00:00 |
Saulius Krasuckas
|
9d519093f6
|
- RegConnectRegistryA fails on Win9x when Remote Registry Service is
not installed (WinReg.DLL is missing).
- Test "\\" prefixed computer names too.
|
2005-11-04 11:15:59 +00:00 |
Ivan Leo Puoti
|
7230a90821
|
Delete a temp file.
|
2005-10-27 18:29:07 +00:00 |
Vincent Béron
|
bd6f176df9
|
Remove some Unicode->ANSI cross-calls in crypt functions.
|
2005-09-28 11:59:04 +00:00 |
Rein Klazes
|
c16e70587a
|
- Set the LastError in OpenSCManager in case of errors;
- Accept machine names without a '\\' prefix in OpenSCManager and
RegConnectRegistry.
- Add a regression test for that.
|
2005-09-15 09:31:05 +00:00 |
Mike McCormack
|
280bcf6e4a
|
Fix gcc 4.0 warnings.
|
2005-08-27 10:00:38 +00:00 |
Felix Nawothnig
|
7bc3a38ba7
|
Rewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ.
|
2005-07-18 10:30:51 +00:00 |
Felix Nawothnig
|
305ce2f641
|
Fix registry tests on Win95.
|
2005-07-18 09:08:24 +00:00 |
Mike McCormack
|
257c337c19
|
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
|
2005-07-07 12:08:42 +00:00 |
Mike McCormack
|
d7b9a23afd
|
gcc 4.0 -Wpointer-sign fixes (Reg* functions).
|
2005-07-06 19:08:05 +00:00 |
Felix Nawothnig
|
694f789956
|
Added unit tests for RegGetValue.
|
2005-07-03 11:19:03 +00:00 |
James Hawkins
|
9f96664dc4
|
- Fix calculation of generic pointers.
- Minor cleanups.
|
2005-06-29 20:14:16 +00:00 |
Alexandre Julliard
|
ccd5cdad18
|
Mark as todo a couple of tests that currently fail.
|
2005-06-28 13:52:01 +00:00 |
Robert Shearman
|
1731df4ca0
|
Test ACCESS_SYSTEM_SECURITY AccessCheck behaviour.
|
2005-06-27 19:48:35 +00:00 |
Felix Nawothnig
|
68ee20e36d
|
Skip ACL tests on Win9x.
|
2005-06-22 12:00:01 +00:00 |
Stefan Huehner
|
ac6f562b52
|
Fix more -Wstrict-prototypes warnings.
|
2005-06-20 14:18:03 +00:00 |
Robert Shearman
|
8cb3f92e53
|
- All versions of Windows ignore the access rights of the passed in
parent handle to RegCreateKey(Ex).
- Add a test that shows this.
|
2005-06-16 20:34:34 +00:00 |
Mike McCormack
|
74b37280b3
|
Silence some -Wmissing-declarations warnings.
|
2005-06-13 10:00:37 +00:00 |
Robert Shearman
|
44246e47ec
|
Fix registry test for Win9x by skipping a section that fails, but
succeeds on NT.
|
2005-06-12 10:42:13 +00:00 |
Robert Shearman
|
472852bef3
|
Added test for AccessCheck.
|
2005-06-09 10:03:11 +00:00 |
Mike McCormack
|
6b44c2a56c
|
Fix some warnings.
|
2005-06-09 09:48:36 +00:00 |
Stefan Leichter
|
21be2f734e
|
Excluded tests crashing on NT4 from compiling.
|
2005-04-23 19:05:03 +00:00 |
James Hawkins
|
8516d1969d
|
Set the backup/restore privilege.
|
2005-04-19 12:00:04 +00:00 |
James Hawkins
|
fa18fad2b0
|
Remove two unnecessary traces.
Break up one test into two.
|
2005-04-19 10:24:06 +00:00 |
James Hawkins
|
89f67d7b09
|
Add RegUnLoadKey test.
|
2005-04-19 09:47:10 +00:00 |
Jakob Eriksson
|
163f5ab923
|
Fail gracefully on permission denied.
|
2005-04-18 09:52:40 +00:00 |
James Hawkins
|
a9d5de8414
|
RegDeleteKey fails if the lpSubKey param is NULL.
|
2005-04-16 10:49:10 +00:00 |
Jakob Eriksson
|
9117e1c463
|
ERROR_PRIVILEGE_NOT_HELD can be returned for NT4.
|
2005-04-15 16:12:28 +00:00 |
Jakob Eriksson
|
7fb79e34a0
|
Win98 can return ERROR_CALL_NOT_IMPLEMENTED.
|
2005-04-15 16:12:14 +00:00 |
James Hawkins
|
2a8f7962ff
|
Pass an empty string instead of NULL to RegDeleteKey to delete hKey.
|
2005-04-13 14:40:58 +00:00 |
Michael Jung
|
44cb0906da
|
Make crypt functions more robust in case of incorrect api usage.
|
2005-04-11 12:55:36 +00:00 |
James Hawkins
|
eb9250bf12
|
Create the 'Test' value in a temporary subkey to avoid conflicts
between tests.
|
2005-04-11 12:52:32 +00:00 |
Stefan Leichter
|
fdd2c7651a
|
Fix GetFileSecurityA test on Win98.
|
2005-03-31 10:07:11 +00:00 |
Michael Jung
|
976bdc4faa
|
Added a test for advapi32, which documents a crash in wine triggered
by incorrect api usage.
|
2005-03-29 11:32:13 +00:00 |
Stefan Leichter
|
25102d6b25
|
Fix GetFileSecurityW for not existing directories/files.
|
2005-03-29 11:31:18 +00:00 |
Stefan Leichter
|
3548b87f75
|
Added a test for GetFileSecurityA.
|
2005-03-28 10:00:59 +00:00 |
James Hawkins
|
1ef206de77
|
Replace a trace with a previously removed test.
|
2005-03-25 10:26:18 +00:00 |
Jakob Eriksson
|
6be7d751a0
|
Fix some Windows 95 issues.
|
2005-03-24 19:02:38 +00:00 |
James Hawkins
|
34955ea696
|
Add RegSaveKey, RegLoadKey tests.
|
2005-03-23 11:59:06 +00:00 |
Jakob Eriksson
|
30af06f788
|
Fix for NT4 behaviour.
|
2005-03-22 16:39:02 +00:00 |
Jakob Eriksson
|
21a0c3b4fc
|
CryptAcquireContextA() can return NTE_FAIL on Windows 98.
|
2005-03-15 19:32:38 +00:00 |
Alexandre Julliard
|
3fe9aa2054
|
Avoid accessing an uninitialized string in the failure case.
|
2005-03-14 17:20:58 +00:00 |
Jakob Eriksson
|
0667f919ab
|
Account for permissions on Win2k.
|
2005-03-05 10:47:13 +00:00 |
James Hawkins
|
e8d1e2f745
|
Fix RegOpen/CloseKey.
|
2005-02-25 16:52:10 +00:00 |
Jakob Eriksson
|
e2dab32daa
|
Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
|
2005-02-23 12:44:15 +00:00 |
James Hawkins
|
d5e2b7c843
|
Add RegOpenKey, RegCloseKey tests.
|
2005-02-21 20:37:26 +00:00 |
Jakob Eriksson
|
e026ef742e
|
Apparently NT4 can also return ERROR_ENVVAR_NOT_FOUND.
|
2005-02-17 11:50:36 +00:00 |
Francois Gouget
|
dd073bbb3f
|
Cast the GetProcAddress() return value to avoid warnings about the
function pointer being of the wrong type.
Fix assorted signed/unsigned comparison warnings.
|
2005-02-14 21:04:45 +00:00 |
Vincent Béron
|
d8a26f2c5f
|
Suppress a warning.
|
2005-02-14 11:52:48 +00:00 |