<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-windows/manager, branch jd/adminnobs</title>
<subtitle>WireGuard client for Windows</subtitle>
<id>https://git.zx2c4.com/wireguard-windows/atom/manager?h=jd%2Fadminnobs</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-windows/atom/manager?h=jd%2Fadminnobs'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/'/>
<updated>2020-01-28T19:48:25Z</updated>
<entry>
<title>manager: add ability to update silently</title>
<updated>2020-01-28T19:48:25Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-01-28T19:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=2bc596c21f562c144b0b9b23c06c18d08f210fa4'/>
<id>urn:sha1:2bc596c21f562c144b0b9b23c06c18d08f210fa4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manager: do not panic if we can't yet get a config</title>
<updated>2019-10-01T12:41:18Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-10-01T12:37:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=3837481bfe3d19ce66fb9325c3f96484e0ecf24b'/>
<id>urn:sha1:3837481bfe3d19ce66fb9325c3f96484e0ecf24b</id>
<content type='text'>
Reported-by: Jonathan Tooker &lt;jonathan.tooker@netprotect.com&gt;
</content>
</entry>
<entry>
<title>manager: print panic stack trace in one missing part</title>
<updated>2019-10-01T12:35:25Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-10-01T12:35:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=c3567119c31b07f03a81eda082bc65eaaf459457'/>
<id>urn:sha1:c3567119c31b07f03a81eda082bc65eaaf459457</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manager: switch to vanilla gob from rpc to remove reflection bloat</title>
<updated>2019-09-23T13:29:18Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-09-19T04:44:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=56d3f48aa459d9a783419e4597373fa29e5bca61'/>
<id>urn:sha1:56d3f48aa459d9a783419e4597373fa29e5bca61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>global: use SECURITY_DESCRIPTOR apis from x/sys/windows</title>
<updated>2019-09-23T13:29:18Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-09-17T05:36:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=5878d9a6b2251e5a0c464cb427a5eac7d1ada6e5'/>
<id>urn:sha1:5878d9a6b2251e5a0c464cb427a5eac7d1ada6e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manager: enforce client pipe ownership</title>
<updated>2019-09-02T03:46:47Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-30T19:32:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=116bf1d6d3c5d829654fe44206fcafe239439f5a'/>
<id>urn:sha1:116bf1d6d3c5d829654fe44206fcafe239439f5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>manager: delay stale adapter cleanup</title>
<updated>2019-08-30T14:47:21Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-29T23:53:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=c5a0c62c4f926cd49041c71f5bda06f42235e325'/>
<id>urn:sha1:c5a0c62c4f926cd49041c71f5bda06f42235e325</id>
<content type='text'>
By delaying this by 10 seconds, we ensure that we don't cause the locks
to be contended immediately on startup. Before, this added around 600ms
of latency to tunnel startup.
</content>
</entry>
<entry>
<title>manager: adjust for wintun api changes</title>
<updated>2019-08-30T14:47:21Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-29T18:30:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=8bdd3390b3c9649334759bfe2bfbcde64dcda235'/>
<id>urn:sha1:8bdd3390b3c9649334759bfe2bfbcde64dcda235</id>
<content type='text'>
Also get rid of the "Local Area Connection" hack and "/wintun
/deleteall".
</content>
</entry>
<entry>
<title>elevate: check for desktop admin ownership</title>
<updated>2019-08-30T14:47:21Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-29T04:30:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=2bbd162221e56e0312593cb05956c100f253ff98'/>
<id>urn:sha1:2bbd162221e56e0312593cb05956c100f253ff98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>elevate: use more strict check for admin group</title>
<updated>2019-08-30T14:47:21Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-08-29T03:50:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-windows/commit/?id=ff17660af8c4632271c2cac52c11887d08730d31'/>
<id>urn:sha1:ff17660af8c4632271c2cac52c11887d08730d31</id>
<content type='text'>
</content>
</entry>
</feed>
