<feed xmlns='http://www.w3.org/2005/Atom'>
<title>windows-driver-samples.git/network/ndis/ndisprot_kmdf/60, 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_kmdf/60?h=develop</id>
<link rel='self' href='http://cgit.235523.xyz/windows-driver-samples.git/atom/network/ndis/ndisprot_kmdf/60?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>Fixed typos</title>
<updated>2026-05-26T19:49:22Z</updated>
<author>
<name>Andre Muezerie</name>
<email>andremue@linux.microsoft.com</email>
</author>
<published>2026-05-26T19:49:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=ed0471c3f7dde410e5a2445c9b374bd401146b6d'/>
<id>urn:sha1:ed0471c3f7dde410e5a2445c9b374bd401146b6d</id>
<content type='text'>
</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>Ndisprot inf violations (#974)</title>
<updated>2023-04-13T16:59:25Z</updated>
<author>
<name>kahashimoto-ms</name>
<email>117399367+kahashimoto-ms@users.noreply.github.com</email>
</author>
<published>2023-04-13T16:59:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=9d83452366f0bdca802d068b91f1957c4339078d'/>
<id>urn:sha1:9d83452366f0bdca802d068b91f1957c4339078d</id>
<content type='text'>
* Add PnpLockdown=1 to the version section of the inf

* Change service name to Ndisprot60

* Change Section 'wdfsection' to 'Install.Wdf' so it can be referenced. Change service to NdisProt60 in that section

* Change all DIRID to 13

* Add different manufacturer entires so installtion is different for Windows 7 vs Windows 10 and above

* Add another manufacturer so the driver installs in DriverStore for newest builds

* Enable the Control-flow Enforcement Technology (CET) Shadow Stack mitigation

* Add SAL annotation to the DllCanUnloadNow definition to match declaration

* Use stampinf ARCH variable to replace hard coded architectures

* Fix a comment

* Add the correct build number for installing network drivers using Dlls and update comment.</content>
</entry>
<entry>
<title>Add PnpLockdown=1 to remaining samples (#949)</title>
<updated>2023-03-31T20:08:50Z</updated>
<author>
<name>Jason</name>
<email>jasonknichel@users.noreply.github.com</email>
</author>
<published>2023-03-31T20:08:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=1adffc43251aa98f542c5134628f761a9ecfd119'/>
<id>urn:sha1:1adffc43251aa98f542c5134628f761a9ecfd119</id>
<content type='text'>
Co-authored-by: Jason Knichel &lt;jknichel@ntdev.microsoft.com&gt;</content>
</entry>
<entry>
<title>Opt many samples in for Universal validation (#910)</title>
<updated>2023-03-07T17:31:41Z</updated>
<author>
<name>Michael Bernstein (MSFT)</name>
<email>99994515+michbern-ms@users.noreply.github.com</email>
</author>
<published>2023-03-07T17:31:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=e802b80eaf6b0e949b6fbcecac633da37a71ced7'/>
<id>urn:sha1:e802b80eaf6b0e949b6fbcecac633da37a71ced7</id>
<content type='text'>
* Opt-in many Desktop samples for ApiValidator

ApiValidator is passing for many of our samples
marked Desktop.  This is promising and it is worth
running ApiValidator on these to ensure they stay within
the Universal API limits.

* Shift avstream/sampledevicemft sample to use mfcore.dll rather than mf.dll

* Opt many samples in for Universal validation

Many of our driver samples build cleanly agains the UniversalDDIs.xml
API list.  Opting these in as Universal helps protect their API surface
against accidentally picking up more Desktop-only APIs.

* Revert "Opt-in many Desktop samples for ApiValidator"

This reverts commit a6aa7e6797ab01e6b15c8a4e1cbcea6d7a615629.

---------

Co-authored-by: Michael Bernstein (DPLAT) &lt;Michael.Bernstein@microsoft.com&gt;</content>
</entry>
<entry>
<title>Update ndis driver samples to use sha256 file digest algorithm.</title>
<updated>2021-05-04T04:38:10Z</updated>
<author>
<name>Botao Deng</name>
<email>Botao.Deng@microsoft.com</email>
</author>
<published>2021-05-04T04:38:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/windows-driver-samples.git/commit/?id=f97382cab7ce552f4283c248a18bfeb0d3546bc8'/>
<id>urn:sha1:f97382cab7ce552f4283c248a18bfeb0d3546bc8</id>
<content type='text'>
</content>
</entry>
</feed>
