<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/crypto, branch v2.2.0</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.2.0</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.2.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2015-06-05T09:50:18+00:00</updated>
<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>add Makefile.am.arc4random</title>
<updated>2015-05-24T00:27:57+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-05-02T06:58:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=8dedbb4b2bf97070f1c879f5063568edc6abd254'/>
<id>urn:sha1:8dedbb4b2bf97070f1c879f5063568edc6abd254</id>
<content type='text'>
</content>
</entry>
<entry>
<title>further refactoring, working libtls-standalone</title>
<updated>2015-05-24T00:27:57+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-05-02T06:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=769d58e4946b35976c4da2ab54c56f6430a45d89'/>
<id>urn:sha1:769d58e4946b35976c4da2ab54c56f6430a45d89</id>
<content type='text'>
</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>rework CFLAGS/CPPFLAGS settings during configuration</title>
<updated>2015-03-22T12:43:55+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-03-22T11:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ad2a38ab4ae5d542206527dfa59a333352ea99ce'/>
<id>urn:sha1:ad2a38ab4ae5d542206527dfa59a333352ea99ce</id>
<content type='text'>
Move define adjustments to CPPFLAGS.
Adjust user CFLAGS directly, do not override during configuration.
USER_CFLAGS is not necessary to build libcompat_noopt correctly.
</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>
<entry>
<title>remove getuid/getgid fallbacks from hp-ux issetugid emulation</title>
<updated>2015-02-17T04:30:27+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-02-17T04:19:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=adc416e922f98b4b52093f26c91216e3b4106f3d'/>
<id>urn:sha1:adc416e922f98b4b52093f26c91216e3b4106f3d</id>
<content type='text'>
Fail closed if we cannot obtain the process flags. Noticed while looking
at a similar function for AIX.
</content>
</entry>
<entry>
<title>c_all* have merged into c_all.c</title>
<updated>2015-02-09T01:40:03+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-02-09T01:39:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9de5b8a9638c1e61404cef1b23a0dc7e41a7cf16'/>
<id>urn:sha1:9de5b8a9638c1e61404cef1b23a0dc7e41a7cf16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add by_mem.c for X509_STORE_load_mem</title>
<updated>2015-01-26T16:20:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-01-26T16:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=d88e90def91948799a727707f8db664d55d7eb4f'/>
<id>urn:sha1:d88e90def91948799a727707f8db664d55d7eb4f</id>
<content type='text'>
</content>
</entry>
</feed>
