]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
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
2021-01-18 Dietmar Maurerimplement FromStr for Fingerprint
2021-01-18 Dietmar Maurertape: add encrypt property to media pool configuration
2021-01-18 Dietmar Maurertape: clear encryption key before writing labels
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
2021-01-18 Thomas Lamprechtui: tfa: fix title for removal confirmation
2021-01-18 Thomas Lamprechtui: tfa/recovery: add print button to key info window
2021-01-18 Thomas Lamprechtui: tfa/recovery: fix copy button text, add icon
2021-01-18 Thomas Lamprechtui: tfa/recovery: disallow to close key info window...
2021-01-18 Thomas Lamprechtui: tfa: specify which confirmation password is required
2021-01-18 Thomas Lamprechtui: tfa totp: whitespace and padding fix
2021-01-18 Thomas Lamprechtui: access: stream line add/edit/.. button order and...
2021-01-18 Fabian Grünbichlerpull: add error context for initial group list call
2021-01-18 Fabian Grünbichlerpull: rustfmt
2021-01-16 Dietmar Maurertape: encryption scsi command cleanup
2021-01-16 Dietmar Maurertape: add scsi commands to control drive hardware encry...
2021-01-16 Dietmar Maurertape: sgutils2.rs - add do_out_command()
2021-01-15 Thomas Lamprechtui: webauthn config: set default values for unconfigure...
2021-01-15 Thomas Lamprechtui: webauthn config: use ID instead of Id/id
2021-01-15 Wolfgang Bumillergui: tfa configuration
2021-01-15 Wolfgang Bumillertfa: add webauthn configuration API entry points
2021-01-15 Wolfgang Bumillerbakckup::manifest: use tools::json for canonical repres...
2021-01-15 Wolfgang Bumilleradd tools::json for canonical json generation
2021-01-15 Dietmar Maurertape: do not abort backup if tape drive does not suppor...
2021-01-15 Dietmar Maurertape: update restore docu
2021-01-15 Thomas Lamprechtd/rules: patch out wrongly linked libraries from ELFs
2021-01-15 Thomas Lamprechtdebian/control: set VCS urls
2021-01-15 Thomas Lamprechtd/control: sort and fix whitespace errors
2021-01-15 Oguz Bektasaccess: restrict password changes on @pam realm to...
2021-01-15 Oguz Bektasaccess: limit editing pam credentials to superuser
2021-01-14 Fabian Grünbichlerproxmox 0.10: adapt to moved ParameterSchema
2021-01-14 Fabian Grünbichlercleanup: remove unnecessary 'mut' and '.clone()'
2021-01-14 Fabian Grünbichlerexamples: unify h2 examples
2021-01-14 Fabian Grünbichlerhyper: use new hyper::upgrade
2021-01-14 Fabian Grünbichlertokio 1.0: update to new Signal interface
2021-01-14 Fabian Grünbichlertokio 1.0: update to new tokio-openssl interface
2021-01-14 Fabian Grünbichlertokio 1.0: use ReceiverStream from tokio-stream
next