<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto/compat, branch v2.2.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.2.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.2.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2015-08-03T11:56:59+00:00</updated>
<entry>
<title>add win32-specific explicit_bzero implementation</title>
<updated>2015-08-03T11:56:59+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-08-03T11:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c66d80a4381f0b492fd62e87deb88944b77efd22'/>
<id>urn:sha1:c66d80a4381f0b492fd62e87deb88944b77efd22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move sleep shim to posix_win.c</title>
<updated>2015-07-21T18:52:29+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@rapid7.com</email>
</author>
<published>2015-07-21T18:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9d5eb631e3db34ae7e62fcbded203ca7755fef2d'/>
<id>urn:sha1:9d5eb631e3db34ae7e62fcbded203ca7755fef2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add initial CMake and Visual Studio build support</title>
<updated>2015-07-21T17:08:18+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2014-07-11T03:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5d8a1cf7155130bd8101090d7e1d0c2f90d9b123'/>
<id>urn:sha1:5d8a1cf7155130bd8101090d7e1d0c2f90d9b123</id>
<content type='text'>
This moves the compatibility include files from include to
include/compat so we can use the awful MS C compiler
&lt;../include/&gt; trick to emulate the GNU #include_next extension.

This also removes a few old compat files we do not need anymore.
</content>
</entry>
<entry>
<title>win32 openssl CLI: preserve original echo state</title>
<updated>2015-07-16T15:27:57+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-07-16T15:23:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ddeb740426716de91135def46d8408da9d730586'/>
<id>urn:sha1:ddeb740426716de91135def46d8408da9d730586</id>
<content type='text'>
Mirror the patch to ui_openssl.c, also fix the broken conditional that
made it not actually turn off echo in the first place.

ok guenther@
</content>
</entry>
<entry>
<title>add check for inet_pton, nudge minimum win32 compat to 0x0501</title>
<updated>2015-07-02T05:19:53+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-06-30T03:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=545454277a0be1dcb17b64cb10530a881aae760d'/>
<id>urn:sha1:545454277a0be1dcb17b64cb10530a881aae760d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a missing header and fix typo in windows posix layer</title>
<updated>2015-06-14T02:43:55+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-06-14T02:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bc7b93470f694eee13cd3d9012caa4caefaeb9bc'/>
<id>urn:sha1:bc7b93470f694eee13cd3d9012caa4caefaeb9bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor win32 shims into posix_win.c</title>
<updated>2015-06-05T09:50:18+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-06-05T09:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=b4a6a615134b59435efbecdd8c5b5407b6af8e8f'/>
<id>urn:sha1:b4a6a615134b59435efbecdd8c5b5407b6af8e8f</id>
<content type='text'>
this also adds a rename shim that allows overwrites
</content>
</entry>
<entry>
<title>remove issetuigid wrappers, now that all getenv calls are gone.</title>
<updated>2015-04-14T12:55:23+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-04-14T12:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3096ab0e45351b05b1f1df51cedc183ba6ca7763'/>
<id>urn:sha1:3096ab0e45351b05b1f1df51cedc183ba6ca7763</id>
<content type='text'>
From deraadt@ upstream:

Remove all getenv() calls, especially those wrapped by issetugid().
getenv()'s wrapped by issetugid() are safe, but issetugid() is ...
difficult to impliment on many operating systems.  By accident, a grand
experiment was run over the last year, where issetugid() returned 1 (the
safe value) on a few operating systems.  Noone noticed &amp; complained that
certain environment variables were not working.......
</content>
</entry>
<entry>
<title>Add experimental AIX support.</title>
<updated>2015-03-31T14:25:21+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-02-11T05:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=fe3f7fc6365bfaac3418a72256b8c11603e80cbf'/>
<id>urn:sha1:fe3f7fc6365bfaac3418a72256b8c11603e80cbf</id>
<content type='text'>
This includes a WIP failsafe issetugid for now, while research continues
on the proper way to do this in a race-free fashion in AIX.
</content>
</entry>
<entry>
<title>disable system issetugid on OS X since it is not fork-safe</title>
<updated>2015-02-18T00:15:17+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-02-17T04:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a859b93ff583300349ee0b7fb8231cf6c387e269'/>
<id>urn:sha1:a859b93ff583300349ee0b7fb8231cf6c387e269</id>
<content type='text'>
Noticed while testing similar code for AIX.
ok beck@
</content>
</entry>
</feed>
