gdiplus: Remove unneeded address-of operator from array name.
[wine] / dlls / netapi32 / access.c
2012-04-18  André Hentschelnetapi32: Remove unneeded shadow variables.
2011-12-06  Alexandre Julliardnetapi32: Simplify the smbpasswd invocation to avoid...
2011-12-02  Francois Gougetnetapi32: Fix the compilation on Solaris by including...
2011-12-01  Ken Thomasesnetapi32: Wait for and reap smbpasswd child process.
2011-09-07  Marcus Meissnernetapi32: Check for GetUserNameW return (Coverity).
2011-03-01  Hans Leidekkernetapi32: Try running the smbpasswd tool in NetUserChan...
2011-02-07  André Hentschelnetapi32: Add stub implementation for NetUseDel.
2009-12-07  Rob Shearmannetapi32: Fix off-by-one errors in ACCESS_QueryAdminDis...
2009-10-12  Jeffrey Morlannetapi32: Fix heap buffer overflows.
2009-09-08  Austin Englishnetapi32: Add a stub for NetGroupGetInfo.
2009-03-05  Michael Stefaniucnetapi32: Remove superfluous pointer casts.
2008-10-18  Nicolas Le Camnetapi32: Fix well known account RIDs in NetQueryDispla...
2008-09-23  Alexander Nicolays... netapi32: Improve NetUserGetLocalGroups stub.
2008-07-31  Vladimir Pankratovnetapi32: Add stub for NetGroupEnum.
2008-07-03  Kai Blinnetapi32: Make sure NetUserGetInfo can find the current...
2008-01-14  Andrew Talbotnetapi32: Remove unneeded cast.
2008-01-02  Michael Stefaniucnetapi32: Remove two unused global variables.
2007-11-19  Michael Stefaniucnetapi32: Remove redundant NULL check before HeapFree...
2007-11-05  Kai Blinnetapi32: Fix valgrind warnings.
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-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-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-02-23  Rob Shearmannetapi32: Add a stub for NetUserChangePassword.
2007-02-19  Hans Leidekkernetapi32: Add a stub implementation for NetShareDel...
2006-11-08  Francois GougetFix ntsecapi.h so it does not depend on winternl.h.
2006-10-12  Hans Leidekkernetapi32: Win64 printf format warning fixes.
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-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Robert Reifnetapi32: Implement NetUserModalsGet level 2.
2006-02-13  Hans Leidekkernetapi32: Improve stub for NetUserModalsGet.
2005-11-21  Ge van GeldorpFix some prototypes to match the PSDK.
2005-07-07  Detlef RiekenbergNetUserAdd + NetUserDel implemented as stub.
2005-07-05  Stefan HuehnerFix -Wmissing-declarations warnings.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-02-06  Chris MorganStub NetUserEnum().
2003-12-04  Mike McCormackStub implementations for some functions.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-17  Uwe BonnesNetUserGetInfo: implemented Level 1.
2002-12-13  Chris MorganStub NetGetDCName(). Add in the rest of the NERR_...
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-23  Andriy PalamarchukImplemented NetQueryDisplayInformation, NetUserGetInfo...