]> git.proxmox.com Git - proxmox-backup.git/log
proxmox-backup.git
3 years agopxar: extract PxarExtractOptions
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:55 +0000 (14:42 +0100)]
pxar: extract PxarExtractOptions

same as PxarCreateOptions, but for extraction/restore rather than
create.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agopxar: factor out PxarCreateOptions
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:54 +0000 (14:42 +0100)]
pxar: factor out PxarCreateOptions

containing the CLI parameters that are mostly passed-through from the
client to our pxar archive creation wrapper in pxar::create

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agopxar: typedef on_error as ErrorHandler
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:53 +0000 (14:42 +0100)]
pxar: typedef on_error as ErrorHandler

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclient: factor out UploadOptions
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:52 +0000 (14:42 +0100)]
client: factor out UploadOptions

to reduce function signature complexity.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agosystemd/time: extract Time/DateSpec structs
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:51 +0000 (14:42 +0100)]
systemd/time: extract Time/DateSpec structs

could be pulled up into CalendarEvent if desired..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoasync index reader: typedef ReadFuture
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:50 +0000 (14:42 +0100)]
async index reader: typedef ReadFuture

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoallow complex Futures in tower_service impl
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:49 +0000 (14:42 +0100)]
allow complex Futures in tower_service impl

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclient: refactor catalog upload spawning
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:48 +0000 (14:42 +0100)]
client: refactor catalog upload spawning

by pulling out Result type into separate struct

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agobroadcast_future: refactor broadcast/future binding
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:47 +0000 (14:42 +0100)]
broadcast_future: refactor broadcast/future binding

into its own, private struct.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoreport: type-alias function call tuple
Fabian Grünbichler [Mon, 25 Jan 2021 13:42:46 +0000 (14:42 +0100)]
report: type-alias function call tuple

to make clippy happy.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agotools::sgutils2: name fixup
Wolfgang Bumiller [Mon, 25 Jan 2021 14:05:51 +0000 (15:05 +0100)]
tools::sgutils2: name fixup

it's not a box anymore

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agotools::sgutils2: use NonNull
Wolfgang Bumiller [Mon, 25 Jan 2021 13:54:33 +0000 (14:54 +0100)]
tools::sgutils2: use NonNull

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agotools::sgutils2: extern 'C' and import ordering
Wolfgang Bumiller [Mon, 25 Jan 2021 13:54:25 +0000 (14:54 +0100)]
tools::sgutils2: extern 'C' and import ordering

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agotools::sgutils2: don't transmute to a Box
Wolfgang Bumiller [Mon, 25 Jan 2021 13:48:27 +0000 (14:48 +0100)]
tools::sgutils2: don't transmute to a Box

Otherwise we run the drop handler for the scsi pt object AND
the box itself, which shouldn't even work as it should be
doing a double-free (unless the library does some kind of
reference counting in which case this should simply crash
later on?)

anyway, let's make a wrapper simply called `SgPt` containing
the pointer from `construct_scsi_pt_obj()`

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agotools::sgutils2: const correctness
Wolfgang Bumiller [Mon, 25 Jan 2021 13:33:38 +0000 (14:33 +0100)]
tools::sgutils2: const correctness

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agotape: cleanup - use ScsiMediaChange trait instead of mtx_status()
Dietmar Maurer [Mon, 25 Jan 2021 12:25:22 +0000 (13:25 +0100)]
tape: cleanup - use ScsiMediaChange trait instead of mtx_status()

3 years agotape: add/use rust scsi changer implementation using libsgutil2
Dietmar Maurer [Mon, 25 Jan 2021 09:15:59 +0000 (10:15 +0100)]
tape: add/use rust scsi changer implementation using libsgutil2

3 years agosgutils2: add scsi_inquiry command
Dietmar Maurer [Mon, 25 Jan 2021 09:14:56 +0000 (10:14 +0100)]
sgutils2: add scsi_inquiry command

3 years agohttp-client: further clippy cleanups
Fabian Grünbichler [Wed, 20 Jan 2021 16:23:55 +0000 (17:23 +0100)]
http-client: further clippy cleanups

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agohttp-client: fix typoed ticket cache condition
Fabian Grünbichler [Wed, 20 Jan 2021 16:23:54 +0000 (17:23 +0100)]
http-client: fix typoed ticket cache condition

