]> git.proxmox.com Git - proxmox-backup.git/history - src/bin/proxmox_backup_client/key.rs
typo fixes all over the place
[proxmox-backup.git] / src / bin / proxmox_backup_client / key.rs
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-02-06 Fabian Grünbichlerclient: track key source, print when used
2021-02-06 Fabian Grünbichlerclient: allow passing specific master key
2021-02-06 Fabian Grünbichlerclient: add test for keyfile_parameters
2021-02-06 Fabian Grünbichlerkey: rustfmt module
2021-02-06 Fabian Grünbichlerkey: add show-master-pubkey command
2021-02-06 Fabian Grünbichlerkey: make 'default' master key explicit
2021-01-26 Fabian Grünbichlerclippy: more misc fixes
2021-01-22 Dietmar Maurerpaperkey: move code to src/tools/paperkey.rs
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-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-20 Dietmar Maurertape: implemenmt show key
2021-01-20 Dietmar Maurercleanup KeyConfig
2021-01-20 Dietmar Maureradd "password hint" to KeyConfig
2020-12-22 Wolfgang Bumilleradaptions for proxmox 0.9 and proxmox-api-macro 0.3
2020-12-17 Fabian Grünbichlerclient: add 'import-with-master-key' command
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-11-24 Fabian Grünbichlerpaperkey: refactor common code
2020-11-24 Dietmar Maurercli: cleanup 'key show' - use format_and_print_result_full
2020-11-23 Fabian Grünbichlerclient: add 'key show' command
2020-11-23 Fabian Grünbichlerkey: add fingerprint to key config
2020-10-20 Dietmar Maurerpaperkey: use svg as image format to provide better...
2020-10-13 Dietmar Maurerproxmox-backup-client key: rename 'paper-key' command...
2020-09-30 Dietmar Maurerpaperkey: add html output
2020-09-29 Dietmar Maurerproxmox_backup_client key: allow to generate paperkey...
2020-09-29 Dietmar Maurerproxmox_backup_client key: add new paper-key command
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichlerdon't truncate DateTime nanoseconds
2020-07-10 Wolfgang Bumillerclient: show key path when creating/changing default key
2020-07-08 Wolfgang Bumillerclient: introduce --keyfd parameter
2020-07-08 Wolfgang Bumillermore xdg cleanup and encryption parameter improvements
2020-07-08 Wolfgang Bumillerclient: xdg usage: place() vs find()
2020-07-06 Wolfgang Bumillerclient: use default encryption key if it is available
2020-07-06 Wolfgang Bumillerclient: move key management into separate module