<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net/ruserok.c, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2022-12-27T17:10:06+00:00</updated>
<entry>
<title>spelling fixes; from paul tagliamonte</title>
<updated>2022-12-27T17:10:06+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-12-27T17:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=782cd9477d454b4316ad7055e02ac2c645235d94'/>
<id>urn:sha1:782cd9477d454b4316ad7055e02ac2c645235d94</id>
<content type='text'>
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;
</content>
</entry>
<entry>
<title>When system calls indicate an error they return -1, not some arbitrary</title>
<updated>2019-06-28T13:35:02+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2019-06-28T13:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=835d788017c49be8b4986b0f04686da55f2cd0da'/>
<id>urn:sha1:835d788017c49be8b4986b0f04686da55f2cd0da</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>Remove iruserok(_sa)? and __ivaliduser(sa)?</title>
<updated>2016-05-23T00:12:58+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2016-05-23T00:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=851addc3a6cbe261c45bbd9dc228610b97f154b8'/>
<id>urn:sha1:851addc3a6cbe261c45bbd9dc228610b97f154b8</id>
<content type='text'>
ok millert@ deraadt@
</content>
</entry>
<entry>
<title>Eliminate __check_rhosts_file and __rcmd_errstr: they were only used by</title>
<updated>2016-05-23T00:08:23+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2016-05-23T00:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6c7215cfad90336fdd579e1f21a1ebd7e867e482'/>
<id>urn:sha1:6c7215cfad90336fdd579e1f21a1ebd7e867e482</id>
<content type='text'>
rlogind and rshd (remember them?)

ok deraadt@
</content>
</entry>
<entry>
<title>syslog() here is pointless; ok millert</title>
<updated>2015-11-25T02:18:04+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-11-25T02:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=24c369384671d20ed8f56f1f1292f18864c0bb8b'/>
<id>urn:sha1:24c369384671d20ed8f56f1f1292f18864c0bb8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within</title>
<updated>2015-11-24T22:03:33+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-11-24T22:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7b803d1733f95d2823783aaaeb057de2eaab0231'/>
<id>urn:sha1:7b803d1733f95d2823783aaaeb057de2eaab0231</id>
<content type='text'>
libc to avoid reusing the static buffers returned by the non-reentrant
versions.  Since this is inside libc we can use constants for the
buffer sizes instead of having to call sysconf().
OK guenther@ deraadt@
</content>
</entry>
<entry>
<title>wrap __ivaliduser_sa() so the internal call is direct (at least until we</title>
<updated>2015-10-04T07:34:34+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-10-04T07:34:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc7ac10e875cc696fb24380f94b78cae3eb916c2'/>
<id>urn:sha1:cc7ac10e875cc696fb24380f94b78cae3eb916c2</id>
<content type='text'>
stop exporting it)
</content>
</entry>
<entry>
<title>Wrap &lt;unistd.h&gt; so that internal calls go direct and they're all weak symbols</title>
<updated>2015-09-12T14:56:50+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-12T14:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4dbec400d163cf80f90bc9f4b22a894e932174ec'/>
<id>urn:sha1:4dbec400d163cf80f90bc9f4b22a894e932174ec</id>
<content type='text'>
Delete unused 'fd' argument from internal function oldttyname()
</content>
</entry>
<entry>
<title>Replace check for "&gt;= HOST_NAME_MAX+1" with "&gt; HOST_NAME_MAX".</title>
<updated>2015-01-16T18:10:31+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-01-16T18:10:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9f09f1b46eea11049dd18b47ce2eac1ebb92f16e'/>
<id>urn:sha1:9f09f1b46eea11049dd18b47ce2eac1ebb92f16e</id>
<content type='text'>
OK deraadt@
</content>
</entry>
<entry>
<title>Move to the &lt;limits.h&gt; universe.</title>
<updated>2015-01-16T16:48:51+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-01-16T16:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7027596ae70e4cf09e00ec2f7cb7434e59c533db'/>
<id>urn:sha1:7027596ae70e4cf09e00ec2f7cb7434e59c533db</id>
<content type='text'>
review by millert, binary checking process with doug, concept with guenther
</content>
</entry>
</feed>