which was even copy-pasted once without noticing.

found with clippy.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agorework GC traversal error handling
Fabian Grünbichler [Wed, 20 Jan 2021 16:23:53 +0000 (17:23 +0100)]
rework GC traversal error handling

the error message don't make sense with an empty default

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoapt: let api handle optional bool with default
Fabian Grünbichler [Wed, 20 Jan 2021 16:23:52 +0000 (17:23 +0100)]
apt: let api handle optional bool with default

one less FIXME :)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoclippy: rewrite ifs with identical return values
Fabian Grünbichler [Wed, 20 Jan 2021 16:23:51 +0000 (17:23 +0100)]
clippy: rewrite ifs with identical return values

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoclippy: rewrite comparison chains
Fabian Grünbichler [Wed, 20 Jan 2021 16:23:50 +0000 (17:23 +0100)]
clippy: rewrite comparison chains

chunk_stream one can be collapsed, since split == split_to with at set
to buffer.len() anyway.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoclippy: fix Mutex with unused value
Fabian Grünbichler [Wed, 20 Jan 2021 16:23:49 +0000 (17:23 +0100)]
clippy: fix Mutex with unused value

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agoclippy: add is_empty() when len() is implemented
Fabian Grünbichler [Wed, 20 Jan 2021 16:23:48 +0000 (17:23 +0100)]
clippy: add is_empty() when len() is implemented

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 years agosgutils: allow command which does not transfer any data
Dietmar Maurer [Sun, 24 Jan 2021 14:19:43 +0000 (15:19 +0100)]
sgutils: allow command which does not transfer any data

3 years agosgutils2: allow to set custom timeouts
Dietmar Maurer [Sun, 24 Jan 2021 13:54:30 +0000 (14:54 +0100)]
sgutils2: allow to set custom timeouts

3 years agocleanup: avoid compiler warnings
Dietmar Maurer [Sat, 23 Jan 2021 16:34:26 +0000 (17:34 +0100)]
cleanup: avoid compiler warnings

3 years agotape: add docu about paperkey
Dietmar Maurer [Sat, 23 Jan 2021 14:34:28 +0000 (15:34 +0100)]
tape: add docu about paperkey

3 years agotape: document hardware encryption
Dietmar Maurer [Sat, 23 Jan 2021 14:19:28 +0000 (15:19 +0100)]
tape: document hardware encryption

3 years agotape: avoid error when clearing encryption key
Dietmar Maurer [Sat, 23 Jan 2021 09:20:43 +0000 (10:20 +0100)]
tape: avoid error when clearing encryption key

Simply ignore clear request when sg_spin_data_encryption_caps fails.
Assume those are tapes without hardware encryption support.

3 years agodocs: clarify that client-server communication is secure
Dylan Whyte [Tue, 19 Jan 2021 14:17:21 +0000 (15:17 +0100)]
docs: clarify that client-server communication is secure

This clarifies the fact that all communication between client and server
uses TLS for secure communication.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
3 years agoimprove code docs in api2
Dietmar Maurer [Fri, 22 Jan 2021 14:53:51 +0000 (15:53 +0100)]
improve code docs in api2

Note: API methos should be declared pub, so that they show up in the generated docu.

3 years agod/control: bump B-D on pve-eslint
Fabian Grünbichler [Fri, 22 Jan 2021 13:42:17 +0000 (14:42 +0100)]
d/control: bump B-D on pve-eslint

the old one does not understand www/config/TfaView.js and fails the
build..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agotape: add media pool config code docs
Dietmar Maurer [Fri, 22 Jan 2021 11:01:46 +0000 (12:01 +0100)]
tape: add media pool config code docs

3 years agotape: add drive config code docs
Dietmar Maurer [Fri, 22 Jan 2021 10:51:36 +0000 (11:51 +0100)]
tape: add drive config code docs

3 years agofix mtx parser bug: s/strip_suffix/strip_prefix/
Dietmar Maurer [Fri, 22 Jan 2021 10:00:56 +0000 (11:00 +0100)]
fix mtx parser bug: s/strip_suffix/strip_prefix/

3 years agotape: implement paperkey command for tape encryption keys
Dietmar Maurer [Fri, 22 Jan 2021 08:56:14 +0000 (09:56 +0100)]
tape: implement paperkey command for tape encryption keys

