summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/settings.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxopenslxSimon Rettberg2024-04-121-0/+4
|\
| * [netdevice] Add "linktype" settingPavel Krotkiy2024-04-031-0/+2
| * [efi] Extract basic network settings from loaded image device pathMichael Brown2024-03-261-0/+2
* | Merge branch 'master' into openslxSimon Rettberg2022-05-111-0/+1
|\|
| * [settings] Support formatting UUIDs as little-endian GUIDsMichael Brown2022-01-041-0/+1
* | [settings] Add md5 encoding type for doing ${foo:md5}Simon Rettberg2018-05-291-0/+1
|/
* [settings] Extend numerical setting tags to 64 bitsMichael Brown2017-05-221-1/+1
* [block] Allow use of a non-default EFI SAN boot filenameMichael Brown2017-04-121-0/+2
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-201-0/+2
* [ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown2016-07-211-1/+1
* [settings] Allow settings blocks to specify a sibling orderingMichael Brown2016-07-191-0/+2
* [ipv6] Expose IPv6 settings acquired through NDPMichael Brown2016-07-191-0/+9
* [ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown2016-07-161-1/+1
* [settings] Create space for IPv6 in settings display orderMichael Brown2016-07-151-16/+20
* [settings] Extend numerical setting tags to "unsigned long"Michael Brown2016-05-201-1/+1
* [iscsi] Include DHCP server address in iBFTMichael Brown2016-03-291-0/+2
* [settings] Expose SMBIOS settings as global variablesMichael Brown2015-12-231-0/+10
* [settings] Add "base64" setting typeMichael Brown2015-04-241-0/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [dns] Support DNS search listsMichael Brown2014-02-051-0/+1
* [settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown2013-12-051-19/+17Star
* [settings] Force settings into alphabetical order within sectionsMichael Brown2013-12-051-17/+34
* [settings] Add fetch_ipv6_setting()Michael Brown2013-12-051-0/+7
* [settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown2013-12-051-10/+15
* [settings] Explicitly separate the concept of a completed fetched settingMichael Brown2013-12-051-81/+99
* [ipv6] Add "ipv6" setting typeMichael Brown2013-11-141-0/+1
* [settings] Move user-class setting from dhcp.c to settings.cMichael Brown2013-11-141-0/+1
* [settings] Make built-in settings a linker tableMichael Brown2013-08-271-0/+22
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-011-5/+40
* [settings] Remove now-unused fetchf_named_setting() and storef_named_setting()Michael Brown2013-07-221-7/+0Star
* [settings] Remove now-unused store_named_setting()Michael Brown2013-07-191-13/+0Star
* [settings] Add fetchf_setting_copy()Michael Brown2013-07-191-0/+2
* [settings] Expose parse_setting_name()Michael Brown2013-07-191-1/+8
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-0/+7
* [settings] Add "busdevfn" setting typeMichael Brown2013-07-121-0/+1
* [settings] Add "hexraw" setting typeMichael Brown2013-07-121-0/+1
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-29/+46
* [settings] Add fetchf_named_setting_copy()Michael Brown2012-10-251-0/+1
* [settings] Expose find_child_settings()Michael Brown2012-10-151-0/+2
* [settings] Use a generic setting's own type as its default typeMichael Brown2012-09-101-2/+7
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-0/+1
* [crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown2012-04-191-1/+2
* [settings] Add fetch_setting_copy()Michael Brown2012-04-191-0/+2
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-171-28/+13Star
* [test] Add self-tests for setting typesMichael Brown2012-04-171-0/+2
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-17/+35
* [settings] Display canonical setting name in "config" user interfaceMichael Brown2011-03-221-0/+2
* [settings] Display canonical setting name in output of "show" commandMichael Brown2011-03-221-1/+3
* [settings] Provide fetch_setting_origin()Michael Brown2011-03-221-0/+2
* [settings] Expose settings_name()Glenn Brown2011-03-221-0/+1