]> git.proxmox.com Git - proxmox.git/history - proxmox-tfa/src/api/mod.rs
sys: use anyhow Error type for create_dir, and improve error messages
[proxmox.git] / proxmox-tfa / src / api / mod.rs
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2023-12-04 Wolfgang BumillerMerge branch 'proxmox-acme'
2023-07-04 Wolfgang Bumillertfa: also reset counters when unlocking tfa
2023-06-01 Wolfgang Bumillertfa: reduce default lockout time to an hour
2023-06-01 Wolfgang Bumillertfa: include lockout status in the tfa user list
2023-05-31 Wolfgang Bumillertfa: add api::methods::unlock_tfa
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-openid-merge'
2023-05-24 Wolfgang BumillerMerge branch 'proxmox-apt-merge'
2023-05-10 Wolfgang Bumillertfa: add functions to unlock totp and tfa
2023-05-10 Wolfgang Bumillertfa: log all tfa verify errors and treat as failure...
2023-05-10 Wolfgang Bumillertfa: add data for rate limiting and blocking
2023-05-08 Wolfgang Bumillertfa: add a 'types' feature to get TfaInfo and TfaType
2023-05-08 Wolfgang Bumillertfa: make failing to generate a webauthn challenge...
2023-05-08 Wolfgang Bumillertfa: don't return a challenge if all 2nd factors are...
2023-05-08 Wolfgang Bumillertfa: don't automatically drop empty recovery
2023-03-02 Wolfgang Bumilleradd proxmox-auth-api crate
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-07-26 Wolfgang Bumillertfa: docs fixup
2022-02-11 Wolfgang Bumillerproxmox-tfa: fully deserialize TfaChallenge
2022-02-11 Wolfgang Bumillerproxmox-tfa: make TfaChallenge members public
2021-11-28 Wolfgang Bumillertfa: clippy fixes
2021-11-28 Wolfgang Bumillertfa: make configured webauthn origin optional
2021-11-22 Wolfgang Bumillerfix u2f context instantiation
2021-11-19 Wolfgang Bumillertfa: remove unnecessary bound attribute
2021-11-19 Fabian Grünbichlertfa: bump webauthn-rs to 0.3
2021-11-19 Fabian Grünbichlertfa: properly wrap webauthn credentials
2021-11-17 Wolfgang Bumillerproxmox-tfa: import tfa api from proxmox-perl-rs as...