]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2021-01-25 Dietmar Maurertape: add/use rust scsi changer implementation using...
2021-01-25 Dietmar Maurersgutils2: add scsi_inquiry command
2021-01-25 Fabian Grünbichlerhttp-client: further clippy cleanups
2021-01-25 Fabian Grünbichlerhttp-client: fix typoed ticket cache condition
2021-01-25 Fabian Grünbichlerrework GC traversal error handling
2021-01-25 Fabian Grünbichlerapt: let api handle optional bool with default
2021-01-25 Fabian Grünbichlerclippy: rewrite ifs with identical return values
2021-01-25 Fabian Grünbichlerclippy: rewrite comparison chains
2021-01-25 Fabian Grünbichlerclippy: fix Mutex with unused value
2021-01-25 Fabian Grünbichlerclippy: add is_empty() when len() is implemented
2021-01-24 Dietmar Maurersgutils: allow command which does not transfer any...
2021-01-24 Dietmar Maurersgutils2: allow to set custom timeouts
2021-01-23 Dietmar Maurercleanup: avoid compiler warnings
2021-01-23 Dietmar Maurertape: add docu about paperkey
2021-01-23 Dietmar Maurertape: document hardware encryption
2021-01-23 Dietmar Maurertape: avoid error when clearing encryption key
2021-01-22 Dylan Whytedocs: clarify that client-server communication is secure
2021-01-22 Dietmar Maurerimprove code docs in api2
2021-01-22 Fabian Grünbichlerd/control: bump B-D on pve-eslint
2021-01-22 Dietmar Maurertape: add media pool config code docs
2021-01-22 Dietmar Maurertape: add drive config code docs
2021-01-22 Dietmar Maurerfix mtx parser bug: s/strip_suffix/strip_prefix/
2021-01-22 Dietmar Maurertape: implement paperkey command for tape encryption...
2021-01-22 Dietmar Maurerpaperkey: move code to src/tools/paperkey.rs
2021-01-22 Dietmar Maurertape: add volume-statistics api/command
2021-01-22 Dietmar Maurertape: add estimated medium wearout to status
2021-01-22 Dietmar Maurertape: set encryption key on restore
2021-01-21 Dietmar Maurertape: add code docs to src/config/tape_encryption_keys.rs
2021-01-21 Dietmar Maurerrenamed src/tape/sgutils2.rs -> src/tools/sgutils2.rs
2021-01-21 Dietmar Maurertape: move MediaCatalog magic number into struct (doc...
2021-01-21 Dietmar Maurertape: further hierarchy improvements
2021-01-21 Dietmar Maurertape: change code hierarchy to improve docs
2021-01-21 Dietmar Maurertape: do not export/doc low level libsgutils2 bindings
2021-01-21 Thomas Lamprechtui: cleanup order of declraing properties
2021-01-21 Thomas Lamprechtui: fix on-parse use of global Proxmox.UserName
2021-01-21 Dietmar Maurertape: improve code docs
2021-01-21 Dietmar Maurercleanup: always compute fingerprint in KeyConfig constr...
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-21 Dietmar Maurertape: try to set encryption key with read-label command
2021-01-21 Dietmar Maurertape: restore_key - always update key, even if there...
2021-01-21 Dietmar Maurertape: fix file permissions for tape encryptiuon keys
2021-01-21 Dietmar Maurercleanup: remove missleading wording from code docs
2021-01-21 Dietmar Maurercleanup: KeyConfig::decrypt - show password hint on...
2021-01-21 Dietmar Maurertape: use type Uuid instead of String
2021-01-21 Dietmar Maurertape: use specialized encryption key per media-set
2021-01-20 Dietmar Maurerapi: add types for UUIDs
2021-01-20 Fabian Grünbichlerclippy: replace transmute with &*
2021-01-20 Fabian Grünbichlerclippy: remove drop(&..)
2021-01-20 Fabian Grünbichlerclippy: use is_null to check for null pointers
2021-01-20 Fabian Grünbichlerclippy: remove some unnecessary reference taking
2021-01-20 Fabian Grünbichlerclippy: fix for_kv_map
2021-01-20 Fabian Grünbichlerclippy: fix/allow needless_range_loop
2021-01-20 Fabian Grünbichlerclippy: use while let loops
2021-01-20 Fabian Grünbichlerclippy: pass &str/&[..] instead of &String/&Vec
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary &mut
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary `let` binding
2021-01-20 Fabian Grünbichlerclippy: remove/replace needless explicit lifetimes
2021-01-20 Fabian Grünbichlerclippy: fix/allow identity_op
2021-01-20 Fabian Grünbichlerclippy: us *_or_else with function calls
2021-01-20 Fabian Grünbichlerclippy: convert single match to if let
2021-01-20 Fabian Grünbichlerclippy: misc. fixes
2021-01-20 Fabian Grünbichlerclippy: don't pass along unit value
2021-01-20 Fabian Grünbichlerclippy: use unwrap_or_default
2021-01-20 Fabian Grünbichlerclippy: use copied/cloned instead of map
2021-01-20 Fabian Grünbichlerclippy: shorten assignments
2021-01-20 Fabian Grünbichlerclippy: fix option_as_ref_deref
2021-01-20 Fabian Grünbichlerclippy: use matches!
2021-01-20 Fabian Grünbichlerclippy: collapse nested ifs
2021-01-20 Fabian Grünbichlerclippy: avoid useless format!
2021-01-20 Fabian Grünbichlerclippy: remove explicit returns
2021-01-20 Fabian Grünbichlerclippy: use chars / byte string literals
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: remove needless bool literals
2021-01-20 Fabian Grünbichlerclippy: use strip_prefix instead of manual stripping
2021-01-20 Fabian Grünbichlerclippy: drop redundant 'static lifetime
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-20 Fabian Grünbichlerclippy: collapse/rework nested ifs
2021-01-20 Dietmar Maurertape: allocate new media set when pool encryption key...
2021-01-20 Dietmar Maurerimprove code docs
2021-01-20 Dietmar Maurertape: implemenmt show key
2021-01-20 Dietmar Maurertape: implement change-passphrase for tape encryption...
2021-01-20 Dietmar Maurertape: add --kdf parameter to create key api
2021-01-20 Dietmar Maurercleanup KeyConfig
2021-01-20 Dietmar Maureradd "password hint" to KeyConfig
2021-01-19 Thomas Lamprechtui: tfa: rework removal confirmation dialog
2021-01-19 Thomas Lamprechtui: tfa view: add userid to TFA data model
2021-01-19 Thomas Lamprechtui: login view: fix missing trailing comma
2021-01-19 Dietmar Maurertape: generate random encryptions keys and store key_co...
2021-01-19 Dietmar Maurercleanup: factor out decrypt_key_config
2021-01-18 Thomas Lamprechtui: tfa/totp: fix setting issuer in secret URL
2021-01-18 Wolfgang Bumillertfa: remove/empty description for recovery keys
2021-01-18 Thomas Lamprechtui: tfa: fix ctime column width
2021-01-18 Wolfgang Bumillergui: tfa: make description fill the remaining space
2021-01-18 Wolfgang Bumillergui: tfa: show when entries were created
2021-01-18 Wolfgang Bumillertfa: add 'created' timestamp to entries
2021-01-18 Oguz Bektasdocs: fix typo in client manpage
2021-01-18 Wolfgang Bumillergui: enumerate recovery keys and list in 2nd factor...
2021-01-18 Wolfgang Bumillertfa: remember recovery indices
2021-01-18 Dietmar Maurertape: implement encrypted backup - simple version
next