]> git.proxmox.com Git - proxmox-backup.git/commit
chunk readers: ensure chunk/index CryptMode matches
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 10 Aug 2020 11:25:07 +0000 (13:25 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 11 Aug 2020 07:54:22 +0000 (09:54 +0200)
commit14f6c9cb8b33798e80b61a75ba426561afd7e42b
tree078ab396902e43948ade92557cb743c2521b3b6a
parent2d55beeca071a7507d5cdaf23814a58a7e7e2527
chunk readers: ensure chunk/index CryptMode matches

an encrypted Index should never reference a plain-text chunk, and an
unencrypted Index should never reference an encrypted chunk.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/admin/datastore.rs
src/backup/manifest.rs
src/backup/read_chunk.rs
src/bin/proxmox-backup-client.rs
src/bin/proxmox_backup_client/catalog.rs
src/bin/proxmox_backup_client/mount.rs
src/client/pull.rs
src/client/remote_chunk_reader.rs