summaryrefslogtreecommitdiff
path: root/filesys/miniFilter/simrep/simrep.c
AgeCommit message (Collapse)Author
2023-09-29Switch to final registry key loading paradigmZac Lockard
2023-09-26Update to correct build numberZac Lockard
2023-07-31Update file system filter samples to use isolated state locationszlockard
2022-05-18Replaced ExAllocatePoolWithTag to more secure ExAllocatePoolZero in samples ↵olegkMS
of filesystems and filesystem filters; made necessary changes to make solutions buildable under recent Visual Studio (#725)
2018-06-20[SimRep] Fix printing the correct function name in SimRepPreNetworkQueryOpen ↵Ged Murphy
(#244)
2018-04-09Fix use FILE_LINK_INFORMATION struct for (fileInfoClass == ↵Julio Garcia
FileLinkInformation) instead of FILE_RENAME_INFORMATION struct. (#225) There was no error because both structs are same size, but this may change in future versions.
2018-01-16Fix issue #192Wei Mao
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2015-03-17Initial publishDave Wilson