3 years agopaperkey: move code to src/tools/paperkey.rs
Dietmar Maurer [Fri, 22 Jan 2021 08:38:38 +0000 (09:38 +0100)]
paperkey: move code to src/tools/paperkey.rs

3 years agotape: add volume-statistics api/command
Dietmar Maurer [Fri, 22 Jan 2021 07:45:35 +0000 (08:45 +0100)]
tape: add volume-statistics api/command

3 years agotape: add estimated medium wearout to status
Dietmar Maurer [Fri, 22 Jan 2021 07:06:25 +0000 (08:06 +0100)]
tape: add estimated medium wearout to status

3 years agotape: set encryption key on restore
Dietmar Maurer [Fri, 22 Jan 2021 06:26:42 +0000 (07:26 +0100)]
tape: set encryption key on restore

3 years agotape: add code docs to src/config/tape_encryption_keys.rs
Dietmar Maurer [Thu, 21 Jan 2021 17:23:07 +0000 (18:23 +0100)]
tape: add code docs to src/config/tape_encryption_keys.rs

3 years agorenamed src/tape/sgutils2.rs -> src/tools/sgutils2.rs
Dietmar Maurer [Thu, 21 Jan 2021 16:57:17 +0000 (17:57 +0100)]
renamed src/tape/sgutils2.rs -> src/tools/sgutils2.rs

3 years agotape: move MediaCatalog magic number into struct (doc cleanup)
Dietmar Maurer [Thu, 21 Jan 2021 16:48:07 +0000 (17:48 +0100)]
tape: move MediaCatalog magic number into struct (doc cleanup)

3 years agotape: further hierarchy improvements
Dietmar Maurer [Thu, 21 Jan 2021 16:25:32 +0000 (17:25 +0100)]
tape: further hierarchy improvements

3 years agotape: change code hierarchy to improve docs
Dietmar Maurer [Thu, 21 Jan 2021 16:12:01 +0000 (17:12 +0100)]
tape: change code hierarchy to improve docs

3 years agotape: do not export/doc low level libsgutils2 bindings
Dietmar Maurer [Thu, 21 Jan 2021 15:38:24 +0000 (16:38 +0100)]
tape: do not export/doc low level libsgutils2 bindings

3 years agoui: cleanup order of declraing properties
Thomas Lamprecht [Thu, 21 Jan 2021 14:09:22 +0000 (15:09 +0100)]
ui: cleanup order of declraing properties

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agoui: fix on-parse use of global Proxmox.UserName
Thomas Lamprecht [Thu, 21 Jan 2021 14:06:15 +0000 (15:06 +0100)]
ui: fix on-parse use of global Proxmox.UserName

This is wrong most of the time, when not loading the web interface
with valid credentials, and thus some checks or defaults did not
evaluated correctly when the underlying value was only set later.

Needs to be set on component creation only, this can be done through
initComponent, even listeners, view controllers or cbind closures.

Use the latter, as all affected components already use cbind.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
3 years agotape: improve code docs
Dietmar Maurer [Thu, 21 Jan 2021 12:19:07 +0000 (13:19 +0100)]
tape: improve code docs

3 years agocleanup: always compute fingerprint in KeyConfig constructors
Dietmar Maurer [Thu, 21 Jan 2021 10:56:54 +0000 (11:56 +0100)]
cleanup: always compute fingerprint in KeyConfig constructors

3 years agoMerge branch 'master' of ssh://proxdev.maurer-it.com/rust/proxmox-backup
Dietmar Maurer [Thu, 21 Jan 2021 09:56:52 +0000 (10:56 +0100)]
Merge branch 'master' of ssh://proxdev.maurer-it.com/rust/proxmox-backup

3 years agotape: try to set encryption key with read-label command
Dietmar Maurer [Thu, 21 Jan 2021 09:30:29 +0000 (10:30 +0100)]
tape: try to set encryption key with read-label command

3 years agotape: restore_key - always update key, even if there is already an entry
Dietmar Maurer [Thu, 21 Jan 2021 06:46:21 +0000 (07:46 +0100)]
tape: restore_key - always update key, even if there is already an entry

3 years agotape: fix file permissions for tape encryptiuon keys
Dietmar Maurer [Thu, 21 Jan 2021 06:27:43 +0000 (07:27 +0100)]
tape: fix file permissions for tape encryptiuon keys

