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

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18 / (download) - [select for diffs], Tue Jul 8 19:35:55 2008 UTC (6 weeks, 1 day ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_2, Wine-1_1_1, HEAD
Changes since 1.17: +3 -2 lines
Diff to previous 1.17 (colored)

Alexandre Julliard <julliard@winehq.org>
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.

Revision 1.17 / (download) - [select for diffs], Wed Jun 25 09:48:02 2008 UTC (8 weeks, 1 day ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_0
Changes since 1.16: +4 -3 lines
Diff to previous 1.16 (colored)

Kai Blin <kai.blin@gmail.com>
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.

Revision 1.16 / (download) - [select for diffs], Thu Jul 5 18:33:24 2007 UTC (13 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, Wine-0_9_61, Wine-0_9_60, Wine-0_9_59, Wine-0_9_58, Wine-0_9_57, Wine-0_9_56, Wine-0_9_55, Wine-0_9_54, Wine-0_9_53, Wine-0_9_52, Wine-0_9_51, Wine-0_9_50, Wine-0_9_49, 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, STABLE
Changes since 1.15: +1 -1 lines
Diff to previous 1.15 (colored)

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

Revision 1.15 / (download) - [select for diffs], Wed Jul 4 11:58:10 2007 UTC (13 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Use skip when we don't have enough rights.

Revision 1.14 / (download) - [select for diffs], Wed Mar 28 11:43:45 2007 UTC (16 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_40, Wine-0_9_39, Wine-0_9_38, Wine-0_9_37, Wine-0_9_36, Wine-0_9_35, Wine-0_9_34
Changes since 1.13: +7 -9 lines
Diff to previous 1.13 (colored)

Francois Gouget <fgouget@free.fr>
Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.

Revision 1.13 / (download) - [select for diffs], Mon Mar 5 19:11:45 2007 UTC (17 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_33
Changes since 1.12: +3 -3 lines
Diff to previous 1.12 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Move skip to a more appropriate place.

Revision 1.12 / (download) - [select for diffs], Mon Mar 5 12:24:52 2007 UTC (17 months, 2 weeks ago) by julliard
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11 (colored)

Paul Vriens <paul.vriens.wine@gmail.com>
advapi32/tests: Make use of skip.

Revision 1.11 / (download) - [select for diffs], Wed Nov 8 12:45:33 2006 UTC (21 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_32, Wine-0_9_31, Wine-0_9_30, Wine-0_9_29, Wine-0_9_28, Wine-0_9_27, Wine-0_9_26, Wine-0_9_25
Changes since 1.10: +0 -1 lines
Diff to previous 1.10 (colored)

Francois Gouget <fgouget@free.fr>
Fix ntsecapi.h so it does not depend on winternl.h.

Revision 1.10 / (download) - [select for diffs], Wed Oct 4 19:34:21 2006 UTC (22 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_24, Wine-0_9_23
Changes since 1.9: +7 -7 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - [select for diffs], Thu Sep 7 08:47:54 2006 UTC (23 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_22, Wine-0_9_21
Changes since 1.8: +5 -3 lines
Diff to previous 1.8 (colored)

Robert Reif <reif@earthlink.net>
advapi32: Fix lsa tests on windows98.

Revision 1.8 / (download) - [select for diffs], Sat Aug 26 18:48:28 2006 UTC (23 months, 3 weeks ago) by julliard
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Robert Reif <reif@earthlink.net>
advapi32: Fix lsa tests.

Revision 1.7 / (download) - [select for diffs], Thu Aug 24 12:56:23 2006 UTC (23 months, 4 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_20
Changes since 1.6: +60 -0 lines
Diff to previous 1.6 (colored)

Robert Reif <reif@earthlink.net>
advapi32: Output information on failed LsaQueryInformationPolicy tests.

Revision 1.6 / (download) - [select for diffs], Wed Aug 16 11:17:17 2006 UTC (2 years ago) by julliard
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

Robert Reif <reif@earthlink.net>
advapi32: Fix LsaQueryInformationPolicy test to pass on NT4.

Revision 1.5 / (download) - [select for diffs], Mon Aug 14 19:11:14 2006 UTC (2 years ago) by julliard
Branch: MAIN
Changes since 1.4: +10 -1 lines
Diff to previous 1.4 (colored)

Robert Reif <reif@earthlink.net>
advapi32: Try again with different access mask if LsaOpenPolicy fails with STATUS_ACCESS_DENIED.

Revision 1.4 / (download) - [select for diffs], Wed Aug 2 20:22:31 2006 UTC (2 years ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_19
Changes since 1.3: +5 -1 lines
Diff to previous 1.3 (colored)

Robert Reif <reif@earthlink.net>
advapi32: Check returned data from LsaQueryInformationPolicy.

Revision 1.3 / (download) - [select for diffs], Tue Aug 1 17:47:00 2006 UTC (2 years ago) by julliard
Branch: MAIN
Changes since 1.2: +27 -5 lines
Diff to previous 1.2 (colored)

Robert Reif <reif@earthlink.net>
advapi32: More LsaQueryInformationPolicy tests.

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

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

Revision 1.1 / (download) - [select for diffs], Fri May 5 17:13:16 2006 UTC (2 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_13

Robert Reif <reif@earthlink.net>
advapi32: Add some lsa 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