]> git.proxmox.com Git - proxmox-backup.git/history - src/server/auth.rs
server: rustfmt
[proxmox-backup.git] / src / server / auth.rs
2022-04-14 Thomas Lamprechtserver: rustfmt
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-05 Dietmar Maurerproxmox-rest-server: use new ServerAdapter trait instea...
2021-10-01 Dietmar Maurerproxmox-rest-server: make check_auth async
2021-09-21 Dietmar Maurerrest server: return UserInformation from ApiAuth::check...
2021-09-21 Dietmar Maurermove normalize_uri_path and extract_cookie to proxmox...
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-08 Dietmar Maurermove token_shadow to pbs_config workspace
2021-07-19 Wolfgang Bumillermove more helpers to pbs-tools
2021-04-08 Stefan Reiterserver/rest: add ApiAuth trait to make user auth generic
2021-04-01 Thomas Lamprechtcode cleanup: drop extra newlines at EOF
2021-04-01 Stefan Reiterserver/rest: extract auth to seperate module