setupapi: Validate the cabinet filename parameter in SetupIterateCabinetA.
[wine] / dlls / setupapi / query.c
2009-01-13  Hans Leidekkersetupapi: Fix resolving target path when given a sectio...
2008-11-11  Andrew Talbotsetupapi: Sign-compare warnings fix.
2007-11-06  Juan Langsetupapi: Don't convert strings past NULL-terminator.
2007-11-06  Juan Langsetupapi: Downgrade an ERR to a WARN.
2007-11-06  Juan Langsetupapi: Correct a return value.
2007-09-13  Lionel Debrouxsetupapi: Fix memory leak (found by Smatch).
2007-05-21  Andrew Talbotsetupapi: Exclude unused headers.
2007-05-18  Hans Leidekkersetupapi: Correctly handle an empty filename in SetupGe...
2007-05-11  Rob Shearmansetupapi: SetupOpenInfFile returns INVALID_HANDLE_VALUE...
2007-05-08  Rob Shearmansetupapi: Improve the stub for SetupQueryInfOriginalFil...
2007-05-04  Rob Shearmansetupapi: Partially implement SetupQueryInfOriginalFile...
2007-05-04  Rob Shearmansetupapi: Add stubs for SetupQueryInfOriginalFileInform...
2006-11-16  Hans Leidekkersetupapi: Implement SetupGetTargetPath{A,W}.
2006-11-15  Hans Leidekkersetupapi: Implement SetupGetSourceInfo{A,W}.
2006-11-14  Hans Leidekkersetupapi: Implement SetupGetSourceFileLocation{A,W}.
2006-10-14  Michael Stefaniucsetupapi: Win64 printf format warning fixes.
2006-09-26  Frank Richtersetupapi: Duplicate behaviour of native SetupGetInfInfo...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-14  James Hawkinssetupapi: Handle the INFINFO_REVERSE_DEFAULT_SEARCH...
2006-02-14  James Hawkinssetupapi: Handle the INFINFO_INF_NAME_IS_ABSOLUTE and
2006-02-09  James Hawkinssetupapi: Error out if ReturnBuffer is NULL but ReturnB...
2006-02-09  James Hawkinssetupapi: Convert InfSpec to unicode if SearchControl...
2006-02-07  James Hawkinssetupapi: Add an initial implementation of SetupGetInfI...
2006-02-07  James Hawkinssetupapi: Implement SetupQueryInfFileInformation.