]> git.ipfire.org Git - thirdparty/grub.git/shortlog
thirdparty/grub.git
2025-02-13  Lidong Chenkern/misc: Add sanity check after grub_strtoul() call
2025-02-13  Lidong Chenkern/partition: Add sanity check after grub_strtoul...
2025-02-13  Alec Brownnormal/menu: Use safe math to avoid an integer overflow
2025-02-13  Alec Brownbus/usb/ehci: Define GRUB_EHCI_TOGGLE as grub_uint32_t
2025-02-13  Lidong Chenmisc: Ensure consistent overflow error messages
2025-02-13  Lidong Chenosdep/unix/getroot: Fix potential underflow
2025-02-13  Lidong Chenscript/execute: Fix potential underflow and NULL derefe...
2025-02-13  Alec Brownfs/sfs: Check if allocated memory is NULL
2025-02-13  Alec Brownnet: Check if returned pointer for allocated memory...
2025-02-13  Lidong Chennet: Prevent overflows when allocating memory for arrays
2025-02-13  Lidong Chennet: Use safe math macros to prevent overflows
2025-02-13  Lidong Chenfs/zfs: Add missing NULL check after grub_strdup()...
2025-02-13  Lidong Chenfs/zfs: Check if returned pointer for allocated memory...
2025-02-13  Lidong Chenfs/zfs: Prevent overflows when allocating memory for...
2025-02-13  Lidong Chenfs/zfs: Use safe math macros to prevent overflows
2025-02-13  Lidong Chenfs: Prevent overflows when assigning returned values...
2025-02-13  Lidong Chenfs: Prevent overflows when allocating memory for arrays
2025-02-13  Lidong Chenfs: Use safe math macros to prevent overflows
2025-02-13  Alec Browndisk/ieee1275/ofdisk: Call grub_ieee1275_close() when...
2025-02-13  Alec Browndisk: Check if returned pointer for allocated memory...
2025-02-13  Alec Browndisk: Prevent overflows when allocating memory for...
2025-02-13  Alec Browndisk: Use safe math macros to prevent overflows
2025-02-13  Daniel Axtensfs: Disable many filesystems under lockdown
2025-02-13  Daniel Axtensfs/bfs: Disable under lockdown
2025-02-13  B Horncommands/hexdump: Disable memory reading in lockdown...
2025-02-13  B Horncommands/memrw: Disable memory reading in lockdown...
2025-02-13  B Horncommands/minicmd: Block the dump command in lockdown...
2025-02-13  Lidong Chencommands/test: Stack overflow due to unlimited recursio...
2025-02-13  Jonathan Bar Orcommands/read: Fix an integer overflow when supplying...
2025-02-13  Lidong Chengettext: Integer overflow leads to heap OOB write
2025-02-13  Lidong Chengettext: Integer overflow leads to heap OOB write or...
2025-02-13  B Horngettext: Remove variables hooks on module unload
2025-02-13  B Hornnormal: Remove variables hooks on module unload
2025-02-13  B Horncommands/pgp: Unregister the "check_signatures" hooks...
2025-02-13  B Horncommands/ls: Fix NULL dereference
2025-02-13  Lidong Chencommands/extcmd: Missing check for failed allocation
2025-02-13  B Hornkern/dl: Check for the SHF_INFO_LINK flag in grub_dl_re...
2025-02-13  B Hornkern/dl: Use correct segment in grub_dl_set_mem_attrs()
2025-02-13  B Hornkern/dl: Fix for an integer overflow in grub_dl_ref()
2025-02-13  Daniel Axtensvideo/readers/jpeg: Do not permit duplicate SOF0 marker...
2025-02-13  B Hornnet/tftp: Fix stack buffer overflow in tftp_open()
2025-02-13  B Hornnet: Fix OOB write in grub_net_search_config_file()
2025-01-23  B Hornnet: Remove variables hooks when interface is unregisted
2025-01-23  B Hornnet: Unregister net_default_ip and net_default_mac...
2025-01-23  B Hornscript/execute: Limit the recursion depth
2025-01-23  B Hornkern/partition: Limit recursion in part_iterate()
2025-01-23  B Hornkern/disk: Limit recursion depth
2025-01-23  B Horndisk/loopback: Reference tracking for the loopback
2025-01-23  Michael Changdisk/cryptodisk: Require authentication after TPM unloc...
2025-01-23  B Hornkern/file: Implement filesystem reference counting
2025-01-23  B Hornkern/file: Ensure file->data is set
2025-01-23  B Hornfs/xfs: Ensuring failing to mount sets a grub_errno
2025-01-23  Michael Changfs/xfs: Fix out-of-bounds read
2025-01-23  B Hornfs/ntfs: Implement attribute verification
2025-01-23  B Hornfs/ntfs: Use a helper function to access attributes
2025-01-23  B Hornfs/ntfs: Track the end of the MFT attribute buffer
2025-01-23  Michael Changfs/ntfs: Fix out-of-bounds read
2025-01-23  Michael Changfs/ext2: Fix out-of-bounds read for inline extents
2025-01-23  Lidong Chenfs/jfs: Inconsistent signed/unsigned types usage in...
2025-01-23  Lidong Chenfs/jfs: Use full 40 bits offset and address for a data...
2025-01-23  Lidong Chenfs/jfs: Fix OOB read caused by invalid dir slot index
2025-01-23  Lidong Chenfs/jfs: Fix OOB read in jfs_getent()
2025-01-23  Michael Changfs/iso9660: Fix invalid free
2025-01-23  B Hornfs/iso9660: Set a grub_errno if mount fails
2025-01-23  B Hornfs/hfsplus: Set a grub_errno if mount fails
2025-01-23  B Hornfs/f2fs: Set a grub_errno if mount fails
2025-01-23  Lidong Chenfs/tar: Integer overflow leads to heap OOB write
2025-01-16  B Hornfs/tar: Initialize name in grub_cpio_find_file()
2025-01-16  B Hornfs/hfs: Fix stack OOB write with grub_strcpy()
2024-12-02  B Hornfs/ufs: Fix a heap OOB write
2024-12-02  B Hornmisc: Implement grub_strlcpy()
2024-11-28  Stefan Bergertpm2_key_protector: Enable build for powerpc_ieee1275
2024-11-28  Stefan Bergerieee1275/tcg2: Add TCG2 driver for ieee1275 PowerPC...
2024-11-28  Stefan Bergerieee1275/tcg2: Refactor grub_ieee1275_tpm_init()
2024-11-28  Stefan Bergerieee1275/ibmvpm: Move TPM initialization functions...
2024-11-28  Stefan Bergerieee1275: Consolidate repeated definitions of IEEE1275_...
2024-11-28  Stefan Bergerterm/ieee1275/serial: Cast 0 to proper type
2024-11-28  Stefan Bergertss2: Adjust bit fields for big endian targets
2024-11-28  Gary Lindocs: Document TPM2 key protector
2024-11-28  Gary Lintests: Add tpm2_key_protector_test
2024-11-28  Gary Lintpm2_key_protector: Add grub-emu support
2024-11-28  Gary Lindiskfilter: Look up cryptodisk devices first
2024-11-28  Gary Lincryptodisk: Wipe out the cached keys from protectors
2024-11-28  Patrick Colpcryptodisk: Fallback to passphrase
2024-11-28  Patrick Colptpm2_key_protector: Implement NV index
2024-11-28  Gary Lintpm2_key_protector: Support authorized policy
2024-11-28  Hernan Gattautil/grub-protect: Add new tool
2024-11-28  Hernan Gattacryptodisk: Support key protectors
2024-11-28  Hernan Gattakey_protector: Add TPM2 Key Protector
2024-11-28  Gary Lintss2: Add TPM2 Software Stack (TSS2) support
2024-11-28  Gary Lintss2: Add TPM2 types and Marshal/Unmarshal functions
2024-11-28  Gary Lintss2: Add TPM2 buffer handling functions
2024-11-28  Hernan Gattakey_protector: Add key protectors framework
2024-11-28  Gary Linlibtasn1: Add the documentation
2024-11-28  Daniel Axtensasn1_test: Test module for libtasn1
2024-11-28  Daniel Axtenslibtasn1: Compile into asn1 module
2024-11-28  Gary Linasn1_test: Enable the testcase only when GRUB_LONG_MAX...
2024-11-28  Gary Linasn1_test: Use the grub-specific functions and types
2024-11-28  Gary Linasn1_test: Print the error messages with grub_printf()
2024-11-28  Gary Linasn1_test: Remove "verbose" and the unnecessary printf()
next