summaryrefslogtreecommitdiff
path: root/futility/cmd_show.c
Commit message (Expand)AuthorAgeFilesLines
* 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