CVS log for wine/dlls/advapi32/tests/registry.c

[BACK] Up to [wine] / wine / dlls / advapi32 / tests

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.94 / (download) - [select for diffs], Wed Aug 19 16:38:26 2009 UTC (2 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_32, Wine-1_1_31, Wine-1_1_30, Wine-1_1_29, Wine-1_1_28, HEAD
Changes since 1.93: +2 -53 lines
Diff to previous 1.93 (colored)

Alexandre Julliard <julliard@winehq.org>
advapi32/tests: Use the global wine_dbgstr_w instead of a local variant.

Revision 1.93 / (download) - [select for diffs], Wed Jul 1 14:37:08 2009 UTC (4 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_27, Wine-1_1_26, Wine-1_1_25
Changes since 1.92: +0 -3 lines
Diff to previous 1.92 (colored)

Detlef Riekenberg <wine.dev@web.de>
advapi32/tests: Remove unneeded SetLastError.

Revision 1.92 / (download) - [select for diffs], Mon Jun 29 14:38:27 2009 UTC (4 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.91: +9 -0 lines
Diff to previous 1.91 (colored)

Detlef Riekenberg <wine.dev@web.de>
advapi32: Check the output pointer first in RegOpenKey, with test.

Revision 1.91 / (download) - [select for diffs], Mon May 18 13:37:14 2009 UTC (5 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_24, Wine-1_1_23, Wine-1_1_22
Changes since 1.90: +5 -1 lines
Diff to previous 1.90 (colored)

Francois Gouget <fgouget@free.fr>
advapi32/tests: Replace realloc() with HeapReAlloc().

Revision 1.90 / (download) - [select for diffs], Mon Mar 23 17:37:19 2009 UTC (7 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_21, Wine-1_1_20, Wine-1_1_19, Wine-1_1_18
Changes since 1.89: +2 -2 lines
Diff to previous 1.89 (colored)

Michael Stefaniuc <mstefani@redhat.de>
advapi32/tests: Don't use "long" for variable types.

Revision 1.89 / (download) - [select for diffs], Thu Jan 15 14:52:46 2009 UTC (9 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_17, Wine-1_1_16, Wine-1_1_15, Wine-1_1_14, Wine-1_1_13
Changes since 1.88: +47 -0 lines
Diff to previous 1.88 (colored)

Nikolay Sivov <bunglehead@gmail.com>
advapi32/tests: Test for enumeration order preservation of reg keys.

Revision 1.88 / (download) - [select for diffs], Tue Nov 25 13:22:42 2008 UTC (11 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_12, Wine-1_1_11, Wine-1_1_10
Changes since 1.87: +3 -2 lines
Diff to previous 1.87 (colored)

Paul Vriens <Paul.Vriens.Wine@gmail.com>
advapi32/tests: Fix a test failure on NT4.

Revision 1.87 / (download) - [select for diffs], Mon Nov 24 15:18:29 2008 UTC (11 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.86: +7 -0 lines
Diff to previous 1.86 (colored)

Lei Zhang <thestig@google.com>
advapi32: Allow opening HKEY_CLASSES_ROOT subkeys with backslash prefix on NT.

Revision 1.86 / (download) - [select for diffs], Fri Nov 21 12:56:00 2008 UTC (11 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_9
Changes since 1.85: +82 -0 lines
Diff to previous 1.85 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32/tests: Check how the registry APIs handle non-terminated strings.

Revision 1.85 / (download) - [select for diffs], Fri Nov 21 12:55:59 2008 UTC (11 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.84: +19 -16 lines
Diff to previous 1.84 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32/tests: Fix the line number reported by test_hkey_main_Value_[AW]().

Revision 1.84 / (download) - [select for diffs], Fri Nov 21 12:55:58 2008 UTC (11 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.83: +20 -19 lines
Diff to previous 1.83 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32/tests: Cleanup test_hkey_main_Value_[AW]().

Fix a byte vs. WCHAR count issue in test_hkey_main_Value_W().
Check that RegQueryValueEx[AW]() did not write more data than expected.

Revision 1.83 / (download) - [select for diffs], Wed Jul 30 13:36:33 2008 UTC (15 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_8, Wine-1_1_7, Wine-1_1_6, Wine-1_1_5, Wine-1_1_4, Wine-1_1_3
Changes since 1.82: +14 -7 lines
Diff to previous 1.82 (colored)

Detlef Riekenberg <wine.dev@web.de>
advapi32/tests: Handle the results from Win9x in the registry tests.

Revision 1.82 / (download) - [select for diffs], Fri Jul 25 13:18:24 2008 UTC (15 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_2
Changes since 1.81: +9 -5 lines
Diff to previous 1.81 (colored)

Mikoaj Zalewski <mikolaj@zalewski.pl>
advapi32: tests: Make WOW64 test pass under Win2k, fix a flag.

Revision 1.81 / (download) - [select for diffs], Thu Jul 24 12:33:56 2008 UTC (15 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.80: +22 -0 lines
Diff to previous 1.80 (colored)

Mikoaj Zalewski <mikolaj@zalewski.pl>
advapi32: Remove access checks from advapi32 (makes KEY_WOW64_* work).

Revision 1.80 / (download) - [select for diffs], Mon Jul 21 13:53:48 2008 UTC (15 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.79: +10 -0 lines
Diff to previous 1.79 (colored)

Mathias Kosch <info@mkosch.de>
advapi32: Fix RegGetValue when dwFlags includes RRF_RT_ANY.

Revision 1.79 / (download) - [select for diffs], Wed Jul 2 11:04:23 2008 UTC (16 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_1
Changes since 1.78: +1 -1 lines
Diff to previous 1.78 (colored)

James Hawkins <jhawkins@codeweavers.com>
advapi32: Send in an empty string to RegSetValueEx to avoid a test failure in win95.

Revision 1.78 / (download) - [select for diffs], Mon Jun 30 13:29:03 2008 UTC (16 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.77: +3 -1 lines
Diff to previous 1.77 (colored)

James Hawkins <jhawkins@codeweavers.com>
advapi32: Fix a test failure on a non-admin XP system.

Revision 1.77 / (download) - [select for diffs], Wed Jun 11 11:00:48 2008 UTC (16 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_0, Wine-1_0_1, Wine-1_0-rc5, Wine-1_0, STABLE
Changes since 1.76: +10 -6 lines
Diff to previous 1.76 (colored)

Francois Gouget <fgouget@free.fr>
advapi32/tests: Make sure Wine implements all tested APIs.

Revision 1.76 / (download) - [select for diffs], Tue Jun 10 11:29:59 2008 UTC (16 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.75: +4 -4 lines
Diff to previous 1.75 (colored)

Francois Gouget <fgouget@free.fr>
advapi32/tests: Don't allow Wine to reproduce Windows' bugs.

Revision 1.75 / (download) - [select for diffs], Fri Apr 25 13:12:49 2008 UTC (18 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_0-rc4, Wine-1_0-rc3, Wine-1_0-rc2, Wine-1_0-rc1, Wine-0_9_61
Changes since 1.74: +3 -2 lines
Diff to previous 1.74 (colored)

James Hawkins <jhawkins@codeweavers.com>
advapi32: Fix a test that fails in win2k3 SP2.

Revision 1.74 / (download) - [select for diffs], Mon Apr 21 12:48:23 2008 UTC (18 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.73: +6 -2 lines
Diff to previous 1.73 (colored)

James Hawkins <jhawkins@codeweavers.com>
advapi32: Fix a test that fails in win2k3.

Revision 1.73 / (download) - [select for diffs], Mon Apr 21 12:48:12 2008 UTC (18 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.72: +8 -2 lines
Diff to previous 1.72 (colored)

James Hawkins <jhawkins@codeweavers.com>
advapi32: Fix a test that fails on some versions of win2k.

Revision 1.72 / (download) - [select for diffs], Mon Feb 25 20:23:10 2008 UTC (20 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_60, Wine-0_9_59, Wine-0_9_58, Wine-0_9_57
Changes since 1.71: +12 -5 lines
Diff to previous 1.71 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Don't crash on NT4, W2K and XP-SP1.

Revision 1.71 / (download) - [select for diffs], Tue Feb 19 14:07:24 2008 UTC (20 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_56
Changes since 1.70: +13 -0 lines
Diff to previous 1.70 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32/tests: Check whether RegGetValue() '\0'-terminates the buffer when retrieving a zero-byte string value.

Revision 1.70 / (download) - [select for diffs], Tue Feb 19 14:07:23 2008 UTC (20 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.69: +0 -3 lines
Diff to previous 1.69 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32/tests: Remove an obsolete comment: Wine's on-disk registry format now supports string values with no trailing '\0'.

Revision 1.69 / (download) - [select for diffs], Mon Feb 18 14:52:54 2008 UTC (20 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.68: +12 -0 lines
Diff to previous 1.68 (colored)

Rob Shearman <rob@codeweavers.com>
advapi32: Add tests for the off-by-one fixing behaviour of RegSetValueExA and RegSetValueExW.

Revision 1.68 / (download) - [select for diffs], Mon Feb 18 14:52:52 2008 UTC (20 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.67: +59 -0 lines
Diff to previous 1.67 (colored)

Rob Shearman <rob@codeweavers.com>
advapi32: Add tests for RegSetValueA/W.

Fix RegSetValueA/W to return ERROR_INVALID_PARAMETER if NULL data is
passed in.

Revision 1.67 / (download) - [select for diffs], Fri Jan 18 12:35:49 2008 UTC (21 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_55, Wine-0_9_54
Changes since 1.66: +1 -1 lines
Diff to previous 1.66 (colored)

Austin English <austinenglish@gmail.com>
Misc spelling fixes.

Revision 1.66 / (download) - [select for diffs], Fri Jan 18 12:35:34 2008 UTC (21 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.65: +16 -5 lines
Diff to previous 1.65 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32/tests: Actually test strings that expand to something bigger than their original size.

Revision 1.65 / (download) - [select for diffs], Fri Jan 11 13:21:45 2008 UTC (21 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_53
Changes since 1.64: +1 -1 lines
Diff to previous 1.64 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32: RegGetValue() should not return an error when expanding a string and given a NULL buffer and a zero size.

Adjust the tests to cover this case for REG_EXPAND_SZ registry
values. Improve the documentation a bit.

Revision 1.64 / (download) - [select for diffs], Mon Jan 7 22:26:22 2008 UTC (22 months ago) by julliard
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63 (colored)

Alexandre Julliard <julliard@winehq.org>
advapi32/tests: Print the correct size in an error message.

Revision 1.63 / (download) - [select for diffs], Fri Dec 14 13:41:26 2007 UTC (22 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_52, Wine-0_9_51
Changes since 1.62: +4 -0 lines
Diff to previous 1.62 (colored)

Sam Dennis <samuel.howard.dennis@gmail.com>
advapi32: Fix undocumented behaviour in ReqQueryValueEx when 'count' and 'type' point to the same address.

Revision 1.62 / (download) - [select for diffs], Mon Nov 12 12:30:31 2007 UTC (23 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_50
Changes since 1.61: +4 -5 lines
Diff to previous 1.61 (colored)

Dan Kegel <dank@kegel.com>
advapi32: Fix buffer overrun in tests/registry.c:wine_debugstr_wn().

Revision 1.61 / (download) - [select for diffs], Tue Oct 30 13:34:14 2007 UTC (2 years ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_49
Changes since 1.60: +2 -2 lines
Diff to previous 1.60 (colored)

Dan Kegel <dank@kegel.com>
advapi32/tests: Fix undefined memory references in registry.c.

Revision 1.60 / (download) - [select for diffs], Thu Jun 21 14:49:22 2007 UTC (2 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_48, Wine-0_9_47, Wine-0_9_46, Wine-0_9_45, Wine-0_9_44, Wine-0_9_43, Wine-0_9_42, Wine-0_9_41, Wine-0_9_40
Changes since 1.59: +37 -1 lines
Diff to previous 1.59 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32: Add more RegGetValue() conformance tests, and fix Wine accordingly.

Revision 1.59 / (download) - [select for diffs], Mon Apr 30 12:12:58 2007 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_39, Wine-0_9_38, Wine-0_9_37
Changes since 1.58: +1 -1 lines
Diff to previous 1.58 (colored)

Stefan Leichter <Stefan.Leichter@camline.com>
advapi32: Fix initial cleanup of the registry keys used for testing.

Revision 1.58 / (download) - [select for diffs], Mon Apr 23 19:28:00 2007 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_36
Changes since 1.57: +18 -0 lines
Diff to previous 1.57 (colored)

Stefan Leichter <Stefan.Leichter@camline.com>
advapi32: More tests for RegDeleteTreeA.

Revision 1.57 / (download) - [select for diffs], Wed Apr 18 12:00:01 2007 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.56: +129 -4 lines
Diff to previous 1.56 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32/tests: Use memcmp() instead of strcmp() so that we can check 'intrazeroed' strings.

Revision 1.56 / (download) - [select for diffs], Mon Apr 16 12:09:52 2007 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.55: +88 -20 lines
Diff to previous 1.55 (colored)

Francois Gouget <fgouget@codeweavers.com>
advapi32: Fix and extend the RegQueryValueEx() tests.

- Added tests for empty and zero-byte strings. Wine passes these tests, sort of.
- Check that the returned string is correct.
- All known Windows versions implement RegQueryValueExA(), so complain if it is not implemented.
- Only allow the Win9x quirks for the Ansi version.
- Query the name2A/W value for the string2A/W tests!
- The test_hkey_main_Value_A/W() functions were doing a sizeof() on the string parameter to compute the string's full size!
- We must reset GLE before each test, otherwise Win9x skips all but the first test.

Revision 1.55 / (download) - [select for diffs], Thu Apr 12 15:01:18 2007 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_35
Changes since 1.54: +9 -2 lines
Diff to previous 1.54 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Fix RegQueryValueExA test for win9x and ME.

Revision 1.54 / (download) - [select for diffs], Wed Apr 11 11:43:22 2007 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.53: +11 -7 lines
Diff to previous 1.53 (colored)

Paul Vriens <Paul.Vriens.Wine@gmail.com>
advapi32/tests: Use skip when OpenSCManagerA is not implemented.

Revision 1.53 / (download) - [select for diffs], Tue Apr 10 19:59:06 2007 UTC (2 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.52: +16 -4 lines
Diff to previous 1.52 (colored)

Paul Vriens <Paul.Vriens.Wine@gmail.com>
advapi32/tests: Make sure NT4 and W2K tests don't fail.

Revision 1.52 / (download) - [select for diffs], Thu Apr 5 11:44:07 2007 UTC (2 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.51: +60 -0 lines
Diff to previous 1.51 (colored)

Stefan Leichter <Stefan.Leichter@camline.com>
advapi32: Add some tests for RegDeleteTreeA.

Revision 1.51 / (download) - [select for diffs], Mon Apr 2 11:24:29 2007 UTC (2 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.50: +14 -4 lines
Diff to previous 1.50 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Some cleanup.

Revision 1.50 / (download) - [select for diffs], Mon Apr 2 11:24:28 2007 UTC (2 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.49: +10 -0 lines
Diff to previous 1.49 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Reopen the main handle if needed.

Revision 1.49 / (download) - [select for diffs], Fri Mar 16 12:21:56 2007 UTC (2 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_34, Wine-0_9_33
Changes since 1.48: +6 -0 lines
Diff to previous 1.48 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: RegQueryValueW is not always implemented.

Revision 1.48 / (download) - [select for diffs], Mon Mar 12 13:30:22 2007 UTC (2 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.47: +21 -10 lines
Diff to previous 1.47 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Prepare for more tests and use skip.

Revision 1.47 / (download) - [select for diffs], Thu Mar 8 21:36:49 2007 UTC (2 years, 8 months ago) by julliard
Branch: MAIN
Changes since 1.46: +4 -8 lines
Diff to previous 1.46 (colored)

Alexandre Julliard <julliard@winehq.org>
advapi32: Fixed registry test that failed because of a buffer overflow.

Revision 1.46 / (download) - [select for diffs], Tue Jan 16 16:10:05 2007 UTC (2 years, 9 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_32, Wine-0_9_31, Wine-0_9_30
Changes since 1.45: +117 -0 lines
Diff to previous 1.45 (colored)

James Hawkins <truiken@gmail.com>
advapi32: Add tests for RegQueryValue.

Revision 1.45 / (download) - [select for diffs], Thu Dec 28 13:41:32 2006 UTC (2 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_29
Changes since 1.44: +6 -2 lines
Diff to previous 1.44 (colored)

Rob Shearman <rob@codeweavers.com>
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.

Revision 1.44 / (download) - [select for diffs], Mon Oct 16 10:31:58 2006 UTC (3 years ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_28, Wine-0_9_27, Wine-0_9_26, Wine-0_9_25, Wine-0_9_24
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Francois Gouget <fgouget@free.fr>
Assorted spelling fixes.

Revision 1.43 / (download) - [select for diffs], Wed Oct 4 19:34:21 2006 UTC (3 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_23
Changes since 1.42: +135 -135 lines
Diff to previous 1.42 (colored)

Hans Leidekker <hans@it.vu.nl>
advapi32/tests: Win64 printf format warning fixes.

Revision 1.42 / (download) - [select for diffs], Mon Oct 2 20:06:37 2006 UTC (3 years, 1 month ago) by julliard
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored)

Paul Vriens <Paul.Vriens@xs4all.nl>
advapi32: Make sure it's a real cleanup.

Revision 1.41 / (download) - [select for diffs], Mon Aug 28 10:11:22 2006 UTC (3 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_22, Wine-0_9_21
Changes since 1.40: +21 -21 lines
Diff to previous 1.40 (colored)

Andrew Talbot <Andrew.Talbot@talbotville.com>
advapi32/tests: Cast-qual warnings fix.

Revision 1.40 / (download) - [select for diffs], Wed Aug 16 15:18:42 2006 UTC (3 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_20
Changes since 1.39: +14 -0 lines
Diff to previous 1.39 (colored)

Robert Shearman <rob@codeweavers.com>
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.

Revision 1.39 / (download) - [select for diffs], Wed Jun 14 11:54:21 2006 UTC (3 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_19, Wine-0_9_18, Wine-0_9_17, Wine-0_9_16
Changes since 1.38: +4 -4 lines
Diff to previous 1.38 (colored)

Alexandre Julliard <julliard@winehq.org>
advapi32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format warnings.

Revision 1.38 / (download) - [select for diffs], Sat Jun 10 11:32:05 2006 UTC (3 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.37: +78 -0 lines
Diff to previous 1.37 (colored)

Saulius Krasuckas <saulius2@ar.fi.lt>
advapi32: Test RegSetValueEx[AW] for setting some sequential strings as one.

Revision 1.37 / (download) - [select for diffs], Fri Jun 2 19:12:54 2006 UTC (3 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_15
Changes since 1.36: +11 -13 lines
Diff to previous 1.36 (colored)

Saulius Krasuckas <saulius2@ar.fi.lt>
advapi32: Enable some tests and extend them to succeed on XP and 2003 SP1.

Revision 1.36 / (download) - [select for diffs], Tue May 23 12:47:29 2006 UTC (3 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_14
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 (colored)

Jonathan Ernst <jonathan@ernstfamily.ch>
Update the address of the Free Software Foundation.

Revision 1.35 / (download) - [select for diffs], Thu Dec 8 13:10:34 2005 UTC (3 years, 11 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_9, Wine-0_9_8, Wine-0_9_7, Wine-0_9_6, Wine-0_9_5, Wine-0_9_4, Wine-0_9_3, Wine-0_9_13, Wine-0_9_12, Wine-0_9_11, Wine-0_9_10
Changes since 1.34: +15 -0 lines
Diff to previous 1.34 (colored)

Rein Klazes <wijn@wanadoo.nl>
advapi32: RegCreateKeyEx fix.
On Win9x,ME RegCreateKeyEx ignores the backslash character if the
subkey begins with one. With a regression test.

Revision 1.34 / (download) - [select for diffs], Fri Nov 4 11:15:59 2005 UTC (4 years ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_2, Wine-0_9_1
Changes since 1.33: +19 -2 lines
Diff to previous 1.33 (colored)

Saulius Krasuckas <saulius.krasuckas@ieee.org>
- RegConnectRegistryA fails on Win9x when Remote Registry Service is
  not installed (WinReg.DLL is missing).
- Test "\\" prefixed computer names too.

Revision 1.33 / (download) - [select for diffs], Thu Oct 27 18:29:07 2005 UTC (4 years ago) by julliard
Branch: MAIN
Changes since 1.32: +1 -0 lines
Diff to previous 1.32 (colored)

Ivan Leo Puoti <ivanleo@gmail.com>
Delete a temp file.

Revision 1.32 / (download) - [select for diffs], Thu Sep 15 09:31:05 2005 UTC (4 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050930, Wine-0_9
Changes since 1.31: +29 -0 lines
Diff to previous 1.31 (colored)

Rein Klazes <wijn@wanadoo.nl>
- 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.

Revision 1.31 / (download) - [select for diffs], Mon Jul 18 10:30:51 2005 UTC (4 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050830, Wine-20050725
Changes since 1.30: +32 -27 lines
Diff to previous 1.30 (colored)

Felix Nawothnig <felix.nawothnig@t-online.de>
Rewrote the RegGetValue tests for REG_SZ / REG_EXPAND_SZ.

Revision 1.30 / (download) - [select for diffs], Mon Jul 18 09:08:24 2005 UTC (4 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.29: +4 -2 lines
Diff to previous 1.29 (colored)

Felix Nawothnig <felix.nawothnig@t-online.de>
Fix registry tests on Win95.

Revision 1.29 / (download) - [select for diffs], Wed Jul 6 19:08:05 2005 UTC (4 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.28: +11 -11 lines
Diff to previous 1.28 (colored)

Mike McCormack <mike@codeweavers.com>
gcc 4.0 -Wpointer-sign fixes (Reg* functions).

Revision 1.28 / (download) - [select for diffs], Sun Jul 3 11:19:03 2005 UTC (4 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.27: +143 -0 lines
Diff to previous 1.27 (colored)

Felix Nawothnig <felix.nawothnig@t-online.de>
Added unit tests for RegGetValue.

Revision 1.27 / (download) - [select for diffs], Mon Jun 20 14:18:05 2005 UTC (4 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050628
Changes since 1.26: +8 -8 lines
Diff to previous 1.26 (colored)

Stefan Huehner <stefan@huehner.org>
Fix more -Wstrict-prototypes warnings.

Revision 1.26 / (download) - [select for diffs], Thu Jun 16 20:34:34 2005 UTC (4 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.25: +17 -0 lines
Diff to previous 1.25 (colored)

Robert Shearman <rob@codeweavers.com>
- All versions of Windows ignore the access rights of the passed in
  parent handle to RegCreateKey(Ex).
- Add a test that shows this.

Revision 1.25 / (download) - [select for diffs], Sun Jun 12 10:42:13 2005 UTC (4 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.24: +47 -42 lines
Diff to previous 1.24 (colored)

Robert Shearman <rob@codeweavers.com>
Fix registry test for Win9x by skipping a section that fails, but
succeeds on NT.

Revision 1.24 / (download) - [select for diffs], Tue Apr 19 12:00:04 2005 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050524, Wine-20050419
Changes since 1.23: +46 -5 lines
Diff to previous 1.23 (colored)

James Hawkins <truiken@gmail.com>
Set the backup/restore privilege.

Revision 1.23 / (download) - [select for diffs], Tue Apr 19 10:24:06 2005 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.22: +2 -6 lines
Diff to previous 1.22 (colored)

James Hawkins <truiken@gmail.com>
Remove two unnecessary traces.
Break up one test into two.

Revision 1.22 / (download) - [select for diffs], Tue Apr 19 09:47:10 2005 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.21: +11 -1 lines
Diff to previous 1.21 (colored)

James Hawkins <truiken@gmail.com>
Add RegUnLoadKey test.

Revision 1.21 / (download) - [select for diffs], Mon Apr 18 09:52:40 2005 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Jakob Eriksson <jakov@vmlinux.org>
Fail gracefully on permission denied.

Revision 1.20 / (download) - [select for diffs], Sat Apr 16 10:49:10 2005 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.19: +9 -0 lines
Diff to previous 1.19 (colored)

James Hawkins <truiken@gmail.com>
RegDeleteKey fails if the lpSubKey param is NULL.

Revision 1.19 / (download) - [select for diffs], Fri Apr 15 16:12:28 2005 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18 (colored)

Jakob Eriksson <jakov@vmlinux.org>
ERROR_PRIVILEGE_NOT_HELD can be returned for NT4.

Revision 1.18 / (download) - [select for diffs], Wed Apr 13 14:40:58 2005 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 (colored)

James Hawkins <truiken@gmail.com>
Pass an empty string instead of NULL to RegDeleteKey to delete hKey.

Revision 1.17 / (download) - [select for diffs], Mon Apr 11 12:52:32 2005 UTC (4 years, 6 months ago) by julliard
Branch: MAIN
Changes since 1.16: +20 -19 lines
Diff to previous 1.16 (colored)

James Hawkins <truiken@gmail.com>
Create the 'Test' value in a temporary subkey to avoid conflicts
between tests.

Revision 1.16 / (download) - [select for diffs], Fri Mar 25 10:26:18 2005 UTC (4 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15 (colored)

James Hawkins <truiken@gmail.com>
Replace a trace with a previously removed test.

Revision 1.15 / (download) - [select for diffs], Thu Mar 24 19:02:38 2005 UTC (4 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.14: +12 -6 lines
Diff to previous 1.14 (colored)

Jakob Eriksson <jakov@vmlinux.org>
Fix some Windows 95 issues.

Revision 1.14 / (download) - [select for diffs], Wed Mar 23 11:59:06 2005 UTC (4 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.13: +25 -0 lines
Diff to previous 1.13 (colored)

James Hawkins <truiken@gmail.com>
Add RegSaveKey, RegLoadKey tests.

Revision 1.13 / (download) - [select for diffs], Fri Feb 25 16:52:10 2005 UTC (4 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050310
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)

James Hawkins <truiken@gmail.com>
Fix RegOpen/CloseKey.

Revision 1.12 / (download) - [select for diffs], Mon Feb 21 20:37:26 2005 UTC (4 years, 8 months ago) by julliard
Branch: MAIN
Changes since 1.11: +92 -0 lines
Diff to previous 1.11 (colored)

James Hawkins <truiken@gmail.com>
Add RegOpenKey, RegCloseKey tests.

Revision 1.11 / (download) - [select for diffs], Thu Jan 27 11:15:00 2005 UTC (4 years, 9 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050211
Changes since 1.10: +1 -2 lines
Diff to previous 1.10 (colored)

Don't make the test key volatile, that can break other tests.

Revision 1.10 / (download) - [select for diffs], Tue Nov 30 21:39:01 2004 UTC (4 years, 11 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050111, Wine-20041201
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored)

Eric Pouech <pouech-eric@wanadoo.fr>
Const correctness fixes.

Revision 1.9 / (download) - [select for diffs], Fri Nov 19 18:13:30 2004 UTC (4 years, 11 months ago) by julliard
Branch: MAIN
Changes since 1.8: +30 -0 lines
Diff to previous 1.8 (colored)

James Hawkins <truiken@gmail.com>
Added beginnings of RegQueryValueEx tests.

Revision 1.8 / (download) - [select for diffs], Sat Jul 24 02:32:50 2004 UTC (5 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20041019, Wine-20040914, Wine-20040813
Changes since 1.7: +11 -0 lines
Diff to previous 1.7 (colored)

Don't crash on NULL data in RegSetValueExA (reported by Mike Hearn and
Andreas Mohr).
Removed a couple of unnecessary version checks.

Revision 1.7 / (download) - [select for diffs], Mon Jan 26 20:23:35 2004 UTC (5 years, 9 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040716, Wine-20040615, Wine-20040505, Wine-20040408, Wine-20040309, Wine-20040213
Changes since 1.6: +56 -56 lines
Diff to previous 1.6 (colored)

Francois Gouget <fgouget@free.fr>
Add trailing '\n's to ok() calls.

Revision 1.6 / (download) - [select for diffs], Thu Sep 25 20:29:41 2003 UTC (6 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040121, Wine-20031212, Wine-20031118, Wine-20031016
Changes since 1.5: +6 -0 lines
Diff to previous 1.5 (colored)

Jon Griffiths <jon_p_griffiths@yahoo.com>
Various test fixes for XP/msvc.

Revision 1.5 / (download) - [select for diffs], Fri Sep 5 23:08:44 2003 UTC (6 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030911
Changes since 1.4: +2 -0 lines
Diff to previous 1.4 (colored)

Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).

Revision 1.4 / (download) - [select for diffs], Mon Jan 13 18:29:31 2003 UTC (6 years, 9 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030813, Wine-20030709, Wine-20030618, Wine-20030508, Wine-20030408, Wine-20030318, Wine-20030219, Wine-20030115
Changes since 1.3: +9 -4 lines
Diff to previous 1.3 (colored)

Francois Gouget <fgouget@free.fr>
Use only Ansi APIs for cleaning up the registry.
Skip Unicode tests if the Unicode APIs are not implemented.
If the value name buffer is too small, Win9x returns the number of
characters returned as specified in the MSDN while other Windows
return the number of bytes written (including the trailing '\0').

Revision 1.3 / (download) - [select for diffs], Tue Sep 17 00:04:35 2002 UTC (7 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-20021219, Wine-20021125, Wine-20021031, Wine-20021007
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

Francois Gouget <fgouget@free.fr>
Change the #include order so that these tests compile on Windows.

Revision 1.2 / (download) - [select for diffs], Thu Sep 12 20:46:06 2002 UTC (7 years, 1 month ago) by julliard
Branch: MAIN
Changes since 1.1: +7 -1 lines
Diff to previous 1.1 (colored)

Fixed possible infinite loop in delete_key.

Revision 1.1 / (download) - [select for diffs], Wed Jul 10 03:30:14 2002 UTC (7 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020904, Wine-20020804, Wine-20020710

Created registry unit test and added tests for RegEnumValue[AW].

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




Report problems to: web-admin@winehq.com