summaryrefslogtreecommitdiff
path: root/cgpt/cmd_find.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* cgpt: improve help textMike Frysinger2019-08-291-1/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-3/+4
* Fix more coverity warnings in utilitiesRandall Spangler2016-09-151-1/+3
* cgpt: unify cli int parsing error checkingMike Frysinger2016-09-081-9/+2
* cgpt: Fix coverity warningsRandall Spangler2016-09-061-1/+5
* vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen2014-11-141-1/+12
* Remove cgpt app-specific symbols from libvboot_host.aBill Richardson2014-06-261-0/+2
* Massive refactoring of external header files.Bill Richardson2013-04-021-3/+2
* Apply consistent naming scheme for hostlib functions.Bill Richardson2013-03-201-2/+2
* Implementation of CgptManager C++ library and unit tests.Jay Srinivasan2012-02-161-1/+1
* Refactor of cgpt tool for 32->64 autoupdate work.release-R18-1660.BJay Srinivasan2012-01-301-254/+29
* Add vbutil_what_keys utility to figure out how a disk image is signed.Bill Richardson2011-06-171-1/+4
* Allow ARM uuid findNick Sanders2011-05-251-2/+5
* Add 'prioritize' command to cgpt tool.Bill Richardson2010-11-291-2/+2
* Fix for un-initialized code point variable.Louis Yung-Chieh Lo2010-11-221-2/+6
* Revert "The right implementation of CGPT label conversion between UTF8 and UT...Chris Sosa2010-11-191-6/+2
* The right implementation of CGPT label conversion between UTF8 and UTF16.Louis Yung-Chieh Lo2010-11-191-2/+6
* Fixing the bug of CGPT when primary entry table is invalid.Louis Yung-Chieh Lo2010-11-181-1/+1
* Address some security concerns in the cgpt tool.Bill Richardson2010-10-121-4/+5
* Enhance 'cgpt find' command to match keyblocks if desired.Bill Richardson2010-08-171-14/+124
* Add 'find' command to cgpt, to search for partitions by UUID.Bill Richardson2010-07-021-0/+275