]> git.proxmox.com Git - proxmox-backup.git/history - src/auth_helpers.rs
refactor time functions to tools
[proxmox-backup.git] / src / auth_helpers.rs
2020-06-10 Dominik Csapakrefactor time functions to tools
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2019-12-19 Dietmar Maurerremove tools::getpwnam_ugid, impl. crate::backup::backu...
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
2019-12-17 Thomas Lamprechtgenerate authkey: public part needs to be readable...
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-04-06 Dietmar Maurersrc/server/worker_task.rs: carefully handle file permis...
2019-02-16 Dietmar Maurercleanup auth code, verify CSRF prevention token
2019-02-16 Dietmar Maurerchange proxy user from www-data to backup
2019-02-04 Wolfgang Bumillerintroduce buildcfg module and PROXMOX_CONFIGDIR
2019-01-30 Dietmar Maureravoid compiler warnings
2019-01-29 Dietmar Maurerauth_helpers.rs: add timestamp to csrf token
2019-01-29 Dietmar Maurerauth_helpers.rs: implement assemble_csrf_prevention_token
2019-01-29 Dietmar Maurerload auth keys on startup
2019-01-29 Dietmar Maurerauth_helpers.rs: split code into separate file