]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/config/remote.rs
clippy: remove unnecessary clones
[proxmox-backup.git] / src / api2 / config / remote.rs
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