[pbs-devel] [PATCH proxmox-backup 0/4] add missing digest verification
Fabian Grünbichler
f.gruenbichler at proxmox.com
Mon Aug 3 14:10:42 CEST 2020
the last one is a bit unrelated, but I stumbled upon it while testing
this series ;)
Fabian Grünbichler (4):
blobs: attempt to verify on decode when possible
sync: verify chunk size and digest, if possible
sync: verify size and checksum of pulled archives
datastore: allow browsing signed pxar files
src/backup/data_blob.rs | 32 +++++++++++++++++++++----
src/backup/datastore.rs | 3 ++-
src/backup/manifest.rs | 3 ++-
src/backup/read_chunk.rs | 6 ++---
src/backup/verify.rs | 18 +++++++-------
src/client/backup_reader.rs | 3 ++-
src/client/backup_writer.rs | 3 ++-
src/client/pull.rs | 40 +++++++++++++++++++++++++------
src/client/remote_chunk_reader.rs | 12 ++++------
tests/blob_writer.rs | 16 ++++++++-----
www/DataStoreContent.js | 2 +-
11 files changed, 95 insertions(+), 43 deletions(-)
--
2.20.1
More information about the pbs-devel
mailing list