<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/crypt, branch libressl-v2.6.5</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.6.5</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.6.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-07-22T06:39:54+00:00</updated>
<entry>
<title>zap trailing whitespace;</title>
<updated>2017-07-22T06:39:54+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2017-07-22T06:39:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5e58b3060bd73ed52ab502ae83d6be1890027165'/>
<id>urn:sha1:5e58b3060bd73ed52ab502ae83d6be1890027165</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rework the page a bit, clarify a few things, maybe better wording</title>
<updated>2017-07-22T03:23:48+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2017-07-22T03:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8b932777a6fc29aca41ab2e1e0d6eb0717a72a6f'/>
<id>urn:sha1:8b932777a6fc29aca41ab2e1e0d6eb0717a72a6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in &lt;time.h&gt; for clock_gettime()</title>
<updated>2016-08-26T08:25:02+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2016-08-26T08:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ea152cc7a0da6c58c7e582039cdd13fa86397bbc'/>
<id>urn:sha1:ea152cc7a0da6c58c7e582039cdd13fa86397bbc</id>
<content type='text'>
ok deraadt@
</content>
</entry>
<entry>
<title>increase the minimum for auto rounds to 6. that was the previous low bound</title>
<updated>2016-06-26T21:04:08+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-06-26T21:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d33e996eb7c6b7d4569a9accf40b58698657f85e'/>
<id>urn:sha1:d33e996eb7c6b7d4569a9accf40b58698657f85e</id>
<content type='text'>
for login.conf, and we don't want to go lower.
</content>
</entry>
<entry>
<title>for some time now mandoc has not required MLINKS to function</title>
<updated>2016-03-30T06:38:43+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2016-03-30T06:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2cadae282cf8545afbe05fc59db59e3fd30c67e0'/>
<id>urn:sha1:2cadae282cf8545afbe05fc59db59e3fd30c67e0</id>
<content type='text'>
correctly - logically complete that now by removing MLINKS from base;

authors need only to ensure there is an entry in NAME for any function/
util being added. MLINKS will still work, and remain for perl to ease
upgrades;

ok nicm (curses) bcook (ssl)
ok schwarze, who provided a lot of feedback and assistance
ok tb natano jung
</content>
</entry>
<entry>
<title>update NAME section to include all documented functions,</title>
<updated>2015-11-10T23:48:18+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2015-11-10T23:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=8e64eed6d0727411f81f4ee68efcf0b0269ad2dd'/>
<id>urn:sha1:8e64eed6d0727411f81f4ee68efcf0b0269ad2dd</id>
<content type='text'>
or otherwise change Dt to reflect the name of an existing function;

feedback/ok schwarze
</content>
</entry>
<entry>
<title>Wrap &lt;pwd.h&gt; so that calls go direct and the symbols are all weak.</title>
<updated>2015-09-13T15:33:48+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-13T15:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5f424ba084ead7e716a6e98064fa03a19a93a9ac'/>
<id>urn:sha1:5f424ba084ead7e716a6e98064fa03a19a93a9ac</id>
<content type='text'>
Hide bcrypt_autorounds(), prefixing with an underbar for static builds.
</content>
</entry>
<entry>
<title>The number of rounds is just two digits in the salt.  We've already</title>
<updated>2015-09-13T12:42:39+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2015-09-13T12:42:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=629b11ace4d06660bae04ea3e03ea2fe9455d522'/>
<id>urn:sha1:629b11ace4d06660bae04ea3e03ea2fe9455d522</id>
<content type='text'>
verified that they are there via isdigit() so we can convert from
ASCII to an int without using atoi().  OK guenther@ deraadt@
</content>
</entry>
<entry>
<title>Wrap &lt;stdlib.h&gt; so that calls go direct and the symbols not in the</title>
<updated>2015-09-13T08:31:48+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2015-09-13T08:31:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e85bde5645a66155108c2a88d25fa62993a3f2bb'/>
<id>urn:sha1:e85bde5645a66155108c2a88d25fa62993a3f2bb</id>
<content type='text'>
C standard are all weak.
Apply __{BEGIN,END}_HIDDEN_DECLS to gdtoa{,imp}.h, hiding the
arch-specific __strtorx, __ULtox_D2A, __strtorQ, __ULtoQ_D2A symbols.
</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>
</feed>
