Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
avb
/
5905ac7cd90b43a45c4366f59f7eb87da89ab73b
/
libavb
de53827
Add configuration for main rollback index location
by Varun Sharma
· 4 years, 7 months ago
fbd9f0d
Fixed all descriptor classes to be compatible with Python 3.
by Jan Monsch
· 4 years, 7 months ago
7560b4f
Export uint64_to_base10 function
by Thiébaud Weksteen
· 4 years, 8 months ago
ae5f53a
avb_str_concat: Fail if 0 is passed for buf_size.
by David Zeuthen
· 4 years, 9 months ago
a4fc595
Adds slot_verify functions to libavb_aftl
by Dan Austin
· 4 years, 9 months ago
d0ddc0e
avb_slot_verify: use uint64_t for vbmeta_offset
by Bowgo Tsai
· 5 years ago
36d41d9
Add AVB_SLOT_VERIFY_FLAGS_NO_VBMETA_PARTITION flag.
by David Zeuthen
· 6 years ago
3deffc5
Fix the identification of vbmeta partition
by xu yiping
· 5 years ago
2ea684d
Adds avb_strncmp helper
by xu yiping
· 5 years ago
31f5f91
Libavb: Check rollback index location against 0.
by Yu Shan
· 5 years ago
0a4e345
Fix a bug that may cause inifinite loop.
by Yu Shan
· 5 years ago
d91e04e
Fix a bug that would cause OoB read.
by Yu Shan
· 5 years ago
18b5359
Fix a stack-use-after-scope bug.
by Yu Shan
· 6 years ago
5786fa2
Fix a memory leak bug.
by Yu Shan
· 6 years ago
a6c9ad4
Fix a bug that would cause OoB memory read.
by Yu Shan
· 6 years ago
9ba3b66
Fix AvbSlotVerifyData->cmdline might be NULL
by Bowgo Tsai
· 6 years ago
5abd6bc
Allow system partition to be absent
by Bowgo Tsai
· 6 years ago
8127dae
Only automatically initialize new persistent digest values when locked
by Bryan Henry
· 6 years ago
4f137c3
libavb: Use size_t instead of uint32_t for lengths in avb_sha*() functions.
by David Zeuthen
· 6 years ago
818cf56
libavb: Only query partition GUIDs when the cmdline needs them.
by David Anderson
· 6 years ago
49936b4
libavb: Support vbmeta blobs in beginning of partition.
by David Zeuthen
· 6 years ago
6f4de31
libavb: Add ERROR_MODE_MANAGED_RESTART_AND_EIO for managing dm-verity state.
by David Zeuthen
· 6 years ago
2367b46
Implement initialization of new persistent digest values
by Darren Krahn
· 6 years ago
30dd8e5
libavb: Add new routine to calculate a digest of all vbmeta images.
by David Zeuthen
· 7 years ago
fd0ba0d
Implement support for on-device persistent digests.
by Darren Krahn
· 7 years ago
97740e5
Split kernel cmdline code in separate file.
by Lonnie Liu
· 7 years ago
fcadbf1
Support (boot) partition preloading.
by Lonnie Liu
· 7 years ago
061e33b
Add avb_div_by_10() sysdep operation.
by Lonnie Liu
· 7 years ago
36e5c43
Fix incorrect variable names in avb_replace
by Zach Riggle
· 7 years ago
fc25313
Fix AvbAlgorithmType type-limits error
by Jocelyn Bohr
· 7 years ago
047ecf7
libavb: Avoid conflict with system-provided crc32 symbol.
by David Zeuthen
· 7 years ago
0922bf8
Make it possible to disable verification.
by David Zeuthen
· 7 years ago
01ca996
libavb: Only load and verify hash partition if requested.
by David Zeuthen
· 7 years ago
8221811
libavb: Allow specifying dm-verity error handling.
by David Zeuthen
· 8 years ago
27a291f
libavb: Load entire partition if |allow_verification_error| is true.
by David Zeuthen
· 8 years ago
b60834f
uefi: Set both androidboot.slot and androidboot.slot_suffix.
by David Zeuthen
· 8 years ago
ee46039
Merge "Removing AVB_MAJOR_VERSION and AVB_MINOR_VERSION"
by Treehugger Robot
· 8 years ago
b0f1787
Use Markdown in README file.
by David Zeuthen
· 8 years ago
f1bdec3
libavb: Only print basename of file in avb_debug() and friends.
by David Zeuthen
· 8 years ago
0f7de94
Add memory leak tracing infrastructure and fix a memory leak.
by David Zeuthen
· 8 years ago
a5fd3a4
Allow top-level vbmeta struct to be in 'boot' partition.
by David Zeuthen
· 8 years ago
6231399
Removing AVB_MAJOR_VERSION and AVB_MINOR_VERSION
by Bowgo Tsai
· 8 years ago
e3cadca
Rework how versioning work.
by David Zeuthen
· 8 years ago
bc41cea
libavb: Include androidboot.vbmeta.version in the generated command-line.
by David Zeuthen
· 8 years ago
19c3843
libavb: Don't pass androidboot.slot_suffix in generated kernel command-line.
by David Zeuthen
· 8 years ago
147b08d
Implement AVB Android Things eXtension (ATX)
by Darren Krahn
· 8 years ago
57ac06e
Set androidboot.vbmeta.device from libavb instead of descriptor.
by David Zeuthen
· 8 years ago
574ed99
Rework interactions between AvbOps and AvbABOps.
by David Zeuthen
· 8 years ago
4b6a634
Fix-up coding style and add PREUPLOAD.cfg file.
by David Zeuthen
· 8 years ago
3c58e59
Merge changes from topic 'fix-errors'
by Treehugger Robot
· 8 years ago
4cfa3cd
libavb: fix -Werror=return-type compilation error.
by Dzmitry Yatsushkevich
· 8 years ago
b82c411
libavb: fix gcc compilation error.
by Dzmitry Yatsushkevich
· 8 years ago
dc883a1
avb_sysdeps.h: set pointer alignment verification based on ARCH long and pointer size.
by Dzmitry Yatsushkevich
· 8 years ago
c9fa424
libavb: Move algorithm data to avb_crypto.h
by Darren Krahn
· 8 years ago
40ee1da
Rename "rollback index slot" to "rollback index location".
by David Zeuthen
· 8 years ago
8681a33
libavb: Pass all vbmeta images in AvbSlotVerifyData, not just 'vbmeta'.
by David Zeuthen
· 8 years ago
bc8f647
Pass androidboot.vbmeta.device option on the kernel cmdline.
by David Zeuthen
· 8 years ago
fd41eb9
Add way to disable dm-verity allowing rootfs to be writable.
by David Zeuthen
· 8 years ago
0155e6b
Enable operations on unlocked devices.
by David Zeuthen
· 8 years ago
18666ab
Make it possible to include public key metadata.
by David Zeuthen
· 8 years ago
baf59e2
libavb: Move all A/B functionality into separate libavb_ab/ directory.
by David Zeuthen
· 8 years ago
4cc9652
libavb: Make it possible to store A/B metadata somewhere else than 'misc'.
by David Zeuthen
· 8 years ago
a8bb9a0
libavb: Make it possible to load other partitions than 'boot'.
by David Zeuthen
· 8 years ago
5cb2db9
Add room for expansion in descriptors.
by David Zeuthen
· 8 years ago
0b7f1d3
Add support for FEC in hashtrees.
by David Zeuthen
· 8 years ago
88b13e1
Include full vbmeta digest on the kernel cmdline.
by David Zeuthen
· 8 years ago
507752b
libavb: Allow AvbOps functions to fail with OOM.
by David Zeuthen
· 8 years ago
8b6973b
Add A/B implementation.
by David Zeuthen
· 8 years ago
c612e2e
Switch to MIT license.
by David Zeuthen
· 8 years ago
21e9526
Add common verified boot tools and library.
by David Zeuthen
· 8 years ago