]> git.proxmox.com Git - grub2.git/shortlog
grub2.git
2021-03-02 Daniel Axtensvideo/readers/jpeg: Catch files with unsupported quanti...
2021-03-02 Daniel Axtenskern/misc: Always set *end in grub_strtoull()
2021-03-02 Daniel Axtenscommands/menuentry: Fix quoting in setparams_prefix()
2021-03-02 Daniel Axtensscript/execute: Don't crash on a "for" loop with no...
2021-03-02 Daniel Axtenslib/arg: Block repeated short options that require...
2021-03-02 Daniel Axtensscript/execute: Avoid crash when using "$#" outside...
2021-03-02 Daniel Axtenscommands/ls: Require device_name is not NULL before...
2021-03-02 Daniel Axtensscript/execute: Fix NULL dereference in grub_script_exe...
2021-03-02 Darren Kennyutil/glue-efi: Fix incorrect use of a possibly negative...
2021-03-02 Darren Kennyutil/grub-editenv: Fix incorrect casting of a signed...
2021-03-02 Daniel Kiperutil/grub-install: Fix NULL pointer dereferences
2021-03-02 Paulo Flabiano... loader/xnu: Check if pointer is NULL before using it
2021-03-02 Marco A Benattoloader/xnu: Free driverkey data when an error is detect...
2021-03-02 Darren Kennyloader/xnu: Fix memory leak
2021-03-02 Darren Kennyloader/bsd: Check for NULL arg up-front
2021-03-02 Darren Kennygfxmenu/gui_list: Remove code that coverity is flagging...
2021-03-02 Darren Kennyvideo/readers/jpeg: Test for an invalid next marker...
2021-03-02 Darren Kennyvideo/fb/video_fb: Fix possible integer overflow
2021-03-02 Darren Kennyvideo/fb/video_fb: Fix multiple integer overflows
2021-03-02 Darren Kennyvideo/fb/fbfill: Fix potential integer overflow
2021-03-02 Darren Kennyvideo/efi_gop: Remove unnecessary return value of grub_...
2021-03-02 Darren Kennycommands/probe: Fix a resource leak when probing disks
2021-03-02 Chris Coulsoncommands/hashsum: Fix a memory leak
2021-03-02 Darren Kennynormal/completion: Fix leaking of memory when processin...
2021-03-02 Darren Kennysyslinux: Fix memory leak while parsing
2021-03-02 Darren Kennylibgcrypt/mpi: Fix possible NULL dereference
2021-03-02 Darren Kennylibgcrypt/mpi: Fix possible unintended sign extension
2021-03-02 Darren Kennyaffs: Fix memory leaks
2021-03-02 Darren Kennyzfsinfo: Correct a check for error allocating memory
2021-03-02 Darren Kennyzfs: Fix possible integer overflows
2021-03-02 Paulo Flabiano... zfs: Fix resource leaks while constructing path
2021-03-02 Darren Kennyzfs: Fix possible negative shift operation
2021-03-02 Darren Kennyhfsplus: Check that the volume name length is valid
2021-03-02 Darren Kennydisk/cryptodisk: Fix potential integer overflow
2021-03-02 Darren Kennydisk/ldm: Fix memory leak on uninserted lv references
2021-03-02 Paulo Flabiano... disk/ldm: If failed then free vg variable too
2021-03-02 Marco A Benattodisk/ldm: Make sure comp data is freed before exiting...
2021-03-02 Darren Kennykern/partition: Check for NULL before dereferencing...
2021-03-02 Darren Kennyzstd: Initialize seq_t structure fully
2021-03-02 Darren Kennyio/lzopio: Resolve unnecessary self-assignment errors
2021-03-02 Darren Kennygnulib/regcomp: Fix uninitialized re_token
2021-03-02 Darren Kennygnulib/regexec: Fix possible null-dereference
2021-03-02 Darren Kennygnulib/argp-help: Fix dereference of a possibly NULL...
2021-03-02 Darren Kennygnulib/regcomp: Fix uninitialized token structure
2021-03-02 Darren Kennygnulib/regexec: Resolve unused variable
2021-03-02 Darren Kennykern/efi/mm: Fix possible NULL pointer dereference
2021-03-02 Darren Kennykern/efi: Fix memory leak on failure
2021-03-02 Darren Kennykern/parser: Fix resource leak if argc == 0
2021-03-02 Darren Kennynet/tftp: Fix dangling memory pointer
2021-03-02 Darren Kennynet/net: Fix possible dereference to of a NULL pointer
2021-03-02 Darren Kennymmap: Fix memory leak when iterating over mapped memory
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... docs: Document the cutmem command
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 Washburndocs: Add documentation of disk size limitations
2020-12-18 Glenn Washburnluks2: Use grub_log2ull() to calculate log_sector_size...
2020-12-18 Glenn Washburnmisc: Add grub_log2ull() macro for calculating log...
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 Washburnmisc: Add parentheses around ALIGN_UP() and ALIGN_DOWN...
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: Document new limitations on MBR gap support
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()
next