wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / snmpapi /
2008-06-04  Alistair Leslie... snmpapi: Correct snmpapi tests under win98.
2008-05-19  Juan Langsnmpapi: Test and correct SnmpUtilOidNCmp when count...
2008-05-19  Juan Langsnmpapi: Test and correct SnmpUtilOidNCmp when Oid...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-11-12  Hans Leidekkersnmpapi: Make a test pass on Vista.
2007-11-07  Andrew Talbotsnmpapi: Constify a variable.
2007-10-29  Hans Leidekkersnmpapi: Fix memory allocation in SnmpUtilVarBindListCpy.
2007-08-10  Paul Vrienssnmpapi/tests: Be more verbose on missing functions.
2007-08-09  Paul Vrienssnmpapi/tests: Run tests again on win98 and NT4.
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  Alexandre Julliardsnmpapi: Fix printf format warnings in tests.
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: Add a bunch of tests.
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: Add some missing APIs to the spec file.
2007-01-15  Hans Leidekkersnmpapi: Implement SnmpUtilOidCpy, SnmpUtilOidFree...
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
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-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-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-08-15  Vincent BéronUniformize DllMain TRACEing across dlls.
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...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
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-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-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 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-04-29  Patrik StridvallStub implementation of SNMPAPI.DLL.