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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.49 / (download) - [select for diffs], Mon Aug 18 15:48:43 2008 UTC (3 days, 3 hours ago) by julliard
Branch: MAIN
CVS Tags: HEAD
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored)

Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
advapi32: Fix test under w2k8.

Revision 1.48 / (download) - [select for diffs], Wed Jun 18 18:04:15 2008 UTC (2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_2, Wine-1_1_1, Wine-1_1_0
Changes since 1.47: +11 -1 lines
Diff to previous 1.47 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Fix a test on NT4.

Revision 1.47 / (download) - [select for diffs], Wed May 7 12:05:50 2008 UTC (3 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_0-rc5, Wine-1_0-rc4, Wine-1_0-rc3, Wine-1_0-rc2, Wine-1_0-rc1, Wine-1_0, STABLE
Changes since 1.46: +17 -0 lines
Diff to previous 1.46 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Add another test.

Revision 1.46 / (download) - [select for diffs], Mon Apr 7 11:53:49 2008 UTC (4 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_61, Wine-0_9_60
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored)

Andrew Talbot <andrew.talbot@talbotville.com>
advapi32: Do not call MIDL_user_free() with pointer to stack memory.

Revision 1.45 / (download) - [select for diffs], Sat Mar 29 11:58:52 2008 UTC (4 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_59
Changes since 1.44: +64 -6 lines
Diff to previous 1.44 (colored)

Mikoaj Zalewski <mikolaj@zalewski.pl>
services: Move GetServiceDisplayName to services.exe and implement GetServiceKeyName.

Revision 1.44 / (download) - [select for diffs], Sat Mar 29 11:58:51 2008 UTC (4 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.43: +19 -0 lines
Diff to previous 1.43 (colored)

Mikoaj Zalewski <mikolaj@zalewski.pl>
services: Move ChangeServiceConfigW implementation from advapi32.dll to services.exe.

Revision 1.43 / (download) - [select for diffs], Sat Mar 29 11:58:48 2008 UTC (4 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.42: +0 -3 lines
Diff to previous 1.42 (colored)

Mikoaj Zalewski <mikolaj@zalewski.pl>
services: Start a local RPC server.

Revision 1.42 / (download) - [select for diffs], Wed Mar 26 14:17:50 2008 UTC (4 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.41: +7 -0 lines
Diff to previous 1.41 (colored)

Stefan Leichter <Stefan.Leichter@camline.com>
advapi32: Partly implemented QueryServiceConfig2A/W.

Revision 1.41 / (download) - [select for diffs], Tue Feb 5 12:37:23 2008 UTC (6 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_58, Wine-0_9_57, Wine-0_9_56, Wine-0_9_55
Changes since 1.40: +2 -1 lines
Diff to previous 1.40 (colored)

Stefan Leichter <Stefan.Leichter@camline.com>
advapi32: Fix the failing QueryServiceConfig2 test on platforms win2k3 and vista.

Revision 1.40 / (download) - [select for diffs], Thu Jan 24 13:22:59 2008 UTC (6 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_54
Changes since 1.39: +2 -2 lines
Diff to previous 1.39 (colored)

Alexandre Julliard <julliard@winehq.org>
Avoid sizeof in traces.

Revision 1.39 / (download) - [select for diffs], Wed Jan 23 20:37:56 2008 UTC (6 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.38: +1 -1 lines
Diff to previous 1.38 (colored)

Francois Gouget <fgouget@free.fr>
advapi32/tests: Add the trailing '\n' to an ok() call.

Revision 1.38 / (download) - [select for diffs], Wed Jan 23 11:26:30 2008 UTC (6 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.37: +9 -1 lines
Diff to previous 1.37 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Make tests run on win9x/NT4 again.

Revision 1.37 / (download) - [select for diffs], Tue Jan 22 12:02:59 2008 UTC (6 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.36: +175 -0 lines
Diff to previous 1.36 (colored)

Stefan Leichter <Stefan.Leichter@camline.com>
advapi32: Added some tests for QueryServiceConfig2A/W.

Revision 1.36 / (download) - [select for diffs], Mon Oct 22 14:58:20 2007 UTC (10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_53, Wine-0_9_52, Wine-0_9_51, Wine-0_9_50, Wine-0_9_49, Wine-0_9_48
Changes since 1.35: +1 -0 lines
Diff to previous 1.35 (colored)

Lionel Debroux <lionel_debroux@yahoo.fr>
advapi32/tests: Fix memory leak (found by Smatch).

Revision 1.35 / (download) - [select for diffs], Fri Sep 28 11:46:57 2007 UTC (10 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_47, Wine-0_9_46
Changes since 1.34: +8 -1 lines
Diff to previous 1.34 (colored)

Mikolaj Zalewski <mikolajz@google.com>
advapi32: Fix GetServiceDisplayNameA for cchBuffer == 0.

Revision 1.34 / (download) - [select for diffs], Thu Sep 27 14:29:15 2007 UTC (10 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 (colored)

Mikolaj Zalewski <mikolajz@google.com>
advapi32: The lpServiceStartName should default to LocalSystem for Win32 services.

Revision 1.33 / (download) - [select for diffs], Tue Sep 25 12:51:59 2007 UTC (10 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32 (colored)

Mikolaj Zalewski <mikolajz@google.com>
advapi32: Fix a test.

Revision 1.32 / (download) - [select for diffs], Wed Aug 1 10:18:28 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_45, Wine-0_9_44, Wine-0_9_43
Changes since 1.31: +3 -7 lines
Diff to previous 1.31 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Cater better for domain in test.

Revision 1.31 / (download) - [select for diffs], Wed Aug 1 10:18:27 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.30: +4 -4 lines
Diff to previous 1.30 (colored)

Alexandre Julliard <julliard@winehq.org>
advapi32/tests: Don't test the contents of an uninitialized buffer.

Revision 1.30 / (download) - [select for diffs], Wed Aug 1 10:18:21 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.29: +7 -7 lines
Diff to previous 1.29 (colored)

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

Revision 1.29 / (download) - [select for diffs], Mon Jul 30 21:53:52 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.28: +12 -4 lines
Diff to previous 1.28 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Cater for domain in the test.

Revision 1.28 / (download) - [select for diffs], Mon Jul 30 13:58:05 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.27: +0 -9 lines
Diff to previous 1.27 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Fix GetServiceDisplayNameA for service with no displayname.

Revision 1.27 / (download) - [select for diffs], Mon Jul 30 13:58:04 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.26: +13 -0 lines
Diff to previous 1.26 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Test for too small buffer.

Revision 1.26 / (download) - [select for diffs], Mon Jul 30 13:58:03 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.25: +0 -1 lines
Diff to previous 1.25 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Set correct error when the service doesn't exist.

Revision 1.25 / (download) - [select for diffs], Fri Jul 27 12:36:28 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_42
Changes since 1.24: +0 -3 lines
Diff to previous 1.24 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Fix buffersize calculations for GetServiceDisplayNameW.

Revision 1.24 / (download) - [select for diffs], Fri Jul 27 12:36:27 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.23: +1 -7 lines
Diff to previous 1.23 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Forward GetServiceDisplayNameA to GetServiceDisplayNameW.

Revision 1.23 / (download) - [select for diffs], Fri Jul 27 12:36:26 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.22: +61 -0 lines
Diff to previous 1.22 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Test GetServiceDisplayNameA for service with no displayname.

Revision 1.22 / (download) - [select for diffs], Fri Jul 27 12:36:25 2007 UTC (12 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.21: +64 -6 lines
Diff to previous 1.21 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: More tests for GetServiceDisplayName.

Revision 1.21 / (download) - [select for diffs], Wed Jul 25 12:45:27 2007 UTC (12 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.20: +92 -2 lines
Diff to previous 1.20 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Add tests for GetServiceKeyName.

Revision 1.20 / (download) - [select for diffs], Wed Jul 25 12:45:26 2007 UTC (12 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Close a handle on failure.

Revision 1.19 / (download) - [select for diffs], Wed Jul 25 12:45:25 2007 UTC (12 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.18: +10 -0 lines
Diff to previous 1.18 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Add another test for GetServiceDisplayName.

Revision 1.18 / (download) - [select for diffs], Tue Jul 24 12:07:30 2007 UTC (12 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.17: +0 -1 lines
Diff to previous 1.17 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Handle is checked before servicename.

Revision 1.17 / (download) - [select for diffs], Mon Jul 23 10:56:49 2007 UTC (12 months, 4 weeks ago) by julliard
Branch: MAIN
Changes since 1.16: +108 -0 lines
Diff to previous 1.16 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Add tests for GetDisplayName.

Revision 1.16 / (download) - [select for diffs], Fri Jul 20 11:04:22 2007 UTC (13 months ago) by julliard
Branch: MAIN
Changes since 1.15: +99 -0 lines
Diff to previous 1.15 (colored)

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

Revision 1.15 / (download) - [select for diffs], Thu Jul 19 13:01:22 2007 UTC (13 months ago) by julliard
Branch: MAIN
Changes since 1.14: +51 -1 lines
Diff to previous 1.14 (colored)

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

Revision 1.14 / (download) - [select for diffs], Thu Jul 19 13:01:21 2007 UTC (13 months ago) by julliard
Branch: MAIN
Changes since 1.13: +0 -10 lines
Diff to previous 1.13 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Check for duplicate displayname.

Revision 1.13 / (download) - [select for diffs], Thu Jul 19 13:01:20 2007 UTC (13 months ago) by julliard
Branch: MAIN
Changes since 1.12: +27 -15 lines
Diff to previous 1.12 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Cleanup (long lines and a typo).

Revision 1.12 / (download) - [select for diffs], Wed Jul 18 11:58:58 2007 UTC (13 months ago) by julliard
Branch: MAIN
Changes since 1.11: +34 -1 lines
Diff to previous 1.11 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Test for duplicate displayname.

Revision 1.11 / (download) - [select for diffs], Mon Jul 16 21:28:25 2007 UTC (13 months ago) by julliard
Branch: MAIN
Changes since 1.10: +8 -4 lines
Diff to previous 1.10 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Check combination of service-type and start-type.

Revision 1.10 / (download) - [select for diffs], Fri Jul 13 13:31:58 2007 UTC (13 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_41
Changes since 1.9: +64 -0 lines
Diff to previous 1.9 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi/service: Check servicetype and starttype.

Revision 1.9 / (download) - [select for diffs], Thu Jul 12 13:34:09 2007 UTC (13 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.8: +32 -0 lines
Diff to previous 1.8 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi/service: Check for empty servicename and binaryname.

Revision 1.8 / (download) - [select for diffs], Thu Jul 12 13:34:08 2007 UTC (13 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.7: +12 -5 lines
Diff to previous 1.7 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi/service: Check if we have enough access rights to create a service.

Revision 1.7 / (download) - [select for diffs], Thu Jul 12 13:34:07 2007 UTC (13 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.6: +54 -0 lines
Diff to previous 1.6 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi/service: First tests (and fixes) for CreateService.

Revision 1.6 / (download) - [select for diffs], Mon Jul 9 15:26:10 2007 UTC (13 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.5: +0 -1 lines
Diff to previous 1.5 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32: Handle to Service Control Manager is checked first.

Revision 1.5 / (download) - [select for diffs], Fri Jul 6 18:00:10 2007 UTC (13 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.4: +28 -0 lines
Diff to previous 1.4 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Add tests for CloseServiceHandle.

Revision 1.4 / (download) - [select for diffs], Fri Jul 6 18:00:09 2007 UTC (13 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.3: +49 -0 lines
Diff to previous 1.3 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Add tests for OpenServiceA.

Revision 1.3 / (download) - [select for diffs], Mon Jul 2 14:53:40 2007 UTC (13 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.2: +74 -6 lines
Diff to previous 1.2 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Add tests for OpenSCManagerA.

Revision 1.2 / (download) - [select for diffs], Thu Jun 28 13:09:59 2007 UTC (13 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_40
Changes since 1.1: +6 -4 lines
Diff to previous 1.1 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/service: Make sure we fill all struct members.

Revision 1.1 / (download) - [select for diffs], Wed Jun 27 14:13:27 2007 UTC (13 months, 3 weeks ago) by julliard
Branch: MAIN

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Add some service related tests.

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