summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-11Using ExAllocatePool2 for deferred API change (#719)visvel
2022-05-04[storage/class/disk] Use ExAllocatePool2 (#712)dwimmel-msft
2022-05-01fix codeql ComparisonWithWiderType (#711)dwimmel-msft
2022-05-01bug fix: updating UINT8 to UINT32 to correct wrong type comparison (#709)brandyking
2022-04-26Check success of StringFromCLSID before printing string (#1) (#716)Michael Katz
* Check success of StringFromCLSID before printing string * initialized wchar ptr to null
2022-04-05Removing Unused variable from SimpleAudioSample (#710)judzmura
There was a variable (MicArray_180_Degrees) being initialized but not used which was causing a warning and a subsequent failure when building the driver in the Windows Driver Kit TP process. This was fixed by removing the variable's initialization. Validated by building the driver and making sure it still installs and works correctly.
2022-04-04Set ManagedAssembly=true on usb/usbview projectAdonais Romero González
This will enable the sample to be built under the v143 VC++ toolset while allowing it to be built under lowered version toolsets
2022-03-31[network\trans] ExAllocatePoolWithTag changing to ExAllocatePoolZero (#696)Elaine Houha
* init commit more exallocatepoolwithtag to exallocatePoolZero * CR comments * Adds a define for downlevel support * All flavors build Debug/Release Win32/x64, stmEdit.inf edited to fix build errors related to primative drivers * Using recommend arch decoration Co-authored-by: Elaine Houha <[email protected]>
2022-03-30[usb/usbview] Comparison between i of type UCHAR and SublinkSpeedAttrCount ↵Wei Mao
of wider type ULONG. (line 2730)
2022-03-28Update driver.c to no longer use ExAllocatePool (#707)Rohit Raina
* Update driver.c
2022-03-24typos (#706)witer33
2022-03-24updated pool allocate API (#634)Alena Egorova
Co-authored-by: Alena Egorova <[email protected]>
2022-03-24correct README.md of VirtualSerial2 driver (#700)KunYi Chen
2022-03-24Changed ExAllocatePool to ExAllocatePool2 with tag (#636)He Qian Wang
2022-03-24Merge pull request #705 from pralater/mastertobafo19
Replace Deprecated API
2022-03-23fix outdated codePranav Sharma
2022-03-22Merge pull request #695 from tmolenh/netvmini-pooltobafo19
Virtual Miniport: Replace ExAllocatePool* with ExAllocatePool2
2022-03-22Merge pull request #694 from tmolenh/extension-pooltobafo19
VMSwitch Extension: Replace ExAllocatePool* with ExAllocatePool2
2022-03-18Merge branch 'master' of https://github.com/pralater/Windows-driver-samplesPranav Sharma
2022-03-18replace deprecated ExAllocatePool APIPranav Sharma
2022-03-18Fix Acpi.cpp error msg string (#703)Phan Trinh Ha
2022-03-14Update UcmCxUcsi.infPhan Trinh Ha
2022-03-10PR FeedbackPhan Trinh Ha
2022-03-10Updating ExAllocatePoolWithTag security and additional PnpLockdown warning ↵Phan Trinh Ha
on build
2022-03-02Replace ExAllocatePool* with ExAllocatePool2Tom Molenhouse
2022-03-02Replace ExAllocatePool* with ExAllocatePool2Tom Molenhouse
2022-02-01Merge pull request #624 from houha2/updateDriversSHAtobafo19
Update driver signing to SHA256
2022-02-01Merge pull request #625 from nibhansa/mastertobafo19
update wdi samples to use sha256
2022-02-01Merge pull request #631 from vtam-msft/mastertobafo19
Update WPD samples to use sha256
2022-02-01Merge pull request #635 from msofipm/mastertobafo19
Changing driver signing to sha256.
2022-02-01Merge pull request #639 from adancy/patch-1tobafo19
Correct signing digest
2022-02-01Merge pull request #646 from tmolenh/mastertobafo19
Update switch extension samples to use SHA256 driver signing
2022-01-31Merge pull request #656 from jgeurten/mastertobafo19
Update remaining samples to use SHA256 as digest signing algorithm
2021-11-29Cumulative updates. (#674)matwilli
Changing ExAllocatePoolWithTag to ExAllocatePool2 Disable the data role correction policy in UcmUcsiCx conditionally Copying ACPI shared memory locally on UCSI notification
2021-11-09Initialize local variablesMatthew Williams
2021-10-27fix semmle: comparison-with-wider-type (#663)dwimmel-msft
* fix semmle: comparison-with-wider-type https://codeql.github.com/codeql-query-help/cpp/cpp-comparison-with-wider-type/ * numberOfHighestPort UCHAR -> ULONG
2021-10-15Replace regfltr sample calls to ExAllocatePoolWithTag with ↵Chris Kleynhans
ExAllocatePoolZero. (#501)
2021-08-13audio: Updates for Windows 10 22000 (#655)Daniel Rugerio
* Updates for Windows 10 22000. * Change how WIL is consumed.
2021-07-29Updated Github \nfc\ Windows-driver-samples to use SHA256 for signingJordan Geurten
2021-07-29updated \storage\ Windows-driver-samples to use SHA256 for signingJordan Geurten
2021-07-29Updated \network\radio\HidSwitchDriverSample\ to use SHA256 for signingJordan Geurten
2021-07-29Updated \general\ Windows-driver-samples to use SHA256 for signingJordan Geurten
2021-07-29Updated \security\ Windows-driver-samples to use SHA256 for signingJordan Geurten
2021-07-29Updated \network\wsk\echosrv\ Windows-driver-samples to use SHA256 for signingJordan Geurten
2021-07-29Updated \network\ndis Windows-driver-samples to use SHA256Jordan Geurten
2021-07-29Updated \TrEE\Miniport\TrEEMiniportSample.vcxproj to use SHA256 for signtool /FDJordan Geurten
2021-07-16update driver signing to sha256 (#648)jayguanms
Co-authored-by: Jay Guan <[email protected]>
2021-07-08Merge pull request #650 from olegkMS/mastertobafo19
update hash algorithm to sha256
2021-07-08Merge pull request #649 from Cheoljin/user/chelee/gnssUmdfSHA256tobafo19
User/chelee/gnss umdf sha256
2021-07-07update hash algorithm to sha256Oleg Kagan (111592)