]> git.ozlabs.org Git - petitboot/history - lib/pb-protocol
discover/grub2: Allow to separate the --id argument using a space char
[petitboot] / lib / pb-protocol /
2019-05-30 Samuel Mendoza-JonasVarious fixups and checks to make scan-build happy
2019-03-05 Samuel Mendoza-Jonaslib: Add AUTH_MSG_DECRYPT
2018-12-13 Samuel Mendoza-Jonasui/ncurses: Add option to clear IPMI boot mailbox
2018-12-03 Samuel Mendoza-Jonasui/ncurses: Keep track of the default boot option
2018-12-03 Samuel Mendoza-Jonaslib/pb-protocol: Add PB_PROTOCOL_ACTION_AUTHENTICATE
2018-11-16 Samuel Mendoza-Jonasui/ncurses: Reset console options on boot
2018-08-07 Geoff Levandlib/log: Switch to pb_log_fn
2018-07-10 Samuel Mendoza-Jonaslib: Add support and helpers for IPv6 host addresses
2018-07-10 Jeremy Kerrprotocol: Add definition and serialisation for temporar...
2017-08-15 Samuel Mendoza-Jonasdiscover: Handle plugin install request
2017-08-15 Samuel Mendoza-Jonasdiscover/pxe-parser: Recognise plugin sources
2017-08-15 Samuel Mendoza-Jonaslib: Add plugin_option type and protocol
2016-12-20 Samuel Mendoza-Jonasdiscover: Record IP address of network interfaces
2016-12-20 Samuel Mendoza-Jonasdiscover: Maintain a backlog of status updates
2016-12-20 Jeremy Kerrtypes: Remove detail and progress from struct status
2016-12-20 Jeremy Kerrtypes: shorten boot_status definitions
2016-11-24 Samuel Mendoza-JonasSupport HTTP(S) proxies when downloading resources
2016-09-08 Samuel Mendoza-JonasConsolidate petitboot,tty and petitboot,console
2016-09-08 Samuel Mendoza-JonasUse 'consoles' instead of 'tty' to refer to interfaces
2016-09-08 Samuel Mendoza-Jonasdiscover: Avoid writing network overrides to NVRAM
2016-08-26 tpearson@raptoreng... Add support for GPG signature enforcement on booted
2016-06-28 Samuel Mendoza-Jonaslib: Add support for tracking boot consoles
2016-02-26 Sam Mendoza-JonasUse 'Primary' instead of 'Current' for flash sides
2016-02-10 Sam Mendoza-JonasRetrieve BMC version info via IPMI
2016-02-09 Samuel Mendoza-JonasDisplay VERSION partition info on BMC machines
2015-12-21 Samuel Mendoza-Jonaslib/pb-protocol: Fix NULL dereference on non-powerpc
2015-12-18 Nishanth Aravamudanui: add URL for static configurations to load a specifi...
2015-12-17 Sam Mendoza-JonasMerge pull request #10 from themoken/master
2015-12-15 Jack MillerAdd BMC interface MAC to system info output
2015-09-11 Samuel Mendoza-JonasMerge branch 'pb-plugin' into master
2015-08-06 Samuel Mendoza-JonasMake read-only guarantee user-settable
2015-06-26 Jeremy KerrMerge remote-tracking rbanch sammj/master
2015-05-05 Samuel Mendoza-Jonaspetitboot: Implement ordered boot options
2014-12-15 Jeremy Kerrdiscover: Integrate ipmi bootdev settings into the...
2014-07-28 Samuel Mendoza-Jonaslib/pb-protocol: Define new 'add-url' action
2014-07-28 Jeremy Kerrconfig: Add lang member to config
2014-07-22 Jeremy Kerrdiscover: Add safe mode
2014-07-21 Jeremy Kerrdiscover: check config.boot_device before setting a...
2014-07-21 Jeremy Kerrconfig: Add boot_device member to config
2014-04-07 Jeremy Kerrlib/pb-protocol: fix deserialise of boot option priorities
2014-04-02 Jeremy Kerrprotocol: expose discovery reinit over client/server...
2014-01-30 Jeremy Kerrdiscover: Make boot_priorities more flexible
2013-12-18 Jeremy Kerrsysinfo: Add interface link status to sysinfo data
2013-11-22 Jeremy Kerrprotocol: Add block device information to system info
2013-11-13 Jeremy Kerrlib/pb-protocol: Add serialise & deserialise for struct...
2013-10-09 Jeremy KerrAdd system info messages
2013-09-18 Jeremy Kerrtypes: Add device_type to struct device
2013-06-24 Geoff LevandAdd initial dtb support
2013-06-24 Jeremy Kerrdiscover: Add "cancel default boot" messages
2013-06-24 Jeremy Kerrtypes: Add is_default to struct boot_option
2013-05-06 Jeremy Kerrprotocol: Add boot_status (de-)serialisation functions
2013-05-06 Jeremy Kerrlib: Add boot_status type & protocol definitions
2013-04-16 Jeremy Kerrprotocol: Separate device add from boot-option add...
2013-04-16 Jeremy Kerrpb-protocol: Don't allocate in deserialise functions
2013-04-15 Jeremy Kerrdiscover: parse boot message from incoming ACTION_BOOT...
2013-04-15 Jeremy Kerrdiscover-client: Add discover_client_boot
2013-04-15 Jeremy KerrAdd boot command structure to petitboot protocol descri...
2013-04-10 Jeremy Kerrlib/types: Create common file for type definitions
2013-03-05 Jeremy Kerrlib/pb-protocol: suppress warning for unused buf_len arg
2011-10-31 Geoff LevandAdd pb_protocol_dump_device
2011-10-28 Geoff LevandAdd n_options to struct device
2009-06-30 Geoff LevandIncrease protocol payload size to 64KiB
2009-03-30 Geoff LevandIncrease protocol payload size
2009-02-21 Geoff LevandRemove boot_option_copy routine
2009-02-21 Geoff LevandAdd protocol object compare routines
2009-02-01 Jeremy Kerr[pb-protocol] Add ui_info member to devices and boot...
2009-02-01 Geoff LevandMake device instance constant
2009-02-01 Geoff LevandAdd boot_option_copy routine
2009-02-01 Geoff LevandFix build warnings
2009-02-01 Geoff LevandUse enum type in pb_protocol_create_message
2009-01-02 Jeremy KerrUse a list for device->boot_options
2008-12-15 Jeremy KerrInitial support for multiple UIs