<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-nt/setupapihost, branch master</title>
<subtitle>WireGuard implementation for NT kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-nt/atom/setupapihost?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-nt/atom/setupapihost?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/'/>
<updated>2026-04-16T10:33:11Z</updated>
<entry>
<title>api: check CommandLineToArgvW return for NULL</title>
<updated>2026-04-16T10:33:11Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-04-16T01:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/commit/?id=1e0cd31a8c7bc181fb72612bf7294d2430d940d8'/>
<id>urn:sha1:1e0cd31a8c7bc181fb72612bf7294d2430d940d8</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>build: call signtool manually</title>
<updated>2026-04-10T22:21:12Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-04-09T17:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/commit/?id=f13f9cb9a54aa03cbaa2711aa848e1ba07e335d1'/>
<id>urn:sha1:f13f9cb9a54aa03cbaa2711aa848e1ba07e335d1</id>
<content type='text'>
This eliminates the need for a cross signing certificate, which is no
longer needed in the kernel and was never useful in userspace. And it
does the timestamp server correctly.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>driver: port to windows 10</title>
<updated>2026-03-27T21:09:59Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-03-24T03:13:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/commit/?id=e2f3d1901bcdcbb41a1f5c104624396587dc8b05'/>
<id>urn:sha1:e2f3d1901bcdcbb41a1f5c104624396587dc8b05</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>global: bump copyright</title>
<updated>2026-03-24T02:16:43Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-03-24T02:16:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/commit/?id=bc849f3413cccfff3be873a64bbb75f5695a27f5'/>
<id>urn:sha1:bc849f3413cccfff3be873a64bbb75f5695a27f5</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>api: ignore instance not found when removing instance</title>
<updated>2025-05-21T08:36:25Z</updated>
<author>
<name>Simon Rozman</name>
<email>simon@rozman.si</email>
</author>
<published>2025-05-21T08:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/commit/?id=50086f0f88a2afdc5d9862064f599938b99dc712'/>
<id>urn:sha1:50086f0f88a2afdc5d9862064f599938b99dc712</id>
<content type='text'>
Should SetupAPI report ERROR_PATH_NOT_FOUND on attempt to remove the
adapter instance, the adapter is already gone and we already have what
we wanted.

Reference: https://lists.zx2c4.com/pipermail/wireguard/2025-February/008762.html
Signed-off-by: Simon Rozman &lt;simon@rozman.si&gt;
</content>
</entry>
<entry>
<title>api: use proper instance id bounds</title>
<updated>2021-10-14T06:49:29Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-10-14T06:33:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/commit/?id=aa20eecef92d7b9997609641fa37ab18a560c18d'/>
<id>urn:sha1:aa20eecef92d7b9997609641fa37ab18a560c18d</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>api: adapter: open devinst after arrival and skip stub on win8</title>
<updated>2021-10-11T16:12:09Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-10-07T21:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/commit/?id=d59103ba07d1ef30d7365ac9650431951893963f'/>
<id>urn:sha1:d59103ba07d1ef30d7365ac9650431951893963f</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>api: migrate to swdevice and rework entire api</title>
<updated>2021-10-06T18:05:46Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2021-10-05T01:33:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-nt/commit/?id=5030636183d926573cae769bc87d8522cc734626'/>
<id>urn:sha1:5030636183d926573cae769bc87d8522cc734626</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
</feed>
