]> git.ipfire.org Git - thirdparty/ipxe.git/shortlog
thirdparty/ipxe.git
14 hours ago  Michael Brown[ucode] Remove harmless read beyond end of malformed... master 1806/head
17 hours ago  Michael Brown[doc] Add agent-facing instructions 1805/head
30 hours ago  Michael Brown[doc] Add security policy document 1804/head
37 hours ago  Michael Brown[ci] Add a workflow to trigger synchronisation in forks synctest
39 hours ago  Michael Brown[ci] Add a workflow to run in forks to synchronise...
40 hours ago  Michael Brown[settings] Fix limited out-of-bounds read in fetch_nume... 1803/head
2 days ago  Michael Brown[ipv4] Remove harmless but technically undefined left... 1802/head
2 days ago  Michael Brown[doc] Document the threat model relevant to iPXE 1801/head
2 days ago  Michael Brown[fcoe] Add assorted length checks 1800/head
2 days ago  Michael Brown[efi] Avoid reading beyond end of command line 1799/head
2 days ago  Michael Brown[efi] Guard against invalid IpCnt values in the PXE... 1798/head
2 days ago  Michael Brown[efi] Treat invalid device path components as ending... 1797/head
2 days ago  Michael Brown[efi] Fix check for well-formed device paths
2 days ago  Michael Brown[elf] Avoid harmless integer overflows in image length... 1796/head
2 days ago  Michael Brown[uhci] Fix descriptor count for zero-length stream... 1795/head
2 days ago  Michael Brown[velocity] Correct direction of endianness conversion
2 days ago  Michael Brown[uhci] Add missing little-endian conversion
2 days ago  Michael Brown[intelxl] Add missing little-endian conversions
3 days ago  Michael Brown[build] Enable strict shift overflow warnings 1793/head
3 days ago  Michael Brown[build] Fix technically undefined left shifts in disrep...
3 days ago  Michael Brown[build] Fix technically undefined left shifts in reputa...
3 days ago  Michael Brown[ipv4] Make the IPV4() macro available to non-test...
3 days ago  Michael Brown[iphone] Fix debug printing of received log messages 1792/head
3 days ago  Michael Brown[xen] Fix failure path in hvm_ioremap()
3 days ago  Michael Brown[xhci] Allow for residual byte counts exceeding 64kB 1791/head
3 days ago  Michael Brown[intelxl] Remove wasted space in ice_magic_mac[] array
3 days ago  Michael Brown[pci] Allow dumping interrupt state for arbitrary MSI... 1790/head
3 days ago  Michael Brown[spi] Fix assertion expressions
3 days ago  Michael Brown[doc] Add documentation of the composable error handlin...
3 days ago  Michael Brown[crypto] Remove harmless but technically undefined... 1789/head
3 days ago  Michael Brown[crypto] Avoid false positive warnings about mutating... 1788/head
3 days ago  Michael Brown[crypto] Avoid false positive warnings about out-of... 1787/head
3 days ago  Michael Brown[crypto] Remove harmless but technically undefined... 1786/head
3 days ago  Michael Brown[srp] Avoid potential integer overflow in parsing respo... 1785/head
3 days ago  Michael Brown[fcp] Avoid potential integer overflow in parsing respo... 1784/head
3 days ago  Michael Brown[build] Mark ONC RPC protocol as forbidden for UEFI...
3 days ago  Michael Brown[build] Mark SCSI RDMA protocol as forbidden for UEFI...
3 days ago  Michael Brown[nbi] Avoid harmless integer overflows in image length... 1783/head
3 days ago  Michael Brown[eoib] Ensure that transmit address vector cannot go... 1782/head
4 days ago  Michael Brown[doc] Expand documentation for ssnprintf()
4 days ago  Michael Brown[doc] Expand documentation for memory allocation
4 days ago  Michael Brown[doc] Expand documentation for data transfer buffers
4 days ago  Michael Brown[doc] Expand documentation for assert()
4 days ago  Michael Brown[doc] Expand documentation for I/O buffer usage
4 days ago  Michael Brown[crypto] Use consistent lengths when constructing OCSP... 1779/head
4 days ago  Michael Brown[malloc] Correct unsigned overflow check for allocated... 1778/head
4 days ago  Michael Brown[malloc] Convert allocation assertions to runtime checks
4 days ago  Michael Brown[malloc] Correct assertion that requested alignment...
4 days ago  Michael Brown[iscsi] Reject SCSI PDUs received when no command is... 1777/head
5 days ago  Michael Brown[lacp] Fix stripping of trailing padding 1775/head
5 days ago  Michael Brown[crypto] Fix out-of-bounds memset() with invalid RSA... 1774/head
5 days ago  Michael Brown[dhcp] Fix potential read of byte following DHCP option... 1773/head
5 days ago  Michael Brown[png] Check for overflow when constructing raw data... 1772/head
7 days ago  Michael Brown[doc] Provide overview of ASN.1 parsing helper functions
7 days ago  Michael Brown[eapol] Fix stripping of trailing padding 1770/head
7 days ago  Michael Brown[eap] Verify header length for all EAP packet types 1769/head
7 days ago  Michael Brown[http] Avoid potentially comparing TCP header bytes... 1768/head
7 days ago  Michael Brown[dhcp] Reject underlength DHCP packets 1767/head
7 days ago  Michael Brown[bitmap] Allow bitmap_set() to report an error 1766/head
7 days ago  Michael Brown[ipv6] Use correct length when checking for truncated... 1765/head
7 days ago  Michael Brown[libc] Allow out-of-range months in mktime() 1764/head
8 days ago  Michael Brown[crypto] Add confidentiality flag for cipher algorithms
8 days ago  Michael Brown[malloc] Add zfree() to zero and then free a memory...
9 days ago  Guanghua Zhang[intelxl] Add support for Intel E610 and E835 adapters 1762/head
10 days ago  Michael Brown[mime] Fix the use of MIME images without an explicit... 1758/head
10 days ago  Michael Brown[test] Simplify the use of inline text for test images
2026-07-21  Michael Brown[dns] Pass a non-null peer socket address to xfer_open_...
2026-07-21  Michael Brown[xfer] Do not attempt to find an opener for a null... 1755/head
2026-07-19  Michael Brown[tls] Parse ServerKeyExchange record immediately
2026-07-17  Michael Brown[image] Allow download progress messages to be silenced
2026-07-16  Michael Brown[dmesg] Add an in-memory ring buffer console
2026-07-16  Michael Brown[uri] Escape the "+" character within HTTP form parameters
2026-07-16  Michael Brown[settings] Add "--quiet" option to "show" command
2026-07-16  Michael Brown[uri] Add support for "data:" URIs 1753/head
2026-07-15  Michael Brown[blob] Add an abstraction of an openable data blob
2026-07-14  Michael Brown[cloud] Add support for Alibaba Cloud IMDSv2
2026-07-14  Michael Brown[cloud] Add support for AWS IMDSv2
2026-07-14  Michael Brown[cmdline] Add "imgset" command
2026-07-13  Michael Brown[http] Allow issuing requests with an explicitly specif...
2026-07-13  Michael Brown[http] Show parameter headers in debug output
2026-07-13  Michael Brown[params] Avoid calling strcmp() with a NULL parameter...
2026-07-13  Michael Brown[mime] Add support for MIME multipart images
2026-07-13  Michael Brown[test] Generalise archive extraction self-tests
2026-07-13  Michael Brown[libc] Add strcasestr()
2026-07-10  Michael Brown[hermon] Add missing write barrier after initiating... 1752/head
2026-07-10  Michael Brown[image] Make text-based image data usable by string...
2026-07-10  Michael Brown[xferbuf] Provide an image-backed data transfer buffer
2026-07-10  Michael Brown[libc] Add strchrnul()
2026-07-10  Michael Brown[hermon] Check for failure from pci_ioremap()
2026-07-09  Michael Brown[tls] Retain a reference in the key schedule to the...
2026-07-08  Michael Brown[tls] Reject incorrect server names before completing...
2026-07-08  Michael Brown[tls] Guard against resuming from an empty resumption...
2026-07-08  Michael Brown[tls] Poison initial resumption master secret
2026-07-08  Michael Brown[tls] Poison initial key derivation function master...
2026-07-07  Michael Brown[tls] Track and check key schedule state
2026-07-06  Michael Brown[tls] Guard against a premature server Finished
2026-07-06  Michael Brown[tls] Send closure alert only when we are initiating...
2026-07-06  Michael Brown[tls] Handle key exchange within key schedule
2026-07-03  Michael Brown[cloud] Use "param" command to provide Google metadata...
2026-07-03  Michael Brown[tls] Restructure to use a single key derivation functi...
next