3 years agocleanup: remove missleading wording from code docs
Dietmar Maurer [Thu, 21 Jan 2021 06:23:51 +0000 (07:23 +0100)]
cleanup: remove missleading wording from code docs

3 years agocleanup: KeyConfig::decrypt - show password hint on error
Dietmar Maurer [Thu, 21 Jan 2021 06:13:56 +0000 (07:13 +0100)]
cleanup: KeyConfig::decrypt - show password hint on error

3 years agotape: use type Uuid instead of String
Dietmar Maurer [Wed, 20 Jan 2021 16:53:06 +0000 (17:53 +0100)]
tape: use type Uuid instead of String

3 years agotape: use specialized encryption key per media-set
Dietmar Maurer [Wed, 20 Jan 2021 16:27:01 +0000 (17:27 +0100)]
tape: use specialized encryption key per media-set

3 years agoapi: add types for UUIDs
Dietmar Maurer [Wed, 20 Jan 2021 16:16:46 +0000 (17:16 +0100)]
api: add types for UUIDs

3 years agoclippy: replace transmute with &*
Fabian Grünbichler [Wed, 20 Jan 2021 12:31:01 +0000 (13:31 +0100)]
clippy: replace transmute with &*

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove drop(&..)
Fabian Grünbichler [Wed, 20 Jan 2021 12:21:44 +0000 (13:21 +0100)]
clippy: remove drop(&..)

it does nothing.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: use is_null to check for null pointers
Fabian Grünbichler [Wed, 20 Jan 2021 10:38:24 +0000 (11:38 +0100)]
clippy: use is_null to check for null pointers

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove some unnecessary reference taking
Fabian Grünbichler [Wed, 20 Jan 2021 09:50:35 +0000 (10:50 +0100)]
clippy: remove some unnecessary reference taking

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: fix for_kv_map
Fabian Grünbichler [Wed, 20 Jan 2021 09:42:57 +0000 (10:42 +0100)]
clippy: fix for_kv_map

and allow it in the one case where the entry loop is intended, but the
code is not yet implemented fully.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: fix/allow needless_range_loop
Fabian Grünbichler [Tue, 19 Jan 2021 14:03:04 +0000 (15:03 +0100)]
clippy: fix/allow needless_range_loop

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: use while let loops
Fabian Grünbichler [Tue, 19 Jan 2021 13:52:20 +0000 (14:52 +0100)]
clippy: use while let loops

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: pass &str/&[..] instead of &String/&Vec
Fabian Grünbichler [Tue, 19 Jan 2021 13:46:39 +0000 (14:46 +0100)]
clippy: pass &str/&[..] instead of &String/&Vec

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove unnecessary &mut
Fabian Grünbichler [Tue, 19 Jan 2021 13:40:13 +0000 (14:40 +0100)]
clippy: remove unnecessary &mut

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove unnecessary `let` binding
Fabian Grünbichler [Tue, 19 Jan 2021 13:24:31 +0000 (14:24 +0100)]
clippy: remove unnecessary `let` binding

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove/replace needless explicit lifetimes
Fabian Grünbichler [Tue, 19 Jan 2021 13:19:47 +0000 (14:19 +0100)]
clippy: remove/replace needless explicit lifetimes

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: fix/allow identity_op
Fabian Grünbichler [Tue, 19 Jan 2021 13:12:07 +0000 (14:12 +0100)]
clippy: fix/allow identity_op

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: us *_or_else with function calls
Fabian Grünbichler [Tue, 19 Jan 2021 13:04:46 +0000 (14:04 +0100)]
clippy: us *_or_else with function calls

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: convert single match to if let
Fabian Grünbichler [Tue, 19 Jan 2021 11:09:33 +0000 (12:09 +0100)]
clippy: convert single match to if let

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: misc. fixes
Fabian Grünbichler [Tue, 19 Jan 2021 10:37:49 +0000 (11:37 +0100)]
clippy: misc. fixes

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: don't pass along unit value
Fabian Grünbichler [Tue, 19 Jan 2021 10:36:26 +0000 (11:36 +0100)]
clippy: don't pass along unit value

