<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/lib/libutil, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/lib/libutil?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/lib/libutil?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2021-03-31T19:31:35Z</updated>
<entry>
<title>tweak column widths of a .Bl -column table</title>
<updated>2021-03-31T19:31:35Z</updated>
<author>
<name>schwarze</name>
<email>schwarze@openbsd.org</email>
</author>
<published>2021-03-31T19:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f0a07bbb333cdd2e57b96943a573e11099dc215d'/>
<id>urn:sha1:f0a07bbb333cdd2e57b96943a573e11099dc215d</id>
<content type='text'>
and avoid an over-long source line while here;
OK martijn@ jmc@
</content>
</entry>
<entry>
<title>change the barrier so that fd's are always passed and received with</title>
<updated>2021-03-31T17:42:24Z</updated>
<author>
<name>eric</name>
<email>eric@openbsd.org</email>
</author>
<published>2021-03-31T17:42:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2325ad59676d9311bacd0323f7eefc32ced07c40'/>
<id>urn:sha1:2325ad59676d9311bacd0323f7eefc32ced07c40</id>
<content type='text'>
the first byte of the imsg they belong to.

idea, tweaks and ok claudio@
</content>
</entry>
<entry>
<title>fix previous</title>
<updated>2021-03-12T07:24:49Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2021-03-12T07:24:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=afa7f157b23abbf418efa1d58682fb3f66df75b9'/>
<id>urn:sha1:afa7f157b23abbf418efa1d58682fb3f66df75b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spelling</title>
<updated>2021-03-12T05:18:00Z</updated>
<author>
<name>jsg</name>
<email>jsg@openbsd.org</email>
</author>
<published>2021-03-12T05:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c5d247d8353972b1639809968f5f27ecafddc13c'/>
<id>urn:sha1:c5d247d8353972b1639809968f5f27ecafddc13c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop abusing display blocks under the authors section in order to</title>
<updated>2021-03-05T07:34:46Z</updated>
<author>
<name>anton</name>
<email>anton@openbsd.org</email>
</author>
<published>2021-03-05T07:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=7af96dc2584537ba59d187a761ac22b514613f31'/>
<id>urn:sha1:7af96dc2584537ba59d187a761ac22b514613f31</id>
<content type='text'>
respect literal line breaks. This has the unwanted side effect of
rendering the authors section using a monospace font over at
man.openbsd.org. Instead use br macros to force line breaks.

With help from and ok jmc@
</content>
</entry>
<entry>
<title>s/byte/character</title>
<updated>2021-03-03T20:15:54Z</updated>
<author>
<name>martijn</name>
<email>martijn@openbsd.org</email>
</author>
<published>2021-03-03T20:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=4e0a17bc611df1e21ed25cc341ccdbe7704ff5f5'/>
<id>urn:sha1:4e0a17bc611df1e21ed25cc341ccdbe7704ff5f5</id>
<content type='text'>
Discussed with claudio@
Feedback jmc@
</content>
</entry>
<entry>
<title>Make the ober_get_* set of function to accept a NULL-pointer.</title>
<updated>2021-02-22T17:15:02Z</updated>
<author>
<name>martijn</name>
<email>martijn@openbsd.org</email>
</author>
<published>2021-02-22T17:15:02Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=561e0011345f2bdbf415cc64b5f82e69e3ad1a7f'/>
<id>urn:sha1:561e0011345f2bdbf415cc64b5f82e69e3ad1a7f</id>
<content type='text'>
This allows us to do ber-type checking inside ober_scanf_elements, which
will allow for stricter ASN.1 parsing in the future.

Manpage feedback and OK claudio@, jmc@
OK claudio@
</content>
</entry>
<entry>
<title>Add '$' to ober_scanf_elements().</title>
<updated>2021-01-28T19:56:33Z</updated>
<author>
<name>martijn</name>
<email>martijn@openbsd.org</email>
</author>
<published>2021-01-28T19:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=b8d19846bede77a285a86c2393dbaaca0b016cee'/>
<id>urn:sha1:b8d19846bede77a285a86c2393dbaaca0b016cee</id>
<content type='text'>
This allows us to enforce end of sequence/set without having to manually
check be_next for NULL.

No lib bump needed according to millert@
OK millert@ rob@
</content>
</entry>
<entry>
<title>Gracefully handle any erroneous closing bracket/brace trailers in</title>
<updated>2021-01-22T18:27:52Z</updated>
<author>
<name>rob</name>
<email>rob@openbsd.org</email>
</author>
<published>2021-01-22T18:27:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=f273e38053537a0a735043850b7fa4caa7613f0b'/>
<id>urn:sha1:f273e38053537a0a735043850b7fa4caa7613f0b</id>
<content type='text'>
ober_scanf_elements().

OK martijn@
</content>
</entry>
<entry>
<title>Valid integer and enumerated types always have non-zero length. Perform</title>
<updated>2021-01-22T03:20:56Z</updated>
<author>
<name>rob</name>
<email>rob@openbsd.org</email>
</author>
<published>2021-01-22T03:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=68ec4783ef349f19c081b409615ef48bf54724c0'/>
<id>urn:sha1:68ec4783ef349f19c081b409615ef48bf54724c0</id>
<content type='text'>
check to ensure we avoid a possible (undefined) negative shift. Found
with clang static analyzer.

Tweaked and OK martijn@
</content>
</entry>
</feed>
