]> git.proxmox.com Git - grub2.git/history - grub-core
usb: Avoid possible out-of-bound accesses caused by malicious devices
[grub2.git] / grub-core /
2021-03-02 Javier Martinez... usb: Avoid possible out-of-bound accesses caused by...
2021-03-02 Javier Martinez... dl: Only allow unloading modules that are not dependencies
2021-03-02 Javier Martinez... loader/xnu: Don't allow loading extension and packages...
2021-03-02 Javier Martinez... gdb: Restrict GDB access when locked down
2021-03-02 Javier Martinez... commands/hdparm: Restrict hdparm command when locked...
2021-03-02 Javier Martinez... commands/setpci: Restrict setpci command when locked...
2021-03-02 Javier Martinez... commands: Restrict commands that can load BIOS or DT...
2021-03-02 Javier Martinez... mmap: Don't register cutmem and badram commands when...
2021-03-02 Javier Martinez... acpi: Don't register the acpi command when locked down
2021-03-02 Javier Martinez... efi: Use grub_is_lockdown() instead of hardcoding a...
2021-03-02 Javier Martinez... efi: Lockdown the GRUB when the UEFI Secure Boot is...
2021-03-02 Javier Martinez... kern/lockdown: Set a variable if the GRUB is locked...
2021-03-02 Javier Martinez... kern: Add lockdown support
2021-03-02 Marco A Benattoefi: Move the shim_lock verifier to the GRUB core
2021-03-02 Marco A Benattoverifiers: Move verifiers API to kernel image
2020-12-18 Glenn Washburnluks2: Use grub_log2ull() to calculate log_sector_size...
2020-12-18 Glenn Washburnmips: Enable __clzdi2()
2020-12-18 Glenn Washburnluks2: Better error handling when setting up the cryptodisk
2020-12-18 Glenn Washburnluks2: Do not handle disks of size GRUB_DISK_SIZE_UNKNO...
2020-12-18 Glenn Washburnluks2: Convert to crypt sectors from GRUB native sectors
2020-12-12 Glenn Washburnluks2: Error check segment.sector_size
2020-12-12 Glenn Washburncryptodisk: Properly handle non-512 byte sized sectors
2020-12-12 Glenn Washburnluks2: grub_cryptodisk_t->total_sectors is the max...
2020-12-12 Glenn Washburncryptodisk: Add macros GRUB_TYPE_U_MAX/MIN(type) to...
2020-12-12 Glenn Washburncryptodisk: Add macro GRUB_TYPE_BITS() to replace some...
2020-12-12 Glenn Washburnluks2: Add string "index" to user strings using a json...
2020-12-12 Glenn Washburnluks2: Rename json index variables to names that they...
2020-12-12 Glenn Washburnluks2: Use more intuitive object name instead of json...
2020-12-12 Glenn Washburnluks2: Add idx member to struct grub_luks2_keyslot...
2020-12-12 Glenn Washburnluks2: Make sure all fields of output argument in luks2...
2020-12-12 Glenn Washburnluks2: Remove unused argument in grub_error() call
2020-12-12 Glenn Washburnluks2: Convert 8 spaces to tabs
2020-12-12 Glenn Washburndisk: Rename grub_disk_get_size() to grub_disk_native_s...
2020-12-12 Glenn Washburnloopback: Do not automaticaly replace existing loopback...
2020-12-12 Glenn Washburndisk: Move hardcoded max disk size literal to a GRUB_DI...
2020-12-12 Glenn Washburnfs: Fix block lists not being able to address to end...
2020-12-12 Vladimir Serbinenkombr: Warn if MBR gap is small and user uses advanced...
2020-12-12 Tianjia Zhangefi/tpm: Extract duplicate code into independent functions
2020-12-12 Tianjia Zhangefi/tpm: Add debug information for device protocol...
2020-12-12 Daniel Kiperloader/linux: Report the UEFI Secure Boot status to...
2020-12-12 Javier Martinez... efi: Only register shim_lock verifier if shim_lock...
2020-12-11 Daniel Kiperefi: Add secure boot detection
2020-12-11 Daniel Kiperefi: Add a function to read EFI variables with attributes
2020-12-11 Daniel Kiperefi: Return grub_efi_status_t from grub_efi_get_variable()
2020-12-11 Daniel Kiperefi: Make shim_lock GUID and protocol type public
2020-12-11 Javier Martinez... arm/term: Fix linking error due multiple ps2_state...
2020-12-11 Javier Martinez... i386: Don't include <grub/cpu/linux.h> in coreboot...
2020-11-20 Glenn Washburnluks2: Rename index variable "j" to "i" in luks2_get_ke...
2020-11-20 Glenn Washburnluks2: Rename variable "i" to "keyslot_idx" in luks2_ge...
2020-11-20 Glenn Washburnluks2: Use correct index variable when looping in luks2...
2020-11-20 Glenn Washburnluks2: Rename source disk variable named "disk" to...
2020-11-20 Glenn Washburncryptodisk: Rename "offset" in grub_cryptodisk_t to...
2020-11-20 Glenn Washburncryptodisk: Rename "total_length" field in grub_cryptod...
2020-10-30 Daniel Axtenslzma: Fix compilation error under clang 10
2020-10-30 Cao jinkern/i386/realmode: Update comment
2020-10-30 Glenn Washburncryptodisk: Fix cipher IV mode "plain64" always being...
2020-09-18 Glenn Washburnscript: Do not allow a delimiter between function name...
2020-09-18 Glenn Washburnlexer: char const * should be const char *
2020-09-18 Glenn Washburncryptodisk: Use cipher name instead of object in error...
2020-09-18 Patrick Steinhardtluks2: Strip dashes off of the UUID
2020-09-18 Tianjia Zhangefi/tpm: Remove unused functions and structures
2020-09-18 Tianjia Zhangshim_lock: Enable module for all EFI architectures
2020-09-18 Daniel Kiperi386/efi/init: Drop bogus include
2020-09-11 Javier Martinez... tftp: Roll-over block counter to prevent data packets...
2020-09-11 Glenn Washburncryptodisk: Fix incorrect calculation of start sector
2020-09-11 Glenn Washburncryptodisk: Unregister cryptomount command when removin...
2020-09-11 Patrick Steinhardtluks2: Improve error reporting when decrypting/verifyin...
2020-09-11 Patrick Steinhardtluks: Fix out-of-bounds copy of UUID
2020-09-11 Patrick Steinhardtjson: Remove invalid typedef redefinition
2020-09-11 Cao jini386/relocator_common: Drop empty #ifdef
2020-09-11 Ave Miliavideo/bochs: Fix typo
2020-07-29 Colin Watsonlinux: Fix integer overflows in initrd size handling
2020-07-29 Peter Jonesloader/linux: Avoid overflow on initrd size calculation
2020-07-29 Alexey Makhalovefi: Fix use-after-free in halt/reboot path
2020-07-29 Daniel Kiperefi/chainloader: Propagate errors from copy_file_path()
2020-07-29 Peter Jonesefi: Fix some malformed device path arithmetic errors
2020-07-29 Peter Jonesemu: Make grub_free(NULL) safe
2020-07-29 Peter Joneslvm: Fix two more potential data-dependent alloc overflows
2020-07-29 Peter Joneshfsplus: Fix two more overflows
2020-07-29 Alexey Makhalovrelocator: Fix grub_relocator_alloc_chunk_align() top...
2020-07-29 Chris Coulsonscript: Avoid a use-after-free when redefining a functi...
2020-07-29 Alexey Makhalovrelocator: Protect grub_relocator_alloc_chunk_align...
2020-07-29 Alexey Makhalovrelocator: Protect grub_relocator_alloc_chunk_addr...
2020-07-29 Alexey Makhalovtftp: Do not use priority queue
2020-07-29 Konrad Rzeszutek... multiboot2: Fix memory leak if grub_create_loader_cmdli...
2020-07-29 Konrad Rzeszutek... udf: Fix memory leak
2020-07-29 Konrad Rzeszutek... term: Fix overflow on user inputs
2020-07-29 Konrad Rzeszutek... lzma: Make sure we don't dereference past array
2020-07-29 Chris Coulsonjson: Avoid a double-free when parsing fails.
2020-07-29 Alexey Makhalovxnu: Fix double free in grub_xnu_devprop_add_property()
2020-07-29 Alexey Makhalovgfxmenu: Fix double free in load_image()
2020-07-29 Daniel Kiperfont: Do not load more than one NAME section
2020-07-29 Peter Jonesiso9660: Don't leak memory on realloc() failures
2020-07-29 Peter Jonesmalloc: Use overflow checking primitives where we do...
2020-07-29 Peter Jonescalloc: Use calloc() at most places
2020-07-29 Peter Jonescalloc: Make sure we always have an overflow-checking...
2020-07-29 Peter Jonesyylex: Make lexer fatal errors actually be fatal
2020-05-25 Marc Zyngierarm: Fix 32-bit ARM handling of the CTR register
2020-05-25 Javier Martinez... net: Break out nested function
2020-05-25 Javier Martinez... tpm: Enable module for all EFI platforms
next