<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-tools/src/fuzz/Makefile, branch master</title>
<subtitle>Required tools for WireGuard, such as wg(8) and wg-quick(8)</subtitle>
<id>https://git.zx2c4.com/wireguard-tools/atom/src/fuzz/Makefile?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-tools/atom/src/fuzz/Makefile?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/'/>
<updated>2026-03-21T11:20:43Z</updated>
<entry>
<title>global: bump copyright</title>
<updated>2026-03-21T11:20:43Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2026-03-21T11:20:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/commit/?id=997ffa0c89b4a6a3998325ceeb55588bb0cf8017'/>
<id>urn:sha1:997ffa0c89b4a6a3998325ceeb55588bb0cf8017</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>netlink: remove libmnl requirement</title>
<updated>2020-02-03T17:17:27Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-02-03T15:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/commit/?id=ef117a91d1aa3caf02f89d0a824fee80a8f88b88'/>
<id>urn:sha1:ef117a91d1aa3caf02f89d0a824fee80a8f88b88</id>
<content type='text'>
It turns out that the binary actually gets smaller if we simply inline
the very small parts of libmnl that we need. Since we wind up needing
the mnlg bits anyway, there's little benefit in linking to libmnl.

Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>fuzz: add set and setconf fuzzers</title>
<updated>2020-01-11T15:47:59Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-01-11T15:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/commit/?id=95c30bc0344b4e3085336c5b957ea1d1281b0d0b'/>
<id>urn:sha1:95c30bc0344b4e3085336c5b957ea1d1281b0d0b</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>fuzz: add generic command argument fuzzer</title>
<updated>2020-01-04T15:47:28Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-01-04T14:34:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/commit/?id=cdd8d8ba9f7026b0a68d34d27aa4a7901505caf4'/>
<id>urn:sha1:cdd8d8ba9f7026b0a68d34d27aa4a7901505caf4</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>ipc: simplify inflatable buffer and add fuzzer</title>
<updated>2020-01-04T14:07:10Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-01-04T13:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/commit/?id=1d2d6200b8ff517db0f7530645180df3cc4afa74'/>
<id>urn:sha1:1d2d6200b8ff517db0f7530645180df3cc4afa74</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>global: bump copyright</title>
<updated>2020-01-02T18:52:25Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2020-01-02T18:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/commit/?id=d8230ea0dcb02d716125b2b3c076f2de40ebed99'/>
<id>urn:sha1:d8230ea0dcb02d716125b2b3c076f2de40ebed99</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>fuzz: find bugs when parsing uapi input</title>
<updated>2019-12-27T17:33:55Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-12-27T13:57:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/commit/?id=2d000809ddbebbc6841b4711c2c0440269dce05e'/>
<id>urn:sha1:2d000809ddbebbc6841b4711c2c0440269dce05e</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
<entry>
<title>fuzz: find bugs in the config syntax parser</title>
<updated>2019-12-27T17:33:55Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2019-12-27T12:40:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-tools/commit/?id=cde6f312e4eb8f90a17dd081fcc80433900e2a76'/>
<id>urn:sha1:cde6f312e4eb8f90a17dd081fcc80433900e2a76</id>
<content type='text'>
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;
</content>
</entry>
</feed>
