| Age | Commit message (Collapse) | Author |
|
Update driver signing to SHA256
|
|
update wdi samples to use sha256
|
|
Update switch extension samples to use SHA256 driver signing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes a `NT_ASSERT` to match what the comment above is saying, the previous version caused a system crash if the packet was not inbound and had a auth decision made already.
The comment
` // Skip pended connections in the list, for which the auth decision is already taken.`
` // They should not be for inbound connections.`
to my understanding means inbound connections should be ignored and ignore connections for which the auth decision was already made. The latter is checked by:
` if (packet->authConnectDecision == 0)`
which keeps `found` equal to `FALSE` triggering the packet and list entry to be set to `NULL` here:
`if (!found)
{
listEntry = NULL;
packet = NULL;
}`
Change also updates the .sln and .vxproj files so the sample compiles on VS2019 without any changes - addressing #366
Co-authored-by: Elaine Houha <[email protected]>
|
|
Updated sample to remove deprecated API usage (ExAllocatePoolWithTag to ExAllocatePoolZero)
Co-authored-by: Elaine Houha <[email protected]>
|
|
* replaces ExAllocatePoolWithTag to ExAllocatePoolZero
* adds marco for downlevel support
* removes unneeded change
* changes comment to reflect new API usage
* fixes alignment issues
* changes spacing
Co-authored-by: Elaine Houha <[email protected]>
|
|
|
|
Modify the inbound NBL's UDP port # to that of the original outbound traffic, in order to meet the inbound filter conditions
|
|
Updated comment text to meet bias-free communication guidance.
For more information, see https://docs.microsoft.com/style-guide/bias-free-communication.
|
|
|
|
|
|
|
|
|
|
* Update README.md
* Update README.md
|
|
|
|
|
|
|
|
* Update README.md
* Update README.md
|
|
callback (#408)
Moves the unregister of callouts into a workitem routine. Additionally fixed an issue which could potentially leak an IOWorkItem
|
|
* Update README.md
* Update README.md
|
|
|
|
|
|
update the tags to properly match
|
|
|
|
|
|
|
|
fix null pointer deref. pSendParams has moved under pCompletionData and any further use must be done from this struct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
ture -> true
|
|
ture -> true
|
|
ture -> true
|
|
TURE -> TRUE
|