]> git.proxmox.com Git - proxmox-backup.git/commit
drop pbs_tools::auth
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Sep 2021 09:05:26 +0000 (11:05 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Sep 2021 09:08:52 +0000 (11:08 +0200)
commit01a080215dded9b84555a87e9a03ccfe9f7b9fa3
tree64835a535c6a90f376b9058409932b249d4344f4
parent8cf445ecc42b6ac994adac67c63e045cfecd5f78
drop pbs_tools::auth

`pbs_client::connect_to_localhost` now requires the key as
optional parameter

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
15 files changed:
pbs-client/src/lib.rs
pbs-tools/src/auth.rs [deleted file]
pbs-tools/src/lib.rs
src/api2/access/mod.rs
src/api2/access/openid.rs
src/api2/node/mod.rs
src/auth_helpers.rs
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-manager.rs
src/bin/proxmox-tape.rs
src/bin/proxmox_backup_debug/api.rs
src/bin/proxmox_backup_manager/datastore.rs
src/bin/proxmox_tape/backup_job.rs
src/client_helpers.rs [new file with mode: 0644]
src/lib.rs