summaryrefslogtreecommitdiff
path: root/futility/cmd_show.c
Commit message (Expand)AuthorAgeFilesLines
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-221-1/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-1/+1
* Drop pre-vboot2 safe guardsStefan Reinauer2017-06-271-1/+0
* expand the BDB acronym in a few key placesstabilize-9093.BMike Frysinger2016-12-141-1/+1
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-11/+6
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-061-5/+5
* bdb: Make 'futility show' support BDBDaisuke Nojiri2016-10-041-0/+1
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-031-2/+2
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-031-59/+47
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-86/+105
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-261-1/+1
* futility: Revised support for RO+RW firmwareBill Richardson2015-10-151-2/+12
* futility: improve help message for show commandBill Richardson2015-04-151-17/+19
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-311-220/+4
* futility: export options for the sign and show commandsBill Richardson2015-03-311-41/+36
* futility: add --type arg to show and sign commandsBill Richardson2015-03-311-5/+29
* futility: refactor to handle each file type individuallyBill Richardson2015-03-311-136/+189
* futility: Split help for "sign" command into partsBill Richardson2015-03-201-1/+1
* futility: Let each command provide its own helpBill Richardson2015-03-181-6/+8
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-181-6/+6
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-121-1/+0
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-121-0/+1
* futility: Make --debug a global optionBill Richardson2015-03-111-1/+0
* futility: show sha1sums for private keys tooBill Richardson2015-03-101-1/+17
* futility: Display public and private keys for both formatsBill Richardson2015-03-101-0/+2
* futility: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-281-0/+2
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-0/+5
* futility: show .vbprivk filesBill Richardson2015-02-031-1/+19
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-031-0/+12
* futility: refactor file type detection into new filesBill Richardson2015-01-311-2/+42
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-231-0/+15
* futility: fix segfault when displaying truncated kernelsBill Richardson2014-12-041-2/+2
* Add hwid digest field to GBB headerBill Richardson2014-10-211-2/+2
* futility: show vs verifyBill Richardson2014-09-271-4/+44
* futility: Add support for [re]signing kernel partitionsBill Richardson2014-09-271-29/+130
* futility: do traversal of a buffer, not a fileBill Richardson2014-09-251-2/+13
* futility: clean up a few shared functionsBill Richardson2014-09-251-1/+2
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-241-27/+44
* futility: make resign_firmwarefd.sh simply invoke futilityBill Richardson2014-09-121-1/+1
* futility: preserve preamble flags when resigning BIOS imagesBill Richardson2014-09-121-3/+6
* futility: add "sign" command to resign firmware imagesBill Richardson2014-09-051-2/+2
* futility: the show command can traverse all file typesBill Richardson2014-09-031-0/+481