summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* futility: Add show capability for usbpd1 imagesBill Richardson2015-09-252-34/+295
* futility: Compute / verify root key hashRandall Spangler2015-07-213-1/+188
* vboot_reference: fix several syntax warnings found by clang.stabilize-6996.BYunlian Jiang2015-04-151-1/+1
* futility: improve help message for show commandBill Richardson2015-04-151-17/+19
* futility: Initialize stack variablesAnatol Pomazau2015-04-131-1/+1
* vboot: fix name-collision with OpenSSL.stabilize-6946.55.Bstabilize-6937.Brelease-R43-6946.BAdam Langley2015-04-021-1/+0
* futility: add support for usbpd1 imagesBill Richardson2015-03-316-49/+402
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-318-598/+573
* futility: cleanup help functions for sign commandBill Richardson2015-03-311-33/+49
* futility: export options for the sign and show commandsBill Richardson2015-03-313-232/+277
* futility: add --type arg to show and sign commandsBill Richardson2015-03-314-17/+53
* futility: refactor to handle each file type individuallyBill Richardson2015-03-318-644/+466
* futility: put the recognizer functions in file_type.incBill Richardson2015-03-317-89/+126
* futility: send debug messages to stdout, not stderrstabilize-6919.BBill Richardson2015-03-271-2/+2
* futility: Split help for "sign" command into partsBill Richardson2015-03-205-71/+170
* futility: Let each command provide its own helpBill Richardson2015-03-1814-93/+171
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-1814-76/+73
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-125-9/+8
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-125-8/+9
* futility: Make --debug a global optionBill Richardson2015-03-115-9/+8
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-102-22/+21
* vb21: Replace the key GUID with a sha1sum insteadBill Richardson2015-03-102-50/+60
* futility: show some information about .pem filesBill Richardson2015-03-105-0/+80
* futility: show sha1sums for private keys tooBill Richardson2015-03-102-2/+40
* futility: Display public and private keys for both formatsBill Richardson2015-03-107-8/+154
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-101-0/+402
* futility: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-2813-42/+150
* vboot_reference: Support MTD devices in dump_kernel_configstabilize-js-6812.26.Bstabilize-js-6812.25.Bstabilize-js-6812.21.Bstabilize-6812.83.Bstabilize-6812.75.Bstabilize-6812.41.Bstabilize-6812.34.Bstabilize-6812.29.Bstabilize-6812.15.Bstabilize-6812.14.Bstabilize-6812.13.Brelease-R42-6812.Bfactory-ryu-6486.14.BNam T. Nguyen2015-02-191-0/+37
* vboot_reference: Remove mmap() in dump_kernel_configNam T. Nguyen2015-02-171-62/+79
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-125-7/+46
* Changes to compile signing tools on darwinDavid Riley2015-02-114-3/+11
* vboot_reference: fix pointer issue in vmlinuz recontructionShelley Chen2015-02-031-11/+21
* futility: show .vbprivk filesBill Richardson2015-02-036-4/+53
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-034-7/+38
* futility: refactor file type detection into new filesBill Richardson2015-01-3110-184/+355
* futility: extract vb2_verify_fw to an external testBill Richardson2015-01-281-216/+0
* futility: vbutil_kernel should check the kernel a bit moreBill Richardson2015-01-281-0/+6
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-281-1/+1
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-233-11/+195
* futility: remove obsolete dev_sign_file commandBill Richardson2015-01-222-388/+1
* futility: extract verify_kernel command to an external testBill Richardson2015-01-221-142/+0
* futility: update the vbutil_kernel implementationBill Richardson2015-01-222-976/+2
* futility: prevent segfault for "futility help version"Bill Richardson2015-01-211-1/+2
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-151-6/+7
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-042-31/+38
* futility: return the correct size of kernel blob within partitionBill Richardson2014-12-041-1/+1
* futility: fix segfault when displaying truncated kernelsBill Richardson2014-12-041-2/+2
* Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"stabilize-6480.Bfactory-ryu-6486.Bfactory-ryu-6486.1.BJulius Werner2014-11-151-2/+0
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-151-0/+2
* Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson2014-10-311-0/+186