<feed xmlns='http://www.w3.org/2005/Atom'>
<title>efi-boot-shim.git/include, branch 13</title>
<subtitle> (mirror of https://github.com/vyos/efi-boot-shim.git)
</subtitle>
<id>https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=13</id>
<link rel='self' href='https://git.amelek.net/vyos/efi-boot-shim.git/atom?h=13'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/'/>
<updated>2017-08-31T19:13:45+00:00</updated>
<entry>
<title>Add a mechanism to print openssl errors</title>
<updated>2017-08-31T19:13:45+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-08-31T18:49:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=96b347c200b2401d02f576b47da8a49cc6286b4b'/>
<id>urn:sha1:96b347c200b2401d02f576b47da8a49cc6286b4b</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make msleep() be a thing</title>
<updated>2017-08-31T19:13:34+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2017-08-31T18:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=78f6b007e7138df347cb9c527f1ebe01a32cfe3d'/>
<id>urn:sha1:78f6b007e7138df347cb9c527f1ebe01a32cfe3d</id>
<content type='text'>
Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Add HTTP and IpConfig headers</title>
<updated>2016-09-06T18:49:52+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2015-10-14T08:59:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=8438ae7a012fded349462706426b713ea98f1276'/>
<id>urn:sha1:8438ae7a012fded349462706426b713ea98f1276</id>
<content type='text'>
Signed-off-by: Gary Ching-Pang Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>Make translate_slashes() public</title>
<updated>2016-09-06T18:49:52+00:00</updated>
<author>
<name>Gary Ching-Pang Lin</name>
<email>glin@suse.com</email>
</author>
<published>2015-10-13T10:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=24c5904becc1c539cc5b02ca8228d7ebd8401198'/>
<id>urn:sha1:24c5904becc1c539cc5b02ca8228d7ebd8401198</id>
<content type='text'>
Signed-off-by: Gary Ching-Pang Lin &lt;glin@suse.com&gt;
</content>
</entry>
<entry>
<title>shim: make the PE loader less overzealous on rejections</title>
<updated>2016-06-09T19:32:37+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2016-06-09T19:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=14a59055aa85e3e91b12a8ff53cf3216b8977e65'/>
<id>urn:sha1:14a59055aa85e3e91b12a8ff53cf3216b8977e65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix console_print_box*() parameters.</title>
<updated>2015-06-16T15:41:32+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-06-11T18:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7bb0d6f71d7deeb82ca17ec20839fe10dc572c1d'/>
<id>urn:sha1:7bb0d6f71d7deeb82ca17ec20839fe10dc572c1d</id>
<content type='text'>
When we made lib build with the correct CFLAGS, it inherited
-Werror=sign-compare, and I fixed up some parameters on
console_print_box() and console_print_box_at() to avoid sign comparison
errors.

The fixups were *completely wrong*, as some behavior relies on negative
values.  So this fixes them in a completely different way, by casting
appropriately to signed types where we're doing comparisons.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make lib/ build right with the cflags it should be using...</title>
<updated>2015-04-13T23:55:25+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-02-25T21:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=7fdbd9d48a4e447d4ea42268afb80a1ee84b633b'/>
<id>urn:sha1:7fdbd9d48a4e447d4ea42268afb80a1ee84b633b</id>
<content type='text'>
... but isn't.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Align the sections we're loading, and check for validity /after/ discarding.</title>
<updated>2015-04-13T23:55:25+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2015-02-06T22:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=d01421eb5ae67daa9a2d341099b3e58fdb2f9f9e'/>
<id>urn:sha1:d01421eb5ae67daa9a2d341099b3e58fdb2f9f9e</id>
<content type='text'>
Turns out a) the codegen on aarch64 generates code that has real
alignment needs, and b) if we check the length of discardable sections
before discarding them, we error for no reason.

So do the error checking in the right order, and always enforce some
alignment because we know we have to.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make sure we don't try to load a binary from a different arch.</title>
<updated>2014-08-27T20:40:57+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2014-08-27T20:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=fa2a35ce78b3dc4e9b29f47a9ebc675a97a9a7c7'/>
<id>urn:sha1:fa2a35ce78b3dc4e9b29f47a9ebc675a97a9a7c7</id>
<content type='text'>
Since in theory you could, for example, get an x86_64 binary signed that
also behaves as an ARM executable, we should be checking this before
people build on other architectures.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
<entry>
<title>Make sure we default to assuming we're locked down.</title>
<updated>2014-06-25T14:55:56+00:00</updated>
<author>
<name>Peter Jones</name>
<email>pjones@redhat.com</email>
</author>
<published>2014-06-25T14:55:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/efi-boot-shim.git/commit/?id=eb4cb6a50981f9ef4698b3847bd32e70081ab71d'/>
<id>urn:sha1:eb4cb6a50981f9ef4698b3847bd32e70081ab71d</id>
<content type='text'>
If "SecureBoot" exists but "SetupMode" does not, assume "SetupMode" says
we're not in Setup Mode.

Signed-off-by: Peter Jones &lt;pjones@redhat.com&gt;
</content>
</entry>
</feed>
