<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/ndis/ndisprot, branch develop</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/windows-driver-samples.git/atom/network/ndis/ndisprot?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/ndis/ndisprot?h=develop'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/'/>
<updated>2026-05-26T20:12:55Z</updated>
<entry>
<title>Fixed file name in top comment</title>
<updated>2026-05-26T20:12:55Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-26T20:12:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=5abeda97a44b0857bc3b75e7b0f10705fcff4176'/>
<id>urn:sha1:5abeda97a44b0857bc3b75e7b0f10705fcff4176</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ndis: Removed trailing spaces</title>
<updated>2026-05-22T01:11:19Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-22T01:11:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e70dbdfb56391f23306bf8a03fbf8ef89a1ebb92'/>
<id>urn:sha1:e70dbdfb56391f23306bf8a03fbf8ef89a1ebb92</id>
<content type='text'>
This PR performs a whitespace-only cleanup by removing trailing spaces/tabs from source files under network\ndis. This is to reduce noise when making changes using AI so that future reviews are easier to be done by humans.
No functional logic changes were introduced.

What Changed
	1. Removed end-of-line trailing whitespace in text files.
	2. Kept file encoding and line endings intact by applying byte-preserving edits.

Risk / Impact
	1. Low risk: formatting-only change.
	2. No API, behavior, or build configuration changes intended.
</content>
</entry>
<entry>
<title>Potentially uninitialized variable in ndisbind.c</title>
<updated>2026-04-27T18:46:12Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-04-27T18:46:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d52da24eff0bc1f80c99d843e6e2846e21b73dac'/>
<id>urn:sha1:d52da24eff0bc1f80c99d843e6e2846e21b73dac</id>
<content type='text'>
These changes eliminate the warnings about uninitialized variables under network\ndis.
A macro was also added to prottest.c to suppress a (false) buffer overrun.
</content>
</entry>
<entry>
<title>Standarize INF files enconding to UTF-16 (LE with BOM); renormalize files</title>
<updated>2024-07-02T00:33:16Z</updated>
<author>
<name>Adonais Romero Gonzalez</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-07-02T00:33:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=d5569c08aa2818c6240744bb47a00f67f20fdb54'/>
<id>urn:sha1:d5569c08aa2818c6240744bb47a00f67f20fdb54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove x86 and ARM configurations for sample projects. (#1126)</title>
<updated>2024-02-26T17:47:25Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-26T17:47:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9'/>
<id>urn:sha1:3fcc0f2bee2fbd40fe953ecbcb15b2bd8b0d3eb9</id>
<content type='text'>
* Removed Win32 and Arm from the project configurations.
* Set default platform to x64.</content>
</entry>
<entry>
<title>Add ARM64 as target platform on multiple samples (#1104)</title>
<updated>2024-02-19T22:26:14Z</updated>
<author>
<name>Adonais Romero González</name>
<email>adonais.neoadonis@gmail.com</email>
</author>
<published>2024-02-19T22:26:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=cff1465ff184c6e89d43083f8430040e72d69283'/>
<id>urn:sha1:cff1465ff184c6e89d43083f8430040e72d69283</id>
<content type='text'>
* Add ARM64 as target platform on multiple samples

* Remove ARM64 from WFPSampler temporarily

---------

Co-authored-by: Jakob Lichtenberg (170957) &lt;jakobl@microsoft.com&gt;</content>
</entry>
<entry>
<title>Update various network projects to use DriverTargetPlatform of 'Windows Driver' (#971)</title>
<updated>2023-04-10T22:17:43Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-04-10T22:17:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=b440de9ba4181725a68ddcd3cc4ba8c778b88ad7'/>
<id>urn:sha1:b440de9ba4181725a68ddcd3cc4ba8c778b88ad7</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Update all network sample INFs to use UTF-16 LE file encoding (#957)</title>
<updated>2023-04-05T00:13:03Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-04-05T00:13:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=db0f176538ecfdff9eb53e7f62b88a3134ef8d07'/>
<id>urn:sha1:db0f176538ecfdff9eb53e7f62b88a3134ef8d07</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Ndisprot630 inf violations (#944)</title>
<updated>2023-03-27T18:34:47Z</updated>
<author>
<name>kahashimoto-ms</name>
<email>117399367+kahashimoto-ms@users.noreply.github.com</email>
</author>
<published>2023-03-27T18:34:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=901112d0fbcf4f000f14c8132ea2639f61d3c482'/>
<id>urn:sha1:901112d0fbcf4f000f14c8132ea2639f61d3c482</id>
<content type='text'>
* Add PnPLockdown=1 to the veresion section to the inf

* Added segments to the DriverVer

* Change Service name to Ndisprot630

* Edit INF to install used DIRID 13 above a certain release number

* Change names Install-&gt;Install_NC and Install_Update-&gt;Install

* Move things around so Install appears before Install_NC

* enable the Control-flow Enforcement Technology (CET) Shadow Stack mitigation

* Network driver INF that target DIRID 13 should only build 25319 or later

* Update comment

* Enable CET Shadow Stack compatiblility</content>
</entry>
<entry>
<title>Ndisprot60 inf violations (#943)</title>
<updated>2023-03-27T16:32:00Z</updated>
<author>
<name>kahashimoto-ms</name>
<email>117399367+kahashimoto-ms@users.noreply.github.com</email>
</author>
<published>2023-03-27T16:32:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=3035684cf7b5a5dd2ab76e61a8165c0877b5e410'/>
<id>urn:sha1:3035684cf7b5a5dd2ab76e61a8165c0877b5e410</id>
<content type='text'>
* Add PnpLockdown=1 to the version section of the INF

* Add segments to the DriverVer

* Change Service name from Ndisprot to Ndisprot60 because Ndisprot is reserved

* Edit INF to install used DIRID 13 above a certain release number

* Add section Install_Update.Remove.Services

* Change names Install-&gt;Install_NC and Install_Update-&gt;Install

* Move things around so Install appears before Install_NC

* enable the Control-flow Enforcement Technology (CET) Shadow Stack mitigation

* Network driver INF that target DIRID 13 should only build 25319 or later

* Update comment</content>
</entry>
</feed>
