mshtml: Added IActiveScriptDebug32 stub implementation.
[wine] / dlls / netapi32 /
2008-04-09  Austin EnglishSpelling fixes.
2008-03-24  Kai Blinnetapi32: Revert "janitorial: Use poll() instead of...
2008-03-24  Kai Blinjanitorial: Use poll() instead of select().
2008-03-10  Andrew Talbotnetapi32: Assign to struct instead of using memcpy.
2008-03-07  Alistair Leslie... netapi32: Correct test for NetUserChangePassword.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-25  Rob Shearmannetapi32: Fix character count passed to GetUserNameW...
2008-02-20  Marcus Meissnernetapi32: Added some return value checking.
2008-02-15  Paul Vriensnetapi32/tests: Adding a user with a too long name...
2008-01-14  Andrew Talbotnetapi32: Remove unneeded cast.
2008-01-02  Michael Stefaniucnetapi32: Remove two unused global variables.
2007-12-12  Aric Stewartnetapi32: Improve stub for NetLocalGroupGetMembers...
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-11-26  Gerald Pfeifernetapi32: Remove one tests and simplify another based...
2007-11-19  Michael Stefaniucnetapi32: Remove redundant NULL check before HeapFree...
2007-11-05  Kai Blinnetapi32: Fix valgrind warnings.
2007-10-31  Tim Schwartznetapi32: Add stub for NetUseEnum().
2007-08-08  Francois Gougetnetapi32: Add some missing prototypes in the lmaccess...
2007-08-06  Francois Gougetnetapi32: Add lmuseflg.h and include it from lmuse.h.
2007-08-03  Francois Gougetnetapi32: Fix the NetUseAdd() calling convention.
2007-07-31  Francois GougetAssorted spelling fixes.
2007-07-16  Tim Schwartznetapi32: Add NetUseAdd() stub.
2007-06-20  Andrew Talbotnetapi32: Constify some variables.
2007-05-15  Andrew Talbotnetapi32: Exclude unused headers.
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.
2007-03-19  Kai Blinnetapi32: Downgrade more ERRs to TRACEs.
2007-03-19  Kai Blinnetapi32: Remove another macro, replace by more readabl...
2007-03-19  Kai Blinnetapi32: Downgrade another WARN and ERR to a TRACE.
2007-03-19  Kai Blinnetapi32: Get rid of an ugly macro definition only...
2007-03-19  Kai Blinnetapi32: fix a comment.
2007-03-19  Kai Blinnetapi32: Downgrade a FIXME and an ERR to a trace to...
2007-03-16  Paul Vriensnetapi32/tests: Use GetModuleHandle and skip.
2007-03-12  Jan Zerebeckinetapi32: Add DebugInfo to critical sections.
2007-03-07  Alexandre Julliardnetapi32: Added support for more info levels in NetWkst...
2007-03-02  Marcus Meissnernetapi32: Fixed array overflow (spotted by Coverity).
2007-02-23  Rob Shearmannetapi32: Add a stub for NetUserChangePassword.
2007-02-20  Andrew Talbotnetapi32: Constify a variable.
2007-02-19  Hans Leidekkernetapi32: Add a stub implementation for NetShareDel...
2007-01-17  Andrew Talbotnetapi32: Declare a variable static.
2006-12-27  Michael Stefaniucjanitorial: In multiline strings there is no need for...
2006-11-08  Francois GougetFix ntsecapi.h so it does not depend on winternl.h.
2006-10-24  Eric Pouechnetapi32: Fix the size of allocation for the string...
2006-10-12  Hans Leidekkernetapi32: Win64 printf format warning fixes.
2006-10-09  Michael Stefaniucnetapi32: Win64 printf format warning fixes.
2006-10-05  Paul Chitescunetapi: Stub for DsGetDcNameA.
2006-10-05  Francois GougetAdd missing '\n's to Wine traces.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-27  Juan Langnetapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW.
2006-09-21  Juan Langnetapi32: Partially implement DsRoleGetPrimaryDomainInf...
2006-09-20  Andrew Talbotnetapi32: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-08  Detlef Riekenbergnetapi32: Avoid NULL access in NetApiBufferAllocate...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-14  Robert Reifnetapi32: NetUserModalsGet bug fixes and cleanup.
2006-08-07  Robert Reifnetapi32: Add stubs for remaining NetLocalGroup* functions.
2006-08-05  Robert Reifnetapi32: Add stub for NetUserGetLocalGroups.
2006-08-05  Robert Reifnetapi32: Return an error for unimplemented levels...
2006-08-05  Robert Reifnetapi32: Add stub for NetLocalGroupEnum.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-13  Alexandre Julliardnetapi32: Don't use sizeof in traces to avoid printf...
2006-06-07  Robert Reifnetapi32: Add stub for NetServerEnumEx.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Reifnetapi32: Implement NetUserModalsGet level 2.
2006-05-05  Robert Reifnetapi32: Add minimal NetUserModalsGet test.
2006-04-07  Paul Vriensnetapi32: Move NetShareEnum from browsr.c to share.c.
2006-04-06  Paul Vriensnetapi32: Add (stubbed) NetSessionEnum.
2006-02-13  Hans Leidekkernetapi32: Improve stub for NetUserModalsGet.
2005-12-07  Vincent BéronAdd a few missing #includes.
2005-12-02  Francois GougetBetter stick to the PSDK types and to the dsrole.h...
2005-11-30  Vincent BéronAdd some prototypes to include/ for already existing...
2005-11-29  Paul VriensAdded some stubbed Ds-calls
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-21  Ge van GeldorpFix some prototypes to match the PSDK.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-29  Mike McCormackgcc 4.0 warning fixes.
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-07-12  Mike McCormackInterlocked LONG* gcc warning fixes.
2005-07-07  Detlef RiekenbergNetUserAdd + NetUserDel implemented as stub.
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2005-06-23  Alexandre JulliardSort entry points in the same order as Windows.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-14  Alexandre JulliardMoved network configuration parameters to HKCU\Software...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-03-25  Jakob ErikssonNo need continuing tests if no NetUserGetInfo.
next