make it explicit. this whole section should probably be re-written with
select!

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: use unwrap_or_default
Fabian Grünbichler [Tue, 19 Jan 2021 10:31:37 +0000 (11:31 +0100)]
clippy: use unwrap_or_default

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: use copied/cloned instead of map
Fabian Grünbichler [Tue, 19 Jan 2021 10:30:30 +0000 (11:30 +0100)]
clippy: use copied/cloned instead of map

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: shorten assignments
Fabian Grünbichler [Tue, 19 Jan 2021 10:12:01 +0000 (11:12 +0100)]
clippy: shorten assignments

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: fix option_as_ref_deref
Fabian Grünbichler [Tue, 19 Jan 2021 10:10:40 +0000 (11:10 +0100)]
clippy: fix option_as_ref_deref

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: use matches!
Fabian Grünbichler [Tue, 19 Jan 2021 10:08:10 +0000 (11:08 +0100)]
clippy: use matches!

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: collapse nested ifs
Fabian Grünbichler [Tue, 19 Jan 2021 10:06:26 +0000 (11:06 +0100)]
clippy: collapse nested ifs

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: avoid useless format!
Fabian Grünbichler [Tue, 19 Jan 2021 09:54:37 +0000 (10:54 +0100)]
clippy: avoid useless format!

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove explicit returns
Fabian Grünbichler [Tue, 19 Jan 2021 09:50:42 +0000 (10:50 +0100)]
clippy: remove explicit returns

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: use chars / byte string literals
Fabian Grünbichler [Tue, 19 Jan 2021 09:38:00 +0000 (10:38 +0100)]
clippy: use chars / byte string literals

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: is_some/none/ok/err/empty
Fabian Grünbichler [Tue, 19 Jan 2021 09:27:59 +0000 (10:27 +0100)]
clippy: is_some/none/ok/err/empty

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove needless bool literals
Fabian Grünbichler [Mon, 18 Jan 2021 13:12:27 +0000 (14:12 +0100)]
clippy: remove needless bool literals

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: use strip_prefix instead of manual stripping
Fabian Grünbichler [Mon, 18 Jan 2021 12:50:28 +0000 (13:50 +0100)]
clippy: use strip_prefix instead of manual stripping

it's less error-prone (off-by-one!)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: drop redundant 'static lifetime
Fabian Grünbichler [Mon, 18 Jan 2021 12:25:04 +0000 (13:25 +0100)]
clippy: drop redundant 'static lifetime

those declarations are already const/static..

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove unnecessary closures
Fabian Grünbichler [Fri, 15 Jan 2021 14:21:34 +0000 (15:21 +0100)]
clippy: remove unnecessary closures

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: remove unnecessary clones
Fabian Grünbichler [Fri, 15 Jan 2021 13:38:27 +0000 (14:38 +0100)]
clippy: remove unnecessary clones

and from::<T>(T)

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agoclippy: collapse/rework nested ifs
Fabian Grünbichler [Fri, 15 Jan 2021 13:10:24 +0000 (14:10 +0100)]
clippy: collapse/rework nested ifs

no semantic changes (intended).

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
3 years agotape: allocate new media set when pool encryption key changes
Dietmar Maurer [Wed, 20 Jan 2021 10:24:58 +0000 (11:24 +0100)]
tape: allocate new media set when pool encryption key changes

3 years agoimprove code docs
Dietmar Maurer [Wed, 20 Jan 2021 10:01:38 +0000 (11:01 +0100)]
improve code docs

3 years agotape: implemenmt show key
Dietmar Maurer [Wed, 20 Jan 2021 09:20:41 +0000 (10:20 +0100)]
tape: implemenmt show key

Moved API types Kdf and KeyInfo to src/api2/types/mod.rs.

3 years agotape: implement change-passphrase for tape encryption keys
Dietmar Maurer [Wed, 20 Jan 2021 07:25:42 +0000 (08:25 +0100)]
tape: implement change-passphrase for tape encryption keys

3 years agotape: add --kdf parameter to create key api
Dietmar Maurer [Wed, 20 Jan 2021 06:49:35 +0000 (07:49 +0100)]
tape: add --kdf parameter to create key api

3 years agocleanup KeyConfig
Dietmar Maurer [Tue, 19 Jan 2021 16:55:27 +0000 (17:55 +0100)]
cleanup KeyConfig