summaryrefslogtreecommitdiff
path: root/filesys
AgeCommit message (Collapse)Author
2024-12-29Merge branch 'main' into fix-transaction-processingya-solnyshko
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-06-28RI develop to main (#1189)JakobL-MSFT
* Memory leakage in message "sizeof(SCANNER_MESSAGE) * threadCount * requestCount" bytes long memory is allocated but only "sizeof(SCANNER_MESSAGE) * threadCount" bytes long of it is freed. * Handles malloc function fail case * Refactors comment line * Solves the miscalculation of the message index * simbatt: Fix broken registry read-back The GetSimBattStateFromRegistry function is currently using default settings if GetSimBattStateFromRegistry succeeds, whereas settings from registry are only applied if GetSimBattStateFromRegistry fails. This does not make sense to me. Therefore proposing to remove the `!` negation from `if (!NT_SUCCESS(Status)) {` on the line after `Status = GetSimBattStateFromRegistry(Device, RegState);` so that default settings are loaded when registry read-back fails. * Issue of freeing memory without waiting completion of threads accessing it is fixed * Fixes information leakage warning Fixes the issue of possible information leakage from uninitialized padding bytes * Avoids possible multiplication overflow warning * Avoids possible multiplication overflow warning * CI Pipelines build with WDK Nuget Packages (#1179) Integrate nuget into the workflow pipelines * FI from main to develop (#1188) Fix text and minor issues in Winget configuration files Co-authored-by: Adonais Romero Gonzalez <[email protected]> * Improve version info, vsix installation, and update building locally readme * Fix printing vsix version * Refactored vsix install and cleaned up build sampleset --------- Co-authored-by: İsa Yurdagül <[email protected]> Co-authored-by: Fredrik Orderud <[email protected]> Co-authored-by: Christian Allred <[email protected]> Co-authored-by: tristanb-ntdev <[email protected]> Co-authored-by: Matt <[email protected]> Co-authored-by: Adonais Romero Gonzalez <[email protected]>
2024-06-19fix wrong referenced context in transaction processingya-solnyshko
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
* Removed Win32 and Arm from the project configurations. * Set default platform to x64.
2024-02-19Add ARM64 as target platform on multiple samples (#1104)Adonais Romero González
* Add ARM64 as target platform on multiple samples * Remove ARM64 from WFPSampler temporarily --------- Co-authored-by: Jakob Lichtenberg (170957) <[email protected]>
2024-01-25Merge pull request #932 from hsebs/patch-2Christian Allred
Fix error logging
2023-10-09Remove .exe from the INF file (#1040)zlockard
Co-authored-by: Zac Lockard <[email protected]>
2023-10-02Remove unused variableZac Lockard
2023-09-29Switch to final registry key loading paradigmZac Lockard
2023-09-28Clean up paradigmZac Lockard
2023-09-27Prototype new paradigmZac Lockard
2023-09-26Update to correct build numberZac Lockard
2023-09-26Remove user-mode app from driver package to fix build issuesZac Lockard
2023-07-31Update file system filter samples to use isolated state locationszlockard
2023-04-06Update some filesys projects' DriverTargetPlatform to be 'Windows Driver' (#962)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-04-04Update filesystem filter INF file encoding to be UTF-16 LE (#953)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-21Add PnpLockdown=1 to file system filter samples (#937)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-03-14Fix error loggingHeesung Kim
`dwErrCode` which is always 0.
2023-02-08Fix typo in comment (#557)Rod Widdowson
The code grabs the FCB SHARED, not Ex
2023-02-08Remove un-used macro NULL_FILTER_FILTER_NAME (#641)astro
Update nullFilter.c
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)
2022-03-24typos (#706)witer33
2021-07-07update hash algorithm to sha256Oleg Kagan (111592)
2021-06-01update hash algorithm to sha256darwin-msft
update hash algorithm to sha256
2019-09-24Fix changing and reading FAT labels with leading 0xE5 byte in fastfat.sys (#303)86973pali
FAT Volume Label is stored in the root directory entry and therefore when setting new Volume Label with leading 0xE5 byte it first needs to be converted to 0x05 byte. This step is also required by Microsoft FAT specification (fatgen103.doc) and also applied for all other files and directories. But not for volume label yet. First byte 0xE5 in directory entry means that entry is removed. Similarly, when reading Volume Label from the root directory, leading byte 0x05 first needs to be converted to 0xE5 and then later processed. This is reverse operation as described in previous paragraph. FAT Volume Label is converted from Unicode to bytes according to OEM code page. OEM code page is configured in Language for non-Unicode applications settings in Country/Region settings. When it is set to English (United Kingdom), then OEM code page is 850. And in 850 is Unicode LATIN CAPITAL LETTER O WITH TILDE represented as 0xE5. Therefore this pull request fixes setting FAT label "Õ" when regional settings are set to English (United Kingdom).
2019-09-16Update README.md (#417)84625846248462384622846218462084619846188461784616846158461484613846128461184610846098460884607846068460584604Barry Golden
2019-08-22Update README.md (#407)7914479143791427914179140791397913879137791367913579134Barry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-17Update README.mdBarry Golden
2019-07-15Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583Den Delimarsky
2019-07-04Update sample metadataDen Delimarsky
2019-07-04Update README.mdDen (Microsoft)
2019-03-13Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842Den Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update README metadataDen Delimarsky
2019-03-13Testing samples browser integrationDen Delimarsky
2019-03-12Update README.md for samples portal (#358)Barry Golden
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
2018-10-30Fix typos in fastfat comments (#295)Quinten Johnson
2018-10-30Fix some comment typos (#294)Quinten Johnson
2018-10-30fix bizarre misspelling (#305)garanews
bizarre vs bizzare
2018-09-24Updated YAML manifest for Microsoft Samples portal. (#287)Barry Golden
* Rename YAML manifests to use .yml extension * Add preserveParentHierarchy: true to YAML manifest * Updated YAML manifest for Microsoft Samples portal. * Fix YAML newline warnings * Updated vssolution path in YAML manifests
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-02-28Added .yaml files for samples portal (#214)Barry Golden
2018-02-24filesys/cdfs: only set the Top Level IRP if locking succeed for lazy writer ↵Pierre Schweitzer
worker. (#209) This avoids hitting the assert again NULL Top Level IRP later on if locking failed.
2018-02-08Shouldn't consider desired access when checking for volume lock (#207)Christian Allred
2018-01-16Fix issue #192Wei Mao