index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Automatically load "/autoexec.ipxe" when booted from a filesystem
Michael Brown
2021-01-25
3
-10
/
+204
*
[image] Provide image_memory()
Michael Brown
2021-01-25
6
-76
/
+62
*
[travis] Update to current default build environment
Michael Brown
2021-01-24
1
-1
/
+2
*
[build] Report a meaningful error message if isolinux.bin is missing
Michael Brown
2021-01-24
1
-2
/
+4
*
[build] Check that mkisofs equivalent supports the required options
Michael Brown
2021-01-24
1
-19
/
+14
*
[tftp] Allow for profiling of client and server turnaround times
Michael Brown
2021-01-22
1
-1
/
+23
*
[image] Add the "imgmem" command
Michael Brown
2021-01-22
5
-0
/
+148
*
[image] Provide image_set_data()
Michael Brown
2021-01-22
3
-12
/
+34
*
[build] Allow an initrd script to be provided via genfsimg
Michael Brown
2021-01-22
1
-4
/
+15
*
[build] Fail gracefully when no input files are given to genfsimg
Michael Brown
2021-01-22
1
-0
/
+5
*
[build] Use explicit disk geometry for generated FAT filesystem images
Michael Brown
2021-01-22
1
-4
/
+7
*
[build] Fix genfsimg incompatibility with dash shell
Michael Brown
2021-01-22
1
-2
/
+2
*
[build] Set volume name "iPXE" on FAT filesystem images
Michael Brown
2021-01-21
1
-2
/
+2
*
[build] Allow genfsimg to be used on third party UEFI binaries
Michael Brown
2021-01-20
1
-3
/
+21
*
[ipv6] Defer router discovery timeout while link is blocked
Michael Brown
2021-01-19
1
-1
/
+19
*
[dhcp] Allow for links that remained blocked for up to three minutes
Michael Brown
2021-01-19
1
-1
/
+1
*
[eap] Treat an EAP Request-Identity as indicating a blocked link
Michael Brown
2021-01-19
7
-0
/
+256
*
[eapol] Replace EAPoL code
Michael Brown
2021-01-19
3
-146
/
+109
*
[dhcp] Continue transmitting DHCPDISCOVER while link is blocked
Michael Brown
2021-01-19
1
-12
/
+11
*
[build] Include xorrisofs as a viable mkisofs equivalent
Omgalof
2021-01-18
1
-2
/
+2
*
[build] Inhibit spurious array bounds warning on some versions of gcc
Michael Brown
2021-01-15
1
-1
/
+1
*
[isa] Add missing #include <config/isa.h>
Manuel Mendez
2021-01-14
1
-0
/
+1
*
[build] Create util/genfsimg for building filesystem-based images
Michael Brown
2021-01-13
6
-308
/
+260
*
[xhci] Avoid false positive Coverity warning
Michael Brown
2021-01-04
1
-1
/
+1
*
[efi] Leave asynchronous USB endpoints open until device is removed
Michael Brown
2021-01-03
1
-11
/
+13
*
[xhci] Show meaningful error messages after command failures
Michael Brown
2021-01-03
1
-7
/
+25
*
[xhci] Fail attempts to issue concurrent commands
Michael Brown
2021-01-03
1
-0
/
+8
*
[efi] Use segment and bus number to identify PCI root bridge I/O protocol
Michael Brown
2020-12-31
2
-4
/
+71
*
[smbios] Add support for the 64-bit SMBIOS3 entry point
Michael Brown
2020-12-29
3
-22
/
+82
*
[efi] Allow for longer device paths in debug messages
b1f6c1c4
2020-12-29
1
-1
/
+1
*
[sfc] Update email addresses
Martin Habets
2020-12-28
5
-10
/
+16
*
[x509] Clarify debug message for an untrusted X.509 issuer
Josh McSavaney
2020-12-28
1
-1
/
+1
*
[golan] Add new PCI IDs
Mohammed Taha
2020-12-28
1
-0
/
+3
*
[efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leaked
Michael Brown
2020-12-17
3
-9
/
+181
*
[efi] Skip interface uninstallation during shutdown
Michael Brown
2020-12-17
4
-18
/
+23
*
[efi] Nullify interfaces unconditionally on error and shutdown paths
Michael Brown
2020-12-17
4
-16
/
+16
*
[iphone] Add iPhone tethering driver
Michael Brown
2020-12-16
3
-0
/
+2560
*
[crypto] Allow private key to be specified as a TLS connection parameter
Michael Brown
2020-12-15
8
-21
/
+103
*
[tls] Include root of trust within definition of TLS session
Michael Brown
2020-12-15
2
-4
/
+11
*
[x509] Make root of trust a reference-counted structure
Michael Brown
2020-12-09
7
-14
/
+81
*
[efi] Avoid using potentially uninitialised driver name in veto checks
Michael Brown
2020-12-08
1
-2
/
+4
*
[x509] Record root of trust used when validating a certificate
Michael Brown
2020-12-08
13
-33
/
+60
*
[ocsp] Remove dummy OCSP certificate root
Michael Brown
2020-12-08
1
-14
/
+2
*
[http] Hide HTTP transport-layer filter implementation details
Michael Brown
2020-12-08
3
-6
/
+17
*
[asn1] Define ASN1_SHORT() for constructing short tagged values
Michael Brown
2020-12-08
1
-0
/
+5
*
[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSOR
Michael Brown
2020-12-08
20
-31
/
+31
*
[asn1] Add constant for UTF-8 string tag
Michael Brown
2020-12-07
1
-0
/
+3
*
[tls] Allow provision of a client certificate chain
Michael Brown
2020-12-07
2
-32
/
+79
*
[tls] Use intf_insert() to add TLS to an interface
Michael Brown
2020-12-07
5
-31
/
+32
*
[interface] Provide intf_insert() to insert a filter interface
Michael Brown
2020-12-07
3
-3
/
+20
[next]