<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/trans/inspect/sys, branch user-jakobl-CodeQL-Testing</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/network/trans/inspect/sys?h=user-jakobl-CodeQL-Testing</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/trans/inspect/sys?h=user-jakobl-CodeQL-Testing'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2022-03-31T16:11:14Z</updated>
<entry>
<title>[network\trans] ExAllocatePoolWithTag changing to ExAllocatePoolZero (#696)</title>
<updated>2022-03-31T16:11:14Z</updated>
<author>
<name>Elaine Houha</name>
<email>38798233+houha2@users.noreply.github.com</email>
</author>
<published>2022-03-31T16:11:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=a4335317df32e6e9d9dad38d8167fdc2d4d95640'/>
<id>urn:sha1:a4335317df32e6e9d9dad38d8167fdc2d4d95640</id>
<content type='text'>
* 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 &lt;elhouha@microsoft.com&gt;</content>
</entry>
<entry>
<title>Merge pull request #624 from houha2/updateDriversSHA</title>
<updated>2022-02-01T20:37:03Z</updated>
<author>
<name>tobafo19</name>
<email>tobafo@gmail.com</email>
</author>
<published>2022-02-01T20:37:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=9f03207ae1e8df83325f067de84494ae55ab5e97'/>
<id>urn:sha1:9f03207ae1e8df83325f067de84494ae55ab5e97</id>
<content type='text'>
Update driver signing to SHA256</content>
</entry>
<entry>
<title>updated driver signing to SHA256</title>
<updated>2021-05-29T00:56:39Z</updated>
<author>
<name>Elaine Houha</name>
<email>elhouha@microsoft.com</email>
</author>
<published>2021-05-29T00:56:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e91d30d5ce2407fa57d7e809c1b7c5e6f63f7aa6'/>
<id>urn:sha1:e91d30d5ce2407fa57d7e809c1b7c5e6f63f7aa6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improvements to WFP Inspect Sample (#516)</title>
<updated>2021-01-22T20:16:49Z</updated>
<author>
<name>houha2</name>
<email>38798233+houha2@users.noreply.github.com</email>
</author>
<published>2021-01-22T20:16:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=f9d9c5035a7ddfee600763965d412be5bf6b8059'/>
<id>urn:sha1:f9d9c5035a7ddfee600763965d412be5bf6b8059</id>
<content type='text'>
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-&gt;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 &lt;elhouha@microsoft.com&gt;</content>
</entry>
<entry>
<title>Fix issue #29</title>
<updated>2018-01-17T00:10:14Z</updated>
<author>
<name>Wei Mao</name>
<email>weimao1@gmail.com</email>
</author>
<published>2018-01-17T00:10:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=dd7e6f697ed67e94dc45cd33078b1dbcb643f439'/>
<id>urn:sha1:dd7e6f697ed67e94dc45cd33078b1dbcb643f439</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated for "Windows 10 Anniversary Update" (Version 1607)</title>
<updated>2016-08-11T20:28:13Z</updated>
<author>
<name>karlf</name>
<email>karlf@microsoft.com</email>
</author>
<published>2016-08-11T20:28:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=96eb96dfb613e4c745db6bd1f53a92fe7e2290fc'/>
<id>urn:sha1:96eb96dfb613e4c745db6bd1f53a92fe7e2290fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Samples update for public Windows 10 release</title>
<updated>2015-07-29T23:34:40Z</updated>
<author>
<name>J M Rossy</name>
<email>jrossy@microsoft.com</email>
</author>
<published>2015-07-29T22:40:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5d61a4a79a1e96dc5d9af1e5e712c84507307544'/>
<id>urn:sha1:5d61a4a79a1e96dc5d9af1e5e712c84507307544</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>samples update for //build</title>
<updated>2015-04-29T17:47:29Z</updated>
<author>
<name>Dave Wilson</name>
<email>cdwilsonjr@gmail.com</email>
</author>
<published>2015-04-29T16:48:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d40232638faaab19de557e70a3ee938da7a35295'/>
<id>urn:sha1:d40232638faaab19de557e70a3ee938da7a35295</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial publish</title>
<updated>2015-03-18T02:50:07Z</updated>
<author>
<name>Dave Wilson</name>
<email>cdwilsonjr@gmail.com</email>
</author>
<published>2015-03-18T02:50:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=97cf5197cf5b882b2c689d8dc2b555f2edf8f418'/>
<id>urn:sha1:97cf5197cf5b882b2c689d8dc2b555f2edf8f418</id>
<content type='text'>
</content>
</entry>
</feed>
