Fix signed/unsigned comparison warnings.
[wine] / dlls / netapi32 /
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-04-21  Juan LangFix NetApiBufferReallocate and tests based on results...
2004-04-20  Francois GougetMake Unicode strings 'static const'.
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-04-02  Hans LeidekkerNetServerGetInfo() pseudo stub.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-03-01  Juan LangImplement NetpNetbiosStatusToApiStatus.
2004-02-27  Patrik StridvallFixed some issues found by winapi_check.
2004-02-10  Steven EdwardsPorting Fixes for Mingw/MSVC.
2004-02-06  Chris MorganStub NetUserEnum().
2004-01-30  Juan Lang- fix broadcast address for name lookups after iphlpapi...
2004-01-27  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-15  Alexandre JulliardDefine INADDR_NONE if needed (reported by Robert Lunnon).
2004-01-14  Robert LunnonFD_SET is not a type changed to struct fd_set.
2004-01-02  Steven EdwardsFix compiling netapi32 on MSVC with PSDK headers.
2004-01-02  Juan LangFix conflicting registry value names, and try both...
2003-12-11  Huw DaviesFix incorrect calculation of transport_addr.
2003-12-08  Juan LangPartially implement NetWkstaGetInfo.
2003-12-04  Mike McCormackStub implementations for some functions.
2003-12-04  Dimitrie O. PaunFix NetApiBufferReallocate and add a few tests for...
2003-11-29  Juan LangImplemented a lot of Netbios().
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-25  Jon GriffithsVarious test fixes for XP/msvc.
2003-09-11  Geoff ThorpeAdded a stub for NetStatisticsGet.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-18  Jon GriffithsFix compilation under VS.Net.
2003-07-08  Uwe BonnesRemoved a no longer used header.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-23  Eric PouechFixed a few bugs in network interface handling (code...
2003-06-16  Juan LangUse iphlpapi to enumerate LAN adapters.
2003-05-19  Aric StewartAdded stub for NetServerEnum.
2003-04-30  Juan LangBetter API compliance and test case for NetWkstaTranspo...
2003-03-28  Alexandre JulliardReplaced WINE_CHECK_STRUCT_MEMBER autoconf macro by...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-02-14  Uwe BonnesSeparate "Enumerate Hardware Addresses" as function...
2002-12-19  Francois GougetOn Win9x netapi32.dll does not export a single API...
2002-12-17  Uwe BonnesNetUserGetInfo: implemented Level 1.
2002-12-13  Chris MorganStub NetGetDCName(). Add in the rest of the NERR_...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-18  Alexandre JulliardFixed warnings caused by conversion to -DSTRICT.
2002-09-24  Patrik StridvallFixed some issues found by winapi_check.
2002-09-23  Andriy PalamarchukImplemented NetQueryDisplayInformation, NetUserGetInfo...
2002-09-16  Francois GougetNetpGetComputerName, SHCopyKeyA and SHRegGetPathA don...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-09-11  Andriy PalamarchukImplemented buffer management functions, a couple of...
2002-08-30  Steven EdwardsUpdate some .cvsignore files for building on Windows.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardPortability fixes.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2001-11-06  François GougetMake debugtools.h independent from config.h.
2001-11-06  Mike McCormackAdded netapi32.dll and the Netbios() call.