<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/trans/inspect, 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?h=user-jakobl-CodeQL-Testing</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/trans/inspect?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>Update README.md (#422)</title>
<updated>2019-09-23T16:40:11Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-09-23T16:40:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=7aa77ce9373bbe7eab4ab90890707c4d9ea526a2'/>
<id>urn:sha1:7aa77ce9373bbe7eab4ab90890707c4d9ea526a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md (#411)</title>
<updated>2019-09-06T03:18:16Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-09-06T03:18:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=22af24719daf72029a70119cc6653d2a3b940549'/>
<id>urn:sha1:22af24719daf72029a70119cc6653d2a3b940549</id>
<content type='text'>
* Update README.md

* Update README.md
</content>
</entry>
<entry>
<title>Update README.md (#406)</title>
<updated>2019-08-21T01:11:46Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-08-21T01:11:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=34671c176729bb8b30eef20a5a3ca0b431546303'/>
<id>urn:sha1:34671c176729bb8b30eef20a5a3ca0b431546303</id>
<content type='text'>
* Update README.md

* Update README.md
</content>
</entry>
<entry>
<title>Update README.md (#404)</title>
<updated>2019-08-20T13:48:59Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-08-20T13:48:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=00c331aa9912fcbbe650d42fa794130643579e46'/>
<id>urn:sha1:00c331aa9912fcbbe650d42fa794130643579e46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2019-08-17T23:50:38Z</updated>
<author>
<name>Barry Golden</name>
<email>bagold@microsoft.com</email>
</author>
<published>2019-08-17T23:50:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3156a4118e1f2d51c7df451525e514e1504c7d81'/>
<id>urn:sha1:3156a4118e1f2d51c7df451525e514e1504c7d81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update heading</title>
<updated>2019-07-15T18:54:00Z</updated>
<author>
<name>Den Delimarsky</name>
<email>botcrane-admin@service.microsoft.com</email>
</author>
<published>2019-07-15T18:54:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1aa39e393c0657d7dfd5110727f3b92d20fc3187'/>
<id>urn:sha1:1aa39e393c0657d7dfd5110727f3b92d20fc3187</id>
<content type='text'>
</content>
</entry>
</feed>
