msi: Revert 8321276cd34486bc6bf1e07c0e99c73423288854.
[wine] / dlls / mpr / wnet.c
2011-05-30  Marcus Meissnermpr: Added missing pointer dereference (Coverity).
2010-08-04  Andrew Nguyenmpr: Initialize the output enumeration handle to NULL...
2009-12-08  Aric Stewartmpr: Initialize handle to NULL on ERROR_NO_NETWORK...
2009-06-02  Vitaly Perovmpr: Don't set LastError if no error occured.
2009-01-12  Michael Stefaniucmpr: Remove superfluous pointer casts.
2008-11-03  Michael StefaniucRemove the remaining casts of NULL.
2008-10-24  Alexandre Julliardmpr: Use a mountmgr ioctl to retrieve the UNC name...
2008-10-17  Andrey Turkinmpr: Fix NULL pointer dereference in WNetGetResourceInf...
2008-06-26  Andrew Talbotmpr: Fix some memory leaks.
2008-03-11  Christopher Berneruser32: Make LoadStringW pass tests.
2008-03-05  Andrew Talbotmpr: Assign to struct instead of using memcpy.
2007-10-19  Konstantin Kondratyukmpr: Delete a stub trace.
2007-10-02  Marcus Meissnermpr: Initialize lpwSystem.
2007-10-01  Konstantin Kondratyukmpr: Implement WNetGetResourceInformation functions.
2007-09-27  Konstantin Kondratyukmpr: Correct usage of dwScope and dwEnumScopes.
2007-05-29  Andrew Talbotmpr: Constify some variables.
2007-05-23  Maarten Lankhorstmpr: Small fixes to WNetGetConnection.
2007-03-28  Dmitry Timoshkovinclude: Add some API prototypes to appropriate header...
2007-03-26  Hans Leidekkermpr: Add a stub implementation for WNetGetUniversalNameA.
2007-03-26  Hans Leidekkermpr: Fix buffer size calculation in WNetGetUniversalNameW.
2007-03-07  Andrew Talbotmpr: Replace const pointer parameters with correct...
2007-01-15  Paul Vriensmpr: Fix typo (Coverity).
2007-01-12  Andrew Talbotmpr: Declare a variable static.
2006-10-12  Michael Stefaniucmpr: Win64 printf format warning fixes.
2006-08-21  Dan Kegelmpr: Fix bug in ProviderOrder comma processing in wnetI...
2006-06-13  Michael StefaniucYet another round of redundant NULL checks before HeapFree.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-28  Mike McCormackmpr: Improve the stub for WNetGetUniversalNameW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-06-30  Uwe BonnesHeapAlloc for WSTR must allocate len* sizeof(WCHARS).
2004-05-07  Krishna MurthyWNetGetConnection(): use QueryDosDevice to return a...
2004-04-05  Juan Lang- implement loading network providers
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-10-22  Michael StefaniucCompile the mpr dll with STRICT defined.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-01  Alexandre JulliardRemoved some of the calls to HEAP_strdup* functions.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-11-29  Alexandre JulliardCleaned up some more dependencies on Wine internal...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-11-27  Alexandre JulliardFixed a few dependencies on 16-bit or internal function...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.