<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/libexec/login_radius, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/libexec/login_radius?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/libexec/login_radius?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2021-01-02T20:32:20Z</updated>
<entry>
<title>Check auth_mkvalue(3) return value for NULL (malloc failure).</title>
<updated>2021-01-02T20:32:20Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2021-01-02T20:32:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=07817e4bdc8b6868189ab279749fa0d1c77e97fb'/>
<id>urn:sha1:07817e4bdc8b6868189ab279749fa0d1c77e97fb</id>
<content type='text'>
For constant strings we don't actually need to use auth_mkvalue(3).
Problem reported by Ross L Richardson.
</content>
</entry>
<entry>
<title>When system calls indicate an error they return -1, not some arbitrary</title>
<updated>2019-06-28T13:32:41Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2019-06-28T13:32:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=df69c215c7c66baf660f3f65414fd34796c96152'/>
<id>urn:sha1:df69c215c7c66baf660f3f65414fd34796c96152</id>
<content type='text'>
value &lt; 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
</content>
</entry>
<entry>
<title>challenge is an array, not a pointer, therefore cannot be NULL.</title>
<updated>2017-04-27T20:55:52Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2017-04-27T20:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c760a79a40eac0e58b2c6a616426edb9eef0607f'/>
<id>urn:sha1:c760a79a40eac0e58b2c6a616426edb9eef0607f</id>
<content type='text'>
Quiets a clang warning.
</content>
</entry>
<entry>
<title>convert to use readpassphrase() instead of DEPRECATED/getpass()</title>
<updated>2016-09-03T11:04:23Z</updated>
<author>
<name>gsoares</name>
<email>gsoares@openbsd.org</email>
</author>
<published>2016-09-03T11:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9e88f6efa54733b250e7dc7f98dee22db3774d39'/>
<id>urn:sha1:9e88f6efa54733b250e7dc7f98dee22db3774d39</id>
<content type='text'>
OK millert@
</content>
</entry>
<entry>
<title>pledge in login_radius(8).</title>
<updated>2015-11-26T19:59:18Z</updated>
<author>
<name>yasuoka</name>
<email>yasuoka@openbsd.org</email>
</author>
<published>2015-11-26T19:59:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=9fc842254c4aa8d5826b2296c8f31118ea6d17e3'/>
<id>urn:sha1:9fc842254c4aa8d5826b2296c8f31118ea6d17e3</id>
<content type='text'>
ok deraadt
</content>
</entry>
<entry>
<title>Use explicit_bzero() instead of memset() for zeroing out secrets.</title>
<updated>2015-10-05T17:31:17Z</updated>
<author>
<name>millert</name>
<email>millert@openbsd.org</email>
</author>
<published>2015-10-05T17:31:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1b7fb171885ef76699602ea94c898eea4ad21334'/>
<id>urn:sha1:1b7fb171885ef76699602ea94c898eea4ad21334</id>
<content type='text'>
OK deraadt@
</content>
</entry>
<entry>
<title>Talk about 'RADIUS server' in most cases, rather than referring specifically</title>
<updated>2015-10-02T13:50:17Z</updated>
<author>
<name>sthen</name>
<email>sthen@openbsd.org</email>
</author>
<published>2015-10-02T13:50:17Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1afaaab6c25abb561fca6ec4b492b503db6011c8'/>
<id>urn:sha1:1afaaab6c25abb561fca6ec4b492b503db6011c8</id>
<content type='text'>
to radiusd(8) (which doesn't support everything that login_radius(8) talks
about) - theo buehler (who provided previous diff) agrees with this.
Capitalise RADIUS as per the naming in the RFC.  Add STANDARDS section
referring to the RFC.  Discussed with/suggestions from jmc.
</content>
</entry>
<entry>
<title>some radiusd updates, from theo buehler</title>
<updated>2015-10-01T20:35:55Z</updated>
<author>
<name>jmc</name>
<email>jmc@openbsd.org</email>
</author>
<published>2015-10-01T20:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=69cf00982c5353b08ef42fa7ff3b5aa428884a7e'/>
<id>urn:sha1:69cf00982c5353b08ef42fa7ff3b5aa428884a7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace &lt;sys/param.h&gt; with &lt;limits.h&gt; and other less dirty headers where</title>
<updated>2015-01-16T06:39:28Z</updated>
<author>
<name>deraadt</name>
<email>deraadt@openbsd.org</email>
</author>
<published>2015-01-16T06:39:28Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=b9fc9a728fce9c4289b7e9a992665e28d5629a54'/>
<id>urn:sha1:b9fc9a728fce9c4289b7e9a992665e28d5629a54</id>
<content type='text'>
possible.  Annotate &lt;sys/param.h&gt; lines with their current reasons.  Switch
to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc.  Change
MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where
sensible to avoid pulling in the pollution.  These are the files confirmed
through binary verification.
ok guenther, millert, doug (helped with the verification protocol)
</content>
</entry>
<entry>
<title>Only need &lt;stdint.h&gt; and not all of &lt;inttypes.h&gt; here</title>
<updated>2014-08-10T05:06:38Z</updated>
<author>
<name>guenther</name>
<email>guenther@openbsd.org</email>
</author>
<published>2014-08-10T05:06:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=688f43577e8dbf7ed8a1da2dae46e8247aab60e5'/>
<id>urn:sha1:688f43577e8dbf7ed8a1da2dae46e8247aab60e5</id>
<content type='text'>
</content>
</entry>
</feed>
