aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-16[efi] Mark AppleNetBoot.h as a native iPXE headerMichael Brown1-3/+3
2016-08-31[crypto] Mark permanent certificates as permanentMichael Brown1-0/+1
2016-08-31[cmdline] Add certificate management commandsMichael Brown4-0/+309
2016-08-31[crypto] Add certstat() to display basic certificate informationMichael Brown3-2/+81
2016-08-31[crypto] Allow certificates to be marked as having been added explicitlyMichael Brown2-4/+23
2016-08-31[crypto] Expose certstore_del() to explicitly remove stored certificatesMichael Brown2-4/+16
2016-08-31[list] Add list_next_entry() and list_prev_entry()Michael Brown2-0/+51
2016-08-25[crypto] Generalise X.509 "valid" field to a "flags" fieldMichael Brown5-10/+25
2016-08-25[crypto] Add image_x509() to extract X.509 certificates from imageMichael Brown2-0/+46
2016-07-29[pixbuf] Enable PNG format by defaultMichael Brown6-31/+73
2016-07-29[build] Remove more obsolete explicit object requirementsMichael Brown1-6/+0
2016-07-29[crypto] Enable both DER and PEM formats by defaultMichael Brown5-43/+83
2016-07-29[build] Remove obsolete explicit object requirementsMichael Brown1-4/+0
2016-07-29[image] Use image_asn1() to extract data from CMS signature imagesMichael Brown2-12/+11
2016-07-29[crypto] Add PEM image formatMichael Brown7-0/+343
2016-07-29[crypto] Add DER image formatMichael Brown9-0/+396
2016-07-29[image] Add image_asn1() to extract ASN.1 objects from imageMichael Brown2-0/+51
2016-07-28[crypto] Allow for parsing of partial ASN.1 cursorsMichael Brown2-6/+9
2016-07-28[crypto] Remove obsolete extern declaration for asn1_invalidate_cursor()Michael Brown1-1/+0
2016-07-26[hyperv] Use instance UUID in device nameMichael Brown2-2/+6
2016-07-25[ipv6] Allow for multiple routersMichael Brown4-51/+452
2016-07-25[test] Update IPv6 tests to use okx()Michael Brown1-25/+39
2016-07-21[ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown3-8/+8
2016-07-20[ipv6] Create routing table based on IPv6 settingsMichael Brown4-191/+138
2016-07-19[ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown4-2/+31
2016-07-19[settings] Allow settings blocks to specify a sibling orderingMichael Brown2-0/+4
2016-07-19[ipv6] Expose IPv6 link-local address settingsMichael Brown2-0/+116
2016-07-19[dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown1-18/+49
2016-07-19[ipv6] Expose IPv6 settings acquired through NDPMichael Brown3-5/+282
2016-07-19[ipv6] Allow settings to comprise arbitrary subsets of NDP optionsMichael Brown1-35/+67
2016-07-19[settings] Correctly mortalise autovivified child settings blocksMichael Brown1-0/+1
2016-07-16[ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown5-8/+8
2016-07-15[settings] Create space for IPv6 in settings display orderMichael Brown4-22/+26
2016-07-15[ipv6] Perform SLAAC only during autoconfigurationMichael Brown1-8/+14
2016-07-14[intel] Remove duplicate intelvf_mbox_queues() functionMichael Brown1-41/+0
2016-07-12[intel] Strip spurious VLAN tags received by virtual function NICsMichael Brown4-0/+144
2016-07-12[ipv4] Send gratuitous ARPs whenever a new IPv4 address is appliedMichael Brown1-20/+80
2016-07-12[intel] Add PCI device ID for I219-V/LMLukas Grossar1-0/+2
2016-07-11[acpi] Allow time for ACPI power off to take effectMichael Brown1-0/+6
2016-07-11[acpi] Add support for ACPI power offMichael Brown9-4/+519
2016-07-10[rng] Check for functioning RTC interruptMichael Brown2-0/+57
2016-07-08[efi] Install the HII config access protocol on a child of the SNP handleLaszlo Ersek2-4/+75
2016-07-05[profile] Allow profiling to be globally enabled or disabledMichael Brown2-0/+29
2016-07-05[libc] Allow assertions to be globally enabled or disabledMichael Brown2-0/+29
2016-07-05[debug] Allow debug messages to be initially disabled at runtimeMichael Brown2-7/+19
2016-07-05[debug] Allow per-object runtime enabling/disabling of debug messagesMichael Brown1-4/+13
2016-07-04[iscsi] Treat redirection failures as fatalMichael Brown1-1/+10
2016-07-04[downloader] Treat redirection failures as fatalMichael Brown1-2/+6
2016-07-04[xfer] Send intf_close() if redirection failsMichael Brown1-0/+5
2016-07-04[dhcp] Automatically generate vendor class identifier stringMichael Brown9-32/+29