jscript: Added Date.setYear stub implementation.
[wine] / dlls / netapi32 / tests / access.c
2010-10-01  Alexandre Julliardnetapi32/tests: Make some variables static.
2009-11-20  Paul Vriensnetapi32/tests: Fix a test failure on Win7.
2009-08-28  Ge van Geldorpnetapi32/tests: Add acceptable error codes for Win7.
2009-02-23  Francois Gougetnetapi32/tests: Use win_skip() to skip over unimplement...
2009-02-13  Juan Langnetapi32: Fix tests on systems with reduced privilege.
2008-10-27  Marcus Meissnernetapi32: Fixed buffer sizes to GetUserNameW and GetCom...
2008-10-18  Nicolas Le Camnetapi32/tests: Fix a failing test on localized Windows.
2008-10-18  Nicolas Le Camnetapi32: Fix well known account RIDs in NetQueryDispla...
2008-10-18  Nicolas Le Camnetapi32/tests: Add a test for well known account RIDs.
2008-09-03  James Hawkinsnetapi32: Fix two failing tests in NT4.
2008-08-27  Paul Vriensnetapi32/tests: Fix the error text.
2008-07-03  Kai Blinnetapi32: Make sure NetUserGetInfo can find the current...
2008-06-27  Kai Blinnetapi32: Don't test NetUserChangePassword for now.
2008-06-25  Kai Blinnetapi32: tests/access: Don't clutter up standalone...
2008-05-28  Alistair Leslie... netapi32: Fix tests when the machine is on DOMAIN.
2008-05-05  Maarten Lankhorstnetapi32: Make the tests pass under XP that enforces...
2008-03-07  Alistair Leslie... netapi32: Correct test for NetUserChangePassword.
2008-02-15  Paul Vriensnetapi32/tests: Adding a user with a too long name...
2007-03-28  Francois Gougetnetapi32/tests: Add a missing '\n' to a trace().
2007-03-26  Kai Blinnetapi32/tests: Make NetGetUserInfo checks language...
2007-03-26  Kai Blinnetapi32: Implement NetUserChangePassword.
2007-03-26  Kai Blinnetapi32: Implement NetUserDel.
2007-03-26  Kai Blinnetapi32: Implement NetUserAdd with a dummy user database.
2007-03-26  Kai Blinnetapi32/test: Test the username and password length...
2007-03-23  Paul Vriensnetapi32/tests: Use LoadLibrary where needed and skip.
2007-03-20  Kai Blinnetapi32: Add test for adding/deleting users.
2007-03-19  Kai Blinnetapi32/tests: Use skip when skipping tests.
2006-10-09  Michael Stefaniucnetapi32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Reifnetapi32: Add minimal NetUserModalsGet test.
2005-06-20  Stefan HuehnerMake some function static.
2005-03-25  Jakob ErikssonNo need continuing tests if no NetUserGetInfo.
2004-12-27  Jakob ErikssonFix test failure on Windows 2000.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-05  Juan Lang- fix a couple tests and traces
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-19  Francois GougetOn Win9x netapi32.dll does not export a single API...
2002-09-23  Andriy PalamarchukImplemented NetQueryDisplayInformation, NetUserGetInfo...