aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-27[build] Be explicit about -fcommon compiler directivetempBruce Rogers1-0/+1
2020-06-25[ocsp] Accept SHA1 certID responses even if SHA1 is not enabledMichael Brown1-15/+25
2020-06-24[efi] Enable stack protection where possibleMichael Brown6-11/+115
2020-06-19[parseopt] Treat empty integer strings in user input as invalidMichael Brown1-1/+1
2020-06-19[util] Treat empty integer strings as invalidMichael Brown2-3/+3
2020-06-19[snp] Retry initialisation if link is reported as downMichael Brown1-7/+49
2020-06-16[crypto] Disable MD5 as an OID-identifiable algorithm by defaultMichael Brown1-1/+1
2020-06-16[crypto] Ensure that test code drags in required ASN.1 object identifiersMichael Brown2-12/+31
2020-06-16[crypto] Allow algorithms to be included without being OID-identifiableMichael Brown22-122/+433
2020-06-16[tls] Default to supporting only TLSv1.1 or aboveMichael Brown1-1/+1
2020-06-12[tls] Allow a minimum TLS protocol version to be specifiedMichael Brown2-6/+27
2020-06-10[efi] Attempt to connect our driver directly if ConnectController failsMichael Brown1-1/+10
2020-06-05[uri] Avoid appearing to access final byte of a potentially empty stringMichael Brown1-2/+2
2020-06-05[efi] Work around UEFI specification bug in LoadImage for SAN bootMichael Brown1-0/+3
2020-06-04[efi] Work around UEFI specification bug in LoadImageMichael Brown1-2/+18
2020-06-04[png] Fix potential integer overflowMichael Brown1-6/+6
2020-05-06[bnxt] Add driver support for Broadcom NetXtreme-E AdaptersJoseph Wong5-0/+14191
2020-03-14[efi] Disambiguate errors returned by ConnectControllerMichael Brown1-1/+15
2020-03-01[int13con] Create log partition only when CONSOLE_INT13 is enabledMichael Brown1-0/+17
2020-03-01[bios] Define macros for constructing partition table entriesMichael Brown1-10/+37
2020-02-16[iscsi] Eliminate variable-length stack allocation in URI parsingMichael Brown1-10/+28
2020-02-16[iscsi] Eliminate variable-length stack allocations in CHAP handlersMichael Brown1-11/+41
2020-02-16[settings] Eliminate variable-length stack allocationMichael Brown1-2/+7
2020-02-16[slam] Allow for the possibility of IPv6 multicast addressesMichael Brown1-4/+4
2020-02-16[slam] Eliminate variable-length stack allocationMichael Brown1-5/+19
2020-02-16[infiniband] Eliminate variable-length stack allocationMichael Brown1-6/+18
2020-02-16[tftp] Eliminate unnecessary variable-length stack allocationMichael Brown1-11/+6
2020-01-03[travis] Ensure that most recent tag is always availableMichael Brown1-0/+3
2020-01-02[build] Construct full version number automatically from git revisionv1.20.1Michael Brown1-2/+15
2019-12-16[snp] Set EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit as per UEFI specIgnat Korchagin1-1/+2
2019-12-16[snp] Try promiscuous multicast receive filter if the regular one failsIgnat Korchagin1-0/+3
2019-12-15[peerdist] Allow for the use of a hosted cache serverMichael Brown1-4/+65
2019-12-13[peerdist] Allow PeerDist to be globally enabled or disabledMichael Brown1-0/+38
2019-09-29[lan78xx] Always enable automatic speed and duplex detectionMichael Brown2-0/+14
2019-09-15[efi] Do not attempt EFI_USB_IO_PROTOCOL transfers during shutdownMichael Brown1-0/+8
2019-09-15[efi] Report failed control transfers as expected by the USB coreMichael Brown1-2/+6
2019-08-17[golan] Fix address-of-pointer bug for multicast attach/detachMichael Brown1-2/+2
2019-08-17[ethernet] Avoid false positive Coverity warningMichael Brown1-1/+1
2019-08-17[coverity] Override assumptions about wcrtomb() and hmac_init()Michael Brown1-0/+8
2019-08-17[crypto] Profile the various stages of modular multiplicationMichael Brown1-0/+29
2019-08-17[crypto] Drag in configured digestInfo prefixes for any use of RSAMichael Brown1-0/+6
2019-08-16[tls] Add missing call to tls_tx_resume() when restarting negotiationMichael Brown1-22/+24
2019-08-16[peerdist] Limit number of concurrent raw block downloadsMichael Brown2-3/+155
2019-08-16[peerdist] Start block download timers from within opener methodsMichael Brown1-7/+9
2019-08-16[process] Add PROC_INIT() for initialising static processesMichael Brown1-5/+13
2019-08-02[build] Add predefined shortcut for Raspberry Pi buildsMichael Brown1-0/+4
2019-08-02[build] Move predefined all-drivers build shortcut to MakefileMichael Brown2-5/+9
2019-07-22[build] Do not apply WORKAROUND_CFLAGS for host compilerMichael Brown2-2/+6
2019-07-22[build] Workaround compilation error with gcc 9.1Valentine Barshak1-0/+9
2019-07-22[build] Fix "'%s' directive argument is null" errorValentine Barshak1-2/+1