summaryrefslogtreecommitdiff
path: root/futility/traversal.h
Commit message (Expand)AuthorAgeFilesLines
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-311-38/+0
* futility: refactor to handle each file type individuallyBill Richardson2015-03-311-88/+23
* futility: show some information about .pem filesBill Richardson2015-03-101-0/+2
* futility: Display public and private keys for both formatsBill Richardson2015-03-101-0/+4
* futility: show .vbprivk filesBill Richardson2015-02-031-1/+3
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-031-4/+0
* futility: refactor file type detection into new filesBill Richardson2015-01-311-33/+0
* futility: Add support for [re]signing kernel partitionsBill Richardson2014-09-271-3/+6
* futility: do traversal of a buffer, not a fileBill Richardson2014-09-251-4/+18
* futility: Prepare to handle kernel partitions & firmware blobsBill Richardson2014-09-251-2/+17
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-241-1/+1
* futility: add "sign" command to resign firmware imagesBill Richardson2014-09-051-1/+11
* futility: the show command can traverse all file typesBill Richardson2014-09-031-0/+90