Release 1.5.29.
[wine] / dlls / snmpapi / main.c
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2009-12-08  Juan Langsnmpapi: Add stub for SnmpSvcGetUptime.
2008-05-19  Juan Langsnmpapi: Test and correct SnmpUtilOidNCmp when count...
2008-05-19  Juan Langsnmpapi: Test and correct SnmpUtilOidNCmp when Oid...
2007-11-07  Andrew Talbotsnmpapi: Constify a variable.
2007-10-29  Hans Leidekkersnmpapi: Fix memory allocation in SnmpUtilVarBindListCpy.
2007-03-06  Michael Stefaniucsnmpapi: Fix printf format warnings.
2007-03-06  Mike Schaadtsnmpapi: Changed %llu to %x%08lx.
2007-02-19  Hans Leidekkersnmpapi: Add a missing memcpy.
2007-01-26  Francois Gougetsnmpapi: Fix the winapi_check warnings.
2007-01-25  Francois Gougetsnmpapi: Add a missing '\n' trace.
2007-01-25  Francois Gougetsnmpapi: SnmpUtilDbgPrint() is a vararg and not an...
2007-01-23  Hans Leidekkersnmpapi: Add tests for SnmpUtilVarBind{, List}{Cpy...
2007-01-23  Hans Leidekkersnmpapi: Implement SnmpUtil{DbgPrint, IdsToA, OidToA...
2007-01-22  Hans Leidekkersnmpapi: Implement SnmpUtilOid{Append, Cmp, NCmp}....
2007-01-22  Hans Leidekkersnmpapi: Implement SnmpUtilOctets{Cmp,Cpy,Free,NCmp}.
2007-01-22  Hans Leidekkersnmpapi: Implement SnmpUtilAsnAny{Cpy,Free}.
2007-01-16  Hans Leidekkersnmpapi: Implement SnmpUtilVarBindList{Cpy,Free}.
2007-01-15  Hans Leidekkersnmpapi: Implement SnmpUtilVarBindCpy.
2007-01-15  Hans Leidekkersnmpapi: Implement SnmpUtilMem{Alloc,Free,ReAlloc}.
2007-01-15  Hans Leidekkersnmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree...
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Alexandre JulliardAdded DLL_WINE_PREATTACH handling in a number of stub...
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
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-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-29  Patrik StridvallStub implementation of SNMPAPI.DLL.