]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/config/remote.rs
move user configuration to pbs_config workspace
[proxmox-backup.git] / src / api2 / config / remote.rs
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-08 Dietmar Maurermove sync.rs to pbs_config workspace
2021-09-07 Dietmar Maurermoved tape_job.rs to pbs_config workspace
2021-09-02 Dietmar Maurermove remote config into pbs-config workspace
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-08-30 Dietmar Maurerremote config: derive and use Updater
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-01-26 Fabian Grünbichlerclippy: allow api functions with many arguments
2021-01-26 Fabian Grünbichlerderive/impl and use Default for some structs
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-11-10 Fabian Grünbichlerremote.cfg: rename userid to 'auth-id'
2020-11-09 Dietmar Maurerfix bug #3121: forbid removing used reemotes
2020-11-05 Fabian Grünbichlerapi: refactor remote client and add remote scan
2020-11-02 Fabian Grünbichlersync: allow sync for non-superusers
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-10-14 Wolfgang Bumillermore clippy fixups
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-28 Dietmar Maurerdepend on proxmox 0.4.2
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-05-29 Dominik Csapakfix removing of remotes
2020-05-26 Dominik Csapakremotes: save passwords as base64
2020-05-26 Dominik Csapakremote: try to use Struct for api
2020-05-26 Dominik Csapakapi2/config/remote: remove password from read_remote
2020-05-26 Dominik Csapakapi2/config/remote: lock and use digest for removal
2020-05-26 Dominik Csapakapi2/config/remote: use rpcenv for digest for read_remote
2020-05-26 Dominik Csapakconfig/remote: add 'name' to Remote struct
2020-04-29 Dietmar Maurersrc/api2/config/remote.rs: fix white space
2020-04-29 Dietmar Maurersrc/api2/config/remote.rs: add delete parameter to...
2020-04-29 Dietmar Maurersrc/config/acl.rs: introduice privileges and roles...
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maurersrc/api2/config/remote.rs: add access permissions
2020-01-30 Dietmar Maurerfixup
2020-01-30 Dietmar Maurersrc/section_config.rs - convert_to_array: add option...
2020-01-25 Dietmar Maurersrc/config/remote.rs: add fingerprint
2020-01-16 Dietmar Maurerrenamed: src/config/remotes.rs -> src/config/remote.rs