Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-04 | Put SHIM_VERBOSE under shim's guid, not global. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-04 | Try to actually make debug printing look reasonable. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-03 | Add ident-like blobs to shim.efi for version checking. | Peter Jones | |
I feel dirty. | |||
2013-10-02 | CompareMem expects void * and gcc complains. | Peter Jones | |
Sorry about that. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-01 | Clean up warnings. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-01 | Conditionalize overriding the security policy. | Peter Jones | |
Make OVERRIDE_SECURITY_POLICY a build option. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-01 | Merge console_control.h and console.h | Peter Jones | |
Since these are topically the same thing, they can live together. Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-10-01 | Make verbose stuff use console_notify | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-09-26 | integrate security override | Gary Ching-Pang Lin | |
2013-09-26 | Merge variable retrieving functions | Gary Ching-Pang Lin | |
2013-09-26 | Merge signature.h into efiauthenticated.h and guid.h | Gary Ching-Pang Lin | |
Conflicts: shim.c | |||
2013-09-26 | Make EFI_PATH easily resettable from the build command line. | Peter Jones | |
Signed-off-by: Peter Jones <pjones@redhat.com> | |||
2013-09-26 | simple_file: Allocate buffers for file entries | Gary Ching-Pang Lin | |
The dir filter appends L'/' to the directory entries without allocating a new buffer, and this could crash the whole program. | |||
2013-09-26 | Port MokManager to Linux Foundation loader UI code | Matthew Garrett | |
This is the first stage of porting the MokManager UI to the UI code used by the Linux Foundation UEFI loader. |