| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-25 | Merge pull request #932 from hsebs/patch-2 | Christian Allred | |
| Fix error logging | |||
| 2023-10-09 | Remove .exe from the INF file (#1040) | zlockard | |
| Co-authored-by: Zac Lockard <[email protected]> | |||
| 2023-10-02 | Remove unused variable | Zac Lockard | |
| 2023-09-29 | Switch to final registry key loading paradigm | Zac Lockard | |
| 2023-09-28 | Clean up paradigm | Zac Lockard | |
| 2023-09-27 | Prototype new paradigm | Zac Lockard | |
| 2023-09-26 | Update to correct build number | Zac Lockard | |
| 2023-09-26 | Remove user-mode app from driver package to fix build issues | Zac Lockard | |
| 2023-07-31 | Update file system filter samples to use isolated state locations | zlockard | |
| 2023-04-06 | Update some filesys projects' DriverTargetPlatform to be 'Windows Driver' (#962) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-04-04 | Update filesystem filter INF file encoding to be UTF-16 LE (#953) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-21 | Add PnpLockdown=1 to file system filter samples (#937) | Jason | |
| Co-authored-by: Jason Knichel <[email protected]> | |||
| 2023-03-14 | Fix error logging | Heesung Kim | |
| `dwErrCode` which is always 0. | |||
| 2023-02-08 | Fix typo in comment (#557) | Rod Widdowson | |
| The code grabs the FCB SHARED, not Ex | |||
| 2023-02-08 | Remove un-used macro NULL_FILTER_FILTER_NAME (#641) | astro | |
| Update nullFilter.c | |||
| 2022-05-18 | Replaced 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-24 | typos (#706) | witer33 | |
| 2021-07-07 | update hash algorithm to sha256 | Oleg Kagan (111592) | |
| 2021-06-01 | update hash algorithm to sha256 | darwin-msft | |
| update hash algorithm to sha256 | |||
| 2019-09-24 | Fix changing and reading FAT labels with leading 0xE5 byte in fastfat.sys (#303)86973 | pali | |
| 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-16 | Update README.md (#417)84625846248462384622846218462084619846188461784616846158461484613846128461184610846098460884607846068460584604 | Barry Golden | |
| 2019-08-22 | Update README.md (#407)7914479143791427914179140791397913879137791367913579134 | Barry Golden | |
| 2019-08-20 | Update README.md (#404) | Barry Golden | |
| 2019-08-17 | Update README.md | Barry Golden | |
| 2019-07-15 | Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583 | Den Delimarsky | |
| 2019-07-04 | Update sample metadata | Den Delimarsky | |
| 2019-07-04 | Update README.md | Den (Microsoft) | |
| 2019-03-13 | Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842 | Den Delimarsky | |
| 2019-03-13 | Update manifests | Den Delimarsky | |
| 2019-03-13 | Update READMEs | Den Delimarsky | |
| 2019-03-13 | Update READMEs | Den Delimarsky | |
| 2019-03-13 | Update README metadata | Den Delimarsky | |
| 2019-03-13 | Testing samples browser integration | Den Delimarsky | |
| 2019-03-12 | Update 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-30 | Fix typos in fastfat comments (#295) | Quinten Johnson | |
| 2018-10-30 | Fix some comment typos (#294) | Quinten Johnson | |
| 2018-10-30 | fix bizarre misspelling (#305) | garanews | |
| bizarre vs bizzare | |||
| 2018-09-24 | Updated 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-09 | Fix 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-28 | Added .yaml files for samples portal (#214) | Barry Golden | |
| 2018-02-24 | filesys/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-08 | Shouldn't consider desired access when checking for volume lock (#207) | Christian Allred | |
| 2018-01-16 | Fix issue #192 | Wei Mao | |
| 2017-08-30 | Update FWLINK. | Barry Golden | |
| 2017-08-24 | VSTS 12737998 | Barry Golden | |
| 2017-03-20 | Fix build failures | Wei Mao | |
| 2017-03-15 | Merge pull request #41 from pccq2002/patch-1 | Wei Mao | |
| Update CdoOperations.c | |||
| 2017-03-15 | Got rid of useless casts in AvScan.c | Elias Bachaalany | |
| 2016-10-06 | minor typo fix | Elias Bachaalany | |
