summaryrefslogtreecommitdiff
path: root/filesys
AgeCommit message (Collapse)Author
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
2017-08-30Update FWLINK.Barry Golden
2017-08-24VSTS 12737998Barry Golden
2017-03-20Fix build failuresWei Mao
2017-03-15Merge pull request #41 from pccq2002/patch-1Wei Mao
Update CdoOperations.c
2017-03-15Got rid of useless casts in AvScan.cElias Bachaalany
2016-10-06minor typo fixElias Bachaalany
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2016-01-09Update CdoOperations.cpccq2002
2015-08-12Rename README.md files to standardize casingJ M Rossy
2015-08-06Update README.mdBarry Golden
2015-08-05Update README.mdBarry Golden
2015-07-30Update README.mdBarry Golden
2015-07-29Samples update for public Windows 10 releaseJ M Rossy
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors Fix #4 Add back fixed KMDOD sample Add new BarcodeScanner sample in pos folder Add new MagneticStripeReader sample in pos folder Add new SynpaticsTouch sample in input folder Add new Power Engine Plugin sample in pofx folder Add new DeviceMft sample in avstream folder Add new AvsCamera sample in root Add new SimBatt sample in root Add other pre-existing samples not yet released for Win10
2015-04-29terminology changesDave Wilson
2015-04-29samples update for //buildDave Wilson
2015-03-17Initial publishDave Wilson